Symbol: strlist__new
tools/perf/builtin-buildid-cache.c
469
list = strlist__new(add_name_list_str, NULL);
tools/perf/builtin-buildid-cache.c
487
list = strlist__new(remove_name_list_str, NULL);
tools/perf/builtin-buildid-cache.c
505
list = strlist__new(purge_name_list_str, NULL);
tools/perf/builtin-buildid-cache.c
533
list = strlist__new(update_name_list_str, NULL);
tools/perf/builtin-inject.c
779
known_build_ids = strlist__new(known_build_ids_string, NULL);
tools/perf/builtin-list.c
624
ps->visited_metrics = strlist__new(NULL, NULL);
tools/perf/builtin-probe.c
460
klist = strlist__new(NULL, NULL);
tools/perf/builtin-probe.c
461
ulist = strlist__new(NULL, NULL);
tools/perf/builtin-sched.c
4997
sched.map.task_names = strlist__new(sched.map.task_name, NULL);
tools/perf/builtin-trace.c
5237
trace->ev_qualifier = strlist__new(lists[1], &slist_config);
tools/perf/util/bpf_off_cpu.c
175
pid_slist = strlist__new(target->pid, NULL);
tools/perf/util/build-id.c
421
bidlist = strlist__new(NULL, NULL);
tools/perf/util/machine.c
335
seen = strlist__new(NULL, NULL);
tools/perf/util/print-events.c
59
sdtlist = strlist__new(NULL, NULL);
tools/perf/util/probe-event.c
3648
struct strlist *namelist = strlist__new(NULL, NULL);
tools/perf/util/probe-event.c
3703
struct strlist *namelist = strlist__new(NULL, NULL);
tools/perf/util/probe-file.c
180
sl = strlist__new(NULL, NULL);
tools/perf/util/probe-file.c
232
sl = strlist__new(NULL, NULL);
tools/perf/util/probe-file.c
390
entry->tevlist = strlist__new(NULL, NULL);
tools/perf/util/probe-finder.c
1531
vl->vars = strlist__new(NULL, NULL);
tools/perf/util/strlist.h
30
struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
tools/perf/util/symbol.c
2255
*list = strlist__new(list_str, NULL);
tools/perf/util/symbol.c
754
idle_symbols_list = strlist__new(NULL, NULL);
tools/perf/util/thread_map.c
168
struct strlist *slist = strlist__new(pid_str, NULL);
tools/perf/util/thread_map.c
230
slist = strlist__new(tid_str, NULL);
tools/perf/util/util.c
345
list = strlist__new(NULL, NULL);
tools/perf/util/util.c
405
tips = strlist__new("tips.txt", &conf);