tid_str           243 tools/perf/util/thread_map.c struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str)
tid_str           254 tools/perf/util/thread_map.c 	if (!tid_str)
tid_str           257 tools/perf/util/thread_map.c 	slist = strlist__new(tid_str, &slist_config);
tid_str            24 tools/perf/util/thread_map.h struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);