Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/frameworks/include/
H A Ddynamic_buffer.h41 DynamicBuffer(std::string& traceRootPath, int cpuNums) in DynamicBuffer() argument
42 : traceRootPath(traceRootPath), cpuNums(cpuNums) {} in DynamicBuffer()
55 std::string traceRootPath; variable
H A Dcommon_utils.h54 bool MarkClockSync(const std::string& traceRootPath);
/ohos5.0/base/startup/init/services/modules/trace/
H A Dinit_trace.c71 char *traceRootPath; member
113 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 …]
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp60 bool MarkClockSync(const std::string& traceRootPath) in MarkClockSync() argument
65 std::string resolvedPath = CanonicalizeSpecPath((traceRootPath + traceMarker).c_str()); in MarkClockSync()
H A Ddynamic_buffer.cpp36 std::string statsPath = traceRootPath + "per_cpu/cpu" + std::to_string(cpuIndex) + "/stats"; in GetPerCpuStatsInfo()