Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py217 result = self.Item(parent).childCount()
490 def childCount(self): member in CallGraphLevelItemBase
1487 def childCount(self): member in BranchLevelTwoItem
1600 def childCount(self): member in BranchLevelOneItem
1633 def childCount(self): member in BranchRootItem
/Linux-v5.4/scripts/kconfig/
Dqconf.cc586 while (parent->childCount() > 0) in updateMenuList()