Searched refs:hasChildren (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ | ||
H A D | exported-sql-viewer.py | 232 def hasChildren(self, parent): member in TreeModel 233 return self.Item(parent).hasChildren() 515 def hasChildren(self): member in CallGraphLevelItemBase 2874 def hasChildren(self): member in BranchLevelTwoItem 2991 def hasChildren(self): member in BranchLevelOneItem 3020 def hasChildren(self): member in BranchRootItem 3996 if model.hasChildren(i): |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ | ||
H A D | exported-sql-viewer.py | 233 def hasChildren(self, parent): member in TreeModel 234 return self.Item(parent).hasChildren() 516 def hasChildren(self): member in CallGraphLevelItemBase 2875 def hasChildren(self): member in BranchLevelTwoItem 2992 def hasChildren(self): member in BranchLevelOneItem 3021 def hasChildren(self): member in BranchRootItem 3997 if model.hasChildren(i): |
Completed in 12 milliseconds