Lines Matching refs:BPF
22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf),
26 Libbpf and general BPF usage questions
34 the examples of building BPF applications with libbpf.
38 See also ["BPF CO-RE reference guide"](https://nakryiko.com/posts/bpf-core-reference-guide/)
39 for the coverage of practical aspects of building BPF CO-RE applications and
40 ["BPF CO-RE"](https://nakryiko.com/posts/bpf-portability-and-co-re/) for
41 general introduction into BPF portability issues and BPF CO-RE origins.
43 All general BPF questions, including kernel functionality, libbpf APIs and
88 BPF CO-RE (Compile Once – Run Everywhere)
91 Libbpf supports building BPF CO-RE-enabled applications, which, in contrast to
120 To develop and build BPF programs, you'll need Clang/LLVM 10+. The following
131 The following resources are useful to understand what BPF CO-RE is and how to
133 - [BPF CO-RE reference guide](https://nakryiko.com/posts/bpf-core-reference-guide/)
134 - [BPF Portability and CO-RE](https://nakryiko.com/posts/bpf-portability-and-co-re/)
137 contain lots of real-world tools converted from BCC to BPF CO-RE. Consider
138 converting some more to both contribute to the BPF community and gain some