Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 370 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 370 Bytes

Chapter 2

You'll need BCC installed for the examples in this directory.

  • hello.py - simple example that emits trace messages triggered by a kprobe
  • hello-map.py - introduce the concept of a BPF map
  • hello-buffer.py - use a ring buffer to convey information to user space
  • hello-tail.py - simple demo of eBPF tail calls