Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-buildid-cache.c438 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache()
456 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache()
474 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache()
502 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
Dbuiltin-probe.c449 klist = strlist__new(NULL, NULL); in perf_del_probe_events()
450 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
Dbuiltin-trace.c3108 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()
/Linux-v4.19/tools/perf/util/
Dstrlist.h32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
Dutil.c177 list = strlist__new(NULL, NULL); in lsdir()
492 tips = strlist__new("tips.txt", &conf); in perf_tip()
Dprobe-file.c152 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
204 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
339 namelist = strlist__new(NULL, NULL); in probe_file__del_events()
373 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
Dthread_map.c214 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()
291 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
Dmetricgroup.c219 me->metrics = strlist__new(NULL, NULL); in mep_new()
286 metriclist = strlist__new(NULL, NULL); in metricgroup__print()
Dstrlist.c160 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
Dbuild-id.c446 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
Dprobe-finder.c1444 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
Dsymbol.c2054 *list = strlist__new(list_str, NULL); in setup_list()
Dparse-events.c2281 sdtlist = strlist__new(NULL, &cfg); in print_sdt_events()
Dmachine.c320 seen = strlist__new(NULL, NULL); in machines__findnew()
Dprobe-event.c3351 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events()