Searched defs:attach_kprobe (Results 1 – 3 of 3) sorted by relevance
206 function Bpf:attach_kprobe(args) function
165 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe() function in ebpf::BPF
609 def attach_kprobe(self, event=b"", event_off=0, fn_name=b"", event_re=b""): member in BPF