Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dthreads.h31 int threads__for_each_thread(struct threads *threads,
Dthreads.c168 int threads__for_each_thread(struct threads *threads, in threads__for_each_thread() function
Dmachine.c2988 return threads__for_each_thread(&machine->threads, fn, priv); in machine__for_each_thread()