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

  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_tracing_agent_unittest.py 7 from profile_chrome import chrome_tracing_agent
24 chrome_tracing_agent.ChromeTracingAgent.GetCategories(
43 agent = chrome_tracing_agent.ChromeTracingAgent(self.device,
46 agent.StartAgentTracing(chrome_tracing_agent.ChromeConfig(categories, None,
main.py 13 from profile_chrome import chrome_tracing_agent
26 _PROFILE_CHROME_AGENT_MODULES = [chrome_tracing_agent, ddms_tracing_agent,
106 options.chrome_categories = chrome_tracing_agent.DEFAULT_CHROME_CATEGORIES
113 chrome_tracing_agent.ChromeTracingAgent.GetCategories(
profiler.py 8 from profile_chrome import chrome_tracing_agent
23 if isinstance(agent, chrome_tracing_agent.ChromeTracingAgent):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_agent_unittest.py 10 from telemetry.internal.platform.tracing_agent import chrome_tracing_agent
109 assert chrome_tracing_agent.ChromeTracingAgent.IsSupported(platform_backend)
110 agent = chrome_tracing_agent.ChromeTracingAgent(platform_backend)
149 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
151 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
153 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
166 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform1))
168 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform2))
170 chrome_tracing_agent.ChromeTracingAgent.IsSupported(self.platform3))
178 chrome_tracing_agent.ChromeTracingAgent.IsSupported(desktop_platform)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
tracing_controller_backend.py 21 from telemetry.internal.platform.tracing_agent import chrome_tracing_agent
78 if (chrome_tracing_agent.ChromeTracingAgent.IsSupported(
80 not chrome_tracing_agent.ChromeTracingAgent in
83 chrome_tracing_agent.ChromeTracingAgent)
216 return chrome_tracing_agent.ChromeTracingAgent.IsSupported(
229 if isinstance(agent, chrome_tracing_agent.ChromeTracingAgent):
249 chrome_tracing_agent.ClearStarupTracingStateIfNeeded(self._platform_backend)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend.py 19 from telemetry.internal.platform.tracing_agent import chrome_tracing_agent
159 if not chrome_tracing_agent.ChromeTracingAgent.IsStartupTracingSupported(

Completed in 456 milliseconds