diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-10-10 23:50:58 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-10-10 23:50:58 +0000 |
| commit | 91a84eb5ba900aa2e21fa23c85d5cc7f31647db5 (patch) | |
| tree | ea29421df6fb8d67f0ce1c58a6371ff0f3803030 /lib/libpmc | |
| parent | 2eaef8ec4af1f7576a1444180020e23d2e142107 (diff) | |
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/pmc.sandybridge.3 | 8 |
1 files 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 |
