Searched refs:slist_config (Results 1 – 2 of 2) sorted by relevance
198 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_pid_str() local199 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()269 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_tid_str() local276 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
3145 struct strlist_config slist_config = { in cmd_trace() local3152 trace.ev_qualifier = strlist__new(s, &slist_config); in cmd_trace()