Home
last modified time | relevance | path

Searched refs:tracing_on (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/profilers/ftrace/
Dftrace.py103 tracing_on = os.path.join(self.tracing_dir, 'tracing_on')
105 utils.read_file(tracing_on).strip() != '1'):
/external/f2fs-tools/scripts/
Dtracepoint.sh6 echo 1 > $TRACE/tracing_on
/external/v8/src/
Dcompiler.cc1849 bool tracing_on = info()->IsStub() in ShouldProduceTraceOutput() local
1853 return (tracing_on && in ShouldProduceTraceOutput()