Searched defs:attach_perf_event (Results 1 – 3 of 3) sorted by relevance
414 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event() function in ebpf::BPF
715 pub fn attach_perf_event(&mut self, pfd: i32) -> Result<Link> { in attach_perf_event() method
1244 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", member in BPF