Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp205 const std::string debugFile = "/sys/kernel/debug/tracing/trace_marker"; in OpenTraceMarkerFile() local
207 g_markerFd = open(debugFile.c_str(), O_WRONLY | O_CLOEXEC); in OpenTraceMarkerFile()
212 … HILOG_ERROR(LOG_CORE, "open trace file %{public}s failed: %{public}d", debugFile.c_str(), errno); in OpenTraceMarkerFile()