Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread_map.h27 bool thread_map__has(struct perf_thread_map *threads, pid_t pid);
H A Dthread_map.c398 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has() function
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c1559 if (thread_map__has(sched->map.color_pids, tid)) in map__findnew_thread()