laik / ebpf-app

Some ebpf research demos use the cilium library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebpf-app

init porject

cd ebpf/
git clone git@github.com:libbpf/libbpf.git

generate vmlinux use co-re env kernel > 5.2

cd ebpf/common/
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h

install

clang 11
golang > 1.15

About

Some ebpf research demos use the cilium library


Languages

Language:C 87.8%Language:LLVM 10.6%Language:Go 1.4%Language:Makefile 0.1%