Home
last modified time | relevance | path

Searched refs:tp_re (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/python/bcc/
D__init__.py743 def get_tracepoints(tp_re): argument
754 if re.match(tp_re, tp):
763 def attach_tracepoint(self, tp=b"", tp_re=b"", fn_name=b""): argument
785 tp_re = _assert_is_bytes(tp_re)
787 if tp_re:
788 for tp in BPF.get_tracepoints(tp_re):
/external/bcc/tools/
Dstackcount.py96 self.bpf.attach_tracepoint(tp_re=self.pattern,