Searched refs:testpath_ (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 271 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats() 278 if (testpath_.size() > 0) { in ParseMaps() 279 smaps_path = testpath_ + std::to_string(pid) + std::string("/smaps"); in ParseMaps() 300 std::string testpath_; member in SmapsStats
|
H A D | memory_data_plugin.h | 342 testpath_ = path; in SetPath() 384 char* testpath_; member in MemoryDataPlugin
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | memory_data_plugin.cpp | 120 CHECK_TRUE(snprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/meminfo", testpath_) >= 0, RET_FAIL, in InitMemVmemFd() 142 CHECK_TRUE(snprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/vmstat", testpath_) >= 0, RET_FAIL, in InitMemVmemFd() 488 "%s/%d/%s", testpath_, pid, procfdMapping[i].file) < 0) { in OpenProcPidFiles() 548 CHECK_TRUE(snprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/%d/%s", testpath_, pid, pFileName) >= 0, in ReadProcPidFile() 748 procDir = OpenDestDir(testpath_); in WriteProcesseList() 822 std::string path = protoConfig_.report_fake_data() ? FAKE_DATA_PATH : std::string(testpath_); in WriteAshmemInfo() 914 std::string file = std::string(testpath_) + "/process_dmabuf_info"; in WriteDmaInfo() 982 std::string path = protoConfig_.report_fake_data() ? FAKE_DATA_PATH : std::string(testpath_); in WriteGpuMemInfo() 1161 if (strcmp(testpath_, "/proc") == 0) { in WriteGpuDumpInfo() 1165 content = ReadFile(std::string(testpath_) in WriteGpuDumpInfo() [all...] |
Completed in 5 milliseconds