Searched defs:proc_tree (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 34 def proc_tree (self, trace): member in RenderOptions 255 def draw_annotations(ctx, proc_tree, times, rect): argument 271 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): argument 764 def draw_process_bar_chart(ctx, clip, options, proc_tree, times, curr_y, w, h, sec_w): argument 827 def draw_processes_recursively(ctx, proc, proc_tree, y, proc_h, rect, clip) : argument 859 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument 945 def draw_cuml_graph(ctx, proc_tree, chart_bounds, duration, sec_w, stat_type): argument
|