HomeSort by relevance Sort by last modified time
    Searched refs:StopAgentTracing (Results 1 - 19 of 19) sorted by null

  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent_unittest.py 29 agent.StopAgentTracing()
ddms_tracing_agent_unittest.py 21 agent.StopAgentTracing()
perf_tracing_agent_unittest.py 36 agent.StopAgentTracing()
chrome_tracing_agent_unittest.py 49 agent.StopAgentTracing()
fake_agent_1.py 26 def StopAgentTracing(self, timeout=None):
fake_agent_2.py 25 def StopAgentTracing(self, timeout=None):
ddms_tracing_agent.py 49 def StopAgentTracing(self, timeout=None):
chrome_startup_tracing_agent.py 87 def StopAgentTracing(self, timeout=None):
chrome_tracing_agent.py 97 def StopAgentTracing(self, timeout=None):
perf_tracing_agent.py 136 def StopAgentTracing(self, timeout=None):
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
__init__.py 46 def StopAgentTracing(self, timeout=None):
82 StopAgentTracing is done. This function blocks until the result
ftrace_agent_unittest.py 95 agent.StopAgentTracing()
127 agent.StopAgentTracing()
android_process_data_agent.py 62 def StopAgentTracing(self, timeout=None):
atrace_from_file_agent.py 124 def StopAgentTracing(self, timeout=None):
atrace_process_dump.py 48 def StopAgentTracing(self, timeout=None):
walt_agent.py 78 def StopAgentTracing(self, timeout=None):
ftrace_agent.py 184 def StopAgentTracing(self, timeout=None):
atrace_agent.py 206 def StopAgentTracing(self, timeout=None):
  /external/chromium-trace/catapult/systrace/systrace/
tracing_controller.py 63 def StopAgentTracing(self, timeout=None):
187 if agent.StopAgentTracing(timeout=self._controller_config.timeout):
194 if not self._controller_agent.StopAgentTracing(

Completed in 1075 milliseconds