package
0.0.0-20230228161620-d5876ce2085d
Repository: https://github.com/gui774ume/ebpfkit-monitor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ExpandSyscallProbes returns the list of available hook probes for the syscall func name of the provided probe.
ExpandSyscallProbesSelector returns the list of a ProbesSelector required to query all the probes available for a syscall.
NewMonitor returns a new Monitor instance.

# Constants

EBPFKitMonitorID is used to identify ebpfkit-monitor's probes.
Entry
Entry indicates that the entry kprobe should be expanded.
EntryAndExit indicates that both the entry kprobe and exit kretprobe should be expanded.
Exit indicates that the exit kretprobe should be expanded.
ExpandTime32 indicates that the _time32 suffix should be added to the provided probe if needed.

# Structs

Monitor is the main Monitor structure.