Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.c380 p = &hists->entries_in->rb_node; in add_hist_entry()
433 rb_insert_color(&he->rb_node_in, hists->entries_in); in add_hist_entry()
1003 root = hists->entries_in; in hists__get_rotate_entries_in()
1004 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1005 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1138 root = hists->entries_in; in hists__output_resort()
1307 root = hists->entries_in; in hists__add_dummy_entry()
1347 n = hists->entries_in->rb_node; in hists__find_entry()
1376 root = leader->entries_in; in hists__match()
1401 root = other->entries_in; in hists__link()
[all …]
Dhist.h58 struct rb_root *entries_in; member
/linux-4.1.27/tools/perf/tests/
Dhists_link.c159 root = hists->entries_in; in __validate_match()
211 root = hists->entries_in; in __validate_link()
Dhists_common.c162 root = hists->entries_in; in print_hists_in()
Dhists_cumulate.c133 root_in = hists->entries_in; in del_hist_entries()
Dhists_output.c99 root_in = hists->entries_in; in del_hist_entries()
/linux-4.1.27/tools/perf/
Dbuiltin-diff.c432 root = hists->entries_in; in hists__baseline_only()
454 root = hists->entries_in; in hists__precompute()