Expand description
Basic eBPF library providing essential functionalities for eBPF programs. ! This library includes support for BPF maps, helper functions, and program loading mechanisms, making it easier to develop and run eBPF programs in a kernel-like environment.
Modules§
- helper
- Basic eBPF helper functions module.
- linux_
bpf - map
- BPF map implementations.
- perf
- BPF performance event handling module.
- preprocessor
- eBPF preprocessor for relocating map file descriptors in eBPF instructions.
- prog
- Metadata and verifier info for BPF programs.
- raw_
tracepoint - Arguments for attaching BPF raw tracepoint programs.
Traits§
- Kernel
Auxiliary Ops - The KernelAuxiliaryOps trait provides auxiliary operations which should be implemented by the kernel or a kernel-like environment.
- Poll
Waker - PollWaiter trait for maps that support polling.