Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py232 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 Dexported-sql-viewer.py233 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 13 milliseconds