Searched refs:parent_he (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 354 if (he->parent_he) { in hists__delete_entry() 355 root_in = &he->parent_he->hroot_in; in hists__delete_entry() 356 root_out = &he->parent_he->hroot_out; in hists__delete_entry() 1363 struct hist_entry *parent = he->parent_he; in hist_entry__check_and_remove_filter() 1407 parent = parent->parent_he; in hist_entry__check_and_remove_filter() 1444 struct hist_entry *parent_he, in hierarchy_insert_entry() 1486 new->parent_he = parent_he; in hierarchy_insert_entry() 1996 he = he->parent_he; in __rb_hierarchy_next() 2013 he = he->parent_he; in rb_hierarchy_prev() 1441 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) hierarchy_insert_entry() argument [all...] |
H A D | sort.h | 150 struct hist_entry *parent_he; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 364 if (he->parent_he) { in hists__delete_entry() 365 root_in = &he->parent_he->hroot_in; in hists__delete_entry() 366 root_out = &he->parent_he->hroot_out; in hists__delete_entry() 1396 struct hist_entry *parent = he->parent_he; in hist_entry__check_and_remove_filter() 1440 parent = parent->parent_he; in hist_entry__check_and_remove_filter() 1477 struct hist_entry *parent_he, in hierarchy_insert_entry() 1519 new->parent_he = parent_he; in hierarchy_insert_entry() 2038 he = he->parent_he; in __rb_hierarchy_next() 2055 he = he->parent_he; in rb_hierarchy_prev() 1474 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) hierarchy_insert_entry() argument [all...] |
H A D | sort.h | 155 struct hist_entry *parent_he; member
|
Completed in 9 milliseconds