Documentation ¶
Index ¶
- Constants
- type BPFWatchInfo
- type Event
- type EventType
- type Watcher
- func (p *Watcher) AddCloser(c ...io.Closer)
- func (p *Watcher) BpfObjects() any
- func (p *Watcher) KProbes() map[string]ebpfcommon.FunctionPrograms
- func (p *Watcher) Load() (*ebpf.CollectionSpec, error)
- func (p *Watcher) Run(ctx context.Context)
- func (p *Watcher) SetupTailCalls()
- func (p *Watcher) Tracepoints() map[string]ebpfcommon.FunctionPrograms
Constants ¶
View Source
const ( Ready = EventType(iota) NewPort )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BPFWatchInfo ¶
type BPFWatchInfo bpfWatchInfoT
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func (*Watcher) BpfObjects ¶
func (*Watcher) KProbes ¶
func (p *Watcher) KProbes() map[string]ebpfcommon.FunctionPrograms
func (*Watcher) SetupTailCalls ¶ added in v1.7.0
func (p *Watcher) SetupTailCalls()
func (*Watcher) Tracepoints ¶ added in v1.3.0
func (p *Watcher) Tracepoints() map[string]ebpfcommon.FunctionPrograms
Click to show internal directories.
Click to hide internal directories.