Searched refs:groupMap (Results 1 – 1 of 1) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_info.cpp | 218 GroupMap groupMap; in GetMemoryInfoByPid() local 220 if (!parseSmapsInfo->GetInfo(MemoryFilter::APPOINT_PID, pid, groupMap)) { in GetMemoryInfoByPid() 231 groupMap.insert(pair<string, map<string, uint64_t>>("AnonPage # GL", valueMap)); in GetMemoryInfoByPid() 235 groupMap.insert(pair<string, map<string, uint64_t>>("AnonPage # Graph", valueMap)); in GetMemoryInfoByPid() 237 BuildResult(groupMap, result); in GetMemoryInfoByPid() 238 CalcGroup(groupMap, result); in GetMemoryInfoByPid() 654 GroupMap groupMap; in GetMemoryInfoNoPid() local 657 GetSmapsInfoNoPid(pid, groupMap); in GetMemoryInfoNoPid() 659 return groupMap; in GetMemoryInfoNoPid()
|