Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/perf/util/
Dhist.c346 root_in = hists->entries_in; in hists__delete_entry()
577 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
637 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1570 root = hists->entries_in; in hists__get_rotate_entries_in()
1571 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1572 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1863 root = hists->entries_in; in output_resort()
2289 root = hists->entries_in; in hists__add_dummy_entry()
2380 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2460 root = leader->entries_in; in hists__match()
[all …]
Dhist.h80 struct rb_root_cached *entries_in; member
/Linux-v5.4/tools/perf/
Dbuiltin-diff.c519 root = hists->entries_in; in hists__baseline_only()
674 struct rb_root_cached *root = hists_pair->entries_in; in get_block_pair()
706 struct rb_root_cached *root = hists_base->entries_in; in block_hists_match()
738 root = hists->entries_in; in hists__precompute()