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