git: 91a84eb5ba90 - main - pmc.sandybridge(3): Fix a few EVENT_ vs Event inconsistencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Oct 2022 23:51:06 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=91a84eb5ba900aa2e21fa23c85d5cc7f31647db5
commit 91a84eb5ba900aa2e21fa23c85d5cc7f31647db5
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2022-10-10 23:50:58 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2022-10-10 23:50:58 +0000
pmc.sandybridge(3): Fix a few EVENT_ vs Event inconsistencies
Every event other than these four is listed as Event X, Umask Y; fix
these to conform to that style.
---
lib/libpmc/pmc.sandybridge.3 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/libpmc/pmc.sandybridge.3 b/lib/libpmc/pmc.sandybridge.3
index 97d5d21a6e80..0f45cac48545 100644
--- a/lib/libpmc/pmc.sandybridge.3
+++ b/lib/libpmc/pmc.sandybridge.3
@@ -204,7 +204,7 @@ qualifiers are specified, the default is to enable both.
Sandy Bridge programmable PMCs support the following events:
.Bl -tag -width indent
.It Li LD_BLOCKS.DATA_UNKNOWN
-.Pq EVENT_03H, Umask 01H
+.Pq Event 03H, Umask 01H
Blocked loads due to store buffer blocks with unknown data.
.It Li LD_BLOCKS.STORE_FORWARD
.Pq Event 03H, Umask 02H
@@ -213,7 +213,7 @@ Loads blocked by overlapping with store buffer that cannot be forwarded.
.Pq Event 03H, Umask 08H
# of Split loads blocked due to resource not available.
.It Li LD_BLOCKS.ALL_BLOCK
-.Pq EVENT_03H, Umask 10H
+.Pq Event 03H, Umask 10H
Number of cases where any load is blocked but has no DCU miss.
.It Li MISALIGN_MEM_REF.LOADS
.Pq Event 05H, Umask 01H
@@ -323,10 +323,10 @@ RFOs that miss cache lines.
.Pq Event 27H, Umask 04H
RFOs that hit cache lines in E state.
.It Li L2_STORE_LOCK_RQSTS.HIT_M
-.Pq EVENT_27H, Umask 08H
+.Pq Event 27H, Umask 08H
RFOs that hit cache lines in M state.
.It Li L2_STORE_LOCK_RQSTS.ALL
-.Pq EVENT_27H, Umask 0FH
+.Pq Event 27H, Umask 0FH
RFOs that access cache lines in any state.
.It Li L2_L1D_WB_RQSTS.HIT_E
.Pq Event 28H, Umask 04H