Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp119 const std::string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local
121 if (access((debugfsDir + "trace_marker").c_str(), F_OK) != -1) { in SetUpTestCase()
122 g_traceRootPath = debugfsDir; in SetUpTestCase()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp122 const string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local
124 if (access((debugfsDir + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in SetUpTestCase()
125 g_traceRootPath = debugfsDir; in SetUpTestCase()

Completed in 5 milliseconds