Lines Matching defs:nthreads
208 int nthreads)
215 xyarray__new(perf_cpu_map__nr(cpus), nthreads, sizeof(__u64));
221 xyarray__new(perf_cpu_map__nr(cpus), nthreads, sizeof(__u64));
266 int pid = -1, idx = 0, thread = 0, nthreads, err = 0, old_errno;
288 nthreads = perf_thread_map__nr(threads);
290 for (thread = 0; thread < nthreads; thread++) {
351 thread = nthreads;
523 int thread, nthreads;
535 nthreads = xyarray__max_y(evsel->process_time.start_times);
536 for (thread = 0; thread < nthreads; thread++) {
571 int thread, nthreads;
586 nthreads = xyarray__max_y(evsel->process_time.start_times);
587 for (thread = 0; thread < nthreads; thread++) {