Home
last modified time | relevance | path

Searched refs:uprobes_ (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPF.cc104 for (auto& it : uprobes_) { in detach_all()
203 if (uprobes_.find(probe_event) != uprobes_.end()) in attach_uprobe()
224 uprobes_[probe_event] = std::move(p); in attach_uprobe()
403 auto it = uprobes_.find(event); in detach_uprobe()
404 if (it == uprobes_.end()) in detach_uprobe()
410 uprobes_.erase(it); in detach_uprobe()
DBPF.h237 std::map<std::string, open_probe_t> uprobes_; variable