Home
last modified time | relevance | path

Searched refs:thread_map__new_by_tid_str (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dthread_map.h24 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);
Dthread_map.c243 struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str() function
304 return thread_map__new_by_tid_str(tid); in thread_map__new_str()
/linux-5.19.10/tools/perf/
Dbuiltin-sched.c3247 map = thread_map__new_by_tid_str(sched->map.color_pids_str); in setup_color_pids()