Searched refs:CallGraphLevelTwoItem (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | exported-sql-viewer.py | 568 class CallGraphLevelTwoItem(CallGraphLevelTwoPlusItemBase):  class571 …super(CallGraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, p…
 579 		super(CallGraphLevelTwoItem, self).Select()
 614 …child_item = CallGraphLevelTwoItem(self.glb, self.params, self.child_count, self.dbid, query.value…
 
 |