Searched refs:debugfsDir (Results 1 – 2 of 2) sorted by relevance
119 const std::string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local121 if (access((debugfsDir + "trace_marker").c_str(), F_OK) != -1) { in SetUpTestCase()122 g_traceRootPath = debugfsDir; in SetUpTestCase()
82 const string debugfsDir = "/sys/kernel/debug/tracing/"; in SetUpTestCase() local84 if (access((debugfsDir + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in SetUpTestCase()85 g_traceRootPath = debugfsDir; in SetUpTestCase()