HomeSort by relevance Sort by last modified time
    Searched full:tracing_on_ (Results 1 - 1 of 1) sorted by null

  /external/perfetto/src/ftrace_reader/
ftrace_controller_unittest.cc 164 tracing_on_ = value == "1";
169 return tracing_on_ ? '1' : '0';
183 bool is_tracing_on() { return tracing_on_; }
186 bool tracing_on_ = false; member in class:perfetto::__anon31987::MockFtraceProcfs

Completed in 79 milliseconds