Lines Matching refs:core
157 int nthreads = perf_thread_map__nr(evsel->core.threads);
249 int idx, nthreads = perf_thread_map__nr(evsel->core.threads);
425 struct perf_cpu cpu = perf_cpu_map__cpu(evsel->core.cpus, cpu_map_idx);
464 int nthreads = perf_thread_map__nr(counter->core.threads);
564 alias = list_prepare_entry(evsel, &(evlist->core.entries), core.node);
565 list_for_each_entry_continue(alias, &evlist->core.entries, core.node) {
610 /* collect per-core counts */
611 perf_cpu_map__for_each_cpu(cpu, idx, evsel->core.cpus) {
623 /* update aggregated per-core counts for each CPU */
624 perf_cpu_map__for_each_cpu(cpu, idx, evsel->core.cpus) {
639 /* we have an aggr_map for cpu, but want to aggregate the counters per-core */
650 perf_cpu_map__for_each_cpu(cpu, idx, evsel->core.cpus) {
661 /* process cpu stats on per-core events */
750 struct perf_event_attr *attr = &evsel->core.attr;
761 if (leader->core.nr_members > 1)
800 return evsel__open_per_thread(evsel, evsel->core.threads);