Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.c351 p = &hists->entries_in->rb_node; in add_hist_entry()
399 rb_insert_color(&he->rb_node_in, hists->entries_in); in add_hist_entry()
585 root = hists->entries_in; in hists__get_rotate_entries_in()
586 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()
729 root = hists->entries_in; in hists__output_resort()
892 root = hists->entries_in; in hists__add_dummy_entry()
932 n = hists->entries_in->rb_node; in hists__find_entry()
961 root = leader->entries_in; in hists__match()
986 root = other->entries_in; in hists__link()
Dhist.h69 struct rb_root *entries_in; member
Devsel.c121 hists->entries_in = &hists->entries_in_array[0]; in hists__init()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dhists_link.c289 root = hists->entries_in; in __validate_match()
341 root = hists->entries_in; in __validate_link()
412 root = hists->entries_in; in print_hists()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-diff.c405 root = hists->entries_in; in hists__baseline_only()
427 root = hists->entries_in; in hists__precompute()
558 root = hists->entries_in; in hists__compute_resort()