Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py34 def proc_tree (self, trace): member in RenderOptions
38 return trace.proc_tree
260 def draw_annotations(ctx, proc_tree, times, rect): argument
267 x = ((time - proc_tree.start_time) * rect[2] / proc_tree.duration)
276 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): argument
278 x_shift = proc_tree.start_time
389 proc_tree = options.proc_tree(trace)
402 draw_annotations (ctx, proc_tree, trace.times, chart_rect)
405 proc_tree, None)
409 proc_tree, None)
[all …]
H A Dmain.py136 proc_tree = res.proc_tree
137 if proc_tree.idle:
138 duration = proc_tree.idle
140 duration = proc_tree.duration
H A Dmain.py.in136 proc_tree = res.proc_tree
137 if proc_tree.idle:
138 duration = proc_tree.idle
140 duration = proc_tree.duration
H A Dparsing.py76 self.proc_tree = BitbakeProcessTree(min(self.start.keys()),
105 self.proc_tree = ProcessTree(writer, self.kernel, self.ps_stats,