Expand description
Shared types between eBPF (kernel) and userspace
This crate defines event structures that must be:
#[repr(C)]for stable memory layoutno_stdcompatible for eBPF- Shared between kernel probes and userspace agent
Shared types between eBPF (kernel) and userspace
This crate defines event structures that must be:
#[repr(C)] for stable memory layoutno_std compatible for eBPF