Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py206 def childCount(self): member in TreeItem
236 return parent_item.childCount()
/linux-4.4.14/scripts/kconfig/
Dqconf.cc587 while (parent->childCount() > 0) in updateMenuList()