Module ebpf

Module ebpf 

Source
Expand description

eBPF-based syscall monitoring

Provides event-driven syscall tracing using eBPF programs. Monitors syscall frequency, duration, and detects slow operations (>10ms).

Note: Full eBPF functionality requires kernel 5.0+ and BPF_RING_BUFFER support.

Structsยง

EBpfMonitor
eBPF-based syscall monitor
SyscallEvent
Syscall event information
SyscallStats
Aggregated syscall statistics