Searched refs:strlist__new (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 356 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()
|
D | builtin-probe.c | 380 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 381 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
D | builtin-trace.c | 3152 trace.ev_qualifier = strlist__new(s, &slist_config); in cmd_trace()
|
/linux-4.4.14/tools/perf/util/ |
D | probe-file.c | 144 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()
|
D | strlist.h | 24 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
D | thread_map.c | 199 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()
|
D | strlist.c | 154 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
|
D | build-id.c | 327 list = strlist__new(NULL, NULL); in build_id_cache__list_build_ids()
|
D | probe-finder.c | 1361 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
D | symbol.c | 1931 *list = strlist__new(list_str, NULL); in setup_list()
|
D | machine.c | 255 seen = strlist__new(NULL, NULL); in machines__findnew()
|