Lines Matching defs:thread
237 for (int thread = 0; thread < nthreads; thread++) {
239 *perf_counts(evsel->counts, cpu, thread) =
241 thread);
326 int cpu, int thread,
349 evsel__compute_deltas(evsel, cpu, thread, count);
359 count->val, 0, &config->stats[thread]);
382 int cpu, thread;
387 for (thread = 0; thread < nthreads; thread++) {
389 if (process_counter_values(config, counter, cpu, thread,
390 perf_counts(counter->counts, cpu, thread)))
467 *perf_counts(counter->counts, st->cpu, st->thread) = count;
477 ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n",
478 st->id, st->cpu, st->thread);