# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
LoadConfig loads the default sensor, including any from the configuration file.
PathJoin creates a path meant for sensor filenames in /sys/fs/bpf.
RegisterPolicyHandlerAtInit registers a handler for a tracing policy.
RegisterProbeType registers a handler for a probe type string
This function is meant to be called in an init() by sensors that need extra logic when loading a specific probe type.
No description provided by the author
No description provided by the author
revive:disable:exported.
StartSensorManager initializes the sensorCtlHandle by spawning a sensor controller goroutine.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AllMaps are all the loaded programs.
# Structs
No description provided by the author
LoadProbeArgs are the args to the LoadProbe function.
Manager handles dynamic sensor management, such as adding / removing sensors at runtime.
Sensor is a set of BPF programs and maps that are managed as a unit.
No description provided by the author
# Interfaces
SensorIface is an interface for sensors.Sensor that allows implementing sensors for testing.
TracingPolicy is an interface for a tracing policy This is implemented by v1alpha1.types.TracingPolicy and config.GenericTracingConf.
# Type aliases
SensorHook is the function signature for an optional function that can be called during sensor unloading and removing.
No description provided by the author
No description provided by the author