Home
last modified time | relevance | path

Searched refs:debugfsPath (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp179 const string debugfsPath = "/sys/kernel/debug/tracing/"; in IsTraceMounted() local
182 if (access((debugfsPath + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in IsTraceMounted()
183 g_traceRootPath = debugfsPath; in IsTraceMounted()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp171 const std::string debugfsPath = "/sys/kernel/debug/tracing/"; in IsTraceMounted() local
173 if (access((debugfsPath + "trace_marker").c_str(), F_OK) != -1) { in IsTraceMounted()
174 g_traceRootPath = debugfsPath; in IsTraceMounted()

Completed in 5 milliseconds