strlist__new      441 tools/perf/builtin-buildid-cache.c 		list = strlist__new(add_name_list_str, NULL);
strlist__new      459 tools/perf/builtin-buildid-cache.c 		list = strlist__new(remove_name_list_str, NULL);
strlist__new      477 tools/perf/builtin-buildid-cache.c 		list = strlist__new(purge_name_list_str, NULL);
strlist__new      505 tools/perf/builtin-buildid-cache.c 		list = strlist__new(update_name_list_str, NULL);
strlist__new      437 tools/perf/builtin-probe.c 	klist = strlist__new(NULL, NULL);
strlist__new      438 tools/perf/builtin-probe.c 	ulist = strlist__new(NULL, NULL);
strlist__new     3968 tools/perf/builtin-trace.c 		trace->ev_qualifier = strlist__new(lists[1], &slist_config);
strlist__new      454 tools/perf/util/build-id.c 	bidlist = strlist__new(NULL, NULL);
strlist__new      349 tools/perf/util/machine.c 				seen = strlist__new(NULL, NULL);
strlist__new      246 tools/perf/util/metricgroup.c 	me->metrics = strlist__new(NULL, NULL);
strlist__new      313 tools/perf/util/metricgroup.c 		metriclist = strlist__new(NULL, NULL);
strlist__new     2378 tools/perf/util/parse-events.c 	sdtlist = strlist__new(NULL, &cfg);
strlist__new     3387 tools/perf/util/probe-event.c 	struct strlist *namelist = strlist__new(NULL, NULL);
strlist__new      144 tools/perf/util/probe-file.c 	sl = strlist__new(NULL, NULL);
strlist__new      196 tools/perf/util/probe-file.c 	sl = strlist__new(NULL, NULL);
strlist__new      334 tools/perf/util/probe-file.c 	namelist = strlist__new(NULL, NULL);
strlist__new      368 tools/perf/util/probe-file.c 		entry->tevlist = strlist__new(NULL, NULL);
strlist__new     1483 tools/perf/util/probe-finder.c 	vl->vars = strlist__new(NULL, NULL);
strlist__new       32 tools/perf/util/strlist.h struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
strlist__new     2173 tools/perf/util/symbol.c 	*list = strlist__new(list_str, NULL);
strlist__new      192 tools/perf/util/thread_map.c 	struct strlist *slist = strlist__new(pid_str, &slist_config);
strlist__new      257 tools/perf/util/thread_map.c 	slist = strlist__new(tid_str, &slist_config);
strlist__new      219 tools/perf/util/util.c 	list = strlist__new(NULL, NULL);
strlist__new      356 tools/perf/util/util.c 	tips = strlist__new("tips.txt", &conf);