Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dhist.h51 struct rb_root entries_in_array[2]; member
Devsel.c40 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in hists__init()
41 hists->entries_in = &hists->entries_in_array[0]; in hists__init()
Dhist.c343 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
344 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()