Searched refs:traceRootPath (Results 1 – 5 of 5) sorted by relevance
41 DynamicBuffer(std::string& traceRootPath, int cpuNums) in DynamicBuffer() argument42 : traceRootPath(traceRootPath), cpuNums(cpuNums) {} in DynamicBuffer()55 std::string traceRootPath; variable
54 bool MarkClockSync(const std::string& traceRootPath);
71 char *traceRootPath; member113 workspace->traceRootPath = NULL; in InitTraceWorkspace()129 if (workspace->traceRootPath) { in DestroyTraceWorkspace()130 free(workspace->traceRootPath); in DestroyTraceWorkspace()131 workspace->traceRootPath = NULL; in DestroyTraceWorkspace()146 workspace->traceRootPath = strdup(fsPath); in IsTraceMountedInner()164 "%s%s", workspace->traceRootPath, filename); in IsWritableFile()175 "%s%s", workspace->traceRootPath, filename); in WriteStrToFile()330 "%s%s", workspace->traceRootPath, TRACE_PATH); in ClearTrace()409 workspace->traceRootPath, TRACE_MARKER_PATH); in MarkOthersClockSync()[all …]
60 bool MarkClockSync(const std::string& traceRootPath) in MarkClockSync() argument65 std::string resolvedPath = CanonicalizeSpecPath((traceRootPath + traceMarker).c_str()); in MarkClockSync()
36 std::string statsPath = traceRootPath + "per_cpu/cpu" + std::to_string(cpuIndex) + "/stats"; in GetPerCpuStatsInfo()