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