Lines Matching refs:entries_in
396 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()
1568 hists->entries_in = &hists->entries_in_array[0]; in hists_evsel__init()