Searched refs:strlist__new (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-buildid-cache.c | 469 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 D | builtin-probe.c | 460 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 461 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
| H A D | builtin-list.c | 624 ps->visited_metrics = strlist__new(NULL, NULL); in cmd_list()
|
| H A D | builtin-inject.c | 778 known_build_ids = strlist__new(known_build_ids_string, NULL); in perf_inject__parse_known_build_ids()
|
| H A D | builtin-sched.c | 4998 sched.map.task_names = strlist__new(sched.map.task_name, NULL); in cmd_sched()
|
| H A D | builtin-trace.c | 5240 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()
|
| /linux/tools/perf/util/ |
| H A D | strlist.h | 30 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
| H A D | thread_map.c | 168 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 D | util.c | 343 list = strlist__new(NULL, NULL); in lsdir() 403 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
| H A D | strlist.c | 157 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
|
| H A D | probe-file.c | 180 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 D | print-events.c | 59 sdtlist = strlist__new(NULL, NULL); in print_sdt_events()
|
| H A D | bpf_off_cpu.c | 175 pid_slist = strlist__new(target->pid, NULL); in off_cpu_prepare()
|
| H A D | build-id.c | 421 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
| H A D | symbol.c | 755 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle() 2256 *list = strlist__new(list_str, NULL); in setup_list()
|
| H A D | probe-event.c | 3646 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 D | probe-finder.c | 1531 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
| H A D | machine.c | 335 seen = strlist__new(NULL, NULL); in machines__findnew()
|