Searched refs:proc_tree (Results 1 – 4 of 4) sorted by relevance
34 def proc_tree (self, trace): member in RenderOptions38 return trace.proc_tree262 x = ((time - proc_tree.start_time) * rect[2] / proc_tree.duration)384 proc_tree = options.proc_tree(trace)429 pos_x = off_x + ((max_sample.time - proc_tree.start_time) * w / proc_tree.duration)462 pos_x = off_x + ((max_sample_avg.time - proc_tree.start_time) * w / proc_tree.duration)617 proc_tree, None)727 proc_tree = options.proc_tree (trace)730 if proc_tree.idle:828 x = rect[0] + ((proc.start_time - proc_tree.start_time) * rect[2] / proc_tree.duration)[all …]
136 proc_tree = res.proc_tree137 if proc_tree.idle:138 duration = proc_tree.idle140 duration = proc_tree.duration
75 self.proc_tree = BitbakeProcessTree(min(self.start.keys()),104 self.proc_tree = ProcessTree(writer, self.kernel, self.ps_stats,