Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py34 def proc_tree (self, trace): member in RenderOptions
38 return trace.proc_tree
239 def draw_annotations(ctx, proc_tree, times, rect): argument
246 x = ((time - proc_tree.start_time) * rect[2] / proc_tree.duration)
255 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): argument
257 x_shift = proc_tree.start_time
362 proc_tree = options.proc_tree(trace)
375 draw_annotations (ctx, proc_tree, trace.times, chart_rect)
378 proc_tree, None)
382 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.py72 self.proc_tree = BitbakeProcessTree(min(self.start.keys()),
101 self.proc_tree = ProcessTree(writer, self.kernel, self.ps_stats,