Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpfProcessEvent ¶
type ProcessTracer ¶
type ProcessTracer struct {
// contains filtered or unexported fields
}
func NewProcessTracer ¶
func NewProcessTracer(log logr.Logger) (*ProcessTracer, error)
func (*ProcessTracer) AddProcessEventNotifyCh ¶
func (tracer *ProcessTracer) AddProcessEventNotifyCh(subscriber string, processEventCh chan BpfProcessEvent)
func (*ProcessTracer) Close ¶
func (tracer *ProcessTracer) Close()
func (*ProcessTracer) DeleteProcessEventNotifyCh ¶
func (tracer *ProcessTracer) DeleteProcessEventNotifyCh(subscriber string)
Click to show internal directories.
Click to hide internal directories.