Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.c262 static struct thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
273 if (!tid_str) in thread_map__new_by_tid_str()
276 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()