Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.h68 struct rb_root entries_in_array[2]; member
Dhist.c586 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
587 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
Devsel.c120 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in hists__init()
121 hists->entries_in = &hists->entries_in_array[0]; in hists__init()