Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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
206 if options.app_options.as_minutes :
323 if not options.app_options.show_all and \
324 trace.processes[proc][1] - trace.processes[proc][0] < options.app_options.mintime:
525 if not options.app_options.show_all and \
526 trace.processes[process][1] - start < options.app_options.mintime:
571 OPTIONS = options.app_options