Searched refs:strlist__new (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | print-events.c | 124 sdtlist = strlist__new(NULL, NULL); in print_sdt_events() 205 struct strlist *evt_name_list = strlist__new(NULL, NULL); in print_hwcache_events() 282 struct strlist *evt_name_list = strlist__new(NULL, NULL); in print_symbol_events()
|
A D | strlist.h | 32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
A D | util.c | 288 list = strlist__new(NULL, NULL); in lsdir() 427 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
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()
|
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()
|
A D | strlist.c | 159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
|
A D | bpf_off_cpu.c | 151 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
|
A D | build-id.c | 464 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
A D | symbol.c | 720 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle() 2445 *list = strlist__new(list_str, NULL); in setup_list()
|
A D | probe-event.c | 3546 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events() 3601 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
|
A D | probe-finder.c | 1621 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
A D | machine.c | 370 seen = strlist__new(NULL, NULL); in machines__findnew()
|
/linux-6.3-rc2/tools/perf/ |
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()
|
A D | builtin-probe.c | 452 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 453 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
A D | builtin-list.c | 472 default_ps.visited_metrics = strlist__new(NULL, NULL); in cmd_list()
|
A D | builtin-inject.c | 654 known_build_ids = strlist__new(known_build_ids_string, NULL); in perf_inject__parse_known_build_ids()
|
A D | builtin-trace.c | 4580 trace->ev_qualifier = strlist__new(lists[1], &slist_config);
|
Completed in 48 milliseconds