Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dcallchain.c426 n = rb_first(&node->rb_root_in); in __sort_chain_flat()
457 n = rb_first(&node->rb_root_in); in __sort_chain_graph_abs()
488 n = rb_first(&node->rb_root_in); in __sort_chain_graph_rel()
550 new->rb_root_in = parent->rb_root_in; in create_child()
551 parent->rb_root_in = RB_ROOT; in create_child()
553 n = rb_first(&new->rb_root_in); in create_child()
851 p = parent->rb_root_in.rb_node; in split_add_child()
1038 n = rb_first(&src->rb_root_in); in merge_chain_branch()
1284 n = rb_first(&node->rb_root_in); in callchain_node_branch_counts_cumul()
1489 n = rb_first(&node->rb_root_in); in free_callchain_node()
[all …]
H A Dcallchain.h66 struct rb_root rb_root_in; /* input tree of children */ member
179 root->node.rb_root_in = RB_ROOT; in callchain_init()