HomeSort by relevance Sort by last modified time
    Searched defs:attach_tracepoint (Results 1 - 2 of 2) sorted by null

  /external/bcc/src/cc/api/
BPF.cc 267 StatusTuple BPF::attach_tracepoint(const std::string& tracepoint, function in class:ebpf::BPF
  /external/bcc/src/python/bcc/
__init__.py 736 def attach_tracepoint(self, tp=b"", tp_re=b"", fn_name=b""): member in class:BPF
737 """attach_tracepoint(tp="", tp_re="", fn_name="")
753 BPF(text).attach_tracepoint(tp="sched:sched_switch", fn_name="on_switch")
754 BPF(text).attach_tracepoint(tp_re="sched:.*", fn_name="on_switch")
762 self.attach_tracepoint(tp=tp, fn_name=fn_name)
    [all...]

Completed in 184 milliseconds