Searched refs:debugfs_path (Results 1 – 1 of 1) sorted by relevance
1094 static const std::string debugfs_path = "/sys/kernel/debug/tracing/"; in findTraceFiles() local1099 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles()1109 g_traceFolder = debugfs_path; in findTraceFiles()