Documentation ¶
Index ¶
Constants ¶
View Source
const ( BPF_EVENT_PROC_EXEC = iota + 1 BPF_EVENT_PROC_EXIT )
View Source
const ( EVENT_PROC_EXEC = "EVENT_PROC_EXEC" EVENT_PROC_EXIT = "EVENT_PROC_EXIT" )
View Source
const PROC_EVENT = "proc_event"
Variables ¶
This section is empty.
Functions ¶
func DeployAndWait ¶
returns when program is detached
func LoadBpfObjects ¶
func LoadBpfObjects()
Types ¶
type ProcEventConversion ¶
type ProcEventConversion uint32
Custom type for the enumeration
func (ProcEventConversion) String ¶
func (e ProcEventConversion) String() string
String representation of the enumeration values
Click to show internal directories.
Click to hide internal directories.