node_new          116 tools/perf/util/intlist.c 		ilist->rblist.node_new    = intlist__node_new;
node_new           81 tools/perf/util/metricgroup.c 	metric_events->node_new = metric_event_new;
node_new          319 tools/perf/util/metricgroup.c 	groups.node_new = mep_new;
node_new           35 tools/perf/util/rblist.c 	new_node = rblist->node_new(rblist, new_entry);
node_new           78 tools/perf/util/rblist.c 		new_node = rblist->node_new(rblist, entry);
node_new           27 tools/perf/util/rblist.h 	struct rb_node *(*node_new)(struct rblist *rlist, const void *new_entry);
node_new          135 tools/perf/util/stat-shadow.c 	rblist->node_new = saved_value_new;
node_new          176 tools/perf/util/strlist.c 		slist->rblist.node_new    = strlist__node_new;