/external/chromium-trace/catapult/systrace/profile_chrome/ |
chrome_startup_tracing_agent_unittest.py | 23 agent.StartAgentTracing(None)
|
ddms_tracing_agent_unittest.py | 19 agent.StartAgentTracing(None)
|
perf_tracing_agent_unittest.py | 33 agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories,
|
chrome_tracing_agent_unittest.py | 46 agent.StartAgentTracing(chrome_tracing_agent.ChromeConfig(categories, None,
|
fake_agent_1.py | 20 def StartAgentTracing(self, config, timeout=None):
|
fake_agent_2.py | 20 def StartAgentTracing(self, config, timeout=None):
|
chrome_startup_tracing_agent.py | 60 def StartAgentTracing(self, config, timeout=None):
|
ddms_tracing_agent.py | 37 def StartAgentTracing(self, config, timeout=None):
|
chrome_tracing_agent.py | 65 def StartAgentTracing(self, config, timeout=None):
|
perf_tracing_agent.py | 126 def StartAgentTracing(self, config, timeout=None):
|
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
__init__.py | 32 def StartAgentTracing(self, config, timeout=None):
|
battor_trace_agent_unittest.py | 112 agent.StartAgentTracing(OPTIONS, CATEGORIES) 114 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES)) 122 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES)) 130 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES)) 137 agent.StartAgentTracing(OPTIONS, CATEGORIES) 145 agent.StartAgentTracing(OPTIONS, CATEGORIES) 154 agent.StartAgentTracing(OPTIONS, CATEGORIES) 167 agent.StartAgentTracing(options, CATEGORIES) 177 agent.StartAgentTracing(options, CATEGORIES)
|
ftrace_agent_unittest.py | 86 agent.StartAgentTracing(options, categories) 122 agent.StartAgentTracing(options)
|
android_process_data_agent.py | 50 def StartAgentTracing(self, config, timeout=None):
|
atrace_from_file_agent.py | 49 def StartAgentTracing(self, config, timeout=None):
|
battor_trace_agent.py | 90 def StartAgentTracing(self, config, timeout=None):
|
walt_agent.py | 66 def StartAgentTracing(self, config, timeout=None):
|
ftrace_agent.py | 157 def StartAgentTracing(self, config, timeout=None):
|
atrace_agent.py | 167 def StartAgentTracing(self, config, timeout=None):
|
/external/chromium-trace/catapult/systrace/systrace/ |
tracing_controller.py | 43 def StartAgentTracing(self, config, timeout=None): 143 if not self._controller_agent.StartAgentTracing( 154 if agent.StartAgentTracing(config,
|