Chapter 3 - Anatomy of an eBPF Program

February 24, 2023 ยท View on GitHub

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.