register_pid

Function register_pid 

Source
pub fn register_pid(_pid: u32)
Expand description

Register a PID for tracing across all active probes.

On BPF-enabled systems, this updates the tracked_pids BPF map in each probe. On non-BPF systems, this is a no-op.