Searched refs:getCounter (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dpmu.hh237 return isValidCounter(id) ? getCounter(id).getValue() : 0;
525 CounterState &getCounter(CounterId id) { function in class:ArmISA::PMU
537 const CounterState &getCounter(CounterId id) const { function in class:ArmISA::PMU
H A Dpmu.cc611 CounterState &ctr(getCounter(id));
621 const CounterState &cs(getCounter(id));
639 CounterState &ctr(getCounter(id));

Completed in 8 milliseconds