Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/
Dchrome_tracing_agent.py135 def __init__(self, chrome_categories, trace_cc, trace_frame_viewer, argument
139 self.chrome_categories = chrome_categories
153 if config.chrome_categories:
189 return ChromeConfig(options.chrome_categories, options.trace_cc,
212 if config.chrome_categories:
213 categories += config.chrome_categories.split(',')
Dmain.py105 if not options.chrome_categories:
106 options.chrome_categories = chrome_tracing_agent.DEFAULT_CHROME_CATEGORIES
108 if options.chrome_categories in ['list', 'help']:
142 if (options.chrome_categories and options.atrace_categories and
Dchrome_startup_tracing_agent.py96 def __init__(self, device, package_info, cold, url, chrome_categories): argument
102 self.chrome_categories = chrome_categories
123 options.chrome_categories)
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup94 options.chrome_categories = _DEFAULT_CHROME_CATEGORIES