intlist__new     1127 tools/perf/builtin-kvm.c 		kvm->pid_list = intlist__new(kvm->opts.target.pid);
intlist__new      745 tools/perf/builtin-top.c 			seen = intlist__new(NULL);
intlist__new     1077 tools/perf/builtin-trace.c 		ttrace->syscall_stats = intlist__new(NULL);
intlist__new     3805 tools/perf/builtin-trace.c 	struct intlist *list = intlist__new(str);
intlist__new      731 tools/perf/tests/builtin-test.c 		skiplist = intlist__new(skip);
intlist__new      694 tools/perf/util/cs-etm.c 	etmq->traceid_queues_list = intlist__new(NULL);
intlist__new     2448 tools/perf/util/cs-etm.c 	traceid_list = intlist__new(NULL);
intlist__new       20 tools/perf/util/intlist.h struct intlist *intlist__new(const char *slist);
intlist__new     1190 tools/perf/util/probe-event.c 	lr->line_list = intlist__new(NULL);
intlist__new     1088 tools/perf/util/probe-finder.c 	pf->lcache = intlist__new(NULL);
intlist__new     2189 tools/perf/util/symbol.c 	*list = intlist__new(list_str);