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

/gem5/src/arch/arm/
H A Dpmu.cc448 if (userCounters.empty()) {
451 userCounters.insert(user);
458 for (auto& counter: userCounters) {
466 userCounters.erase(user);
468 if (userCounters.empty()) {
807 for (auto& counter: userCounters) {
H A Dpmu.hh343 std::set<PMU::CounterState*> userCounters; member in struct:ArmISA::PMU::PMUEvent

Completed in 5 milliseconds