Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-buildid-cache.c465 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache()
483 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache()
501 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache()
529 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
Dbuiltin-probe.c461 klist = strlist__new(NULL, NULL); in perf_del_probe_events()
462 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
Dbuiltin-list.c512 default_ps.visited_metrics = strlist__new(NULL, NULL); in cmd_list()
Dbuiltin-inject.c661 known_build_ids = strlist__new(known_build_ids_string, NULL); in perf_inject__parse_known_build_ids()
Dbuiltin-trace.c4557 trace->ev_qualifier = strlist__new(lists[1], &slist_config);
/Linux-v6.6/tools/perf/util/
Dstrlist.h32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
Dprint-events.c153 sdtlist = strlist__new(NULL, NULL); in print_sdt_events()
344 struct strlist *evt_name_list = strlist__new(NULL, NULL); in print_symbol_events()
Dutil.c290 list = strlist__new(NULL, NULL); in lsdir()
429 tips = strlist__new("tips.txt", &conf); in perf_tip()
Dthread_map.c193 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()
258 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
Dprobe-file.c179 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
231 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
374 namelist = strlist__new(NULL, NULL); in probe_file__del_events()
408 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
Dstrlist.c159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
Dbpf_off_cpu.c151 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
Dbuild-id.c466 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
Dsymbol.c742 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle()
2558 *list = strlist__new(list_str, NULL); in setup_list()
Dprobe-event.c3565 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events()
3620 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
Dprobe-finder.c1621 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
Dmachine.c377 seen = strlist__new(NULL, NULL); in machines__findnew()