This package browser is in early development. Mind the rough edges.

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.

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.