Searched defs:attach_kprobe (Results 1 – 4 of 4) sorted by relevance
201 function Bpf:attach_kprobe(args) function
227 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe() function in ebpf::BPF
813 def attach_kprobe(self, event=b"", event_off=0, fn_name=b"", event_re=b""): member in BPF
10096 static struct bpf_link *attach_kprobe(const struct bpf_program *prog, long cookie) in attach_kprobe() function