Home
last modified time | relevance | path

Searched refs:append_chain_children (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcallchain.c867 append_chain_children(struct callchain_node *root, in append_chain_children() function
971 if (append_chain_children(root, cursor, period) < 0) in append_chain()
986 if (append_chain_children(&root->node, cursor, period) < 0) in callchain_append()
1016 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcallchain.c876 append_chain_children(struct callchain_node *root, in append_chain_children() function
980 if (append_chain_children(root, cursor, period) < 0) in append_chain()
998 if (append_chain_children(&root->node, cursor, period) < 0) in callchain_append()
1034 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch()

Completed in 5 milliseconds