Home
last modified time | relevance | path

Searched refs:strlist__new (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/
A Dbuiltin-buildid-cache.c462 list = strlist__new(add_name_list_str, NULL); in cmd_buildid_cache()
480 list = strlist__new(remove_name_list_str, NULL); in cmd_buildid_cache()
498 list = strlist__new(purge_name_list_str, NULL); in cmd_buildid_cache()
526 list = strlist__new(update_name_list_str, NULL); in cmd_buildid_cache()
A Dbuiltin-probe.c444 klist = strlist__new(NULL, NULL); in perf_del_probe_events()
445 ulist = strlist__new(NULL, NULL); in perf_del_probe_events()
A Dbuiltin-trace.c4651 trace->ev_qualifier = strlist__new(lists[1], &slist_config);
/linux/tools/perf/util/
A Dutil.c254 list = strlist__new(NULL, NULL); in lsdir()
393 tips = strlist__new("tips.txt", &conf); in perf_tip()
A Dstrlist.h32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
A Dthread_map.c192 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()
A Dprobe-file.c179 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 Dstrlist.c159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new() function
A Dmetricgroup.c377 me->metrics = strlist__new(NULL, NULL); in mep_new()
550 metriclist = strlist__new(NULL, NULL); in metricgroup__print()
A Dbuild-id.c470 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
A Dsymbol.c694 idle_symbols_list = strlist__new(NULL, NULL); in symbol__is_idle()
2394 *list = strlist__new(list_str, NULL); in setup_list()
A Dprobe-event.c3538 struct strlist *namelist = strlist__new(NULL, NULL); in show_probe_trace_events()
3593 struct strlist *namelist = strlist__new(NULL, NULL); in show_bootconfig_events()
A Dprobe-finder.c1612 vl->vars = strlist__new(NULL, NULL); in add_available_vars()
A Dparse-events.c2804 sdtlist = strlist__new(NULL, &cfg); in print_sdt_events()
A Dmachine.c355 seen = strlist__new(NULL, NULL); in machines__findnew()

Completed in 794 milliseconds