Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dthreads.h24 void threads__init(struct threads *threads);
H A Dthreads.c23 void threads__init(struct threads *threads) in threads__init() function
H A Dmachine.c86 threads__init(&machine->threads); in machine__init()