Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp37 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 …]
Dmemory_data_plugin.cpp270 void MemoryDataPlugin::WriteAppsummary(ProcessMemoryInfo* processinfo, SmapsStats& smapInfo) in WriteAppsummary()
380 SmapsStats smapInfo; in Report()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dsmaps_stats_unittest.cpp53 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 …]
Dmemory_data_plugin_unittest.cpp414 SmapsStats smap(std::string(g_path + "/"));
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h266 class SmapsStats {
268 SmapsStats() {} in SmapsStats() function
269 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats() function
270 ~SmapsStats() {} in ~SmapsStats()
Dmemory_data_plugin.h309 void WriteAppsummary(ProcessMemoryInfo* processinfo, SmapsStats& smapInfo);