Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 339 Bytes

Chapter 3 - Anatomy of an eBPF Program

Make sure you have installed libbpf and its header files as described in the main README file.

You should then be able to build the example code as an object file by running make in this directory. See Chapter 3 of the book for instructions on what to do with this object file.