Skip to content

Latest commit

 

History

History

kernel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

eBPF w/ kernel

eBPF apps built with kernel source code.

Pre-requisites

  • Download kernel source code and build kernel's BPF lib under tools/lib/bpf.

How to build and run

export KERNEL_SOURCE=<replace-this>
make
sudo ./hello