Documentation ¶
Index ¶
- type BPFLogInfo
- type BPFLogger
- func (p *BPFLogger) AddCloser(c ...io.Closer)
- func (p *BPFLogger) AddModuleCloser(_ uint64, _ ...io.Closer)
- func (p *BPFLogger) BpfObjects() any
- func (p *BPFLogger) KProbes() map[string]ebpfcommon.FunctionPrograms
- func (p *BPFLogger) Load() (*ebpf.CollectionSpec, error)
- func (p *BPFLogger) Run(ctx context.Context)
- func (p *BPFLogger) SetupTailCalls()
- func (p *BPFLogger) Tracepoints() map[string]ebpfcommon.FunctionPrograms
- type Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BPFLogInfo ¶
type BPFLogInfo bpf_debugLogInfoT
type BPFLogger ¶
type BPFLogger struct {
// contains filtered or unexported fields
}
func (*BPFLogger) AddModuleCloser ¶ added in v1.9.0
func (*BPFLogger) BpfObjects ¶
func (*BPFLogger) KProbes ¶
func (p *BPFLogger) KProbes() map[string]ebpfcommon.FunctionPrograms
func (*BPFLogger) SetupTailCalls ¶
func (p *BPFLogger) SetupTailCalls()
func (*BPFLogger) Tracepoints ¶
func (p *BPFLogger) Tracepoints() map[string]ebpfcommon.FunctionPrograms
Click to show internal directories.
Click to hide internal directories.