Documentation ¶
Index ¶
Constants ¶
View Source
const ( FrameStatusOk = 0 FrameStatusErrTruncated = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomLabel ¶ added in v0.31.0
type InterpreterSymbolTable ¶ added in v0.28.0
type ProcessRawData ¶
type RawData ¶
type RawData []ProcessRawData
type RawSample ¶
type RawSample struct { TID PID UserStack []StackFrame KernelStack []StackFrame // The interpreter stack is formed of the ids we need to fetch // from the corresponding BPF map in order to fetch the interpreter // frame. InterpreterStack []StackFrame Value uint64 CustomLabels []CustomLabel }
type StackFrame ¶ added in v0.31.0
Click to show internal directories.
Click to hide internal directories.