Imports of kprobepin 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.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
timePackage time provides functionality for measuring and displaying time.