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

/frameworks/native/cmds/atrace/
H A Datrace.cpp1054 static const std::string trace_file = "trace_marker"; local
1056 bool tracefs = access((tracefs_path + trace_file).c_str(), F_OK) != -1;
1057 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1;

Completed in 100 milliseconds