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