Lines Matching defs:new
460 * adding new entries. So we need to save a copy.
544 .new = hist_entry__zalloc,
562 he = ops->new(callchain_size);
887 * new hist entry by hist_entry__new().
1482 struct hist_entry *iter, *new;
1511 new = hist_entry__new(he, true);
1512 if (new == NULL)
1518 new->hpp_list = hpp_list;
1519 new->parent_he = parent_he;
1521 hist_entry__apply_hierarchy_filters(new);
1523 /* some fields are now passed to 'new' */
1528 new->trace_output = NULL;
1533 new->srcline = NULL;
1538 new->srcfile = NULL;
1541 rb_link_node(&new->rb_node_in, parent, p);
1542 rb_insert_color_cached(&new->rb_node_in, root, leftmost);
1543 return new;
2291 * resort output after applying a new filter since filter in a lower