Lines Matching refs:counters
88 * In order to support CPU switching and some combined counters (e.g.,
149 // Number of event counters implemented
205 * changes PMU-global state (e.g., resets all counters).
212 * Reset all event counters excluding the cycle counter to zero.
231 * counters are treated as constant '0'.
245 * non-existing counters are ignored.
254 * performance counter or the cycle counter. Non-existing counters
269 * non-existing counters are ignored. The method automatically
316 * notify an event increment of val units, all the attached counters'
342 /** set of counters using this event **/
396 * counters with this event selected according to the bitfield written.
398 * @param the bitfield selecting the counters to increment.
515 return id < counters.size() || id == PMCCNTR;
527 return id == PMCCNTR ? cycleCounter : counters[id];
539 return id == PMCCNTR ? cycleCounter : counters[id];
591 * counters.
599 /** The number of regular event counters **/
602 /** State of all general-purpose counters supported by PMU */
603 std::vector<CounterState> counters;