Home
last modified time | relevance | path

Searched defs:attach_ksyscall (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs809 pub fn attach_ksyscall<T: AsRef<str>>( in attach_ksyscall() method
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.c11503 static int attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_ksyscall() function