new_he           1471 tools/perf/util/hist.c 	struct hist_entry *new_he = NULL;
new_he           1482 tools/perf/util/hist.c 		new_he = hierarchy_insert_entry(hists, root, he, parent, &node->hpp);
new_he           1483 tools/perf/util/hist.c 		if (new_he == NULL) {
new_he           1488 tools/perf/util/hist.c 		root = &new_he->hroot_in;
new_he           1489 tools/perf/util/hist.c 		new_he->depth = depth++;
new_he           1490 tools/perf/util/hist.c 		parent = new_he;
new_he           1493 tools/perf/util/hist.c 	if (new_he) {
new_he           1494 tools/perf/util/hist.c 		new_he->leaf = true;
new_he           1496 tools/perf/util/hist.c 		if (hist_entry__has_callchains(new_he) &&
new_he           1500 tools/perf/util/hist.c 					    new_he->callchain,