HomeSort by relevance Sort by last modified time
    Searched defs:StopTracing (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/systrace/systrace/
systrace_runner.py 47 def StopTracing(self):
48 self._tracing_controller.StopTracing()
tracing_controller.py 168 def StopTracing(self):
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent_unittest.py 75 def StopTracing(self):
79 raise RuntimeError('Simulated error in StopTracing')
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 89 _STOP_TRACING_CMD = 'StopTracing'
228 def StopTracing(self):
230 assert self._tracing, 'Must run StartTracing before StopTracing'
  /external/v8/src/libplatform/tracing/
tracing-controller.cc 113 void TracingController::StopTracing() {
  /art/runtime/
trace.cc 392 void Trace::StopTracing(bool finish_tracing, bool flush_file) {
461 StopTracing(false, false);
466 StopTracing(true, true);
    [all...]

Completed in 347 milliseconds