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.cpp34 std::string SmapsStats::ParseCategory(const SmapsHeadInfo& smapsHeadInfo) in ParseCategory()
45 bool SmapsStats::GetCategoryFromMap(const std::string &name, std::string &category, in GetCategoryFromMap()
57 bool SmapsStats::GetVMAStuId(int ops, in GetVMAStuId()
88 bool SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappab… in GetVmaIndex()
131 void SmapsStats::CollectVmemAreasData(const MapPiecesInfo& mempic, in CollectVmemAreasData()
164 void SmapsStats::ReviseStatsData() in ReviseStatsData()
172 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo()
184 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead()
214 bool SmapsStats::GetMemUsageField(std::string& line, MemUsageInfo& memusage) in GetMemUsageField()
270 uint64_t SmapsStats::GetSwapablepssValue(const MemUsageInfo& memusage, bool swappable) in GetSwapablepssValue()
[all …]
Dmemory_data_plugin.cpp295 template <typename T> void MemoryDataPlugin::WriteAppsummary(T& processMemoryInfo, SmapsStats& smap… in WriteAppsummary()
354 SmapsStats smapInfo; in WriteMemoryData()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dsmaps_stats_unittest.cpp52 SmapsStats plugin;
77 SmapsStats plugin;
102 SmapsStats plugin;
127 SmapsStats plugin;
152 SmapsStats plugin;
177 SmapsStats plugin;
202 SmapsStats plugin;
227 SmapsStats plugin;
252 SmapsStats plugin;
278 SmapsStats plugin;
[all …]
Dmemory_data_plugin_unittest.cpp703 SmapsStats smap(std::string(g_path + "/"));
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h268 class SmapsStats {
270 SmapsStats() {} in SmapsStats() function
271 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats() function
272 ~SmapsStats() {} in ~SmapsStats()
Dmemory_data_plugin.h396 template <typename T> void WriteAppsummary(T& processMemoryInfo, SmapsStats& smapInfo);