github.com/cilium/ebpf@v0.16.0/perf/doc.go (about) 1 // Package perf allows reading from BPF perf event arrays. 2 // 3 // A perf event array contains multiple perf event ringbuffers which can be used 4 // to exchange sample like data with user space. 5 package perf