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__.py632 def detach_kprobe_event(self, ev_name): member in BPF
646 self.detach_kprobe_event(ev_name)
651 self.detach_kprobe_event(ev_name)
1240 self.detach_kprobe_event(k)
/external/bcc/src/cc/api/
DBPF.cc95 auto res = detach_kprobe_event(it.first, it.second); in detach_all()
389 TRY2(detach_kprobe_event(it->first, it->second)); in detach_kprobe()
663 StatusTuple BPF::detach_kprobe_event(const std::string& event, in detach_kprobe_event() function in ebpf::BPF
DBPF.h185 StatusTuple detach_kprobe_event(const std::string& event, open_probe_t& attr);