Documentation ¶
Overview ¶
Package ebpf wraps ebpf programs and provides simpler abstraction
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpfCaptureExec ¶
type BpfCaptureExec struct {
// contains filtered or unexported fields
}
func NewBpfCaptureExec ¶
func NewBpfCaptureExec() (*BpfCaptureExec, error)
func (*BpfCaptureExec) Close ¶
func (b *BpfCaptureExec) Close()
func (*BpfCaptureExec) GetExecEventsChannel ¶
func (b *BpfCaptureExec) GetExecEventsChannel() chan BpfExecEvent
func (*BpfCaptureExec) SetLogger ¶
func (b *BpfCaptureExec) SetLogger(l *zap.SugaredLogger)
func (*BpfCaptureExec) Start ¶
func (b *BpfCaptureExec) Start()
type BpfExecEvent ¶
Click to show internal directories.
Click to hide internal directories.