Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-buildid-cache.c469 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache()
487 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache()
505 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache()
533 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
H A Dbuiltin-probe.c460 klist = strlist__new(NULL, NULL); in perf_del_probe_events()
461 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
H A Dbuiltin-list.c624 ps->visited_metrics = strlist__new(NULL, NULL); in cmd_list()
H A Dbuiltin-inject.c924 known_build_ids = strlist__new(known_build_ids_string, NULL); in mark_dso_hit()
H A Dbuiltin-sched.c5201 sched.map.task_names = strlist__new(sched.map.task_name, NULL);
H A Dbuiltin-trace.c5293 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_summary_mode()
/linux/tools/perf/util/
H A Dstrlist.h30 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
H A Dthread_map.c168 struct strlist *slist = strlist__new(pid_str, NULL); in thread_map__new_by_pid_str()
230 slist = strlist__new(tid_str, NULL); in thread_map__new_by_tid_str()
H A Dutil.c343 list = strlist__new(NULL, NULL); in lsdir()
403 tips = strlist__new("tips.txt", &conf); in perf_tip()
H A Dstrlist.c157 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
H A Dprobe-file.c180 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
232 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
390 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
H A Dprint-events.c59 sdtlist = strlist__new(NULL, NULL); in print_sdt_events()
H A Dbpf_off_cpu.c175 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
H A Dbuild-id.c424 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
H A Dsymbol.c2384 *list = strlist__new(list_str, NULL); in setup_parallelism_bitmap()
H A Dprobe-event.c3646 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events()
3701 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
H A Dprobe-finder.c1557 vl->vars = strlist__new(NULL, NULL);
H A Dmachine.c341 seen = strlist__new(NULL, NULL); in machines__findnew()