Searched refs:nr_threads (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c65 int nr_threads; member in struct:params
155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
812 for (t = 0; t < g->p.nr_threads; t++) {
817 task_nr = process_nr*g->p.nr_threads + t;
845 for (t = 0; t < g->p.nr_threads; t++) {
850 task_nr = p*g->p.nr_threads + t;
1040 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1)
1080 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val);
1093 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads,
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.c255 int nr_threads = thread_map__nr(evlist->threads); local
261 for (thread = 0; thread < nr_threads; thread++)
273 int nr_threads = thread_map__nr(evlist->threads); local
279 for (thread = 0; thread < nr_threads; thread++)
327 int nr_threads = thread_map__nr(evlist->threads); local
328 int nfds = nr_cpus * nr_threads * evlist->nr_entries;
610 int nr_threads = thread_map__nr(evlist->threads); local
616 for (thread = 0; thread < nr_threads; thread++) {
649 int nr_threads = thread_map__nr(evlist->threads); local
652 for (thread = 0; thread < nr_threads; threa
[all...]
/external/fio/
H A Dstat.h213 uint32_t nr_threads; member in struct:jobs_eta
H A Dclient.c1052 je->nr_threads = le32_to_cpu(je->nr_threads);
1081 dst->nr_threads += je->nr_threads;
H A Deta.c467 je->nr_threads = thread_number;
H A Dserver.c734 je->nr_threads = cpu_to_le32(je->nr_threads);

Completed in 212 milliseconds