HomeSort by relevance Sort by last modified time
    Searched refs:nr_threads (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/src/tools/perf/bench/
numa.c 65 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, l, val)
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 255 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; thread++)
    [all...]
  /external/fio/
stat.h 213 uint32_t nr_threads; member in struct:jobs_eta
client.c 1052 je->nr_threads = le32_to_cpu(je->nr_threads);
1081 dst->nr_threads += je->nr_threads;
    [all...]
eta.c 467 je->nr_threads = thread_number;
server.c 734 je->nr_threads = cpu_to_le32(je->nr_threads);
    [all...]

Completed in 312 milliseconds