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

/frameworks/native/cmds/atrace/
H A Datrace.cpp1052 static const std::string debugfs_path = "/sys/kernel/debug/tracing/"; local
1057 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1;
1067 g_traceFolder = debugfs_path;

Completed in 3000 milliseconds