Searched refs:strlist__new (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/perf/util/
H A Dstrlist.h32 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
H A Dprint-events.c148 sdtlist = strlist__new(NULL, NULL);
350 struct strlist *evt_name_list = strlist__new(NULL, NULL);
H A Dutil.c290 list = strlist__new(NULL, NULL);
429 tips = strlist__new("tips.txt", &conf);
H A Dthread_map.c192 struct strlist *slist = strlist__new(pid_str, &slist_config);
257 slist = strlist__new(tid_str, &slist_config);
H A Dstrlist.c159 struct strlist *strlist__new(const char *list, const struct strlist_config *config) function
H A Dprobe-file.c179 sl = strlist__new(NULL, NULL);
231 sl = strlist__new(NULL, NULL);
374 namelist = strlist__new(NULL, NULL);
408 entry->tevlist = strlist__new(NULL, NULL);
H A Dbpf_off_cpu.c154 pid_slist = strlist__new(target->pid, NULL);
H A Dbuild-id.c466 bidlist = strlist__new(NULL, NULL);
H A Dsymbol.c736 idle_symbols_list = strlist__new(NULL, NULL);
2344 *list = strlist__new(list_str, NULL);
H A Dprobe-finder.c1503 vl->vars = strlist__new(NULL, NULL);
H A Dprobe-event.c3576 struct strlist *namelist = strlist__new(NULL, NULL);
3631 struct strlist *namelist = strlist__new(NULL, NULL);
H A Dmachine.c323 seen = strlist__new(NULL, NULL);
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c467 list = strlist__new(add_name_list_str, NULL);
485 list = strlist__new(remove_name_list_str, NULL);
503 list = strlist__new(purge_name_list_str, NULL);
531 list = strlist__new(update_name_list_str, NULL);
H A Dbuiltin-probe.c461 klist = strlist__new(NULL, NULL);
462 ulist = strlist__new(NULL, NULL);
H A Dbuiltin-list.c569 default_ps.visited_metrics = strlist__new(NULL, NULL);
H A Dbuiltin-inject.c661 known_build_ids = strlist__new(known_build_ids_string, NULL);
H A Dbuiltin-trace.c4560 trace->ev_qualifier = strlist__new(lists[1], &slist_config);

Completed in 259 milliseconds