Searched refs:display_call_tree (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report.py | 247 self.display_call_tree(tree, id, report_item.call_tree, 1) 249 def display_call_tree(self, tree, parent_id, node, indent): member in ReportWindow 268 self.display_call_tree(tree, id, child, indent + 1)
|