Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcallchain.c873 append_chain_children(struct callchain_node *root, in append_chain_children() function
977 if (append_chain_children(root, cursor, period) < 0) in append_chain()
992 if (append_chain_children(&root->node, cursor, period) < 0) in callchain_append()
1022 if (append_chain_children(dst, cursor, src->hit) < 0) in merge_chain_branch()