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__.py997 def detach_uprobe_event(self, ev_name): member in BPF
1019 self.detach_uprobe_event(ev_name)
1033 self.detach_uprobe_event(ev_name)
1242 self.detach_uprobe_event(k)
/external/bcc/src/cc/api/
DBPF.cc104 auto res = detach_uprobe_event(it.first, it.second); in detach_all()
408 TRY2(detach_uprobe_event(it->first, it->second)); in detach_uprobe()
672 StatusTuple BPF::detach_uprobe_event(const std::string& event, in detach_uprobe_event() function in ebpf::BPF
DBPF.h186 StatusTuple detach_uprobe_event(const std::string& event, open_probe_t& attr);