Imports of kprobe command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
embedPackage embed provides access to files embedded in the running Go program.
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/rlimitPackage rlimit allows raising RLIMIT_MEMLOCK if necessary for the use of BPF.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
timePackage time provides functionality for measuring and displaying time.