parent_he         339 tools/perf/util/hist.c 	if (he->parent_he) {
parent_he         340 tools/perf/util/hist.c 		root_in  = &he->parent_he->hroot_in;
parent_he         341 tools/perf/util/hist.c 		root_out = &he->parent_he->hroot_out;
parent_he        1316 tools/perf/util/hist.c 	struct hist_entry *parent = he->parent_he;
parent_he        1360 tools/perf/util/hist.c 				parent = parent->parent_he;
parent_he        1397 tools/perf/util/hist.c 						 struct hist_entry *parent_he,
parent_he        1439 tools/perf/util/hist.c 	new->parent_he = parent_he;
parent_he        1949 tools/perf/util/hist.c 		he = he->parent_he;
parent_he        1966 tools/perf/util/hist.c 	he = he->parent_he;
parent_he        2004 tools/perf/util/hist.c 		struct hist_entry *parent = h->parent_he;
parent_he        2020 tools/perf/util/hist.c 			parent = parent->parent_he;
parent_he        2500 tools/perf/util/hist.c 			leader->parent_he = parent;
parent_he         145 tools/perf/util/sort.h 	struct hist_entry	*parent_he;