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