Home
last modified time | relevance | path

Searched refs:detach_kprobe_event (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/python/bcc/
D__init__.py659 def detach_kprobe_event(self, ev_name): member in BPF
673 self.detach_kprobe_event(ev_name)
678 self.detach_kprobe_event(ev_name)
1271 self.detach_kprobe_event(k)
/external/bcc/src/cc/api/
DBPF.cc96 auto res = detach_kprobe_event(it.first, it.second); in detach_all()
390 TRY2(detach_kprobe_event(it->first, it->second)); in detach_kprobe()
664 StatusTuple BPF::detach_kprobe_event(const std::string& event, in detach_kprobe_event() function in ebpf::BPF
DBPF.h187 StatusTuple detach_kprobe_event(const std::string& event, open_probe_t& attr);