Searched refs:tp_re (Results 1 – 2 of 2) sorted by relevance
743 def get_tracepoints(tp_re): argument754 if re.match(tp_re, tp):763 def attach_tracepoint(self, tp=b"", tp_re=b"", fn_name=b""): argument785 tp_re = _assert_is_bytes(tp_re)787 if tp_re:788 for tp in BPF.get_tracepoints(tp_re):
96 self.bpf.attach_tracepoint(tp_re=self.pattern,