Searched refs:strlist__new (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-buildid-cache.c | 441 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache() 459 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache() 477 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache() 505 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
|
| D | builtin-probe.c | 437 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 438 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
|
| D | builtin-trace.c | 3968 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()
|
| /Linux-v5.4/tools/perf/util/ |
| D | util.c | 219 list = strlist__new(NULL, NULL); in lsdir() 356 tips = strlist__new("tips.txt", &conf); in perf_tip()
|
| D | strlist.h | 32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
|
| 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()
|
| 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() 331 namelist = strlist__new(NULL, NULL); in probe_file__del_events() 365 entry->tevlist = strlist__new(NULL, NULL); in probe_cache_entry__new()
|
| D | strlist.c | 159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
|
| D | metricgroup.c | 243 me->metrics = strlist__new(NULL, NULL); in mep_new() 310 metriclist = strlist__new(NULL, NULL); in metricgroup__print()
|
| D | build-id.c | 454 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
|
| D | probe-finder.c | 1455 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
|
| D | symbol.c | 2173 *list = strlist__new(list_str, NULL); in setup_list()
|
| D | parse-events.c | 2366 sdtlist = strlist__new(NULL, &cfg); in print_sdt_events()
|
| D | machine.c | 349 seen = strlist__new(NULL, NULL); in machines__findnew()
|
| D | probe-event.c | 3388 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events()
|