github.com/dylandreimerink/gobpfld@v0.6.1-0.20220205171531-e79c330ad608/perf/doc.go (about) 1 // Package perf contains logic to interact with the linux perf subsystem. The open_perf_event syscall ABI and debugfs 2 // logic is large enough to warrant its own package so as to not clutter up the gobpfld package. The functionality in 3 // this package will be used to attach kprobe, tracepoint, perf event, raw tracepoint and trancing programs. 4 package perf