Searched refs:slist_config (Results 1 – 2 of 2) sorted by relevance
169 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_pid_str() local170 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()228 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_tid_str() local235 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
5201 struct strlist_config slist_config = { in trace__parse_events_option() local5205 trace->ev_qualifier = strlist__new(lists[1], &slist_config); in trace__parse_events_option()