Home
last modified time | relevance | path

Searched refs:slist_config (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dthread_map.c202 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_pid_str() local
203 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()
273 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_tid_str() local
280 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
/tools/perf/
Dbuiltin-trace.c2912 struct strlist_config slist_config = { in trace__parse_events_option() local
2916 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()