Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dthread_map.c218 static struct thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
228 if (!tid_str) { in thread_map__new_by_tid_str()
237 slist = strlist__new(false, tid_str); in thread_map__new_by_tid_str()