Home
last modified time | relevance | path

Searched defs:attach_kprobe (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dbpf.lua201 function Bpf:attach_kprobe(args) function
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc228 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe() function in ebpf::BPF
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs796 pub fn attach_kprobe<T: AsRef<str>>(&mut self, retprobe: bool, func_name: T) -> Result<Link> { in attach_kprobe() method
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py827 def attach_kprobe(self, event=b"", event_off=0, fn_name=b"", event_re=b""): member in BPF
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.c11466 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe() function