Searched refs:CallGraphLevelTwoItem (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 586 class CallGraphLevelTwoItem(CallGraphLevelTwoPlusItemBase): class 589 …super(CallGraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, p… 597 super(CallGraphLevelTwoItem, self).Select() 632 …child_item = CallGraphLevelTwoItem(self.glb, self.params, self.child_count, self.dbid, query.value…
|