Home
last modified time | relevance | path

Searched refs:rb_node_in (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.c264 rb_erase(&n->rb_node_in, &hists->entries_collapsed); in hists__decay_entries()
355 he = rb_entry(parent, struct hist_entry, rb_node_in); in add_hist_entry()
398 rb_link_node(&he->rb_node_in, parent, p); in add_hist_entry()
399 rb_insert_color(&he->rb_node_in, hists->entries_in); in add_hist_entry()
551 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
574 rb_link_node(&he->rb_node_in, parent, p); in hists__collapse_insert_entry()
575 rb_insert_color(&he->rb_node_in, root); in hists__collapse_insert_entry()
616 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
617 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
619 rb_erase(&n->rb_node_in, root); in hists__collapse_resort()
[all …]
Dsort.h78 struct rb_node rb_node_in; member
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-diff.c409 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); in hists__baseline_only()
411 next = rb_next(&he->rb_node_in); in hists__baseline_only()
413 rb_erase(&he->rb_node_in, root); in hists__baseline_only()
433 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__precompute()
434 next = rb_next(&he->rb_node_in); in hists__precompute()
570 he = rb_entry(next, struct hist_entry, rb_node_in); in hists__compute_resort()
571 next = rb_next(&he->rb_node_in); in hists__compute_resort()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dhists_link.c295 he = rb_entry(node, struct hist_entry, rb_node_in); in __validate_match()
347 he = rb_entry(node, struct hist_entry, rb_node_in); in __validate_link()
419 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists()