Home
last modified time | relevance | path

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

/openbmc/linux/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()