Home
last modified time | relevance | path

Searched refs:ChromeTracingAgent (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent_unittest.py89 assert chrome_tracing_agent.ChromeTracingAgent.IsSupported(platform_backend)
90 agent = chrome_tracing_agent.ChromeTracingAgent(platform_backend)
128 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
130 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
132 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
145 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
147 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
149 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
157 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
163 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform))
[all …]
Dchrome_tracing_agent.py44 class ChromeTracingAgent(tracing_agent.TracingAgent): class
46 super(ChromeTracingAgent, self).__init__(platform_backend)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dtracing_controller_backend.py80 if (chrome_tracing_agent.ChromeTracingAgent.IsSupported(
82 not chrome_tracing_agent.ChromeTracingAgent in
85 chrome_tracing_agent.ChromeTracingAgent)
206 return chrome_tracing_agent.ChromeTracingAgent.IsSupported(
219 if isinstance(agent, chrome_tracing_agent.ChromeTracingAgent):
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
Ddevtools_client_backend.py158 if not chrome_tracing_agent.ChromeTracingAgent.IsStartupTracingSupported(