Searched refs:PerfProfilerAgent (Results 1 – 3 of 3) sorted by relevance
16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():19 perf_tracing_agent.PerfProfilerAgent.GetCategories(self.device)26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():30 agent = perf_tracing_agent.PerfProfilerAgent(self.device)
98 class PerfProfilerAgent(tracing_agents.TracingAgent): class234 return PerfProfilerAgent(config.device)251 if not PerfProfilerAgent.IsSupported():
132 if (perf_tracing_agent.PerfProfilerAgent.IsSupported() and135 perf_tracing_agent.PerfProfilerAgent.GetCategories(device)))