Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp366 const std::string debugfsPath = "/sys/kernel/debug/tracing/"; in IsTraceMounted() local
368 if (access((debugfsPath + "trace_marker").c_str(), F_OK) != -1) { in IsTraceMounted()
369 g_traceRootPath = debugfsPath; in IsTraceMounted()