Home
last modified time | relevance | path

Searched refs:entries_in (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/perf/tests/
Dhists_link.c153 root = hists->entries_in; in __validate_match()
205 root = hists->entries_in; in __validate_link()
Dhists_common.c172 root = hists->entries_in; in print_hists_in()
Dhists_cumulate.c136 root_in = hists->entries_in; in del_hist_entries()
Dhists_output.c102 root_in = hists->entries_in; in del_hist_entries()
/linux-5.19.10/tools/perf/util/
Dhist.c369 root_in = hists->entries_in; in hists__delete_entry()
599 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
659 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1627 root = hists->entries_in; in hists__get_rotate_entries_in()
1628 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1629 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1920 root = hists->entries_in; in output_resort()
2351 root = hists->entries_in; in hists__add_dummy_entry()
2442 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2522 root = leader->entries_in; in hists__match()
[all …]
Dhist.h90 struct rb_root_cached *entries_in; member
/linux-5.19.10/tools/perf/
Dbuiltin-diff.c547 root = hists->entries_in; in hists__baseline_only()
599 struct rb_root_cached *root = hists_pair->entries_in; in get_block_pair()
666 struct rb_root_cached *root = hists_base->entries_in; in block_hists_match()
691 root = hists->entries_in; in hists__precompute()