Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.c386 if (he->parent_he) { in hists__delete_entry()
387 root_in = &he->parent_he->hroot_in; in hists__delete_entry()
388 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
1471 struct hist_entry *parent = he->parent_he; in hist_entry__check_and_remove_filter()
1519 parent = parent->parent_he; in hist_entry__check_and_remove_filter()
1559 struct hist_entry *parent_he, in hierarchy_insert_entry() argument
1594 new->parent_he = parent_he; in hierarchy_insert_entry()
2105 he = he->parent_he; in __rb_hierarchy_next()
2122 he = he->parent_he; in rb_hierarchy_prev()
2176 parent = parent->parent_he; in hists__remove_entry_filter()
[all …]
H A Dhist.h293 struct hist_entry *parent_he; member