Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dthreads.c36 threads__remove_all_threads(threads); in threads__exit()
135 void threads__remove_all_threads(struct threads *threads) in threads__remove_all_threads() function
Dthreads.h29 void threads__remove_all_threads(struct threads *threads);
Dmachine.c166 threads__remove_all_threads(&machine->threads); in machine__delete_threads()