Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread_map.c218 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
227 if (!tid_str) in thread_map__new_by_tid_str()
230 slist = strlist__new(tid_str, NULL); in thread_map__new_by_tid_str()
H A Dthread_map.h20 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);