Searched refs:tracefsPath (Results 1 – 2 of 2) sorted by relevance
180 const string tracefsPath = "/sys/kernel/tracing/"; in IsTraceMounted() local186 if (access((tracefsPath + TRACE_MARKER_PATH).c_str(), F_OK) != -1) { in IsTraceMounted()187 g_traceRootPath = tracefsPath; in IsTraceMounted()
367 const std::string tracefsPath = "/sys/kernel/tracing/"; in IsTraceMounted() local372 if (access((tracefsPath + "trace_marker").c_str(), F_OK) != -1) { in IsTraceMounted()373 g_traceRootPath = tracefsPath; in IsTraceMounted()