libbpf 1.5.0
BPF CO-RE (Compile Once – Run Everywhere)
Libbpf supports building BPF CO-RE-enabled applications, which, in contrast to BCC, do not require the Clang/LLVM runtime or linux kernel headers.
- Outputs:
out
- Website: https://github.com/libbpf/libbpf
- Licenses: FreeBSD · LGPL 2.1
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libbpf 1.5.0
as follows:
guix install libbpf@1.5.0
Or install the latest version:
guix install libbpf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.