Searched refs:SmapsStats (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 37 std::string SmapsStats::ParseCategory(const SmapsHeadInfo& smapsHeadInfo) in ParseCategory() 48 bool SmapsStats::GetCategoryFromMap(const std::string &name, std::string &category, in GetCategoryFromMap() 60 bool SmapsStats::ParseMaps(int pid, ProcessMemoryInfo& processinfo, bool isReportApp, bool isReport… in ParseMaps() 73 bool SmapsStats::ReadVmemareasFile(const std::string& path, ProcessMemoryInfo& processinfo, bool is… in ReadVmemareasFile() 135 bool SmapsStats::GetVMAStuId(int ops, in GetVMAStuId() 166 bool SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappab… in GetVmaIndex() 209 void SmapsStats::CollectVmemAreasData(const MapPiecesInfo& mempic, in CollectVmemAreasData() 242 void SmapsStats::ReviseStatsData() in ReviseStatsData() 250 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo() 262 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead() [all …]
|
| D | memory_data_plugin.cpp | 270 void MemoryDataPlugin::WriteAppsummary(ProcessMemoryInfo* processinfo, SmapsStats& smapInfo) in WriteAppsummary() 380 SmapsStats smapInfo; in Report()
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | smaps_stats_unittest.cpp | 53 SmapsStats plugin; 78 SmapsStats plugin; 103 SmapsStats plugin; 128 SmapsStats plugin; 153 SmapsStats plugin; 178 SmapsStats plugin; 203 SmapsStats plugin; 228 SmapsStats plugin; 253 SmapsStats plugin; 279 SmapsStats plugin; [all …]
|
| D | memory_data_plugin_unittest.cpp | 414 SmapsStats smap(std::string(g_path + "/"));
|
| /developtools/profiler/device/plugins/memory_plugin/include/ |
| D | smaps_stats.h | 266 class SmapsStats { 268 SmapsStats() {} in SmapsStats() function 269 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats() function 270 ~SmapsStats() {} in ~SmapsStats()
|
| D | memory_data_plugin.h | 309 void WriteAppsummary(ProcessMemoryInfo* processinfo, SmapsStats& smapInfo);
|