Searched refs:add_child (Results 1 – 2 of 2) sorted by relevance
/tools/lib/traceevent/plugins/ |
D | plugin_function.c | 53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() function 108 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 114 add_child(&fstack[cpu], parent, 0); in add_and_get_index() 115 add_child(&fstack[cpu], child, 1); in add_and_get_index()
|
/tools/perf/util/ |
D | callchain.c | 630 add_child(struct callchain_node *parent, in add_child() function 834 new = add_child(parent, cursor, period); in split_add_child() 900 rnode = add_child(root, cursor, period); in append_chain_children()
|