Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalEventsDiscoverer ¶
type InternalEventsDiscoverer interface {
Start() error
TargetCgroup(cgroupId uint64)
UntargetCgroup(cgroupId uint64)
}
func NewInternalEventsDiscoverer ¶
func NewInternalEventsDiscoverer(procfs string, bpfObjects *bpf.BpfObjects, cgroupsController cgroup.CgroupsController) (InternalEventsDiscoverer, error)
type InternalEventsDiscovererImpl ¶
type InternalEventsDiscovererImpl struct {
// contains filtered or unexported fields
}
func (*InternalEventsDiscovererImpl) Start ¶
func (e *InternalEventsDiscovererImpl) Start() error
TODO: Stop method
func (*InternalEventsDiscovererImpl) TargetCgroup ¶
func (e *InternalEventsDiscovererImpl) TargetCgroup(cgroupId uint64)
func (*InternalEventsDiscovererImpl) UntargetCgroup ¶
func (e *InternalEventsDiscovererImpl) UntargetCgroup(cgroupId uint64)
Click to show internal directories.
Click to hide internal directories.