perf vendor events: Add knightslanding counter information
Add counter information necessary for optimizing event grouping the
perf tool.
The most recent RFC patch set using this information:
https://lore.kernel.org/lkml/20240412210756.309828-1-weilin.wang@intel.com/
The information was added in:
475892a969
and later patches.
Co-authored-by: Weilin Wang <weilin.wang@intel.com>
Co-authored-by: Caleb Biggers <caleb.biggers@intel.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240620181752.3945845-22-irogers@google.com
This commit is contained in:
parent
8791622572
commit
025cce253b
File diff suppressed because it is too large
Load Diff
37
tools/perf/pmu-events/arch/x86/knightslanding/counter.json
Normal file
37
tools/perf/pmu-events/arch/x86/knightslanding/counter.json
Normal file
@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"Unit": "core",
|
||||
"CountersNumFixed": "3",
|
||||
"CountersNumGeneric": "2"
|
||||
},
|
||||
{
|
||||
"Unit": "CHA",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": "4"
|
||||
},
|
||||
{
|
||||
"Unit": "EDC_ECLK",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": "4"
|
||||
},
|
||||
{
|
||||
"Unit": "EDC_UCLK",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": "4"
|
||||
},
|
||||
{
|
||||
"Unit": "iMC_DCLK",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": "4"
|
||||
},
|
||||
{
|
||||
"Unit": "iMC_UCLK",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": 4
|
||||
},
|
||||
{
|
||||
"Unit": "M2PCIe",
|
||||
"CountersNumFixed": "0",
|
||||
"CountersNumGeneric": "4"
|
||||
}
|
||||
]
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of floating operations retired that required microcode assists",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC3",
|
||||
"EventName": "MACHINE_CLEARS.FP_ASSIST",
|
||||
"PublicDescription": "This event counts the number of times that the pipeline stalled due to FP operations needing assists.",
|
||||
@ -9,6 +10,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of packed SSE, AVX, AVX2, AVX-512 micro-ops (both floating point and integer) except for loads (memory-to-register mov-type micro-ops), packed byte and word multiplies.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC2",
|
||||
"EventName": "UOPS_RETIRED.PACKED_SIMD",
|
||||
"PublicDescription": "The length of the packed operation (128bits, 256bits or 512bits) is not taken into account when updating the counter; all count the same (+1). \r\nMask (k) registers are ignored. For example: a micro-op operating with a mask that only enables one element or even zero elements will still trigger this counter (+1)\r\nThis event is defined at the micro-op level and not instruction level. Most instructions are implemented with one micro-op but not all.",
|
||||
@ -17,6 +19,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of scalar SSE, AVX, AVX2, AVX-512 micro-ops except for loads (memory-to-register mov-type micro ops), division, sqrt.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC2",
|
||||
"EventName": "UOPS_RETIRED.SCALAR_SIMD",
|
||||
"PublicDescription": "This event is defined at the micro-op level and not instruction level. Most instructions are implemented with one micro-op but not all.",
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of times the front end resteers for any branch as a result of another branch handling mechanism in the front end.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xE6",
|
||||
"EventName": "BACLEARS.ALL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -8,6 +9,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of times the front end resteers for conditional branches as a result of another branch handling mechanism in the front end.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xE6",
|
||||
"EventName": "BACLEARS.COND",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -15,6 +17,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of times the front end resteers for RET branches as a result of another branch handling mechanism in the front end.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xE6",
|
||||
"EventName": "BACLEARS.RETURN",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -22,6 +25,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts all instruction fetches, including uncacheable fetches.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x80",
|
||||
"EventName": "ICACHE.ACCESSES",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -29,6 +33,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts all instruction fetches that hit the instruction cache.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x80",
|
||||
"EventName": "ICACHE.HIT",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -36,6 +41,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts all instruction fetches that miss the instruction cache or produce memory requests. An instruction fetch miss is counted only once and not once for every cycle it is outstanding.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x80",
|
||||
"EventName": "ICACHE.MISSES",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -43,6 +49,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of times the MSROM starts a flow of uops.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xE7",
|
||||
"EventName": "MS_DECODED.MS_ENTRY",
|
||||
"SampleAfterValue": "200003",
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of times the machine clears due to memory ordering hazards",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC3",
|
||||
"EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -8,6 +9,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -17,6 +19,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -26,6 +29,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -35,6 +39,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -44,6 +49,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -53,6 +59,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_CODE_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -62,6 +69,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -71,6 +79,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -80,6 +89,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -89,6 +99,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -98,6 +109,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -107,6 +119,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data and L1 prefetch data read requests that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -116,6 +129,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_PF_L2.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -125,6 +139,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_PF_L2.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -134,6 +149,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Prefetch requests that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_PF_L2.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -143,6 +159,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Prefetch requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_PF_L2.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -152,6 +169,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Prefetch requests that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_PF_L2.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -161,6 +179,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -170,6 +189,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -179,6 +199,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -188,6 +209,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -197,6 +219,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -206,6 +229,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any Read request that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_READ.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -215,6 +239,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -224,6 +249,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -233,6 +259,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -242,6 +269,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -251,6 +279,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -260,6 +289,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any request that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_REQUEST.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -269,6 +299,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -278,6 +309,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -287,6 +319,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -296,6 +329,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -305,6 +339,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -314,6 +349,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data write requests that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.ANY_RFO.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -323,6 +359,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -332,6 +369,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -341,6 +379,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -350,6 +389,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -359,6 +399,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -368,6 +409,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Bus locks and split lock requests that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.BUS_LOCKS.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -377,6 +419,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -386,6 +429,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -395,6 +439,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -404,6 +449,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -413,6 +459,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -422,6 +469,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -431,6 +479,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -440,6 +489,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -449,6 +499,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -458,6 +509,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -467,6 +519,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -476,6 +529,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand cacheable data and L1 prefetch data reads that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -485,6 +539,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -494,6 +549,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -503,6 +559,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -512,6 +569,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -521,6 +579,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -530,6 +589,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Demand cacheable data writes that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -539,6 +599,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -548,6 +609,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -557,6 +619,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -566,6 +629,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -575,6 +639,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -584,6 +649,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -593,6 +659,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial reads (UC or WC and is valid only for Outstanding response type). that accounts for responses from any NON_DRAM system address. This includes MMIO transactions",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_READS.NON_DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -602,6 +669,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial writes (UC or WT or WP and should be programmed on PMC1) that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.DDR_FAR",
|
||||
"MSRIndex": "0x1a7",
|
||||
@ -611,6 +679,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial writes (UC or WT or WP and should be programmed on PMC1) that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.DDR_NEAR",
|
||||
"MSRIndex": "0x1a7",
|
||||
@ -620,6 +689,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial writes (UC or WT or WP and should be programmed on PMC1) that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.MCDRAM",
|
||||
"MSRIndex": "0x1a7",
|
||||
@ -629,6 +699,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial writes (UC or WT or WP and should be programmed on PMC1) that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a7",
|
||||
@ -638,6 +709,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Partial writes (UC or WT or WP and should be programmed on PMC1) that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a7",
|
||||
@ -647,6 +719,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L1 data HW prefetches that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -656,6 +729,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L1 data HW prefetches that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -665,6 +739,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L1 data HW prefetches that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -674,6 +749,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L1 data HW prefetches that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -683,6 +759,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L1 data HW prefetches that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -692,6 +769,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 code HW prefetches that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -701,6 +779,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 code HW prefetches that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -710,6 +789,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 code HW prefetches that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -719,6 +799,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 code HW prefetches that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -728,6 +809,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 code HW prefetches that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -737,6 +819,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -746,6 +829,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -755,6 +839,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -764,6 +849,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -773,6 +859,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -782,6 +869,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -791,6 +879,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts L2 data RFO prefetches (includes PREFETCHW instruction) that accounts for responses from any NON_DRAM system address. This includes MMIO transactions",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_L2_RFO.NON_DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -800,6 +889,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -809,6 +899,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -818,6 +909,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -827,6 +919,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -836,6 +929,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -845,6 +939,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts Software Prefetches that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.PF_SOFTWARE.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -854,6 +949,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for responses from DDR (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.DDR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -863,6 +959,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for data responses from DRAM Far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.DDR_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -872,6 +969,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for data responses from DRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.DDR_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -881,6 +979,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for responses from MCDRAM (local and far)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.MCDRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -890,6 +989,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.MCDRAM_FAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
@ -899,6 +999,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts UC code reads (valid only for Outstanding response type) that accounts for data responses from MCDRAM Local.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.UC_CODE_READS.MCDRAM_NEAR",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of branch instructions retired (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.ALL_BRANCHES",
|
||||
"PEBS": "1",
|
||||
@ -8,6 +9,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of near CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.CALL",
|
||||
"PEBS": "1",
|
||||
@ -16,6 +18,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of far branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.FAR_BRANCH",
|
||||
"PEBS": "1",
|
||||
@ -24,6 +27,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of near indirect CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.IND_CALL",
|
||||
"PEBS": "1",
|
||||
@ -32,6 +36,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of branch instructions retired that were conditional jumps. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.JCC",
|
||||
"PEBS": "1",
|
||||
@ -40,6 +45,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of branch instructions retired that were near indirect CALL or near indirect JMP. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.NON_RETURN_IND",
|
||||
"PEBS": "1",
|
||||
@ -48,6 +54,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of near relative CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.REL_CALL",
|
||||
"PEBS": "1",
|
||||
@ -56,6 +63,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of near RET branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.RETURN",
|
||||
"PEBS": "1",
|
||||
@ -64,6 +72,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of branch instructions retired that were conditional jumps and predicted taken. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC4",
|
||||
"EventName": "BR_INST_RETIRED.TAKEN_JCC",
|
||||
"PEBS": "1",
|
||||
@ -72,6 +81,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted branch instructions retired (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.ALL_BRANCHES",
|
||||
"PEBS": "1",
|
||||
@ -79,6 +89,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted near CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.CALL",
|
||||
"PEBS": "1",
|
||||
@ -87,6 +98,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted far branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.FAR_BRANCH",
|
||||
"PEBS": "1",
|
||||
@ -95,6 +107,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.IND_CALL",
|
||||
"PEBS": "1",
|
||||
@ -103,6 +116,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted branch instructions retired that were conditional jumps. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.JCC",
|
||||
"PEBS": "1",
|
||||
@ -111,6 +125,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted branch instructions retired that were near indirect CALL or near indirect JMP. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.NON_RETURN_IND",
|
||||
"PEBS": "1",
|
||||
@ -119,6 +134,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted near relative CALL branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.REL_CALL",
|
||||
"PEBS": "1",
|
||||
@ -127,6 +143,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted near RET branch instructions retired. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.RETURN",
|
||||
"PEBS": "1",
|
||||
@ -135,6 +152,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of mispredicted branch instructions retired that were conditional jumps and predicted taken. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC5",
|
||||
"EventName": "BR_MISP_RETIRED.TAKEN_JCC",
|
||||
"PEBS": "1",
|
||||
@ -143,6 +161,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of unhalted reference clock cycles",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x3C",
|
||||
"EventName": "CPU_CLK_UNHALTED.REF",
|
||||
"SampleAfterValue": "2000003",
|
||||
@ -150,12 +169,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Fixed Counter: Counts the number of unhalted reference clock cycles",
|
||||
"Counter": "Fixed counter 2",
|
||||
"EventName": "CPU_CLK_UNHALTED.REF_TSC",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x3"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Fixed Counter: Counts the number of unhalted core clock cycles",
|
||||
"Counter": "Fixed counter 1",
|
||||
"EventName": "CPU_CLK_UNHALTED.THREAD",
|
||||
"PublicDescription": "This event counts the number of core cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. This event is a component in many key event ratios. The core frequency may change from time to time due to transitions associated with Enhanced Intel SpeedStep Technology or TM2. For this reason this event may have a changing ratio with regards to time. When the core frequency is constant, this event can approximate elapsed time while the core was not in the halt state. It is counted on a dedicated fixed counter",
|
||||
"SampleAfterValue": "2000003",
|
||||
@ -163,12 +184,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of unhalted core clock cycles",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x3C",
|
||||
"EventName": "CPU_CLK_UNHALTED.THREAD_P",
|
||||
"SampleAfterValue": "2000003"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles the number of core cycles when divider is busy. Does not imply a stall waiting for the divider.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCD",
|
||||
"EventName": "CYCLES_DIV_BUSY.ALL",
|
||||
"PublicDescription": "This event counts cycles when the divider is busy. More specifically cycles when the divide unit is unable to accept a new divide uop because it is busy processing a previously dispatched uop. The cycles will be counted irrespective of whether or not another divide uop is waiting to enter the divide unit (from the RS). This event counts integer divides, x87 divides, divss, divsd, sqrtss, sqrtsd event and does not count vector divides.",
|
||||
@ -177,6 +200,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Fixed Counter: Counts the number of instructions retired",
|
||||
"Counter": "Fixed counter 0",
|
||||
"EventName": "INST_RETIRED.ANY",
|
||||
"PublicDescription": "This event counts the number of instructions that retire. For instructions that consist of multiple micro-ops, this event counts exactly once, as the last micro-op of the instruction retires. The event continues counting while instructions retire, including during interrupt service routines caused by hardware interrupts, faults or traps.",
|
||||
"SampleAfterValue": "2000003",
|
||||
@ -184,12 +208,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of instructions retired",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC0",
|
||||
"EventName": "INST_RETIRED.ANY_P",
|
||||
"SampleAfterValue": "2000003"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of instructions retired (Precise Event)",
|
||||
"Counter": "0",
|
||||
"EventCode": "0xC0",
|
||||
"EventName": "INST_RETIRED.ANY_PS",
|
||||
"PEBS": "2",
|
||||
@ -197,6 +223,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts all machine clears",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC3",
|
||||
"EventName": "MACHINE_CLEARS.ALL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -204,6 +231,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of times that the machine clears due to program modifying data within 1K of a recently fetched code page",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC3",
|
||||
"EventName": "MACHINE_CLEARS.SMC",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -211,6 +239,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of core cycles when no micro-ops are allocated for any reason.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCA",
|
||||
"EventName": "NO_ALLOC_CYCLES.ALL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -218,6 +247,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the alloc pipe is stalled waiting for a mispredicted branch to retire.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCA",
|
||||
"EventName": "NO_ALLOC_CYCLES.MISPREDICTS",
|
||||
"PublicDescription": "This event counts the number of core cycles when no uops are allocated and the alloc pipe is stalled waiting for a mispredicted branch to retire.",
|
||||
@ -226,6 +256,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated, the IQ is empty, and no other condition is blocking allocation.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCA",
|
||||
"EventName": "NO_ALLOC_CYCLES.NOT_DELIVERED",
|
||||
"PublicDescription": "This event counts the number of core cycles when no uops are allocated, the instruction queue is empty and the alloc pipe is stalled waiting for instructions to be fetched.",
|
||||
@ -234,6 +265,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and a RATstall (caused by reservation station full) is asserted.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCA",
|
||||
"EventName": "NO_ALLOC_CYCLES.RAT_STALL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -241,6 +273,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the ROB is full",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCA",
|
||||
"EventName": "NO_ALLOC_CYCLES.ROB_FULL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -248,6 +281,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any retired load that was pushed into the recycle queue for any reason.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.ANY_LD",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -255,6 +289,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts any retired store that was pushed into the recycle queue for any reason.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.ANY_ST",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -262,6 +297,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of occurrences a retired load gets blocked because its address overlaps with a store whose data is not ready",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.LD_BLOCK_STD_NOTREADY",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -269,6 +305,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of occurrences a retired load gets blocked because its address partially overlaps with a store (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"Data_LA": "1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.LD_BLOCK_ST_FORWARD",
|
||||
@ -279,6 +316,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of occurrences a retired load was pushed into the rehab queue because it sees a cache line split. Each split should be counted only once. (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"Data_LA": "1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.LD_SPLITS",
|
||||
@ -289,6 +327,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts all the retired locked loads. It does not include stores because we would double count if we count stores",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.LOCK",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -296,6 +335,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the store micro-ops retired that were pushed in the rehab queue because the store address buffer is full",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.STA_FULL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -303,6 +343,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of occurrences a retired store that is a cache line split. Each split should be counted only once.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "RECYCLEQ.ST_SPLITS",
|
||||
"PublicDescription": "This event counts the number of retired store that experienced a cache line boundary split(Precise Event). Note that each spilt should be counted only once.",
|
||||
@ -311,6 +352,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of core cycles allocation pipeline is stalled when any one of the reservation stations is full.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCB",
|
||||
"EventName": "RS_FULL_STALL.ALL",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -318,6 +360,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of core cycles when allocation pipeline is stalled and is waiting for a free MEC reservation station entry.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xCB",
|
||||
"EventName": "RS_FULL_STALL.MEC",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -325,6 +368,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of micro-ops retired",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC2",
|
||||
"EventName": "UOPS_RETIRED.ALL",
|
||||
"PublicDescription": "This event counts the number of micro-ops (uops) retired. The processor decodes complex macro instructions into a sequence of simpler uops. Most instructions are composed of one or two uops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists.",
|
||||
@ -333,6 +377,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of micro-ops retired that are from the complex flows issued by the micro-sequencer (MS).",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0xC2",
|
||||
"EventName": "UOPS_RETIRED.MS",
|
||||
"PublicDescription": "This event counts the number of micro-ops retired that were supplied from MSROM.",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AD_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.AD_0",
|
||||
"PerPkg": "1",
|
||||
@ -9,6 +10,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AD_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.AD_1",
|
||||
"PerPkg": "1",
|
||||
@ -17,6 +19,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AK_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.AK_0",
|
||||
"PerPkg": "1",
|
||||
@ -25,6 +28,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AK_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.AK_1",
|
||||
"PerPkg": "1",
|
||||
@ -33,6 +37,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. BL_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.BL_0",
|
||||
"PerPkg": "1",
|
||||
@ -41,6 +46,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. BL_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_FULL.BL_1",
|
||||
"PerPkg": "1",
|
||||
@ -49,6 +55,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. AD_0",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.AD_0",
|
||||
"PerPkg": "1",
|
||||
@ -57,6 +64,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. AD_1",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.AD_1",
|
||||
"PerPkg": "1",
|
||||
@ -65,6 +73,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. AK_0",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.AK_0",
|
||||
"PerPkg": "1",
|
||||
@ -73,6 +82,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. AK_1",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.AK_1",
|
||||
"PerPkg": "1",
|
||||
@ -81,6 +91,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. BL_0",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.BL_0",
|
||||
"PerPkg": "1",
|
||||
@ -89,6 +100,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Cycles Not Empty. Counts the number of cycles when the M2PCIe Egress is not empty. BL_1",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "UNC_M2P_EGRESS_CYCLES_NE.BL_1",
|
||||
"PerPkg": "1",
|
||||
@ -97,6 +109,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AD_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AD_0",
|
||||
"PerPkg": "1",
|
||||
@ -105,6 +118,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AD_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AD_1",
|
||||
"PerPkg": "1",
|
||||
@ -113,6 +127,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AK_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AK_0",
|
||||
"PerPkg": "1",
|
||||
@ -121,6 +136,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AK_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AK_1",
|
||||
"PerPkg": "1",
|
||||
@ -129,6 +145,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AK_CRD_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AK_CRD_0",
|
||||
"PerPkg": "1",
|
||||
@ -137,6 +154,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. AK_CRD_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.AK_CRD_1",
|
||||
"PerPkg": "1",
|
||||
@ -145,6 +163,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. BL_0",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.BL_0",
|
||||
"PerPkg": "1",
|
||||
@ -153,6 +172,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2PCIe Egress queue. BL_1",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "UNC_M2P_EGRESS_INSERTS.BL_1",
|
||||
"PerPkg": "1",
|
||||
@ -161,6 +181,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingress is not empty.ALL",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x10",
|
||||
"EventName": "UNC_M2P_INGRESS_CYCLES_NE.ALL",
|
||||
"PerPkg": "1",
|
||||
@ -169,6 +190,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingress is not empty.CBO_IDI",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x10",
|
||||
"EventName": "UNC_M2P_INGRESS_CYCLES_NE.CBO_IDI",
|
||||
"PerPkg": "1",
|
||||
@ -177,6 +199,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingress is not empty.CBO_NCB",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x10",
|
||||
"EventName": "UNC_M2P_INGRESS_CYCLES_NE.CBO_NCB",
|
||||
"PerPkg": "1",
|
||||
@ -185,6 +208,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Ingress Queue Cycles Not Empty. Counts the number of cycles when the M2PCIe Ingress is not empty.CBO_NCS",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x10",
|
||||
"EventName": "UNC_M2P_INGRESS_CYCLES_NE.CBO_NCS",
|
||||
"PerPkg": "1",
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of read requests and streaming stores that hit in MCDRAM cache and the data in MCDRAM is clean with respect to DDR. This event is only valid in cache and hybrid memory mode.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_EDC_ACCESS.HIT_CLEAN",
|
||||
"PerPkg": "1",
|
||||
@ -9,6 +10,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of read requests and streaming stores that hit in MCDRAM cache and the data in MCDRAM is dirty with respect to DDR. This event is only valid in cache and hybrid memory mode.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_EDC_ACCESS.HIT_DIRTY",
|
||||
"PerPkg": "1",
|
||||
@ -17,6 +19,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of read requests and streaming stores that miss in MCDRAM cache and the data evicted from the MCDRAM is clean with respect to DDR. This event is only valid in cache and hybrid memory mode.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_EDC_ACCESS.MISS_CLEAN",
|
||||
"PerPkg": "1",
|
||||
@ -25,6 +28,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of read requests and streaming stores that miss in MCDRAM cache and the data evicted from the MCDRAM is dirty with respect to DDR. This event is only valid in cache and hybrid memory mode.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_EDC_ACCESS.MISS_DIRTY",
|
||||
"PerPkg": "1",
|
||||
@ -33,6 +37,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Number of EDC Hits or Misses. Miss I",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_EDC_ACCESS.MISS_INVALID",
|
||||
"PerPkg": "1",
|
||||
@ -41,12 +46,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "ECLK count",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventName": "UNC_E_E_CLOCKTICKS",
|
||||
"PerPkg": "1",
|
||||
"Unit": "EDC_ECLK"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of read requests received by the MCDRAM controller. This event is valid in all three memory modes: flat, cache and hybrid. In cache and hybrid memory mode, this event counts all read requests as well as streaming stores that hit or miss in the MCDRAM cache.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x01",
|
||||
"EventName": "UNC_E_RPQ_INSERTS",
|
||||
"PerPkg": "1",
|
||||
@ -55,12 +62,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "UCLK count",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventName": "UNC_E_U_CLOCKTICKS",
|
||||
"PerPkg": "1",
|
||||
"Unit": "EDC_UCLK"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of write requests received by the MCDRAM controller. This event is valid in all three memory modes: flat, cache and hybrid. In cache and hybrid memory mode, this event counts all streaming stores, writebacks and, read requests that miss in MCDRAM cache.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x02",
|
||||
"EventName": "UNC_E_WPQ_INSERTS",
|
||||
"PerPkg": "1",
|
||||
@ -69,6 +78,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "CAS All",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "UNC_M_CAS_COUNT.ALL",
|
||||
"PerPkg": "1",
|
||||
@ -77,6 +87,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "CAS Reads",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "UNC_M_CAS_COUNT.RD",
|
||||
"PerPkg": "1",
|
||||
@ -85,6 +96,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "CAS Writes",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "UNC_M_CAS_COUNT.WR",
|
||||
"PerPkg": "1",
|
||||
@ -93,12 +105,14 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "DCLK count",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventName": "UNC_M_D_CLOCKTICKS",
|
||||
"PerPkg": "1",
|
||||
"Unit": "iMC_DCLK"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "UCLK count",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventName": "UNC_M_U_CLOCKTICKS",
|
||||
"PerPkg": "1",
|
||||
"Unit": "iMC_UCLK"
|
||||
|
@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of load micro-ops retired that cause a DTLB miss (Precise Event)",
|
||||
"Counter": "0,1",
|
||||
"Data_LA": "1",
|
||||
"EventCode": "0x04",
|
||||
"EventName": "MEM_UOPS_RETIRED.DTLB_MISS_LOADS",
|
||||
@ -10,6 +11,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of core cycles for all the page walks. The cycles for page walks started in speculative path will also be included.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.CYCLES",
|
||||
"PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) page walk is in progress.",
|
||||
@ -18,6 +20,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of core cycles for all the D-side page walks. The cycles for page walks started in speculative path will also be included.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.D_SIDE_CYCLES",
|
||||
"SampleAfterValue": "200003",
|
||||
@ -25,6 +28,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total D-side page walks that are completed or started. The page walks started in the speculative path will also be counted",
|
||||
"Counter": "0,1",
|
||||
"EdgeDetect": "1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.D_SIDE_WALKS",
|
||||
@ -33,6 +37,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of core cycles for all the I-side page walks. The cycles for page walks started in speculative path will also be included.",
|
||||
"Counter": "0,1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.I_SIDE_CYCLES",
|
||||
"PublicDescription": "This event counts every cycle when an I-side (walks due to an instruction fetch) page walk is in progress.",
|
||||
@ -41,6 +46,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total I-side page walks that are completed.",
|
||||
"Counter": "0,1",
|
||||
"EdgeDetect": "1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.I_SIDE_WALKS",
|
||||
@ -49,6 +55,7 @@
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total page walks that are completed (I-side and D-side)",
|
||||
"Counter": "0,1",
|
||||
"EdgeDetect": "1",
|
||||
"EventCode": "0x05",
|
||||
"EventName": "PAGE_WALKS.WALKS",
|
||||
|
Loading…
x
Reference in New Issue
Block a user