Operating Systems 2019W: Tutorial 7

From Soma-notes
Revision as of 15:55, 12 March 2019 by Soma (talk | contribs)
Jump to navigation Jump to search

This assignment is still in development. Please do not work on this material just yet!

In this tutorial you will be working with bcc-tools, a set of tools that is part of the BPF Compiler Collection (BCC). BCC programs are a combination of C and Python. The C code is compiled at runtime into eBPF bytecode; this code is then uploaded to the kernel and interfaced with by a Python program.