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