Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c154 struct perf_thread_map *color_pids; member
1542 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()
1545 if (thread_map__has(sched->map.color_pids, tid)) in map__findnew_thread()
3528 sched->map.color_pids = map; in setup_color_pids()
3584 perf_thread_map__put(sched->map.color_pids); in perf_sched__map()