Searched refs:addChild (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | call-graph-from-sql.py | 137 def addChild(self, call_path_id, name, dso, count, time, branch_count): member in TreeItem 182 self.addChild(last_call_path_id, name, dso, count, time, branch_count) 192 self.addChild(last_call_path_id, name, dso, count, time, branch_count)
|