has_children      160 tools/perf/ui/browsers/hists.c 	return he->has_children ? tree__folded_sign(he->unfolded) : ' ';
has_children      165 tools/perf/ui/browsers/hists.c 	return cl->has_children ? tree__folded_sign(cl->unfolded) : ' ';
has_children      170 tools/perf/ui/browsers/hists.c 	cl->unfolded = unfold ? cl->has_children : false;
has_children      306 tools/perf/ui/browsers/hists.c 	if (!he->has_children)
has_children      318 tools/perf/ui/browsers/hists.c 	if (!cl->has_children)
has_children      337 tools/perf/ui/browsers/hists.c 				chain->has_children = chain->list.next != &child->val ||
has_children      340 tools/perf/ui/browsers/hists.c 				chain->has_children = chain->list.next == &child->val &&
has_children      354 tools/perf/ui/browsers/hists.c 	chain->has_children = has_sibling;
has_children      358 tools/perf/ui/browsers/hists.c 		chain->has_children = !RB_EMPTY_ROOT(&node->rb_root);
has_children      384 tools/perf/ui/browsers/hists.c 		he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain);
has_children      387 tools/perf/ui/browsers/hists.c 		he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root);
has_children      398 tools/perf/ui/browsers/hists.c 	bool has_children;
has_children      404 tools/perf/ui/browsers/hists.c 		has_children = hist_entry__toggle_fold(he);
has_children      406 tools/perf/ui/browsers/hists.c 		has_children = callchain_list__toggle_fold(cl);
has_children      408 tools/perf/ui/browsers/hists.c 	if (has_children) {
has_children      469 tools/perf/ui/browsers/hists.c 		bool has_children = false;
has_children      474 tools/perf/ui/browsers/hists.c 			has_children = chain->has_children;
has_children      477 tools/perf/ui/browsers/hists.c 		if (has_children)
has_children      487 tools/perf/ui/browsers/hists.c 	bool has_children = false;
has_children      493 tools/perf/ui/browsers/hists.c 		has_children = chain->has_children;
has_children      496 tools/perf/ui/browsers/hists.c 	if (has_children)
has_children      537 tools/perf/ui/browsers/hists.c 	he->unfolded = unfold ? he->has_children : false;
has_children      539 tools/perf/ui/browsers/hists.c 	if (he->has_children) {
has_children     1531 tools/perf/util/callchain.c 			new->has_children = false;
has_children     1543 tools/perf/util/callchain.c 		chain->has_children = rb_prev(&node->rb_node) || rb_next(&node->rb_node);
has_children     1546 tools/perf/util/callchain.c 		chain->has_children = false;
has_children      122 tools/perf/util/callchain.h 		bool		has_children;
has_children      127 tools/perf/util/sort.h 			bool	has_children;