Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dthreads.h26 size_t threads__nr(struct threads *threads);
H A Dthreads.c45 size_t threads__nr(struct threads *threads) in threads__nr() function
H A Dmachine.c919 size_t ret = fprintf(fp, "Threads: %zu\n", threads__nr(&machine->threads)); in machine__fprintf()