Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthreads.h27 struct thread *threads__find(struct threads *threads, pid_t tid);
H A Dthreads.c92 struct thread *threads__find(struct threads *threads, pid_t tid) in threads__find() function
H A Dmachine.c531 struct thread *th = threads__find(&machine->threads, tid); in __machine__findnew_thread()