Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc103 for (auto& it : uprobes_) { in detach_all()
202 if (uprobes_.find(probe_event) != uprobes_.end()) in attach_uprobe()
223 uprobes_[probe_event] = std::move(p); in attach_uprobe()
402 auto it = uprobes_.find(event); in detach_uprobe()
403 if (it == uprobes_.end()) in detach_uprobe()
409 uprobes_.erase(it); in detach_uprobe()
DBPF.h235 std::map<std::string, open_probe_t> uprobes_; variable