Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 325 Bytes

How eBPF Actually Works Sample Code

This is sample code for my talk "How eBPF Actually Works".

The eBPF code is based on the "minimal" example from libbpf-bootstrap.

Please do not use this code as the basis of an eBPF application. Use a library instead.