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 ¶
This section is empty.
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
type ProcProg ¶ added in v0.5.1
type ProcProg struct { ProcEvents *perf.Reader ProcEventsMapSize uint32 ContainerPidMap *ebpf.Map // for filtering non-container pids on the node // contains filtered or unexported fields }
func InitProcProg ¶ added in v0.5.1
func InitProcProg(conf *ProcProgConfig) *ProcProg
type ProcProgConfig ¶ added in v0.5.1
type ProcProgConfig struct {
ProcEventsMapSize uint32 // specified in terms of os page size
}
Click to show internal directories.
Click to hide internal directories.