Home
last modified time | relevance | path

Searched refs:isShowSmapsInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp81 void SmapsMemoryInfo::InsertSmapsTitle(StringMatrix result, bool isShowSmapsInfo) in InsertSmapsTitle() argument
85 vector<string> titleVec = isShowSmapsInfo ? MemoryFilter::GetInstance().TITLE_V_SMAPS_HAS_PID_ : in InsertSmapsTitle()
104 … StringUtils::GetInstance().SetWidth(isShowSmapsInfo ? LINE_NAME_V_WIDTH : LINE_NAME_KEY_WIDTH, in InsertSmapsTitle()
138 …SmapsMemoryInfo::BuildSmapsResult(const GroupMap &infos, StringMatrix result, bool isShowSmapsInfo, in BuildSmapsResult() argument
141 InsertSmapsTitle(result, isShowSmapsInfo); in BuildSmapsResult()
142 if (isShowSmapsInfo) { in BuildSmapsResult()
202 …MemInfoData::MemSmapsInfo &memSmapsInfo, bool isShowSmapsInfo, vector<map<string, string>> vectMap) in CalcSmapsGroup() argument
219 if (!isShowSmapsInfo) { in CalcSmapsGroup()
231 …ol SmapsMemoryInfo::ShowMemorySmapsByPid(const int &pid, StringMatrix result, bool isShowSmapsInfo) in ShowMemorySmapsByPid() argument
242 BuildSmapsResult(groupMap, result, isShowSmapsInfo, vectMap); in ShowMemorySmapsByPid()
[all …]
H A Dmemory_info_wrapper.cpp44 int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo) in ShowMemorySmapsByPid() argument
48 if (!smapsMemoryInfo->ShowMemorySmapsByPid(pid, data, isShowSmapsInfo)) { in ShowMemorySmapsByPid()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dsmaps_memory_info.h50 bool ShowMemorySmapsByPid(const int &pid, StringMatrix result, bool isShowSmapsInfo);
60 void InsertSmapsTitle(StringMatrix result, bool isShowSmapsInfo);
61 void BuildSmapsResult(const GroupMap &infos, StringMatrix result, bool isShowSmapsInfo,
68 bool isShowSmapsInfo, std::vector<std::map<std::string, std::string>> vectMap);
H A Dmemory_info_wrapper.h34 EXPORT_API int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_info.cpp156 bool isShowSmapsInfo, vector<map<string, string>> &vectMap) in ShowSmapsData() argument
180 if (isShowSmapsInfo) { in ShowSmapsData()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
H A Dparse_smaps_info.h34 bool isShowSmapsInfo, std::vector<std::map<std::string, std::string>> &vectMap);