Searched defs:AtraceAgent (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/agents/
H A Datrace_agent.py52 return AtraceAgent(options, categories)
56 return AtraceAgent(options, categories)
61 class AtraceAgent(systrace_agent.SystraceAgent): class in inherits:systrace_agent.SystraceAgent
63 super(AtraceAgent, self).__init__(options, categories)
295 class AtraceLegacyAgent(AtraceAgent):

Completed in 97 milliseconds