mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 12:52:29 -04:00
perf vendor events intel: Update alderlaken events from 1.39 to 1.40
The updated events were published in:
7a14cc8fea
Signed-off-by: Chun-Tse Shao <ctshao@google.com>
Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
committed by
Namhyung Kim
parent
12038480d7
commit
6281354894
@@ -1,4 +1,20 @@
|
||||
[
|
||||
{
|
||||
"BriefDescription": "Counts the number of core requests (demand and L1 prefetchers) rejected by the L2 queue (L2Q) due to a full condition.",
|
||||
"Counter": "0,1,2,3,4,5",
|
||||
"EventCode": "0x31",
|
||||
"EventName": "CORE_REJECT_L2Q.ANY",
|
||||
"PublicDescription": "Counts the number of (demand and L1 prefetchers) core requests rejected by the L2 queue (L2Q) due to a full or nearly full condition, which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the External Queue (XQ), but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to ensure fairness between cores, or to delay a cores dirty eviction when the address conflicts incoming external snoops. (Note that L2 prefetcher requests that are dropped are not counted by this event). Counts on a per core basis.",
|
||||
"SampleAfterValue": "200003"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of demand and prefetch transactions that the External Queue (XQ) rejects due to a full or near full condition.",
|
||||
"Counter": "0,1,2,3,4,5",
|
||||
"EventCode": "0x30",
|
||||
"EventName": "L2_REJECT_XQ.ANY",
|
||||
"PublicDescription": "Counts the number of demand and prefetch transactions that the External Queue (XQ) rejects due to a full or near full condition which likely indicates back pressure from the IDI link. The XQ may reject transactions from the L2Q (non-cacheable requests), BBL (L2 misses) and WOB (L2 write-back victims).",
|
||||
"SampleAfterValue": "200003"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the total number of L2 Cache accesses. Counts on a per core basis.",
|
||||
"Counter": "0,1,2,3,4,5",
|
||||
@@ -70,6 +86,14 @@
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x8"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"EventCode": "0x34",
|
||||
"EventName": "MEM_BOUND_STALLS.IFETCH_L2_MISS",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x30"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cycles the core is stalled due to an instruction cache or TLB miss which hit in the LLC or other core with HITE/F/M.",
|
||||
"Counter": "0,1,2,3,4,5",
|
||||
@@ -103,6 +127,14 @@
|
||||
"SampleAfterValue": "200003",
|
||||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"EventCode": "0x34",
|
||||
"EventName": "MEM_BOUND_STALLS.LOAD_L2_MISS",
|
||||
"SampleAfterValue": "1000003",
|
||||
"UMask": "0x6"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of cycles the core is stalled due to a demand load which hit in the LLC or other core with HITE/F/M.",
|
||||
"Counter": "0,1,2,3,4,5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Family-model,Version,Filename,EventType
|
||||
GenuineIntel-6-(97|9A|B7|BA|BF),v1.40,alderlake,core
|
||||
GenuineIntel-6-BE,v1.39,alderlaken,core
|
||||
GenuineIntel-6-BE,v1.40,alderlaken,core
|
||||
GenuineIntel-6-C[56],v1.19,arrowlake,core
|
||||
GenuineIntel-6-(1C|26|27|35|36),v5,bonnell,core
|
||||
GenuineIntel-6-(3D|47),v30,broadwell,core
|
||||
|
||||
|
Reference in New Issue
Block a user