Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Use build-time constants for the HeapObject/SMI Tags for code size and speed. // They are unlikely to change, and likely require larger modifications on change. SmiTag = C.SmiTag SmiTagMask = C.SmiTagMask SmiTagShift = C.SmiTagShift SmiValueShift = C.SmiValueShift HeapObjectTag = C.HeapObjectTag HeapObjectTagMask = C.HeapObjectTagMask // The largest possible identifier for V8 frame type (marker) MaxFrameType = 64 )
Variables ¶
This section is empty.
Functions ¶
func Loader ¶
func Loader(ebpf interpreter.EbpfHandler, info *interpreter.LoaderInfo) (interpreter.Data, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.