Lines Matching defs:counters
90 /* DTC counters are paired in 64-bit registers on a 16-byte stride. Yuck */
224 struct perf_event *counters[CMN_DT_NUM_COUNTERS];
724 cmn->dtc[i].counters[hw->dtc_idx] = event;
1006 cmn->dtc[i].counters[hw->dtc_idx] = NULL;
1035 while (dtc->counters[dtc_idx])
1041 /* ...then the local counters to feed it. */
1063 CMN_EVENT_WP_COMBINE(dtc->counters[tmp]))
1129 * We stop the PMU for both add and read, to avoid skew across DTM counters.
1183 if (WARN_ON(!dtc->counters[i]))
1186 local64_add(delta, &dtc->counters[i]->count);