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

/frameworks/native/cmds/atrace/
H A Datrace.cpp1053 static const std::string tracefs_path = "/sys/kernel/tracing/"; local
1056 bool tracefs = access((tracefs_path + trace_file).c_str(), F_OK) != -1;
1065 g_traceFolder = tracefs_path;

Completed in 37 milliseconds