Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPFTable.cc266 pid_sym_(std::move(that.pid_sym_)) { in BPFStackTable()
267 that.pid_sym_.clear(); in BPFStackTable()
271 for (auto it : pid_sym_) in ~BPFStackTable()
303 if (pid_sym_.find(pid) == pid_sym_.end()) in get_stack_symbol()
304 pid_sym_[pid] = bcc_symcache_new(pid, &symbol_option_); in get_stack_symbol()
305 void* cache = pid_sym_[pid]; in get_stack_symbol()
DBPFTable.h315 std::map<int, void*> pid_sym_; variable