Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 309 Bytes

File metadata and controls

17 lines (14 loc) · 309 Bytes

eBPF-Learnings

eBPF playground

Dev/Test Enviroinment

VERSION: Ubuntu 22.04 KERNEL: 5.15.0-112-generic

Build libbpf and install header files

cd libbpf/src; make install; cd ../..

Build bpftool

cd ..; git clone --recurse-submodules https://github.com/libbpf/bpftool.git; cd bpftool/src; make install