Home
last modified time | relevance | path

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

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