Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py220 result = self.Item(parent).childCount()
502 def childCount(self): member in CallGraphLevelItemBase
2865 def childCount(self): member in BranchLevelTwoItem
2978 def childCount(self): member in BranchLevelOneItem
3011 def childCount(self): member in BranchRootItem
/Linux-v5.10/scripts/kconfig/
Dqconf.cc601 while (parent->childCount() > 0) in updateMenuList()