Searched refs:FindDone (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py737 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 class:CallGraphModelBase
1073 self.model.Find(value, direction, pattern, context, self.FindDone)
1075 def FindDone(self, ids): member in class: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 class:ChildDataItemFinder
3272 self.finder.Find(value, direction, pattern, context, self.FindDone)
3274 def FindDone(self, row): member in class:BranchWindow
4106 self.finder.Find(value, direction, pattern, context, self.FindDone)
4108 def FindDone(sel member in class:TableWindow
4228 def FindDone(self, row): member in class:TopCallsWindow
[all...]

Completed in 147 milliseconds