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

/linux-master/tools/perf/util/
H A Dthread_map.h22 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);
H A Dthread_map.c243 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str) argument
254 if (!tid_str)
257 slist = strlist__new(tid_str, &slist_config);

Completed in 133 milliseconds