package
Version:
v0.0.0-...-5a97dfb
Opens a new window with list of versions in this module.
Published: Sep 25, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Align(n, alignment int) int
Align returns 'n' updated to 'alignment' boundary.
Reader allows reading bpf_ringbuf_output
from user space.
NewReader creates a new BPF ringbuf reader.
Close frees resources used by the reader.
It interrupts calls to Read.
Read the next record from the BPF ringbuf.
Calling Close interrupts the function.
type Record struct {
RawSample []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.