# Packages
No description provided by the author
No description provided by the author
No description provided by the author
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
# Functions
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.
RegisterSpecHandlerAtInit registers a handler for Tracing policy.
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
# 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
Operations is the interface to the underlying sensor implementations.
TracingPolicy is an interface for a tracing policy This is implemented by v1alpha1.types.TracingPolicy and config.GenericTracingConf.
# Type aliases
SensorUnloadHook is the function signature for an optional function that can be called during sensor unloading.
No description provided by the author