Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c396 p = &hists->entries_in->rb_node; in hists__findnew_entry()
448 rb_insert_color(&he->rb_node_in, hists->entries_in); in hists__findnew_entry()
1033 root = hists->entries_in; in hists__get_rotate_entries_in()
1034 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1035 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1177 root = hists->entries_in; in hists__output_resort()
1377 root = hists->entries_in; in hists__add_dummy_entry()
1417 n = hists->entries_in->rb_node; in hists__find_entry()
1446 root = leader->entries_in; in hists__match()
1471 root = other->entries_in; in hists__link()
[all …]
Dhist.h63 struct rb_root *entries_in; member
/linux-4.4.14/tools/perf/tests/
Dhists_link.c163 root = hists->entries_in; in __validate_match()
215 root = hists->entries_in; in __validate_link()
Dhists_common.c166 root = hists->entries_in; in print_hists_in()
Dhists_cumulate.c137 root_in = hists->entries_in; in del_hist_entries()
Dhists_output.c103 root_in = hists->entries_in; in del_hist_entries()
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c435 root = hists->entries_in; in hists__baseline_only()
457 root = hists->entries_in; in hists__precompute()