Home
last modified time | relevance | path

Searched refs:app_options (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dbatch.py20 def render(writer, trace, app_options, filename): argument
28 if app_options.format is None:
31 fmt = app_options.format
38 options = RenderOptions (app_options)
H A Dgui.py142 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): argument
329 full_opts = RenderOptions(app_options)
334 kernel_opts = RenderOptions(app_options)
H A Ddraw.py27 def __init__(self, app_options): argument
32 self.app_options = app_options
222 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