pub fn load_all_probes() -> Result<LoadResult>Expand description
Load all eBPF observability probes into the kernel.
Returns a LoadResult indicating which probes were successfully loaded.
On non-Linux or without the bpf feature, returns all probes as inactive.