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

  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 96 def __init__(self, device, package_info, cold, url, chrome_categories):
102 self.chrome_categories = chrome_categories
123 options.chrome_categories)
main.py 105 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
chrome_tracing_agent.py 135 def __init__(self, chrome_categories, trace_cc, trace_frame_viewer,
139 self.chrome_categories = chrome_categories
153 if config.chrome_categories:
166 metavar='CHROME_CATEGORIES', dest='chrome_categories')
189 return ChromeConfig(options.chrome_categories, options.trace_cc,
212 if config.chrome_categories:
213 categories += config.chrome_categories.split(',')
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 94 options.chrome_categories = _DEFAULT_CHROME_CATEGORIES

Completed in 55 milliseconds