Lines Matching defs:src
1024 struct callchain_node *dst, struct callchain_node *src)
1033 list_for_each_entry_safe(list, next_list, &src->val, list) {
1046 if (src->hit) {
1048 if (append_chain_children(dst, cursor, src->hit) < 0)
1052 n = rb_first(&src->rb_root_in);
1056 rb_erase(&child->rb_node_in, &src->rb_root_in);
1072 struct callchain_root *dst, struct callchain_root *src)
1074 return merge_chain_branch(cursor, &dst->node, &src->node);
1629 struct callchain_cursor *src)
1634 callchain_cursor_commit(src);
1639 node = callchain_cursor_current(src);
1651 callchain_cursor_advance(src);