Searched refs:trace_file (Results 1 – 1 of 1) sorted by relevance
1167 static const std::string trace_file = "trace_marker"; in findTraceFiles() local1169 bool tracefs = access((tracefs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles()1170 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles()