Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5763 )

Change subject: arch-arm: Do not increment PMU cycle event in WFI/WFE
......................................................................

arch-arm: Do not increment PMU cycle event in WFI/WFE

Change-Id: I09531e9992e045254e5ee989dd11ccabbf84e4ce
Reviewed-by: Sascha Bischoff <sascha.bisch...@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/5763
Reviewed-by: Andreas Sandberg <andreas.sandb...@arm.com>
Maintainer: Andreas Sandberg <andreas.sandb...@arm.com>
---
M src/arch/arm/ArmPMU.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved



diff --git a/src/arch/arm/ArmPMU.py b/src/arch/arm/ArmPMU.py
index 4292fd5..83c7dd4 100644
--- a/src/arch/arm/ArmPMU.py
+++ b/src/arch/arm/ArmPMU.py
@@ -111,7 +111,7 @@
         # 0x0E: BR_RETURN_RETIRED
         # 0x0F: UNALIGEND_LDST_RETIRED
         self.addEventProbe(0x10, bpred, "Misses")
-        self.addEventProbe(0x11, cpu, "Cycles")
+        self.addEventProbe(0x11, cpu, "ActiveCycles")
         self.addEventProbe(0x12, bpred, "Branches")
         self.addEventProbe(0x13, cpu, "RetiredLoads", "RetiredStores")
         # 0x14: L1I_CACHE

--
To view, visit https://gem5-review.googlesource.com/5763
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I09531e9992e045254e5ee989dd11ccabbf84e4ce
Gerrit-Change-Number: 5763
Gerrit-PatchSet: 4
Gerrit-Owner: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to