Searched refs:leader_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 2472 static void hists__match_hierarchy(struct rb_root_cached *leader_root, in hists__match_hierarchy() argument 2478 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy() 2520 struct rb_root_cached *leader_root, in hists__link_hierarchy() 2542 leader_root, pos); in hists__link_hierarchy() 2518 hists__link_hierarchy(struct hists *leader_hists, struct hist_entry *parent, struct rb_root_cached *leader_root, struct rb_root_cached *other_root) hists__link_hierarchy() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 2524 static void hists__match_hierarchy(struct rb_root_cached *leader_root, in hists__match_hierarchy() argument 2530 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy() 2572 struct rb_root_cached *leader_root, in hists__link_hierarchy() 2594 leader_root, pos); in hists__link_hierarchy() 2570 hists__link_hierarchy(struct hists *leader_hists, struct hist_entry *parent, struct rb_root_cached *leader_root, struct rb_root_cached *other_root) hists__link_hierarchy() argument
|
Completed in 8 milliseconds