Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread_map.c228 static struct thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
238 if (!tid_str) in thread_map__new_by_tid_str()
241 slist = strlist__new(false, tid_str); in thread_map__new_by_tid_str()