Home
last modified time | relevance | path

Searched refs:trace_file (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
Datrace.cpp1167 static const std::string trace_file = "trace_marker"; in findTraceFiles() local
1169 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()