Searched refs:debugfsPath (Results 1 – 2 of 2) sorted by relevance
179 const string debugfsPath = "/sys/kernel/debug/tracing/"; in IsTraceMounted() local182 if (access((debugfsPath + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in IsTraceMounted()183 g_traceRootPath = debugfsPath; in IsTraceMounted()
366 const std::string debugfsPath = "/sys/kernel/debug/tracing/"; in IsTraceMounted() local368 if (access((debugfsPath + "trace_marker").c_str(), F_OK) != -1) { in IsTraceMounted()369 g_traceRootPath = debugfsPath; in IsTraceMounted()