Searched defs:attach_raw_tracepoint (Results 1 – 3 of 3) sorted by relevance
391 StatusTuple BPF::attach_raw_tracepoint(const std::string& tracepoint, const std::string& probe_func… in attach_raw_tracepoint() function in ebpf::BPF
892 pub fn attach_raw_tracepoint<T: AsRef<str>>(&mut self, tp_name: T) -> Result<Link> { in attach_raw_tracepoint() method
1054 def attach_raw_tracepoint(self, tp=b"", fn_name=b""): member in BPF