children_count    183 tools/perf/ui/stdio/hist.c 			rem_node.count = child->parent->children_count - cumul_count;
children_count    654 tools/perf/util/callchain.c 	new->children_count = 0;
children_count    818 tools/perf/util/callchain.c 	new->children_count = parent->children_count;
children_count    819 tools/perf/util/callchain.c 	parent->children_count = callchain_cumul_counts(new);
children_count    831 tools/perf/util/callchain.c 		parent->children_count += 1;
children_count    909 tools/perf/util/callchain.c 	root->children_count++;
children_count     69 tools/perf/util/callchain.h 	unsigned int		children_count;
children_count    184 tools/perf/util/callchain.h 	return node->count + node->children_count;