Difference between revisions of "Operating Systems 2019W: Tutorial 7"

From Soma-notes
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
<div style="background-color: red; border-style: dashed;padding-top: 10px;
<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 15: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.