isovalent / ebpf-docs

An effort to comprehensively document eBPF
https://docs.ebpf.io/
BSD 2-Clause "Simplified" License
230 stars 28 forks source link

Add page(s) for libbpf helper-functions #7

Open dylandreimerink opened 8 months ago

dylandreimerink commented 8 months ago

LibBPF consists of a userspace and eBPF library. The eBPF library has numerous useful types and macros that are frequently used when building eBPF programs. It would be nice to add these to the docs, show how and why they are used.