Imports of package btf

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
debug/elfPackage elf implements access to ELF object files.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cilium/ebpf/asmPackage asm is an assembler for eBPF bytecode.
github.com/cilium/ebpf/internal
github.com/cilium/ebpf/internal/unixPackage unix re-exports Linux specific parts of golang.org/x/sys/unix.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unsafePackage unsafe contains operations that step around the type safety of Go programs.