/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-buildid-cache.c | 440 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache() 458 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache() 476 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache() 504 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
|
H A D | builtin-probe.c | 440 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 441 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-buildid-cache.c | 465 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()
|
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 | 518 default_ps.visited_metrics = strlist__new(NULL, NULL); in cmd_list()
|
/kernel/linux/linux-5.10/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 | 254 list = strlist__new(NULL, NULL); in lsdir() 393 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
H A D | probe-file.c | 144 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist() 196 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()
|
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 | 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 | metricgroup.c | 441 me->metrics = strlist__new(NULL, NULL); in mep_new() 508 metriclist = strlist__new(NULL, NULL); in metricgroup__print()
|
H A D | build-id.c | 461 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
H A D | symbol.c | 704 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle() 2387 *list = strlist__new(list_str, NULL); in setup_list()
|
H A D | probe-finder.c | 1605 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strlist.h | 32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
H A D | print-events.c | 153 sdtlist = strlist__new(NULL, NULL); in print_sdt_events() 355 struct strlist *evt_name_list = strlist__new(NULL, NULL); in print_symbol_events()
|
H A D | util.c | 290 list = strlist__new(NULL, NULL); in lsdir() 429 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
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() 374 namelist = strlist__new(NULL, NULL); in probe_file__del_events() 408 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
|
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 | thread_map.c | 193 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()
|
H A D | bpf_off_cpu.c | 152 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
|
H A D | build-id.c | 466 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
H A D | symbol.c | 742 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle() 2558 *list = strlist__new(list_str, NULL); in setup_list()
|
H A D | probe-event.c | 3565 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events() 3620 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
|
H A D | probe-finder.c | 1621 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|