Searched refs:proc_tree (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 34 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 D | main.py | 136 proc_tree = res.proc_tree 137 if proc_tree.idle: 138 duration = proc_tree.idle 140 duration = proc_tree.duration
|
| H A D | main.py.in | 136 proc_tree = res.proc_tree 137 if proc_tree.idle: 138 duration = proc_tree.idle 140 duration = proc_tree.duration
|
| H A D | parsing.py | 76 self.proc_tree = BitbakeProcessTree(min(self.start.keys()), 105 self.proc_tree = ProcessTree(writer, self.kernel, self.ps_stats,
|