Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/dtc/
Dfstree.c58 add_child(tree, newchild); in read_fstree()
Dlivetree.c216 add_child(old_node, new_child); in merge_nodes()
254 add_child(dt, node); in add_orphan_node()
298 void add_child(struct node *parent, struct node *child) in add_child() function
817 add_child(parent, node); in build_and_name_child_node()
Ddtc.h282 void add_child(struct node *parent, struct node *child);
Dflattree.c764 add_child(node, child); in unflatten_tree()
/Linux-v6.6/tools/perf/util/
Dcallchain.c638 add_child(struct callchain_node *parent, in add_child() function
843 new = add_child(parent, cursor, period); in split_add_child()
909 rnode = add_child(root, cursor, period); in append_chain_children()