Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dhist.c248 p = &hists->entries_in->rb_node; in add_hist_entry()
285 rb_insert_color(&he->rb_node_in, hists->entries_in); in add_hist_entry()
425 root = hists->entries_in; in hists__get_rotate_entries_in()
426 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
427 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
521 root = hists->entries_in; in __hists__output_resort()
Dhist.h58 struct rb_root *entries_in; member
Devsel.c41 hists->entries_in = &hists->entries_in_array[0]; in hists__init()