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

/linux-master/tools/perf/util/
H A Dhist.c1658 if (++hists->entries_in > &hists->entries_in_array[1])
1659 hists->entries_in = &hists->entries_in_array[0];
2845 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED;
2846 hists->entries_in = &hists->entries_in_array[0];
2873 hists__delete_remaining_entries(&hists->entries_in_array[0]);
2874 hists__delete_remaining_entries(&hists->entries_in_array[1]);
H A Dhist.h95 struct rb_root_cached entries_in_array[2]; member in struct:hists

Completed in 96 milliseconds