Searched refs:tid_str (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/perf/util/
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);
H A Dthread_map.h22 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);

Completed in 169 milliseconds