Home
last modified time | relevance | path

Searched refs:rb_root_in (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
A Dcallchain.c419 n = rb_first(&node->rb_root_in); in __sort_chain_flat()
450 n = rb_first(&node->rb_root_in); in __sort_chain_graph_abs()
481 n = rb_first(&node->rb_root_in); in __sort_chain_graph_rel()
543 new->rb_root_in = parent->rb_root_in; in create_child()
544 parent->rb_root_in = RB_ROOT; in create_child()
546 n = rb_first(&new->rb_root_in); in create_child()
842 p = parent->rb_root_in.rb_node; in split_add_child()
1020 n = rb_first(&src->rb_root_in); in merge_chain_branch()
1261 n = rb_first(&node->rb_root_in); in callchain_node_branch_counts_cumul()
1472 n = rb_first(&node->rb_root_in); in free_callchain_node()
[all …]
A Dcallchain.h66 struct rb_root rb_root_in; /* input tree of children */ member
181 root->node.rb_root_in = RB_ROOT; in callchain_init()

Completed in 7 milliseconds