Home
last modified time | relevance | path

Searched refs:entries_in_array (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dhist.c1618 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1619 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
2782 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED; in __hists__init()
2783 hists->entries_in = &hists->entries_in_array[0]; in __hists__init()
2810 hists__delete_remaining_entries(&hists->entries_in_array[0]); in hists__delete_all_entries()
2811 hists__delete_remaining_entries(&hists->entries_in_array[1]); in hists__delete_all_entries()
Dhist.h80 struct rb_root_cached entries_in_array[2]; member