Searched refs:strlist__new (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-buildid-cache.c | 467 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache() 485 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache() 503 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache() 531 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
|
| H A D | builtin-probe.c | 461 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 462 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
| H A D | builtin-list.c | 582 default_ps.visited_metrics = strlist__new(NULL, NULL); in cmd_list()
|
| H A D | builtin-inject.c | 702 known_build_ids = strlist__new(known_build_ids_string, NULL); in perf_inject__parse_known_build_ids()
|
| H A D | builtin-sched.c | 3924 sched.map.task_names = strlist__new(sched.map.task_name, NULL); in cmd_sched()
|
| H A D | builtin-trace.c | 5226 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()
|
| /linux-6.15/tools/perf/util/ |
| H A D | strlist.h | 32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
| H A D | util.c | 296 list = strlist__new(NULL, NULL); in lsdir() 356 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
| H A D | print-events.c | 150 sdtlist = strlist__new(NULL, NULL); in print_sdt_events() 334 struct strlist *evt_name_list = strlist__new(NULL, NULL); in print_symbol_events()
|
| H A D | thread_map.c | 192 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str() 257 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
|
| H A D | strlist.c | 159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
|
| H A D | probe-file.c | 179 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist() 231 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist() 389 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
|
| H A D | bpf_off_cpu.c | 158 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
|
| H A D | build-id.c | 406 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
| H A D | symbol.c | 748 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle() 2370 *list = strlist__new(list_str, NULL); in setup_list()
|
| H A D | probe-event.c | 3643 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events() 3698 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
|
| H A D | probe-finder.c | 1530 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
| H A D | machine.c | 300 seen = strlist__new(NULL, NULL); in machines__findnew()
|