children_hit     1101 tools/perf/ui/browsers/hists.c 							    child->children_hit,
children_hit      260 tools/perf/ui/gtk/hists.c 			child_total = node->children_hit;
children_hit      160 tools/perf/ui/stdio/hist.c 			new_total = child->children_hit;
children_hit      479 tools/perf/util/callchain.c 	min_hit = ceil(node->children_hit * min_percent);
children_hit      652 tools/perf/util/callchain.c 	new->children_hit = 0;
children_hit      813 tools/perf/util/callchain.c 	new->children_hit = parent->children_hit;
children_hit      814 tools/perf/util/callchain.c 	parent->children_hit = callchain_cumul_hits(new);
children_hit      829 tools/perf/util/callchain.c 		parent->children_hit += period;
children_hit      908 tools/perf/util/callchain.c 	root->children_hit += period;
children_hit     1506 tools/perf/util/callchain.c 	node->children_hit = child_hits;
children_hit       71 tools/perf/util/callchain.h 	u64			children_hit;
children_hit      172 tools/perf/util/callchain.h 	root->node.children_hit = 0;
children_hit      179 tools/perf/util/callchain.h 	return node->hit + node->children_hit;