Home
last modified time | relevance | path

Searched refs:dont_dupstr (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dstrlist.h27 bool dont_dupstr; member
H A Dthread_map.c191 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_pid_str()
250 struct strlist_config slist_config = { .dont_dupstr = true, }; in thread_map__new_by_tid_str()
H A Dstrlist.c169 dupstr = !config->dont_dupstr; in strlist__new()