Operating Systems 2019W: Tutorial 7: Difference between revisions
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..." |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="background-color: | <div style="background-color: crimson; border-style: dashed;padding-top: 10px; | ||
padding-right: 20px; | padding-right: 20px; | ||
padding-bottom: 10px; | padding-bottom: 10px; |
Revision as of 19:55, 12 March 2019
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.