mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
perf vendor events: Update meteorlake events/metrics
Update events from v1.12 to v1.13. Update event topics, addition of PDIST counter into descriptions, metrics to be generated from the TMA spreadsheet and other small clean ups. Signed-off-by: Ian Rogers <irogers@google.com> Tested-by: Thomas Falcon <thomas.falcon@intel.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Andreas Färber <afaerber@suse.de> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Weilin Wang <weilin.wang@intel.com> Link: https://lore.kernel.org/r/20250328175006.43110-23-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
3af9e6879d
commit
8ff6e2626f
|
|
@ -23,7 +23,7 @@ GenuineIntel-6-3E,v24,ivytown,core
|
|||
GenuineIntel-6-2D,v24,jaketown,core
|
||||
GenuineIntel-6-(57|85),v16,knightslanding,core
|
||||
GenuineIntel-6-BD,v1.11,lunarlake,core
|
||||
GenuineIntel-6-(AA|AC|B5),v1.12,meteorlake,core
|
||||
GenuineIntel-6-(AA|AC|B5),v1.13,meteorlake,core
|
||||
GenuineIntel-6-1[AEF],v4,nehalemep,core
|
||||
GenuineIntel-6-2E,v4,nehalemex,core
|
||||
GenuineIntel-6-A7,v1.04,rocketlake,core
|
||||
|
|
|
|||
|
|
|
@ -1,9 +1,20 @@
|
|||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of L1D cacheline (dirty) evictions caused by load misses, stores, and prefetches.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x51",
|
||||
"EventName": "DL1.DIRTY_EVICTION",
|
||||
"PublicDescription": "Counts the number of L1D cacheline (dirty) evictions caused by load misses, stores, and prefetches. Does not count evictions or dirty writebacks caused by snoops. Does not count a replacement unless a (dirty) line was written back.",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "L1D.HWPF_MISS",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x51",
|
||||
"EventName": "L1D.HWPF_MISS",
|
||||
"PublicDescription": "L1D.HWPF_MISS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -13,7 +24,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x51",
|
||||
"EventName": "L1D.REPLACEMENT",
|
||||
"PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
|
||||
"PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -23,7 +34,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x48",
|
||||
"EventName": "L1D_PEND_MISS.FB_FULL",
|
||||
"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
|
||||
"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -35,7 +46,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0x48",
|
||||
"EventName": "L1D_PEND_MISS.FB_FULL_PERIODS",
|
||||
"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
|
||||
"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -45,7 +56,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x48",
|
||||
"EventName": "L1D_PEND_MISS.L2_STALLS",
|
||||
"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
|
||||
"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -55,7 +66,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x48",
|
||||
"EventName": "L1D_PEND_MISS.PENDING",
|
||||
"PublicDescription": "Counts number of L1D misses that are outstanding in each cycle, that is each cycle the number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand from the demand Hit FB, if it is allocated by hardware or software prefetch. Note: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type.",
|
||||
"PublicDescription": "Counts number of L1D misses that are outstanding in each cycle, that is each cycle the number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand from the demand Hit FB, if it is allocated by hardware or software prefetch. Note: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -66,7 +77,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x48",
|
||||
"EventName": "L1D_PEND_MISS.PENDING_CYCLES",
|
||||
"PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
|
||||
"PublicDescription": "Counts duration of L1D miss outstanding in cycles. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -76,27 +87,87 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "L2_LINES_IN.ALL",
|
||||
"PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
|
||||
"PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1f",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cache lines filled into the L2 cache that are in Exclusive state",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "L2_LINES_IN.E",
|
||||
"PublicDescription": "Counts the number of cache lines filled into the L2 cache that are in Exclusive state. Counts on a per core basis.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cache lines filled into the L2 cache that are in Forward state",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "L2_LINES_IN.F",
|
||||
"PublicDescription": "Counts the number of cache lines filled into the L2 cache that are in Forward state. Counts on a per core basis.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cache lines filled into the L2 cache that are in Modified state",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "L2_LINES_IN.M",
|
||||
"PublicDescription": "Counts the number of cache lines filled into the L2 cache that are in Modified state. Counts on a per core basis.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cache lines filled into the L2 cache that are in Shared state",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x25",
|
||||
"EventName": "L2_LINES_IN.S",
|
||||
"PublicDescription": "Counts the number of cache lines filled into the L2 cache that are in Shared state. Counts on a per core basis.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of L2 cache lines that are evicted due to an L2 cache fill",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x26",
|
||||
"EventName": "L2_LINES_OUT.NON_SILENT",
|
||||
"PublicDescription": "Counts the number of L2 cache lines that are evicted due to an L2 cache fill. Increments on the core that brought the line in originally.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Modified cache lines that are evicted by L2 cache when triggered by an L2 cache fill.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x26",
|
||||
"EventName": "L2_LINES_OUT.NON_SILENT",
|
||||
"PublicDescription": "Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines are in Modified state. Modified lines are written back to L3",
|
||||
"PublicDescription": "Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines are in Modified state. Modified lines are written back to L3 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of L2 cache lines that are silently dropped due to an L2 cache fill",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x26",
|
||||
"EventName": "L2_LINES_OUT.SILENT",
|
||||
"PublicDescription": "Counts the number of L2 cache lines that are silently dropped due to an L2 cache fill. Increments on the core that brought the line in originally.",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Non-modified cache lines that are silently dropped by L2 cache.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x26",
|
||||
"EventName": "L2_LINES_OUT.SILENT",
|
||||
"PublicDescription": "Counts the number of lines that are silently dropped by L2 cache. These lines are typically in Shared or Exclusive state. A non-threaded event.",
|
||||
"PublicDescription": "Counts the number of lines that are silently dropped by L2 cache. These lines are typically in Shared or Exclusive state. A non-threaded event. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -106,7 +177,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x26",
|
||||
"EventName": "L2_LINES_OUT.USELESS_HWPF",
|
||||
"PublicDescription": "Counts the number of cache lines that have been prefetched by the L2 hardware prefetcher but not used by demand access when evicted from the L2 cache",
|
||||
"PublicDescription": "Counts the number of cache lines that have been prefetched by the L2 hardware prefetcher but not used by demand access when evicted from the L2 cache Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -116,37 +187,64 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.ALL",
|
||||
"PublicDescription": "Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This event is alias to L2_RQSTS.REFERENCES]",
|
||||
"PublicDescription": "Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This event is alias to L2_RQSTS.REFERENCES] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xff",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of L2 Cache Accesses that resulted in a Hit from a front door request only (does not include rejects or recycles), per core event",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.HIT",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "All requests that hit L2 cache. [This event is alias to L2_RQSTS.HIT]",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.HIT",
|
||||
"PublicDescription": "Counts all requests that hit L2 cache. [This event is alias to L2_RQSTS.HIT]",
|
||||
"PublicDescription": "Counts all requests that hit L2 cache. [This event is alias to L2_RQSTS.HIT] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xdf",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of total L2 Cache Accesses that resulted in a Miss from a front door request only (does not include rejects or recycles), per core event",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.MISS",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Read requests with true-miss in L2 cache [This event is alias to L2_RQSTS.MISS]",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.MISS",
|
||||
"PublicDescription": "Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This event is alias to L2_RQSTS.MISS]",
|
||||
"PublicDescription": "Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This event is alias to L2_RQSTS.MISS] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x3f",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of L2 Cache Accesses that miss the L2 and get BBL reject short and long rejects (includes those counted in L2_reject_XQ.any), per core event",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_REQUEST.REJECTS",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "L2 code requests",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_CODE_RD",
|
||||
"PublicDescription": "Counts the total number of L2 code requests.",
|
||||
"PublicDescription": "Counts the total number of L2 code requests. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -156,7 +254,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
|
||||
"PublicDescription": "Counts Demand Data Read requests accessing the L2 cache. These requests may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An access is counted once.",
|
||||
"PublicDescription": "Counts Demand Data Read requests accessing the L2 cache. These requests may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An access is counted once. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -166,7 +264,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_DEMAND_MISS",
|
||||
"PublicDescription": "Counts demand requests that miss L2 cache.",
|
||||
"PublicDescription": "Counts demand requests that miss L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x27",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -176,7 +274,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
|
||||
"PublicDescription": "Counts demand requests to L2 cache.",
|
||||
"PublicDescription": "Counts demand requests to L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe7",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -186,6 +284,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_HWPF",
|
||||
"PublicDescription": "L2_RQSTS.ALL_HWPF Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xf0",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -195,7 +294,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.ALL_RFO",
|
||||
"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2 RFO requests include both L1D demand RFO misses as well as L1D RFO prefetches.",
|
||||
"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2 RFO requests include both L1D demand RFO misses as well as L1D RFO prefetches. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xe2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -205,7 +304,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.CODE_RD_HIT",
|
||||
"PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
|
||||
"PublicDescription": "Counts L2 cache hits when fetching instructions, code reads. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -215,7 +314,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.CODE_RD_MISS",
|
||||
"PublicDescription": "Counts L2 cache misses when fetching instructions.",
|
||||
"PublicDescription": "Counts L2 cache misses when fetching instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x24",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -225,7 +324,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
|
||||
"PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache.",
|
||||
"PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -235,7 +334,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
|
||||
"PublicDescription": "Counts demand Data Read requests with true-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An access is counted once.",
|
||||
"PublicDescription": "Counts demand Data Read requests with true-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An access is counted once. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x21",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -245,7 +344,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.HIT",
|
||||
"PublicDescription": "Counts all requests that hit L2 cache. [This event is alias to L2_REQUEST.HIT]",
|
||||
"PublicDescription": "Counts all requests that hit L2 cache. [This event is alias to L2_REQUEST.HIT] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xdf",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -255,6 +354,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.HWPF_MISS",
|
||||
"PublicDescription": "L2_RQSTS.HWPF_MISS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x30",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -264,7 +364,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.MISS",
|
||||
"PublicDescription": "Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This event is alias to L2_REQUEST.MISS]",
|
||||
"PublicDescription": "Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This event is alias to L2_REQUEST.MISS] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x3f",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -274,7 +374,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.REFERENCES",
|
||||
"PublicDescription": "Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This event is alias to L2_REQUEST.ALL]",
|
||||
"PublicDescription": "Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This event is alias to L2_REQUEST.ALL] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xff",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -284,7 +384,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.RFO_HIT",
|
||||
"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
|
||||
"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -294,7 +394,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.RFO_MISS",
|
||||
"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
|
||||
"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x22",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -304,7 +404,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.SWPF_HIT",
|
||||
"PublicDescription": "Counts Software prefetch requests that hit the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
|
||||
"PublicDescription": "Counts Software prefetch requests that hit the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0xc8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -314,7 +414,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x24",
|
||||
"EventName": "L2_RQSTS.SWPF_MISS",
|
||||
"PublicDescription": "Counts Software prefetch requests that miss the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
|
||||
"PublicDescription": "Counts Software prefetch requests that miss the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x28",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -324,7 +424,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x23",
|
||||
"EventName": "L2_TRANS.L2_WB",
|
||||
"PublicDescription": "Counts L2 writebacks that access L2 cache.",
|
||||
"PublicDescription": "Counts L2 writebacks that access L2 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -334,7 +434,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x42",
|
||||
"EventName": "LOCK_CYCLES.CACHE_LOCK_DURATION",
|
||||
"PublicDescription": "This event counts the number of cycles when the L1D is locked. It is a superset of the 0x1 mask (BUS_LOCK_CLOCKS.BUS_LOCK_DURATION).",
|
||||
"PublicDescription": "This event counts the number of cycles when the L1D is locked. It is a superset of the 0x1 mask (BUS_LOCK_CLOCKS.BUS_LOCK_DURATION). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -354,7 +454,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x2e",
|
||||
"EventName": "LONGEST_LAT_CACHE.MISS",
|
||||
"PublicDescription": "Counts core-originated cacheable requests that miss the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3.",
|
||||
"PublicDescription": "Counts core-originated cacheable requests that miss the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x41",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -374,7 +474,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x2e",
|
||||
"EventName": "LONGEST_LAT_CACHE.REFERENCE",
|
||||
"PublicDescription": "Counts core-originated cacheable requests to the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3.",
|
||||
"PublicDescription": "Counts core-originated cacheable requests to the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4f",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -398,6 +498,15 @@
|
|||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which missed in the L2 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x35",
|
||||
"EventName": "MEM_BOUND_STALLS_IFETCH.L2_MISS",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x7e",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of unhalted cycles when the core is stalled due to an ICACHE or ITLB miss which hit in the LLC. If the core has access to an L3 cache, an LLC hit refers to an L3 cache hit, otherwise it counts zeros.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -435,6 +544,15 @@
|
|||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cycles the core is stalled due to a demand load which missed in the L2 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x34",
|
||||
"EventName": "MEM_BOUND_STALLS_LOAD.L2_MISS",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x7e",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of unhalted cycles when the core is stalled due to a demand load miss which hit in the LLC. If the core has access to an L3 cache, an LLC hit refers to an L3 cache hit, otherwise it counts zeros.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -453,13 +571,22 @@
|
|||
"UMask": "0x78",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of unhalted cycles when the core is stalled to a store buffer full condition",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x34",
|
||||
"EventName": "MEM_BOUND_STALLS_LOAD.SBFULL",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Retired load instructions.",
|
||||
"Counter": "0,1,2,3",
|
||||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.ALL_LOADS",
|
||||
"PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW.",
|
||||
"PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x81",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -470,7 +597,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.ALL_STORES",
|
||||
"PublicDescription": "Counts all retired store instructions.",
|
||||
"PublicDescription": "Counts all retired store instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x82",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -481,7 +608,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.ANY",
|
||||
"PublicDescription": "Counts all retired memory instructions - loads and stores.",
|
||||
"PublicDescription": "Counts all retired memory instructions - loads and stores. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x83",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -492,7 +619,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.LOCK_LOADS",
|
||||
"PublicDescription": "Counts retired load instructions with locked access.",
|
||||
"PublicDescription": "Counts retired load instructions with locked access. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x21",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -503,7 +630,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
|
||||
"PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
|
||||
"PublicDescription": "Counts retired load instructions that split across a cacheline boundary. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x41",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -514,7 +641,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.SPLIT_STORES",
|
||||
"PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
|
||||
"PublicDescription": "Counts retired store instructions that split across a cacheline boundary. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x42",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -525,7 +652,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.STLB_HIT_LOADS",
|
||||
"PublicDescription": "Number of retired load instructions with a clean hit in the 2nd-level TLB (STLB).",
|
||||
"PublicDescription": "Number of retired load instructions with a clean hit in the 2nd-level TLB (STLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x9",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -536,7 +663,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.STLB_HIT_STORES",
|
||||
"PublicDescription": "Number of retired store instructions that hit in the 2nd-level TLB (STLB).",
|
||||
"PublicDescription": "Number of retired store instructions that hit in the 2nd-level TLB (STLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xa",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -547,7 +674,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
|
||||
"PublicDescription": "Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB).",
|
||||
"PublicDescription": "Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x11",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -558,7 +685,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd0",
|
||||
"EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
|
||||
"PublicDescription": "Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB).",
|
||||
"PublicDescription": "Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x12",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -568,7 +695,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x43",
|
||||
"EventName": "MEM_LOAD_COMPLETED.L1_MISS_ANY",
|
||||
"PublicDescription": "Number of completed demand load requests that missed the L1 data cache including shadow misses (FB hits, merge to an ongoing L1D miss)",
|
||||
"PublicDescription": "Number of completed demand load requests that missed the L1 data cache including shadow misses (FB hits, merge to an ongoing L1D miss) Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0xfd",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -579,7 +706,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd2",
|
||||
"EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_FWD",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3.",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "20011",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -590,7 +717,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd2",
|
||||
"EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
|
||||
"PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
|
||||
"PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "20011",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -601,7 +728,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd2",
|
||||
"EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required.",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -612,7 +739,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd2",
|
||||
"EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NO_FWD",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache.",
|
||||
"PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "20011",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -623,7 +750,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd3",
|
||||
"EventName": "MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM",
|
||||
"PublicDescription": "Retired load instructions which data sources missed L3 but serviced from local DRAM.",
|
||||
"PublicDescription": "Retired load instructions which data sources missed L3 but serviced from local DRAM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -634,7 +761,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd4",
|
||||
"EventName": "MEM_LOAD_MISC_RETIRED.UC",
|
||||
"PublicDescription": "Retired instructions with at least one load to uncacheable memory-type, or at least one cache-line split locked access (Bus Lock).",
|
||||
"PublicDescription": "Retired instructions with at least one load to uncacheable memory-type, or at least one cache-line split locked access (Bus Lock). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -645,7 +772,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.FB_HIT",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop was load missed in L1 but hit FB (Fill Buffers) due to preceding miss to the same cache line with data not ready.",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop was load missed in L1 but hit FB (Fill Buffers) due to preceding miss to the same cache line with data not ready. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -656,7 +783,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L1_HIT",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that hit in the L1 data cache. This event includes all SW prefetches and lock instructions regardless of the data source.",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that hit in the L1 data cache. This event includes all SW prefetches and lock instructions regardless of the data source. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -667,7 +794,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L1_MISS",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -678,7 +805,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L2_HIT",
|
||||
"PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
|
||||
"PublicDescription": "Counts retired load instructions with L2 cache hits as data sources. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -689,7 +816,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L2_MISS",
|
||||
"PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
|
||||
"PublicDescription": "Counts retired load instructions missed L2 cache as data sources. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100021",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -700,7 +827,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L3_HIT",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100021",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -711,7 +838,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xd1",
|
||||
"EventName": "MEM_LOAD_RETIRED.L3_MISS",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
|
||||
"PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "50021",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -820,6 +947,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x44",
|
||||
"EventName": "MEM_STORE_RETIRED.L2_HIT",
|
||||
"PublicDescription": "MEM_STORE_RETIRED.L2_HIT Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1049,11 +1177,23 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe5",
|
||||
"EventName": "MEM_UOP_RETIRED.ANY",
|
||||
"PublicDescription": "Number of retired micro-operations (uops) for load or store memory accesses",
|
||||
"PublicDescription": "Number of retired micro-operations (uops) for load or store memory accesses Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_CODE_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -1061,6 +1201,7 @@
|
|||
"EventName": "OCR.DEMAND_CODE_RD.L3_HIT",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3F803C0004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1072,6 +1213,7 @@
|
|||
"EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HITM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10003C0004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1083,6 +1225,7 @@
|
|||
"EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_NO_FWD",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x4003C0004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1094,10 +1237,35 @@
|
|||
"EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x8003C0004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10001",
|
||||
"PublicDescription": "Counts demand data reads that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that have any type of response.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10001",
|
||||
"PublicDescription": "Counts demand data reads that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were supplied by the L3 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -1105,6 +1273,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3F803C0001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1116,6 +1285,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10003C0001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1127,6 +1297,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10003C0001",
|
||||
"PublicDescription": "Counts demand data reads that resulted in a snoop hit in another cores caches, data forwarding is required as the data is modified. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1138,6 +1309,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x4003C0001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, but no data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1149,6 +1321,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x8003C0001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by the L3 cache where a snoop was sent, the snoop hit, and non-modified data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1160,6 +1333,31 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x8003C0001",
|
||||
"PublicDescription": "Counts demand data reads that resulted in a snoop hit in another cores caches which forwarded the unmodified data to the requesting core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10002",
|
||||
"PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that have any type of response.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10002",
|
||||
"PublicDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1171,6 +1369,7 @@
|
|||
"EventName": "OCR.DEMAND_RFO.L3_HIT",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3F803C0002",
|
||||
"PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1182,6 +1381,7 @@
|
|||
"EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10003C0002",
|
||||
"PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by the L3 cache where a snoop was sent, the snoop hit, and modified data was forwarded. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -1193,6 +1393,7 @@
|
|||
"EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10003C0002",
|
||||
"PublicDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that resulted in a snoop hit in another cores caches, data forwarding is required as the data is modified. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1202,7 +1403,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
|
||||
"PublicDescription": "Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc..",
|
||||
"PublicDescription": "Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc.. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1212,7 +1413,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.DATA_RD",
|
||||
"PublicDescription": "Counts the demand and prefetch data reads. All Core Data Reads include cacheable 'Demands' and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type.",
|
||||
"PublicDescription": "Counts the demand and prefetch data reads. All Core Data Reads include cacheable 'Demands' and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1222,7 +1423,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.DEMAND_CODE_RD",
|
||||
"PublicDescription": "Counts both cacheable and Non-Cacheable code read requests.",
|
||||
"PublicDescription": "Counts both cacheable and Non-Cacheable code read requests. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1232,7 +1433,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
|
||||
"PublicDescription": "Counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore.",
|
||||
"PublicDescription": "Counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1242,7 +1443,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
|
||||
"PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
|
||||
"PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1253,7 +1454,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
|
||||
"PublicDescription": "Counts cycles when offcore outstanding cacheable Core Data Read transactions are present in the super queue. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
|
||||
"PublicDescription": "Counts cycles when offcore outstanding cacheable Core Data Read transactions are present in the super queue. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1264,7 +1465,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_CODE_RD",
|
||||
"PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
|
||||
"PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1275,6 +1476,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD",
|
||||
"PublicDescription": "Cycles where at least 1 outstanding demand data read request is pending. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1285,7 +1487,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
|
||||
"PublicDescription": "Counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
|
||||
"PublicDescription": "Counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1295,6 +1497,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.DATA_RD",
|
||||
"PublicDescription": "OFFCORE_REQUESTS_OUTSTANDING.DATA_RD Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1304,7 +1507,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD",
|
||||
"PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
|
||||
"PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1314,7 +1517,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
|
||||
"PublicDescription": "For every cycle, increments by the number of outstanding demand data read requests pending. Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor.",
|
||||
"PublicDescription": "For every cycle, increments by the number of outstanding demand data read requests pending. Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1324,7 +1527,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
|
||||
"PublicDescription": "Counts the number of off-core outstanding read-for-ownership (RFO) store transactions every cycle. An RFO transaction is considered to be in the Off-core outstanding state between L2 cache miss and transaction completion.",
|
||||
"PublicDescription": "Counts the number of off-core outstanding read-for-ownership (RFO) store transactions every cycle. An RFO transaction is considered to be in the Off-core outstanding state between L2 cache miss and transaction completion. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1334,7 +1537,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2c",
|
||||
"EventName": "SQ_MISC.BUS_LOCK",
|
||||
"PublicDescription": "Counts the more expensive bus lock needed to enforce cache coherency for certain memory accesses that need to be done atomically. Can be created by issuing an atomic instruction (via the LOCK prefix) which causes a cache line split or accesses uncacheable memory.",
|
||||
"PublicDescription": "Counts the more expensive bus lock needed to enforce cache coherency for certain memory accesses that need to be done atomically. Can be created by issuing an atomic instruction (via the LOCK prefix) which causes a cache line split or accesses uncacheable memory. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1344,6 +1547,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x40",
|
||||
"EventName": "SW_PREFETCH_ACCESS.ANY",
|
||||
"PublicDescription": "Counts the number of PREFETCHNTA, PREFETCHW, PREFETCHT0, PREFETCHT1 or PREFETCHT2 instructions executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xf",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1353,7 +1557,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x40",
|
||||
"EventName": "SW_PREFETCH_ACCESS.NTA",
|
||||
"PublicDescription": "Counts the number of PREFETCHNTA instructions executed.",
|
||||
"PublicDescription": "Counts the number of PREFETCHNTA instructions executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1363,7 +1567,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x40",
|
||||
"EventName": "SW_PREFETCH_ACCESS.PREFETCHW",
|
||||
"PublicDescription": "Counts the number of PREFETCHW instructions executed.",
|
||||
"PublicDescription": "Counts the number of PREFETCHW instructions executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1373,7 +1577,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x40",
|
||||
"EventName": "SW_PREFETCH_ACCESS.T0",
|
||||
"PublicDescription": "Counts the number of PREFETCHT0 instructions executed.",
|
||||
"PublicDescription": "Counts the number of PREFETCHT0 instructions executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1383,7 +1587,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x40",
|
||||
"EventName": "SW_PREFETCH_ACCESS.T1_T2",
|
||||
"PublicDescription": "Counts the number of PREFETCHT1 or PREFETCHT2 instructions executed.",
|
||||
"PublicDescription": "Counts the number of PREFETCHT1 or PREFETCHT2 instructions executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xb0",
|
||||
"EventName": "ARITH.FPDIV_ACTIVE",
|
||||
"PublicDescription": "This event counts the cycles the floating point divider is busy. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc1",
|
||||
"EventName": "ASSISTS.FP",
|
||||
"PublicDescription": "Counts all microcode Floating Point assists.",
|
||||
"PublicDescription": "Counts all microcode Floating Point assists. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -34,6 +35,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc1",
|
||||
"EventName": "ASSISTS.SSE_AVX_MIX",
|
||||
"PublicDescription": "ASSISTS.SSE_AVX_MIX Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.PORT_0",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.PORT_0 [This event is alias to FP_ARITH_DISPATCHED.V0] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -52,6 +55,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.PORT_1",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.PORT_1 [This event is alias to FP_ARITH_DISPATCHED.V1] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -61,6 +65,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.PORT_5",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.PORT_5 [This event is alias to FP_ARITH_DISPATCHED.V2] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -70,6 +75,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.V0",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.V0 [This event is alias to FP_ARITH_DISPATCHED.PORT_0] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -79,6 +85,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.V1",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.V1 [This event is alias to FP_ARITH_DISPATCHED.PORT_1] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -88,6 +95,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb3",
|
||||
"EventName": "FP_ARITH_DISPATCHED.V2",
|
||||
"PublicDescription": "FP_ARITH_DISPATCHED.V2 [This event is alias to FP_ARITH_DISPATCHED.PORT_5] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -97,7 +105,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_DOUBLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -107,7 +115,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_SINGLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -117,7 +125,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_DOUBLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -127,7 +135,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_SINGLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational 256-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational 256-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -137,7 +145,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.4_FLOPS",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed single precision and 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 or/and 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point and packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational 128-bit packed single precision and 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 or/and 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point and packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x18",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -147,7 +155,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.SCALAR",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar single precision and double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar single precision and double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -157,7 +165,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_DOUBLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -167,7 +175,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_SINGLE",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of SSE/AVX computational scalar single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -177,7 +185,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc7",
|
||||
"EventName": "FP_ARITH_INST_RETIRED.VECTOR",
|
||||
"PublicDescription": "Number of any Vector retired FP arithmetic instructions. The DAZ and FTZ flags in the MXCSR register need to be set when using these events.",
|
||||
"PublicDescription": "Number of any Vector retired FP arithmetic instructions. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0xfc",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x60",
|
||||
"EventName": "BACLEARS.ANY",
|
||||
"PublicDescription": "Number of times the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unknown Branch which occurs for the first time a branch instruction is fetched or when the branch is not tracked by the BPU (Branch Prediction Unit) anymore.",
|
||||
"PublicDescription": "Number of times the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unknown Branch which occurs for the first time a branch instruction is fetched or when the branch is not tracked by the BPU (Branch Prediction Unit) anymore. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x87",
|
||||
"EventName": "DECODE.LCP",
|
||||
"PublicDescription": "Counts cycles that the Instruction Length decoder (ILD) stalls occurred due to dynamically changing prefix length of the decoded instruction (by operand size prefix instruction 0x66, address size prefix instruction 0x67 or REX.W for Intel64). Count is proportional to the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length changing prefix) in a 16-byte chunk.",
|
||||
"PublicDescription": "Counts cycles that the Instruction Length decoder (ILD) stalls occurred due to dynamically changing prefix length of the decoded instruction (by operand size prefix instruction 0x66, address size prefix instruction 0x67 or REX.W for Intel64). Count is proportional to the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length changing prefix) in a 16-byte chunk. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x87",
|
||||
"EventName": "DECODE.MS_BUSY",
|
||||
"PublicDescription": "Cycles the Microcode Sequencer is busy. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -43,7 +44,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x61",
|
||||
"EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
|
||||
"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previously fetched instructions that were decoded by the legacy x86 decode pipeline (MITE). This event counts fetch penalty cycles when a transition occurs from DSB to MITE.",
|
||||
"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previously fetched instructions that were decoded by the legacy x86 decode pipeline (MITE). This event counts fetch penalty cycles when a transition occurs from DSB to MITE. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -55,7 +56,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.ANY_ANT",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x9",
|
||||
"PublicDescription": "Always Not Taken (ANT) conditional retired branches (no BTB entry and not mispredicted)",
|
||||
"PublicDescription": "Always Not Taken (ANT) conditional retired branches (no BTB entry and not mispredicted) Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -67,7 +68,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.ANY_DSB_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x1",
|
||||
"PublicDescription": "Counts retired Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
|
||||
"PublicDescription": "Counts retired Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.DSB_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x11",
|
||||
"PublicDescription": "Number of retired Instructions that experienced a critical DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the DSB miss.",
|
||||
"PublicDescription": "Number of retired Instructions that experienced a critical DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the DSB miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.ITLB_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x14",
|
||||
"PublicDescription": "Counts retired Instructions that experienced iTLB (Instruction TLB) true miss.",
|
||||
"PublicDescription": "Counts retired Instructions that experienced iTLB (Instruction TLB) true miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -112,7 +113,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.L1I_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x12",
|
||||
"PublicDescription": "Counts retired Instructions who experienced Instruction L1 Cache true miss.",
|
||||
"PublicDescription": "Counts retired Instructions who experienced Instruction L1 Cache true miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.L2_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x13",
|
||||
"PublicDescription": "Counts retired Instructions who experienced Instruction L2 Cache true miss.",
|
||||
"PublicDescription": "Counts retired Instructions who experienced Instruction L2 Cache true miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -136,7 +137,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_1",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x600106",
|
||||
"PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -148,7 +149,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_128",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x608006",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -160,7 +161,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_16",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x601006",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 16 cycles. During this period the front-end delivered no uops.",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 16 cycles. During this period the front-end delivered no uops. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -172,7 +173,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_2",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x600206",
|
||||
"PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -184,7 +185,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_256",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x610006",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -196,7 +197,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_2_BUBBLES_GE_1",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x100206",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after the front-end had at least 1 bubble-slot for a period of 2 cycles. A bubble-slot is an empty issue-pipeline slot while there was no RAT stall.",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after the front-end had at least 1 bubble-slot for a period of 2 cycles. A bubble-slot is an empty issue-pipeline slot while there was no RAT stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -208,7 +209,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_32",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x602006",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 32 cycles. During this period the front-end delivered no uops.",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 32 cycles. During this period the front-end delivered no uops. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -220,7 +221,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_4",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x600406",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -232,7 +233,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_512",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x620006",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -244,7 +245,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_64",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x604006",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end stall.",
|
||||
"PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -256,7 +257,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.LATENCY_GE_8",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x600806",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 8 cycles. During this period the front-end delivered no uops.",
|
||||
"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 8 cycles. During this period the front-end delivered no uops. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -268,7 +269,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.MISP_ANT",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x9",
|
||||
"PublicDescription": "ANT retired branches that got just mispredicted",
|
||||
"PublicDescription": "ANT retired branches that got just mispredicted Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -280,6 +281,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.MS_FLOWS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x8",
|
||||
"PublicDescription": "FRONTEND_RETIRED.MS_FLOWS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -291,7 +293,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.STLB_MISS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x15",
|
||||
"PublicDescription": "Counts retired Instructions that experienced STLB (2nd level TLB) true miss.",
|
||||
"PublicDescription": "Counts retired Instructions that experienced STLB (2nd level TLB) true miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -303,6 +305,7 @@
|
|||
"EventName": "FRONTEND_RETIRED.UNKNOWN_BRANCH",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x17",
|
||||
"PublicDescription": "FRONTEND_RETIRED.UNKNOWN_BRANCH Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -330,7 +333,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x80",
|
||||
"EventName": "ICACHE_DATA.STALLS",
|
||||
"PublicDescription": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The decode pipeline works at a 32 Byte granularity.",
|
||||
"PublicDescription": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The decode pipeline works at a 32 Byte granularity. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -342,6 +345,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0x80",
|
||||
"EventName": "ICACHE_DATA.STALL_PERIODS",
|
||||
"PublicDescription": "ICACHE_DATA.STALL_PERIODS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -351,7 +355,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x83",
|
||||
"EventName": "ICACHE_TAG.STALLS",
|
||||
"PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss.",
|
||||
"PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -362,7 +366,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.DSB_CYCLES_ANY",
|
||||
"PublicDescription": "Counts the number of cycles uops were delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
|
||||
"PublicDescription": "Counts the number of cycles uops were delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -373,7 +377,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.DSB_CYCLES_OK",
|
||||
"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the DSB (Decode Stream Buffer) path. Count includes uops that may 'bypass' the IDQ.",
|
||||
"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the DSB (Decode Stream Buffer) path. Count includes uops that may 'bypass' the IDQ. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -383,7 +387,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.DSB_UOPS",
|
||||
"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
|
||||
"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -394,7 +398,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MITE_CYCLES_ANY",
|
||||
"PublicDescription": "Counts the number of cycles uops were delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB).",
|
||||
"PublicDescription": "Counts the number of cycles uops were delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -405,7 +409,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MITE_CYCLES_OK",
|
||||
"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB).",
|
||||
"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -415,7 +419,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MITE_UOPS",
|
||||
"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the MITE path. This also means that uops are not being delivered from the Decode Stream Buffer (DSB).",
|
||||
"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the MITE path. This also means that uops are not being delivered from the Decode Stream Buffer (DSB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -426,7 +430,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MS_CYCLES_ANY",
|
||||
"PublicDescription": "Counts cycles during which uops are being delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Uops maybe initiated by Decode Stream Buffer (DSB) or MITE.",
|
||||
"PublicDescription": "Counts cycles during which uops are being delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Uops maybe initiated by Decode Stream Buffer (DSB) or MITE. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -438,7 +442,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MS_SWITCHES",
|
||||
"PublicDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
|
||||
"PublicDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -448,7 +452,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x79",
|
||||
"EventName": "IDQ.MS_UOPS",
|
||||
"PublicDescription": "Counts the number of uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ.",
|
||||
"PublicDescription": "Counts the number of uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -458,7 +462,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_BUBBLES.CORE",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that when no operation was delivered to the back-end pipeline due to instruction fetch limitations when the back-end could have accepted more operations. Common examples include instruction cache misses or x86 instruction decode limitations. The count may be distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Frontend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method.",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that when no operation was delivered to the back-end pipeline due to instruction fetch limitations when the back-end could have accepted more operations. Common examples include instruction cache misses or x86 instruction decode limitations. The count may be distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Frontend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -469,7 +473,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE",
|
||||
"PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE]",
|
||||
"PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -481,7 +485,7 @@
|
|||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_BUBBLES.CYCLES_FE_WAS_OK",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK]",
|
||||
"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -491,7 +495,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
|
||||
"PublicDescription": "Counts the number of uops not delivered to by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle.",
|
||||
"PublicDescription": "Counts the number of uops not delivered to by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -502,7 +506,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
|
||||
"PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE]",
|
||||
"PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -514,7 +518,7 @@
|
|||
"EventCode": "0x9c",
|
||||
"EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_FE_WAS_OK]",
|
||||
"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_FE_WAS_OK] Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"CounterMask": "2",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.CYCLES_L3_MISS",
|
||||
"PublicDescription": "Cycles while L3 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.STALLS_L3_MISS",
|
||||
"PublicDescription": "Execution stalls while L3 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x6",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -88,7 +90,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc3",
|
||||
"EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
|
||||
"PublicDescription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering Machine Clears may apply when a memory read may not conform to the memory ordering rules of the x86 architecture",
|
||||
"PublicDescription": "Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering Machine Clears may apply when a memory read may not conform to the memory ordering rules of the x86 architecture Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -99,6 +101,7 @@
|
|||
"CounterMask": "2",
|
||||
"EventCode": "0x47",
|
||||
"EventName": "MEMORY_ACTIVITY.CYCLES_L1D_MISS",
|
||||
"PublicDescription": "Cycles while L1 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -109,6 +112,7 @@
|
|||
"CounterMask": "3",
|
||||
"EventCode": "0x47",
|
||||
"EventName": "MEMORY_ACTIVITY.STALLS_L1D_MISS",
|
||||
"PublicDescription": "Execution stalls while L1 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -119,7 +123,7 @@
|
|||
"CounterMask": "5",
|
||||
"EventCode": "0x47",
|
||||
"EventName": "MEMORY_ACTIVITY.STALLS_L2_MISS",
|
||||
"PublicDescription": "Execution stalls while L2 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock).",
|
||||
"PublicDescription": "Execution stalls while L2 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x5",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -130,7 +134,7 @@
|
|||
"CounterMask": "9",
|
||||
"EventCode": "0x47",
|
||||
"EventName": "MEMORY_ACTIVITY.STALLS_L3_MISS",
|
||||
"PublicDescription": "Execution stalls while L3 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock).",
|
||||
"PublicDescription": "Execution stalls while L3 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x9",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -143,7 +147,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_1024",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x400",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "53",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -156,7 +160,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_128",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x80",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -169,7 +173,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_16",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x10",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "20011",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -182,7 +186,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_2048",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x800",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "23",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -195,7 +199,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_256",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x100",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "503",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -208,7 +212,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_32",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x20",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -221,7 +225,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_4",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x4",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -234,7 +238,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_512",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x200",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "101",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -247,7 +251,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_64",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x40",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -260,7 +264,7 @@
|
|||
"EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_8",
|
||||
"MSRIndex": "0x3F6",
|
||||
"MSRValue": "0x8",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles. Reported latency may be longer than just the memory latency.",
|
||||
"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "50021",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -271,7 +275,7 @@
|
|||
"Data_LA": "1",
|
||||
"EventCode": "0xcd",
|
||||
"EventName": "MEM_TRANS_RETIRED.STORE_SAMPLE",
|
||||
"PublicDescription": "Counts Retired memory accesses with at least 1 store operation. This PEBS event is the precisely-distributed (PDist) trigger covering all stores uops for sampling by the PEBS Store Latency Facility. The facility is described in Intel SDM Volume 3 section 19.9.8",
|
||||
"PublicDescription": "Counts Retired memory accesses with at least 1 store operation. This PEBS event is the precisely-distributed (PDist) trigger covering all stores uops for sampling by the PEBS Store Latency Facility. The facility is described in Intel SDM Volume 3 section 19.9.8 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -294,6 +298,18 @@
|
|||
"UMask": "0x4",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_CODE_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -301,10 +317,35 @@
|
|||
"EventName": "OCR.DEMAND_CODE_RD.L3_MISS",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3FBFC00004",
|
||||
"PublicDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by DRAM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000001",
|
||||
"PublicDescription": "Counts demand data reads that were supplied by DRAM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were not supplied by the L3 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -312,6 +353,7 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_MISS",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3FBFC00001",
|
||||
"PublicDescription": "Counts demand data reads that were not supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -323,10 +365,23 @@
|
|||
"EventName": "OCR.DEMAND_DATA_RD.L3_MISS",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3FBFC00001",
|
||||
"PublicDescription": "Counts demand data reads that were not supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_RFO.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000002",
|
||||
"PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -334,6 +389,7 @@
|
|||
"EventName": "OCR.DEMAND_RFO.L3_MISS",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3FBFC00002",
|
||||
"PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -345,6 +401,7 @@
|
|||
"EventName": "OCR.DEMAND_RFO.L3_MISS",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x3FBFC00002",
|
||||
"PublicDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -354,6 +411,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x21",
|
||||
"EventName": "OFFCORE_REQUESTS.L3_MISS_DEMAND_DATA_RD",
|
||||
"PublicDescription": "Counts demand data read requests that miss the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -364,7 +422,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_L3_MISS_DEMAND_DATA_RD",
|
||||
"PublicDescription": "Cycles with at least 1 Demand Data Read requests who miss L3 cache in the superQ.",
|
||||
"PublicDescription": "Cycles with at least 1 Demand Data Read requests who miss L3 cache in the superQ. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -374,7 +432,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x20",
|
||||
"EventName": "OFFCORE_REQUESTS_OUTSTANDING.L3_MISS_DEMAND_DATA_RD",
|
||||
"PublicDescription": "For every cycle, increments by the number of demand data read requests pending that are known to have missed the L3 cache. Note that this does not capture all elapsed cycles while requests are outstanding - only cycles from when the requests were known by the requesting core to have missed the L3 cache.",
|
||||
"PublicDescription": "For every cycle, increments by the number of demand data read requests pending that are known to have missed the L3 cache. Note that this does not capture all elapsed cycles while requests are outstanding - only cycles from when the requests were known by the requesting core to have missed the L3 cache. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,7 +4,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc1",
|
||||
"EventName": "ASSISTS.HARDWARE",
|
||||
"PublicDescription": "Count all other hardware assists or traps that are not necessarily architecturally exposed (through a software handler) beyond FP; SSE-AVX mix and A/D assists who are counted by dedicated sub-events. This includes, but not limited to, assists at EXE or MEM uop writeback like AVX* load/store/gather/scatter (non-FP GSSE-assist ) , assists generated by ROB like PEBS and RTIT, Uncore trap, RAR (Remote Action Request) and CET (Control flow Enforcement Technology) assists. the event also counts for Machine Ordering count.",
|
||||
"PublicDescription": "Count all other hardware assists or traps that are not necessarily architecturally exposed (through a software handler) beyond FP; SSE-AVX mix and A/D assists who are counted by dedicated sub-events. This includes, but not limited to, assists at EXE or MEM uop writeback like AVX* load/store/gather/scatter (non-FP GSSE-assist ) , assists generated by ROB like PEBS and RTIT, Uncore trap, RAR (Remote Action Request) and CET (Control flow Enforcement Technology) assists. the event also counts for Machine Ordering count. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc1",
|
||||
"EventName": "ASSISTS.PAGE_FAULT",
|
||||
"PublicDescription": "ASSISTS.PAGE_FAULT Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -28,105 +29,6 @@
|
|||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_CODE_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10004",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_CODE_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000004",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10001",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that have any type of response.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10001",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000001",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand data reads that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_DATA_RD.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000001",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10002",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that have any type of response.",
|
||||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x2A,0x2B",
|
||||
"EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10002",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OCR.DEMAND_RFO.DRAM",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x184000002",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts streaming stores which modify a full 64 byte cacheline that have any type of response.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
|
|
@ -134,6 +36,7 @@
|
|||
"EventName": "OCR.FULL_STREAMING_WR.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x800000010000",
|
||||
"PublicDescription": "Counts streaming stores which modify a full 64 byte cacheline that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -145,6 +48,7 @@
|
|||
"EventName": "OCR.PARTIAL_STREAMING_WR.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x400000010000",
|
||||
"PublicDescription": "Counts streaming stores which modify only part of a 64 byte cacheline that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -156,6 +60,7 @@
|
|||
"EventName": "OCR.STREAMING_WR.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10800",
|
||||
"PublicDescription": "Counts streaming stores that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -167,58 +72,18 @@
|
|||
"EventName": "OCR.STREAMING_WR.ANY_RESPONSE",
|
||||
"MSRIndex": "0x1a6,0x1a7",
|
||||
"MSRValue": "0x10800",
|
||||
"PublicDescription": "Counts streaming stores that have any type of response. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY",
|
||||
"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this logical processor. This is usually caused when the front-end pipeline runs into starvation periods (e.g. branch mispredictions or i-cache misses)",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x7",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"CounterMask": "1",
|
||||
"EdgeDetect": "1",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY_COUNT",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be useful to closely sample on front-end latency issues (see the FRONTEND_RETIRED event of designated precise events)",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x7",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles when RS was empty and a resource allocation stall is asserted",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY_RESOURCE",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of issue slots in a UMWAIT or TPAUSE instruction where no uop issues due to the instruction putting the CPU into the C0.1 activity state.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x75",
|
||||
"EventName": "SERIALIZATION.C01_MS_SCB",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles the uncore cannot take further requests",
|
||||
"Counter": "0,1,2,3",
|
||||
"CounterMask": "1",
|
||||
"EventCode": "0x2d",
|
||||
"EventName": "XQ.FULL_CYCLES",
|
||||
"PublicDescription": "number of cycles when the thread is active and the uncore cannot take any further requests (for example prefetches, loads or stores initiated by the Core that miss the L2 cache).",
|
||||
"PublicDescription": "number of cycles when the thread is active and the uncore cannot take any further requests (for example prefetches, loads or stores initiated by the Core that miss the L2 cache). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xb0",
|
||||
"EventName": "ARITH.DIV_ACTIVE",
|
||||
"PublicDescription": "Counts cycles when divide unit is busy executing divide or square root operations. Accounts for integer and floating-point operations.",
|
||||
"PublicDescription": "Counts cycles when divide unit is busy executing divide or square root operations. Accounts for integer and floating-point operations. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x9",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -26,6 +26,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xb0",
|
||||
"EventName": "ARITH.IDIV_ACTIVE",
|
||||
"PublicDescription": "This event counts the cycles the integer divider is busy. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc1",
|
||||
"EventName": "ASSISTS.ANY",
|
||||
"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hardware. Examples include AD (page Access Dirty), FP and AVX related assists.",
|
||||
"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hardware. Examples include AD (page Access Dirty), FP and AVX related assists. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1b",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -54,7 +55,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.ALL_BRANCHES",
|
||||
"PublicDescription": "Counts all branch instructions retired.",
|
||||
"PublicDescription": "Counts all branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
|
|
@ -72,7 +73,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.COND",
|
||||
"PublicDescription": "Counts conditional branch instructions retired.",
|
||||
"PublicDescription": "Counts conditional branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x11",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -82,7 +83,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.COND_NTAKEN",
|
||||
"PublicDescription": "Counts not taken branch instructions retired.",
|
||||
"PublicDescription": "Counts not taken branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -101,7 +102,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.COND_TAKEN",
|
||||
"PublicDescription": "Counts taken conditional branch instructions retired.",
|
||||
"PublicDescription": "Counts taken conditional branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -120,7 +121,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.FAR_BRANCH",
|
||||
"PublicDescription": "Counts far branch instructions retired.",
|
||||
"PublicDescription": "Counts far branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -139,7 +140,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.INDIRECT",
|
||||
"PublicDescription": "Counts near indirect branch instructions retired excluding returns. TSX abort is an indirect branch.",
|
||||
"PublicDescription": "Counts near indirect branch instructions retired excluding returns. TSX abort is an indirect branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -186,7 +187,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.NEAR_CALL",
|
||||
"PublicDescription": "Counts both direct and indirect near call instructions retired.",
|
||||
"PublicDescription": "Counts both direct and indirect near call instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -205,7 +206,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.NEAR_RETURN",
|
||||
"PublicDescription": "Counts return instructions retired.",
|
||||
"PublicDescription": "Counts return instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -224,7 +225,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc4",
|
||||
"EventName": "BR_INST_RETIRED.NEAR_TAKEN",
|
||||
"PublicDescription": "Counts taken branch instructions retired.",
|
||||
"PublicDescription": "Counts taken branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -261,7 +262,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.ALL_BRANCHES",
|
||||
"PublicDescription": "Counts all the retired branch instructions that were mispredicted by the processor. A branch misprediction occurs when the processor incorrectly predicts the destination of the branch. When the misprediction is discovered at execution, all the instructions executed in the wrong (speculative) path must be discarded, and the processor must start fetching from the correct path.",
|
||||
"PublicDescription": "Counts all the retired branch instructions that were mispredicted by the processor. A branch misprediction occurs when the processor incorrectly predicts the destination of the branch. When the misprediction is discovered at execution, all the instructions executed in the wrong (speculative) path must be discarded, and the processor must start fetching from the correct path. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
|
|
@ -270,6 +271,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.ALL_BRANCHES_COST",
|
||||
"PublicDescription": "All mispredicted branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x44",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -288,7 +290,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND",
|
||||
"PublicDescription": "Counts mispredicted conditional branch instructions retired.",
|
||||
"PublicDescription": "Counts mispredicted conditional branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x11",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -298,6 +300,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND_COST",
|
||||
"PublicDescription": "Mispredicted conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x51",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -307,7 +310,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND_NTAKEN",
|
||||
"PublicDescription": "Counts the number of conditional branch instructions retired that were mispredicted and the branch direction was not taken.",
|
||||
"PublicDescription": "Counts the number of conditional branch instructions retired that were mispredicted and the branch direction was not taken. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -317,6 +320,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND_NTAKEN_COST",
|
||||
"PublicDescription": "Mispredicted non-taken conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x50",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -335,7 +339,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND_TAKEN",
|
||||
"PublicDescription": "Counts taken conditional mispredicted branch instructions retired.",
|
||||
"PublicDescription": "Counts taken conditional mispredicted branch instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -345,6 +349,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.COND_TAKEN_COST",
|
||||
"PublicDescription": "Mispredicted taken conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x41",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -363,7 +368,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.INDIRECT",
|
||||
"PublicDescription": "Counts miss-predicted near indirect branch instructions retired excluding returns. TSX abort is an indirect branch.",
|
||||
"PublicDescription": "Counts miss-predicted near indirect branch instructions retired excluding returns. TSX abort is an indirect branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -382,7 +387,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.INDIRECT_CALL",
|
||||
"PublicDescription": "Counts retired mispredicted indirect (near taken) CALL instructions, including both register and memory indirect.",
|
||||
"PublicDescription": "Counts retired mispredicted indirect (near taken) CALL instructions, including both register and memory indirect. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -392,6 +397,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.INDIRECT_CALL_COST",
|
||||
"PublicDescription": "Mispredicted indirect CALL retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x42",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -401,6 +407,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.INDIRECT_COST",
|
||||
"PublicDescription": "Mispredicted near indirect branch instructions retired (excluding returns). This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xc0",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -428,7 +435,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.NEAR_TAKEN",
|
||||
"PublicDescription": "Counts number of near branch instructions retired that were mispredicted and taken.",
|
||||
"PublicDescription": "Counts number of near branch instructions retired that were mispredicted and taken. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -438,6 +445,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.NEAR_TAKEN_COST",
|
||||
"PublicDescription": "Mispredicted taken near branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x60",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -447,7 +455,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.RET",
|
||||
"PublicDescription": "This is a non-precise version (that is, does not use PEBS) of the event that counts mispredicted return instructions retired.",
|
||||
"PublicDescription": "This is a non-precise version (that is, does not use PEBS) of the event that counts mispredicted return instructions retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -466,6 +474,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc5",
|
||||
"EventName": "BR_MISP_RETIRED.RET_COST",
|
||||
"PublicDescription": "Mispredicted ret instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100007",
|
||||
"UMask": "0x48",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -475,7 +484,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.C01",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.1 light-weight slower wakeup time but more power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions.",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.1 light-weight slower wakeup time but more power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -485,7 +494,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.C02",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.2 light-weight faster wakeup time but less power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions.",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.2 light-weight faster wakeup time but less power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -495,7 +504,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.C0_WAIT",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.1 or C0.2 power saving optimized states (TPAUSE or UMWAIT instructions) or running the PAUSE instruction.",
|
||||
"PublicDescription": "Counts core clocks when the thread is in the C0.1 or C0.2 power saving optimized states (TPAUSE or UMWAIT instructions) or running the PAUSE instruction. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x70",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -521,7 +530,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.DISTRIBUTED",
|
||||
"PublicDescription": "This event distributes cycle counts between active hyperthreads, i.e., those in C0. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If all other hyperthreads are inactive (or disabled or do not exist), all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread.",
|
||||
"PublicDescription": "This event distributes cycle counts between active hyperthreads, i.e., those in C0. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If all other hyperthreads are inactive (or disabled or do not exist), all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -531,7 +540,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x3c",
|
||||
"EventName": "CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE",
|
||||
"PublicDescription": "Counts Core crystal clock cycles when current thread is unhalted and the other thread is halted.",
|
||||
"PublicDescription": "Counts Core crystal clock cycles when current thread is unhalted and the other thread is halted. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "25003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -541,6 +550,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.PAUSE",
|
||||
"PublicDescription": "CPU_CLK_UNHALTED.PAUSE Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -552,6 +562,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0xec",
|
||||
"EventName": "CPU_CLK_UNHALTED.PAUSE_INST",
|
||||
"PublicDescription": "CPU_CLK_UNHALTED.PAUSE_INST Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -561,7 +572,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x3c",
|
||||
"EventName": "CPU_CLK_UNHALTED.REF_DISTRIBUTED",
|
||||
"PublicDescription": "This event distributes Core crystal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If one thread is active in a core, all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread.",
|
||||
"PublicDescription": "This event distributes Core crystal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If one thread is active in a core, all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -578,7 +589,7 @@
|
|||
"BriefDescription": "Reference cycles when the core is not in halt state.",
|
||||
"Counter": "Fixed counter 2",
|
||||
"EventName": "CPU_CLK_UNHALTED.REF_TSC",
|
||||
"PublicDescription": "Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the eight programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case.",
|
||||
"PublicDescription": "Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the eight programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -598,7 +609,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x3c",
|
||||
"EventName": "CPU_CLK_UNHALTED.REF_TSC_P",
|
||||
"PublicDescription": "Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the four (eight when Hyperthreading is disabled) programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case.",
|
||||
"PublicDescription": "Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the four (eight when Hyperthreading is disabled) programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -615,7 +626,7 @@
|
|||
"BriefDescription": "Core cycles when the thread is not in halt state",
|
||||
"Counter": "Fixed counter 1",
|
||||
"EventName": "CPU_CLK_UNHALTED.THREAD",
|
||||
"PublicDescription": "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, leaving the eight programmable counters available for other events.",
|
||||
"PublicDescription": "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, leaving the eight programmable counters available for other events. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -633,7 +644,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x3c",
|
||||
"EventName": "CPU_CLK_UNHALTED.THREAD_P",
|
||||
"PublicDescription": "This is an architectural event that counts the number of thread cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. The core frequency may change from time to time due to power or thermal throttling. For this reason, this event may have a changing ratio with regards to wall clock time.",
|
||||
"PublicDescription": "This is an architectural event that counts the number of thread cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. The core frequency may change from time to time due to power or thermal throttling. For this reason, this event may have a changing ratio with regards to wall clock time. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
|
|
@ -643,6 +654,7 @@
|
|||
"CounterMask": "8",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.CYCLES_L1D_MISS",
|
||||
"PublicDescription": "Cycles while L1 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -653,6 +665,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.CYCLES_L2_MISS",
|
||||
"PublicDescription": "Cycles while L2 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -663,6 +676,7 @@
|
|||
"CounterMask": "16",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.CYCLES_MEM_ANY",
|
||||
"PublicDescription": "Cycles while memory subsystem has an outstanding load. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -673,6 +687,7 @@
|
|||
"CounterMask": "12",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.STALLS_L1D_MISS",
|
||||
"PublicDescription": "Execution stalls while L1 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0xc",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -683,6 +698,7 @@
|
|||
"CounterMask": "5",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.STALLS_L2_MISS",
|
||||
"PublicDescription": "Execution stalls while L2 cache miss demand load is outstanding. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x5",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -693,6 +709,7 @@
|
|||
"CounterMask": "4",
|
||||
"EventCode": "0xa3",
|
||||
"EventName": "CYCLE_ACTIVITY.STALLS_TOTAL",
|
||||
"PublicDescription": "Total execution stalls. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -702,7 +719,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.1_PORTS_UTIL",
|
||||
"PublicDescription": "Counts cycles during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empty.",
|
||||
"PublicDescription": "Counts cycles during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empty. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -712,6 +729,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.2_3_PORTS_UTIL",
|
||||
"PublicDescription": "Cycles total of 2 or 3 uops are executed on all ports and Reservation Station (RS) was not empty. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0xc",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -721,7 +739,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.2_PORTS_UTIL",
|
||||
"PublicDescription": "Counts cycles during which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empty.",
|
||||
"PublicDescription": "Counts cycles during which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empty. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -731,7 +749,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.3_PORTS_UTIL",
|
||||
"PublicDescription": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empty.",
|
||||
"PublicDescription": "Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empty. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -741,7 +759,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.4_PORTS_UTIL",
|
||||
"PublicDescription": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empty.",
|
||||
"PublicDescription": "Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empty. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -752,6 +770,7 @@
|
|||
"CounterMask": "5",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.BOUND_ON_LOADS",
|
||||
"PublicDescription": "Execution stalls while memory subsystem has an outstanding load. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x21",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -762,7 +781,7 @@
|
|||
"CounterMask": "2",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.BOUND_ON_STORES",
|
||||
"PublicDescription": "Counts cycles where the Store Buffer was full and no loads caused an execution stall.",
|
||||
"PublicDescription": "Counts cycles where the Store Buffer was full and no loads caused an execution stall. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -772,7 +791,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa6",
|
||||
"EventName": "EXE_ACTIVITY.EXE_BOUND_0_PORTS",
|
||||
"PublicDescription": "Number of cycles total of 0 uops executed on all ports, Reservation Station (RS) was not empty, the Store Buffer (SB) was not full and there was no outstanding load.",
|
||||
"PublicDescription": "Number of cycles total of 0 uops executed on all ports, Reservation Station (RS) was not empty, the Store Buffer (SB) was not full and there was no outstanding load. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -782,7 +801,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x75",
|
||||
"EventName": "INST_DECODED.DECODERS",
|
||||
"PublicDescription": "Number of decoders utilized in a cycle when the MITE (legacy decode pipeline) fetches instructions.",
|
||||
"PublicDescription": "Number of decoders utilized in a cycle when the MITE (legacy decode pipeline) fetches instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -791,6 +810,7 @@
|
|||
"BriefDescription": "Fixed Counter: Counts the number of instructions retired",
|
||||
"Counter": "Fixed counter 0",
|
||||
"EventName": "INST_RETIRED.ANY",
|
||||
"PublicDescription": "Fixed Counter: Counts the number of instructions retired Available PDIST counters: 32",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_atom"
|
||||
|
|
@ -799,7 +819,7 @@
|
|||
"BriefDescription": "Number of instructions retired. Fixed Counter - architectural event",
|
||||
"Counter": "Fixed counter 0",
|
||||
"EventName": "INST_RETIRED.ANY",
|
||||
"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon event. Counting continues during hardware interrupts, traps, and inside interrupt handlers. Notes: INST_RETIRED.ANY is counted by a designated fixed counter freeing up programmable counters to count other events. INST_RETIRED.ANY_P is counted by a programmable counter.",
|
||||
"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon event. Counting continues during hardware interrupts, traps, and inside interrupt handlers. Notes: INST_RETIRED.ANY is counted by a designated fixed counter freeing up programmable counters to count other events. INST_RETIRED.ANY_P is counted by a programmable counter. Available PDIST counters: 32",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -826,6 +846,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc0",
|
||||
"EventName": "INST_RETIRED.MACRO_FUSED",
|
||||
"PublicDescription": "INST_RETIRED.MACRO_FUSED Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -835,7 +856,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc0",
|
||||
"EventName": "INST_RETIRED.NOP",
|
||||
"PublicDescription": "Counts all retired NOP or ENDBR32/64 or PREFETCHIT0/1 instructions",
|
||||
"PublicDescription": "Counts all retired NOP or ENDBR32/64 or PREFETCHIT0/1 instructions Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -844,7 +865,7 @@
|
|||
"BriefDescription": "Precise instruction retired with PEBS precise-distribution",
|
||||
"Counter": "Fixed counter 0",
|
||||
"EventName": "INST_RETIRED.PREC_DIST",
|
||||
"PublicDescription": "A version of INST_RETIRED that allows for a precise distribution of samples across instructions retired. It utilizes the Precise Distribution of Instructions Retired (PDIR++) feature to fix bias in how retired instructions get sampled. Use on Fixed Counter 0.",
|
||||
"PublicDescription": "A version of INST_RETIRED that allows for a precise distribution of samples across instructions retired. It utilizes the Precise Distribution of Instructions Retired (PDIR++) feature to fix bias in how retired instructions get sampled. Use on Fixed Counter 0. Available PDIST counters: 32",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -854,7 +875,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc0",
|
||||
"EventName": "INST_RETIRED.REP_ITERATION",
|
||||
"PublicDescription": "Number of iterations of Repeat (REP) string retired instructions such as MOVS, CMPS, and SCAS. Each has a byte, word, and doubleword version and string instructions can be repeated using a repetition prefix, REP, that allows their architectural execution to be repeated a number of times as specified by the RCX register. Note the number of iterations is implementation-dependent.",
|
||||
"PublicDescription": "Number of iterations of Repeat (REP) string retired instructions such as MOVS, CMPS, and SCAS. Each has a byte, word, and doubleword version and string instructions can be repeated using a repetition prefix, REP, that allows their architectural execution to be repeated a number of times as specified by the RCX register. Note the number of iterations is implementation-dependent. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -866,7 +887,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0xad",
|
||||
"EventName": "INT_MISC.CLEARS_COUNT",
|
||||
"PublicDescription": "Counts the number of speculative clears due to any type of branch misprediction or machine clears",
|
||||
"PublicDescription": "Counts the number of speculative clears due to any type of branch misprediction or machine clears Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -876,7 +897,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xad",
|
||||
"EventName": "INT_MISC.CLEAR_RESTEER_CYCLES",
|
||||
"PublicDescription": "Cycles after recovery from a branch misprediction or machine clear till the first uop is issued from the resteered path.",
|
||||
"PublicDescription": "Cycles after recovery from a branch misprediction or machine clear till the first uop is issued from the resteered path. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -886,7 +907,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xad",
|
||||
"EventName": "INT_MISC.RECOVERY_CYCLES",
|
||||
"PublicDescription": "Counts core cycles when the Resource allocator was stalled due to recovery from an earlier branch misprediction or machine clear event.",
|
||||
"PublicDescription": "Counts core cycles when the Resource allocator was stalled due to recovery from an earlier branch misprediction or machine clear event. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "500009",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -898,6 +919,7 @@
|
|||
"EventName": "INT_MISC.UNKNOWN_BRANCH_CYCLES",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x7",
|
||||
"PublicDescription": "Bubble cycles of BAClear (Unknown Branch). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -907,7 +929,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xad",
|
||||
"EventName": "INT_MISC.UOP_DROPPING",
|
||||
"PublicDescription": "Estimated number of Top-down Microarchitecture Analysis slots that got dropped due to non front-end reasons",
|
||||
"PublicDescription": "Estimated number of Top-down Microarchitecture Analysis slots that got dropped due to non front-end reasons Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -917,6 +939,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.128BIT",
|
||||
"PublicDescription": "INT_VEC_RETIRED.128BIT Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x13",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -926,6 +949,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.256BIT",
|
||||
"PublicDescription": "INT_VEC_RETIRED.256BIT Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0xac",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -935,7 +959,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.ADD_128",
|
||||
"PublicDescription": "Number of retired integer ADD/SUB (regular or horizontal), SAD 128-bit vector instructions.",
|
||||
"PublicDescription": "Number of retired integer ADD/SUB (regular or horizontal), SAD 128-bit vector instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x3",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -945,7 +969,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.ADD_256",
|
||||
"PublicDescription": "Number of retired integer ADD/SUB (regular or horizontal), SAD 256-bit vector instructions.",
|
||||
"PublicDescription": "Number of retired integer ADD/SUB (regular or horizontal), SAD 256-bit vector instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0xc",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -955,6 +979,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.MUL_256",
|
||||
"PublicDescription": "INT_VEC_RETIRED.MUL_256 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -964,6 +989,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.SHUFFLES",
|
||||
"PublicDescription": "INT_VEC_RETIRED.SHUFFLES Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -973,6 +999,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.VNNI_128",
|
||||
"PublicDescription": "INT_VEC_RETIRED.VNNI_128 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -982,6 +1009,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe7",
|
||||
"EventName": "INT_VEC_RETIRED.VNNI_256",
|
||||
"PublicDescription": "INT_VEC_RETIRED.VNNI_256 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1000,7 +1028,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "LD_BLOCKS.ADDRESS_ALIAS",
|
||||
"PublicDescription": "Counts the number of times a load got blocked due to false dependencies in MOB due to partial compare on address.",
|
||||
"PublicDescription": "Counts the number of times a load got blocked due to false dependencies in MOB due to partial compare on address. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1019,7 +1047,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "LD_BLOCKS.NO_SR",
|
||||
"PublicDescription": "Counts the number of times that split load operations are temporarily blocked because all resources for handling the split accesses are in use.",
|
||||
"PublicDescription": "Counts the number of times that split load operations are temporarily blocked because all resources for handling the split accesses are in use. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x88",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1038,7 +1066,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x03",
|
||||
"EventName": "LD_BLOCKS.STORE_FORWARD",
|
||||
"PublicDescription": "Counts the number of times where store forwarding was prevented for a load operation. The most common case is a load blocked due to the address of memory access (partially) overlapping with a preceding uncompleted store. Note: See the table of not supported store forwards in the Optimization Guide.",
|
||||
"PublicDescription": "Counts the number of times where store forwarding was prevented for a load operation. The most common case is a load blocked due to the address of memory access (partially) overlapping with a preceding uncompleted store. Note: See the table of not supported store forwards in the Optimization Guide. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x82",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1048,7 +1076,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x4c",
|
||||
"EventName": "LOAD_HIT_PREFETCH.SWPF",
|
||||
"PublicDescription": "Counts all not software-prefetch load dispatches that hit the fill buffer (FB) allocated for the software prefetch. It can also be incremented by some lock instructions. So it should only be used with profiling so that the locks can be excluded by ASM (Assembly File) inspection of the nearby instructions.",
|
||||
"PublicDescription": "Counts all not software-prefetch load dispatches that hit the fill buffer (FB) allocated for the software prefetch. It can also be incremented by some lock instructions. So it should only be used with profiling so that the locks can be excluded by ASM (Assembly File) inspection of the nearby instructions. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1059,7 +1087,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xa8",
|
||||
"EventName": "LSD.CYCLES_ACTIVE",
|
||||
"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream detector).",
|
||||
"PublicDescription": "Counts the cycles when at least one uop is delivered by the LSD (Loop-stream detector). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1070,7 +1098,7 @@
|
|||
"CounterMask": "6",
|
||||
"EventCode": "0xa8",
|
||||
"EventName": "LSD.CYCLES_OK",
|
||||
"PublicDescription": "Counts the cycles when optimal number of uops is delivered by the LSD (Loop-stream detector).",
|
||||
"PublicDescription": "Counts the cycles when optimal number of uops is delivered by the LSD (Loop-stream detector). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1080,7 +1108,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa8",
|
||||
"EventName": "LSD.UOPS",
|
||||
"PublicDescription": "Counts the number of uops delivered to the back-end by the LSD(Loop Stream Detector).",
|
||||
"PublicDescription": "Counts the number of uops delivered to the back-end by the LSD(Loop Stream Detector). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1100,7 +1128,7 @@
|
|||
"EdgeDetect": "1",
|
||||
"EventCode": "0xc3",
|
||||
"EventName": "MACHINE_CLEARS.COUNT",
|
||||
"PublicDescription": "Counts the number of machine clears (nukes) of any type.",
|
||||
"PublicDescription": "Counts the number of machine clears (nukes) of any type. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1133,8 +1161,9 @@
|
|||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of machine clears that flush the pipeline and restart the machine with the use of microcode due to SMC, MEMORY_ORDERING, FP_ASSISTS, PAGE_FAULT, DISAMBIGUATION, and FPC_VIRTUAL_TRAP.",
|
||||
"BriefDescription": "This event is deprecated.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"Deprecated": "1",
|
||||
"EventCode": "0xc3",
|
||||
"EventName": "MACHINE_CLEARS.SLOW",
|
||||
"SampleAfterValue": "20003",
|
||||
|
|
@ -1155,7 +1184,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc3",
|
||||
"EventName": "MACHINE_CLEARS.SMC",
|
||||
"PublicDescription": "Counts self-modifying code (SMC) detected, which causes a machine clear.",
|
||||
"PublicDescription": "Counts self-modifying code (SMC) detected, which causes a machine clear. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1165,7 +1194,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xe0",
|
||||
"EventName": "MISC2_RETIRED.LFENCE",
|
||||
"PublicDescription": "number of LFENCE retired instructions",
|
||||
"PublicDescription": "number of LFENCE retired instructions Available PDIST counters: 0",
|
||||
"SampleAfterValue": "400009",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1184,7 +1213,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xcc",
|
||||
"EventName": "MISC_RETIRED.LBR_INSERTS",
|
||||
"PublicDescription": "Increments when an entry is added to the Last Branch Record (LBR) array (or removed from the array in case of RETURNs in call stack mode). The event requires LBR enable via IA32_DEBUGCTL MSR and branch type selection via MSR_LBR_SELECT.",
|
||||
"PublicDescription": "Increments when an entry is added to the Last Branch Record (LBR) array (or removed from the array in case of RETURNs in call stack mode). The event requires LBR enable via IA32_DEBUGCTL MSR and branch type selection via MSR_LBR_SELECT. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1194,7 +1223,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa2",
|
||||
"EventName": "RESOURCE_STALLS.SB",
|
||||
"PublicDescription": "Counts allocation stall cycles caused by the store buffer (SB) being full. This counts cycles that the pipeline back-end blocked uop delivery from the front-end.",
|
||||
"PublicDescription": "Counts allocation stall cycles caused by the store buffer (SB) being full. This counts cycles that the pipeline back-end blocked uop delivery from the front-end. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1204,16 +1233,59 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa2",
|
||||
"EventName": "RESOURCE_STALLS.SCOREBOARD",
|
||||
"PublicDescription": "Counts cycles where the pipeline is stalled due to serializing operations. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY",
|
||||
"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this logical processor. This is usually caused when the front-end pipeline runs into starvation periods (e.g. branch mispredictions or i-cache misses) Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x7",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"CounterMask": "1",
|
||||
"EdgeDetect": "1",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY_COUNT",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be useful to closely sample on front-end latency issues (see the FRONTEND_RETIRED event of designated precise events) Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x7",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Cycles when RS was empty and a resource allocation stall is asserted",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa5",
|
||||
"EventName": "RS.EMPTY_RESOURCE",
|
||||
"PublicDescription": "Cycles when RS was empty and a resource allocation stall is asserted Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of issue slots in a UMWAIT or TPAUSE instruction where no uop issues due to the instruction putting the CPU into the C0.1 activity state.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0x75",
|
||||
"EventName": "SERIALIZATION.C01_MS_SCB",
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_atom"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "This event counts a subset of the Topdown Slots event that were not consumed by the back-end pipeline due to lack of back-end resources, as a result of memory subsystem delays, execution units limitations, or other conditions.",
|
||||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa4",
|
||||
"EventName": "TOPDOWN.BACKEND_BOUND_SLOTS",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that were not consumed by the back-end pipeline due to lack of back-end resources, as a result of memory subsystem delays, execution units limitations, or other conditions. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Backend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method.",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that were not consumed by the back-end pipeline due to lack of back-end resources, as a result of memory subsystem delays, execution units limitations, or other conditions. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Backend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1223,7 +1295,7 @@
|
|||
"Counter": "0",
|
||||
"EventCode": "0xa4",
|
||||
"EventName": "TOPDOWN.BAD_SPEC_SLOTS",
|
||||
"PublicDescription": "Number of slots of TMA method that were wasted due to incorrect speculation. It covers all types of control-flow or data-related mis-speculations.",
|
||||
"PublicDescription": "Number of slots of TMA method that were wasted due to incorrect speculation. It covers all types of control-flow or data-related mis-speculations. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1233,7 +1305,7 @@
|
|||
"Counter": "0",
|
||||
"EventCode": "0xa4",
|
||||
"EventName": "TOPDOWN.BR_MISPREDICT_SLOTS",
|
||||
"PublicDescription": "Number of TMA slots that were wasted due to incorrect speculation by (any type of) branch mispredictions. This event estimates number of speculative operations that were issued but not retired as well as the out-of-order engine recovery past a branch misprediction.",
|
||||
"PublicDescription": "Number of TMA slots that were wasted due to incorrect speculation by (any type of) branch mispredictions. This event estimates number of speculative operations that were issued but not retired as well as the out-of-order engine recovery past a branch misprediction. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1243,6 +1315,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa4",
|
||||
"EventName": "TOPDOWN.MEMORY_BOUND_SLOTS",
|
||||
"PublicDescription": "TOPDOWN.MEMORY_BOUND_SLOTS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1251,7 +1324,7 @@
|
|||
"BriefDescription": "TMA slots available for an unhalted logical processor. Fixed counter - architectural event",
|
||||
"Counter": "Fixed counter 3",
|
||||
"EventName": "TOPDOWN.SLOTS",
|
||||
"PublicDescription": "Number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method (TMA). The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. Software can use this event as the denominator for the top-level metrics of the TMA method. This architectural event is counted on a designated fixed counter (Fixed Counter 3).",
|
||||
"PublicDescription": "Number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method (TMA). The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. Software can use this event as the denominator for the top-level metrics of the TMA method. This architectural event is counted on a designated fixed counter (Fixed Counter 3). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1261,7 +1334,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xa4",
|
||||
"EventName": "TOPDOWN.SLOTS_P",
|
||||
"PublicDescription": "Counts the number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core.",
|
||||
"PublicDescription": "Counts the number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "10000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1518,7 +1591,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x76",
|
||||
"EventName": "UOPS_DECODED.DEC0_UOPS",
|
||||
"PublicDescription": "This event counts the number of not dec-by-all uops decoded by decoder 0.",
|
||||
"PublicDescription": "This event counts the number of not dec-by-all uops decoded by decoder 0. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1528,7 +1601,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_0",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 0.",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 0. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1538,7 +1611,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_1",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 1.",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 1. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1548,7 +1621,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_2_3_10",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 2, 3 and 10",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 2, 3 and 10 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1558,7 +1631,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_4_9",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 4 and 9",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 4 and 9 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1568,7 +1641,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_5_11",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 5 and 11",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 5 and 11 Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1578,7 +1651,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_6",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 6.",
|
||||
"PublicDescription": "Number of uops dispatch to execution port 6. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x40",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1588,7 +1661,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb2",
|
||||
"EventName": "UOPS_DISPATCHED.PORT_7_8",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 7 and 8.",
|
||||
"PublicDescription": "Number of uops dispatch to execution ports 7 and 8. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x80",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1598,7 +1671,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CORE",
|
||||
"PublicDescription": "Counts the number of uops executed from any thread.",
|
||||
"PublicDescription": "Counts the number of uops executed from any thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1609,7 +1682,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_1",
|
||||
"PublicDescription": "Counts cycles when at least 1 micro-op is executed from any thread on physical core.",
|
||||
"PublicDescription": "Counts cycles when at least 1 micro-op is executed from any thread on physical core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1620,7 +1693,7 @@
|
|||
"CounterMask": "2",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_2",
|
||||
"PublicDescription": "Counts cycles when at least 2 micro-ops are executed from any thread on physical core.",
|
||||
"PublicDescription": "Counts cycles when at least 2 micro-ops are executed from any thread on physical core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1631,7 +1704,7 @@
|
|||
"CounterMask": "3",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_3",
|
||||
"PublicDescription": "Counts cycles when at least 3 micro-ops are executed from any thread on physical core.",
|
||||
"PublicDescription": "Counts cycles when at least 3 micro-ops are executed from any thread on physical core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1642,7 +1715,7 @@
|
|||
"CounterMask": "4",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_4",
|
||||
"PublicDescription": "Counts cycles when at least 4 micro-ops are executed from any thread on physical core.",
|
||||
"PublicDescription": "Counts cycles when at least 4 micro-ops are executed from any thread on physical core. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1653,7 +1726,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CYCLES_GE_1",
|
||||
"PublicDescription": "Cycles where at least 1 uop was executed per-thread.",
|
||||
"PublicDescription": "Cycles where at least 1 uop was executed per-thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1664,7 +1737,7 @@
|
|||
"CounterMask": "2",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CYCLES_GE_2",
|
||||
"PublicDescription": "Cycles where at least 2 uops were executed per-thread.",
|
||||
"PublicDescription": "Cycles where at least 2 uops were executed per-thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1675,7 +1748,7 @@
|
|||
"CounterMask": "3",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CYCLES_GE_3",
|
||||
"PublicDescription": "Cycles where at least 3 uops were executed per-thread.",
|
||||
"PublicDescription": "Cycles where at least 3 uops were executed per-thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1686,7 +1759,7 @@
|
|||
"CounterMask": "4",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.CYCLES_GE_4",
|
||||
"PublicDescription": "Cycles where at least 4 uops were executed per-thread.",
|
||||
"PublicDescription": "Cycles where at least 4 uops were executed per-thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1698,7 +1771,7 @@
|
|||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.STALLS",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "Counts cycles during which no uops were dispatched from the Reservation Station (RS) per thread.",
|
||||
"PublicDescription": "Counts cycles during which no uops were dispatched from the Reservation Station (RS) per thread. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1708,6 +1781,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.THREAD",
|
||||
"PublicDescription": "Counts the number of uops to be executed per-thread each cycle. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1717,7 +1791,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xb1",
|
||||
"EventName": "UOPS_EXECUTED.X87",
|
||||
"PublicDescription": "Counts the number of x87 uops executed.",
|
||||
"PublicDescription": "Counts the number of x87 uops executed. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1736,7 +1810,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xae",
|
||||
"EventName": "UOPS_ISSUED.ANY",
|
||||
"PublicDescription": "Counts the number of uops that the Resource Allocation Table (RAT) issues to the Reservation Station (RS).",
|
||||
"PublicDescription": "Counts the number of uops that the Resource Allocation Table (RAT) issues to the Reservation Station (RS). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1747,6 +1821,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xae",
|
||||
"EventName": "UOPS_ISSUED.CYCLES",
|
||||
"PublicDescription": "UOPS_ISSUED.CYCLES Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1765,7 +1840,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0xc2",
|
||||
"EventName": "UOPS_RETIRED.CYCLES",
|
||||
"PublicDescription": "Counts cycles where at least one uop has retired.",
|
||||
"PublicDescription": "Counts cycles where at least one uop has retired. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1775,7 +1850,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc2",
|
||||
"EventName": "UOPS_RETIRED.HEAVY",
|
||||
"PublicDescription": "Counts the number of retired micro-operations (uops) except the last uop of each instruction. An instruction that is decoded into less than two uops does not contribute to the count.",
|
||||
"PublicDescription": "Counts the number of retired micro-operations (uops) except the last uop of each instruction. An instruction that is decoded into less than two uops does not contribute to the count. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x1",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1805,6 +1880,7 @@
|
|||
"EventName": "UOPS_RETIRED.MS",
|
||||
"MSRIndex": "0x3F7",
|
||||
"MSRValue": "0x8",
|
||||
"PublicDescription": "UOPS_RETIRED.MS Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1814,7 +1890,7 @@
|
|||
"Counter": "0,1,2,3,4,5,6,7",
|
||||
"EventCode": "0xc2",
|
||||
"EventName": "UOPS_RETIRED.SLOTS",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that are utilized by operations that eventually get retired (committed) by the processor pipeline. Usually, this event positively correlates with higher performance for example, as measured by the instructions-per-cycle metric. Software can use this event as the numerator for the Retiring metric (or top-level category) of the Top-down Microarchitecture Analysis method.",
|
||||
"PublicDescription": "This event counts a subset of the Topdown Slots event that are utilized by operations that eventually get retired (committed) by the processor pipeline. Usually, this event positively correlates with higher performance for example, as measured by the instructions-per-cycle metric. Software can use this event as the numerator for the Retiring metric (or top-level category) of the Top-down Microarchitecture Analysis method. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "2000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -1826,7 +1902,7 @@
|
|||
"EventCode": "0xc2",
|
||||
"EventName": "UOPS_RETIRED.STALLS",
|
||||
"Invert": "1",
|
||||
"PublicDescription": "This event counts cycles without actually retired uops.",
|
||||
"PublicDescription": "This event counts cycles without actually retired uops. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
|
|
@ -99,6 +99,24 @@
|
|||
"PerPkg": "1",
|
||||
"Unit": "iMC"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Any Rank at Hot state",
|
||||
"Counter": "0,1,2,3,4",
|
||||
"EventCode": "0x19",
|
||||
"EventName": "UNC_M_DRAM_THERMAL_HOT",
|
||||
"Experimental": "1",
|
||||
"PerPkg": "1",
|
||||
"Unit": "iMC"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Any Rank at Warm state",
|
||||
"Counter": "0,1,2,3,4",
|
||||
"EventCode": "0x1A",
|
||||
"EventName": "UNC_M_DRAM_THERMAL_WARM",
|
||||
"Experimental": "1",
|
||||
"PerPkg": "1",
|
||||
"Unit": "iMC"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "PRE command sent to DRAM due to page table idle timer expiration",
|
||||
"Counter": "0,1,2,3,4",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.STLB_HIT",
|
||||
"PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).",
|
||||
"PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data loads. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xe",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_1G",
|
||||
"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
|
||||
"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x12",
|
||||
"EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle.",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.STLB_HIT",
|
||||
"PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).",
|
||||
"PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_ACTIVE",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by demand data stores. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xe",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_1G",
|
||||
"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (1G sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x8",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
|
||||
"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x13",
|
||||
"EventName": "DTLB_STORE_MISSES.WALK_PENDING",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle.",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -260,7 +260,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.STLB_HIT",
|
||||
"PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB).",
|
||||
"PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB). Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x20",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -271,7 +271,7 @@
|
|||
"CounterMask": "1",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.WALK_ACTIVE",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
|
||||
"PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.WALK_COMPLETED",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0xe",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x4",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -331,7 +331,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
|
||||
"PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
||||
"PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x2",
|
||||
"Unit": "cpu_core"
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
"Counter": "0,1,2,3",
|
||||
"EventCode": "0x11",
|
||||
"EventName": "ITLB_MISSES.WALK_PENDING",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle.",
|
||||
"PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle. Available PDIST counters: 0",
|
||||
"SampleAfterValue": "100003",
|
||||
"UMask": "0x10",
|
||||
"Unit": "cpu_core"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user