Home
last modified time | relevance | path

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

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