Lines Matching defs:counters
120 /* Want more local counters? Why not replicate the whole DTM! Ugh... */
127 /* DTC counters are paired in 64-bit registers on a 16-byte stride. Yuck */
318 struct perf_event *counters[CMN_DT_NUM_COUNTERS];
1437 cmn->dtc[i].counters[hw->dtc_idx] = event;
1787 cmn->dtc[i].counters[hw->dtc_idx] = NULL;
1816 while (dtc->counters[dtc_idx])
1822 /* ...then the local counters to feed it. */
1844 CMN_EVENT_WP_COMBINE(dtc->counters[tmp]))
1902 * We stop the PMU for both add and read, to avoid skew across DTM counters.
1980 if (WARN_ON(!dtc->counters[i]))
1983 local64_add(delta, &dtc->counters[i]->count);