Searched refs:app_options (Results 1 – 3 of 3) sorted by relevance
20 def render(writer, trace, app_options, filename): argument28 if app_options.format is None:31 fmt = app_options.format38 options = RenderOptions (app_options)
142 self.options.app_options.show_all = button.get_property ('active')305 button.set_active(options.app_options.show_all)318 def __init__(self, trace, app_options): argument329 full_opts = RenderOptions(app_options)334 kernel_opts = RenderOptions(app_options)
27 def __init__(self, app_options): argument32 self.app_options = app_options222 if options.app_options.as_minutes :339 if not options.app_options.show_all and \340 trace.processes[proc][1] - trace.processes[proc][0] < options.app_options.mintime:650 if not options.app_options.show_all and \651 elapsed_time < options.app_options.mintime:708 OPTIONS = options.app_options