Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dplugin_function.c59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() function
114 add_child(&fstack[cpu], child, i+1); in add_and_get_index()
120 add_child(&fstack[cpu], parent, 0); in add_and_get_index()
121 add_child(&fstack[cpu], child, 1); in add_and_get_index()
/tools/perf/util/
Dcallchain.c423 add_child(struct callchain_node *parent, in add_child() function
493 new = add_child(parent, cursor, period); in split_add_child()
553 rnode = add_child(root, cursor, period); in append_chain_children()