Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dcallchain.c425 n = rb_first(&node->rb_root_in); in __sort_chain_flat()
456 n = rb_first(&node->rb_root_in); in __sort_chain_graph_abs()
487 n = rb_first(&node->rb_root_in); in __sort_chain_graph_rel()
549 new->rb_root_in = parent->rb_root_in; in create_child()
550 parent->rb_root_in = RB_ROOT; in create_child()
552 n = rb_first(&new->rb_root_in); in create_child()
848 p = parent->rb_root_in.rb_node; in split_add_child()
1026 n = rb_first(&src->rb_root_in); in merge_chain_branch()
1267 n = rb_first(&node->rb_root_in); in callchain_node_branch_counts_cumul()
1470 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