Lines Matching refs:threads
34 OPT_UINTEGER('m', "min-threads", &min_threads,
35 "Minimum number of threads in multithreaded bench"),
36 OPT_UINTEGER('M', "max-threads", &max_threads,
37 "Maximum number of threads in multithreaded bench"),
62 struct perf_thread_map *threads,
81 target, threads,
116 struct perf_thread_map *threads;
125 threads = thread_map__new_by_pid(getpid());
126 if (!threads) {
136 err = do_run_single_threaded(session, threads, &target, false);
140 err = do_run_single_threaded(session, threads, &target, true);
143 if (threads)
144 perf_thread_map__put(threads);
227 printf(" Number of synthesis threads: %u\n",