blob: b1f4b1fc3eb5ceafe9625f86eb2bf52989c8cc6d (
plain)
1
2
3
4
5
|
// 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
package btf
|