Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp62 std::string smaps_path = std::string("/proc/") + std::to_string(pid) + std::string("/smaps"); in ParseMaps() local
64 smaps_path = testpath_ + std::to_string(pid) + std::string("/smaps"); in ParseMaps()
66 ReadVmemareasFile(smaps_path, processinfo, isReportApp, isReportSmaps); in ParseMaps()