Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread_map.h24 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) in thread_map__new_by_tid_str() argument
254 if (!tid_str) in thread_map__new_by_tid_str()
257 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()
/kernel/linux/linux-6.6/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.c244 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() argument
255 if (!tid_str) in thread_map__new_by_tid_str()
258 slist = strlist__new(tid_str, &slist_config); in thread_map__new_by_tid_str()

Completed in 3 milliseconds