Searched refs:FindDone (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 736 thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnection) 739 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1072 self.model.Find(value, direction, pattern, context, self.FindDone) 1074 def FindDone(self, ids): member in TreeWindowBase 2523 thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnection) 2526 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 3271 self.finder.Find(value, direction, pattern, context, self.FindDone) 3273 def FindDone(self, row): member in BranchWindow 4105 self.finder.Find(value, direction, pattern, context, self.FindDone) 4107 def FindDone(sel member in TableWindow 4227 def FindDone(self, row): global() member in TopCallsWindow [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 737 thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnection) 740 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1073 self.model.Find(value, direction, pattern, context, self.FindDone) 1075 def FindDone(self, ids): member in TreeWindowBase 2524 thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnection) 2527 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 3272 self.finder.Find(value, direction, pattern, context, self.FindDone) 3274 def FindDone(self, row): member in BranchWindow 4106 self.finder.Find(value, direction, pattern, context, self.FindDone) 4108 def FindDone(sel member in TableWindow 4228 def FindDone(self, row): global() member in TopCallsWindow [all...] |
Completed in 11 milliseconds