blob: ad2576cb23c48a1ba13765f6edf553e3e16abd8d (
plain)
1
2
3
4
5
6
7
8
|
// Package btf handles data encoded according to the BPF Type Format.
//
// The canonical documentation lives in the Linux kernel repository and is
// available at https://www.kernel.org/doc/html/latest/bpf/btf.html
//
// The API is very much unstable. You should only use this via the main
// ebpf library.
package btf
|