Home | History | Annotate | Download | only in atrace

Lines Matching full:debugfs_path

1109     static const std::string debugfs_path = "/sys/kernel/debug/tracing/";
1114 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1;
1124 g_traceFolder = debugfs_path;