Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskFdType ¶
type TaskFdType uint32
const ( RawTracepoint TaskFdType = iota Tracepoint Kprobe Kretprobe Uprobe Uretprobe )
func (TaskFdType) String ¶
func (i TaskFdType) String() string
type TaskWatcher ¶
type TaskWatcher interface { Run(ctx context.Context, refreshInterval time.Duration) GetTasks() ([]*TaskInfo, error) }
func NewTaskWatcher ¶
func NewTaskWatcher() TaskWatcher
Click to show internal directories.
Click to hide internal directories.