Home
last modified time | relevance | path

Searched refs:childCount (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/perf/scripts/python/
Dexported-sql-viewer.py227 result = self.Item(parent).childCount()
509 def childCount(self): member in CallGraphLevelItemBase
2872 def childCount(self): member in BranchLevelTwoItem
2985 def childCount(self): member in BranchLevelOneItem
3018 def childCount(self): member in BranchRootItem
/linux-6.6.21/scripts/kconfig/
Dqconf.cc605 while (parent->childCount() > 0) in updateMenuList()