Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp93 …printf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/meminfo", testpath_) >= 0, RET_FAIL, in InitMemVmemFd()
115 …nprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/vmstat", testpath_) >= 0, RET_FAIL, in InitMemVmemFd()
494 "%s/%d/%s", testpath_, pid, procfdMapping[i].file) < 0) { in OpenProcPidFiles()
552 …CHECK_TRUE(snprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/%d/%s", testpath_, pid… in ReadProcPidFile()
745 procDir = OpenDestDir(testpath_); in WriteProcesseList()
Dsmaps_stats.cpp63 if (testpath_.size() > 0) { in ParseMaps()
64 smaps_path = testpath_ + std::to_string(pid) + std::string("/smaps"); in ParseMaps()
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h269 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats()
285 std::string testpath_; variable
Dmemory_data_plugin.h270 testpath_ = path; in SetPath()
300 char* testpath_; variable