Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Description](https://libbpf.readthedocs.io/en/latest/libbpf_overview.html): > libbpf is a C-based library containing a BPF loader that takes > compiled BPF object files and prepares and loads them into the Linux > kernel. libbpf takes the heavy lifting of loading, verifying, and > attaching BPF programs to various kernel hooks, allowing BPF application > developers to focus only on BPF program correctness and performance.
- Loading branch information