Operating Systems 2019W: Tutorial 7

From Soma-notes
Revision as of 15:54, 12 March 2019 by Soma (talk | contribs) (Created page with "<div style="background-color: red; border-style: dashed;padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px;"> '''This assignment is still in d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.