Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_link.c154 root = hists->entries_in; in __validate_match()
206 root = hists->entries_in; in __validate_link()
Dhists_common.c170 root = hists->entries_in; in print_hists_in()
Dhists_cumulate.c135 root_in = hists->entries_in; in del_hist_entries()
Dhists_output.c101 root_in = hists->entries_in; in del_hist_entries()
/Linux-v4.19/tools/perf/util/
Dhist.c324 root_in = hists->entries_in; in hists__delete_entry()
517 p = &hists->entries_in->rb_node; in hists__findnew_entry()
573 rb_insert_color(&he->rb_node_in, hists->entries_in); in hists__findnew_entry()
1451 root = hists->entries_in; in hists__get_rotate_entries_in()
1452 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1453 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1737 root = hists->entries_in; in output_resort()
2152 root = hists->entries_in; in hists__add_dummy_entry()
2238 n = hists->entries_in->rb_node; in hists__find_entry()
2318 root = leader->entries_in; in hists__match()
[all …]
Dhist.h73 struct rb_root *entries_in; member
/Linux-v4.19/tools/perf/
Dbuiltin-diff.c438 root = hists->entries_in; in hists__baseline_only()
460 root = hists->entries_in; in hists__precompute()