Imports of ringbuffer command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
embedPackage embed provides access to files embedded in the running Go program.
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/ebpfPackage ebpf is a toolkit for working with eBPF programs.
github.com/cilium/ebpf/linkPackage link allows attaching eBPF programs to various kernel hooks.
github.com/cilium/ebpf/ringbufPackage ringbuf allows interacting with Linux BPF ring buffer.
github.com/cilium/ebpf/rlimitPackage rlimit allows raising RLIMIT_MEMLOCK if necessary for the use of BPF.
golang.org/x/sys/unixPackage unix contains an interface to the low-level operating system primitives.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
syscallPackage syscall contains an interface to the low-level operating system primitives.