Searched refs:debugFile (Results 1 – 1 of 1) sorted by relevance
205 const std::string debugFile = "/sys/kernel/debug/tracing/trace_marker"; in OpenTraceMarkerFile() local207 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()