1 2 3 4 5 6 7 8 9
pub mod bpf; pub mod map; pub mod perf; pub mod probes; pub mod prog; #[cfg(target_arch = "x86_64")] mod x86_64; use x86_64::syscalls;