...

Source file src/github.com/cilium/ebpf/btf/doc.go

Documentation: github.com/cilium/ebpf/btf

     1  // Package btf handles data encoded according to the BPF Type Format.
     2  //
     3  // The canonical documentation lives in the Linux kernel repository and is
     4  // available at https://www.kernel.org/doc/html/latest/bpf/btf.html
     5  package btf
     6  

View as plain text