Searched refs:strlist__new (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-buildid-cache.c356 list = strlist__new(add_name_list_str, NULL); cmd_buildid_cache()
374 list = strlist__new(remove_name_list_str, NULL);
392 list = strlist__new(purge_name_list_str, NULL);
413 list = strlist__new(update_name_list_str, NULL);
H A Dbuiltin-probe.c380 klist = strlist__new(NULL, NULL); perf_del_probe_events()
381 ulist = strlist__new(NULL, NULL); perf_del_probe_events()
H A Dbuiltin-trace.c3152 trace.ev_qualifier = strlist__new(s, &slist_config); cmd_trace()
/linux-4.4.14/tools/perf/util/
H A Dstrlist.h24 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
H A Dprobe-file.c144 sl = strlist__new(NULL, NULL); probe_file__get_rawlist()
179 sl = strlist__new(NULL, NULL); strlist__for_each()
315 namelist = strlist__new(NULL, NULL); probe_file__del_events()
H A Dstrlist.c154 struct strlist *strlist__new(const char *list, const struct strlist_config *config) strlist__new() function
H A Dthread_map.c199 struct strlist *slist = strlist__new(pid_str, &slist_config); thread_map__new_by_pid_str()
276 slist = strlist__new(tid_str, &slist_config); thread_map__new_by_tid_str()
H A Dbuild-id.c327 list = strlist__new(NULL, NULL); build_id_cache__list_build_ids()
H A Dmachine.c255 seen = strlist__new(NULL, NULL); machines__findnew()
H A Dprobe-finder.c1361 vl->vars = strlist__new(NULL, NULL); add_available_vars()
H A Dsymbol.c1931 *list = strlist__new(list_str, NULL); setup_list()

Completed in 225 milliseconds