Searched defs:attach_kprobe (Results 1 – 5 of 5) sorted by relevance
201 function Bpf:attach_kprobe(args) function
228 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe() function in ebpf::BPF
796 pub fn attach_kprobe<T: AsRef<str>>(&mut self, retprobe: bool, func_name: T) -> Result<Link> { in attach_kprobe() method
827 def attach_kprobe(self, event=b"", event_off=0, fn_name=b"", event_re=b""): member in BPF
11466 static int attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_kprobe() function