Searched refs:tp_re (Results 1 – 2 of 2) sorted by relevance
716 def get_tracepoints(tp_re): argument727 if re.match(tp_re, tp):736 def attach_tracepoint(self, tp=b"", tp_re=b"", fn_name=b""): argument758 tp_re = _assert_is_bytes(tp_re)760 if tp_re:761 for tp in BPF.get_tracepoints(tp_re):
96 self.bpf.attach_tracepoint(tp_re=self.pattern,