Searched refs:all_ (Results 1 – 2 of 2) sorted by relevance
167 for (processes_t::iterator it = all_.begin(); it != all_.end(); ++it) { in scan()198 if (all_.count(it->first) == 0) { in scan()200 all_[it->first].num_samples = 0; in scan()201 all_[it->first].name = it->first; in scan()202 all_[it->first].avg_pss_kb = 0; in scan()203 all_[it->first].min_pss_kb = 0; in scan()204 all_[it->first].max_pss_kb = 0; in scan()207 if (it->second.pids.size() > all_[it->first].max_num_pids) { in scan()208 all_[it->first].max_num_pids = it->second.pids.size(); in scan()211 all_[it->first].pids = it->second.pids; in scan()[all …]
113 processes_t all_; variable