Searched refs:process_tree (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | process_tree_test.py | 8 import pybootchartgui.process_tree as process_tree namespace 27 self.processtree = process_tree.ProcessTree(writer, None, trace.ps_stats, \ 33 def flatten(self, process_tree): argument 35 for p in process_tree: 40 def checkAgainstJavaExtract(self, filename, process_tree): argument 42 for expected, actual in zip(test_data, self.flatten(process_tree)): 53 process_tree = self.processtree.process_tree 54 self.checkAgainstJavaExtract(self.mk_fname('extract.processtree.1.log'), process_tree) 57 self.processtree.merge_logger(self.processtree.process_tree, 'bootchartd', None, False) 58 process_tree = self.processtree.process_tree [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | process_tree.py | 44 self.process_tree = [] 59 self.start_time = self.get_start_time(self.process_tree) 60 self.end_time = self.get_end_time(self.process_tree) 67 removed = self.merge_logger(self.process_tree, self.LOGGER_PROC, monitoredApp, False) 71 p_processes = self.prune(self.process_tree, None) 72 p_exploders = self.merge_exploders(self.process_tree, self.EXPLODER_PROCESSES) 73 p_threads = self.merge_siblings(self.process_tree) 74 p_runs = self.merge_runs(self.process_tree) 77 self.sort(self.process_tree) 79 self.start_time = self.get_start_time(self.process_tree) [all …]
|
| H A D | parsing.py | 26 from .process_tree import ProcessTree
|
| H A D | draw.py | 653 for root in proc_tree.process_tree:
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/ |
| H A D | NEWS | 14 + Fix pybootchartgui process_tree tests
|