Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread_map.h60 bool thread_map__has(struct thread_map *threads, pid_t pid);
Dthread_map.c440 bool thread_map__has(struct thread_map *threads, pid_t pid) in thread_map__has() function
/tools/perf/
Dbuiltin-sched.c1386 if (thread_map__has(sched->map.color_pids, tid)) in map__findnew_thread()