Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c277 struct thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
288 if (!tid_str) in thread_map__new_by_tid_str()
291 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
Dthread_map.h37 struct thread_map *thread_map__new_by_tid_str(const char *tid_str);