Searched refs:parent_he (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dhist.c364 if (he->parent_he) {
365 root_in = &he->parent_he->hroot_in;
366 root_out = &he->parent_he->hroot_out;
1394 struct hist_entry *parent = he->parent_he;
1438 parent = parent->parent_he;
1475 struct hist_entry *parent_he,
1517 new->parent_he = parent_he;
2036 he = he->parent_he;
2053 he = he->parent_he;
1472 hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he, struct hist_entry *parent_he, struct perf_hpp_list *hpp_list) argument
[all...]
H A Dsort.h158 struct hist_entry *parent_he; member in struct:hist_entry

Completed in 138 milliseconds