Searched refs:parent_he (Results 1 – 2 of 2) sorted by relevance
317 if (he->parent_he) { in hists__delete_entry()318 root_in = &he->parent_he->hroot_in; in hists__delete_entry()319 root_out = &he->parent_he->hroot_out; in hists__delete_entry()1203 struct hist_entry *parent = he->parent_he; in hist_entry__check_and_remove_filter()1247 parent = parent->parent_he; in hist_entry__check_and_remove_filter()1284 struct hist_entry *parent_he, in hierarchy_insert_entry() argument1323 new->parent_he = parent_he; in hierarchy_insert_entry()1817 he = he->parent_he; in __rb_hierarchy_next()1834 he = he->parent_he; in rb_hierarchy_prev()1872 struct hist_entry *parent = h->parent_he; in hists__remove_entry_filter()[all …]
143 struct hist_entry *parent_he; member