Home
last modified time | relevance | path

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

/external/bcc/src/python/bcc/
D__init__.py1025 def detach_uprobe_event(self, ev_name): member in BPF
1047 self.detach_uprobe_event(ev_name)
1061 self.detach_uprobe_event(ev_name)
1273 self.detach_uprobe_event(k)
/external/bcc/src/cc/api/
DBPF.cc105 auto res = detach_uprobe_event(it.first, it.second); in detach_all()
409 TRY2(detach_uprobe_event(it->first, it->second)); in detach_uprobe()
673 StatusTuple BPF::detach_uprobe_event(const std::string& event, in detach_uprobe_event() function in ebpf::BPF
DBPF.h188 StatusTuple detach_uprobe_event(const std::string& event, open_probe_t& attr);