Skip to content

Commit

Permalink
SRF: Release v1.05 event files
Browse files Browse the repository at this point in the history
This commit releases SRF v1.05 events and updates mapfile.csv
accordingly.
  • Loading branch information
edwarddavidbaker committed Aug 21, 2024
1 parent a67b3a7 commit 0191247
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 86 deletions.
10 changes: 5 additions & 5 deletions SRF/events/sierraforest_core.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Header": {
"Copyright": "Copyright (c) 2001 - 2024 Intel Corporation. All rights reserved.",
"Info": "Performance Monitoring Events for Intel(R) Xeon(R) 6 Processor with E-cores - V1.04",
"DatePublished": "05/14/2024",
"Version": "1.04",
"Info": "Performance Monitoring Events for Intel(R) Xeon(R) 6 Processor with E-cores - V1.05",
"DatePublished": "08/14/2024",
"Version": "1.05",
"Legend": ""
},
"Events": [
Expand Down Expand Up @@ -3183,8 +3183,8 @@
"EventCode": "0xcd",
"UMask": "0x03",
"EventName": "ARITH.DIV_ACTIVE",
"BriefDescription": "Counts the number of cycles when any of the dividers are active.",
"PublicDescription": "Counts the number of cycles when any of the dividers are active.",
"BriefDescription": "Counts the number of cycles when any of the floating point or integer dividers are active.",
"PublicDescription": "Counts the number of cycles when any of the floating point or integer dividers are active.",
"Counter": "0,1,2,3,4,5,6,7",
"PEBScounters": "0,1,2,3,4,5,6,7",
"SampleAfterValue": "1000003",
Expand Down
78 changes: 75 additions & 3 deletions SRF/events/sierraforest_uncore.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Header": {
"Copyright": "Copyright (c) 2001 - 2024 Intel Corporation. All rights reserved.",
"Info": "Performance Monitoring Events for Intel(R) Xeon(R) 6 Processor with E-cores - V1.04",
"DatePublished": "05/14/2024",
"Version": "1.04",
"Info": "Performance Monitoring Events for Intel(R) Xeon(R) 6 Processor with E-cores - V1.05",
"DatePublished": "08/14/2024",
"Version": "1.05",
"Legend": ""
},
"Events": [
Expand Down Expand Up @@ -2023,6 +2023,42 @@
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
"UMask": "0x01",
"PortMask": "0x00",
"FCMask": "0x00",
"UMaskExt": "0x00C827FD",
"EventName": "UNC_CHA_TOR_OCCUPANCY.IA_HIT_DRD_OPT",
"BriefDescription": "TOR Occupancy for Data read opt from local IA that hit the cache",
"PublicDescription": "TOR Occupancy : DRd_Opts issued by iA Cores that hit the LLC",
"Counter": "0",
"ELLC": "0",
"Filter": "na",
"ExtSel": "0",
"Deprecated": "0",
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
"UMask": "0x01",
"PortMask": "0x00",
"FCMask": "0x00",
"UMaskExt": "0x00C8A7FD",
"EventName": "UNC_CHA_TOR_OCCUPANCY.IA_HIT_DRD_OPT_PREF",
"BriefDescription": "TOR Occupancy for Data read opt prefetch from local IA that hit the cache",
"PublicDescription": "TOR Occupancy : DRd_Opt_Prefs issued by iA Cores that hit the LLC",
"Counter": "0",
"ELLC": "0",
"Filter": "na",
"ExtSel": "0",
"Deprecated": "0",
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
Expand Down Expand Up @@ -2059,6 +2095,42 @@
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
"UMask": "0x01",
"PortMask": "0x00",
"FCMask": "0x00",
"UMaskExt": "0x00C827FE",
"EventName": "UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_OPT",
"BriefDescription": "TOR Occupancy for Data read opt from local IA that miss the cache",
"PublicDescription": "TOR Occupancy : DRd_Opt issued by iA Cores that missed the LLC",
"Counter": "0",
"ELLC": "0",
"Filter": "na",
"ExtSel": "0",
"Deprecated": "0",
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
"UMask": "0x01",
"PortMask": "0x00",
"FCMask": "0x00",
"UMaskExt": "0x00C8A7FE",
"EventName": "UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_OPT_PREF",
"BriefDescription": "TOR Occupancy for Data read opt prefetch from local IA that miss the cache",
"PublicDescription": "TOR Occupancy : DRd_Opt_Prefs issued by iA Cores that missed the LLC",
"Counter": "0",
"ELLC": "0",
"Filter": "na",
"ExtSel": "0",
"Deprecated": "0",
"FILTER_VALUE": "0",
"CounterType": "PGMABLE"
},
{
"Unit": "CHA",
"EventCode": "0x36",
Expand Down
Loading

0 comments on commit 0191247

Please sign in to comment.