mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
9 lines
320 B
Go
9 lines
320 B
Go
// 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
|