Skip to content

Commit dfc83cc

Browse files
captain5050namhyung
authored andcommitted
perf vendor events intel: Update meteorlake to 1.03
1.03 events were released in: intel/perfmon@501a29e It added a lot of events and all uncore events. Signed-off-by: Ian Rogers <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Eduard Zingerman <[email protected]> Cc: Sohom Datta <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Caleb Biggers <[email protected]> Cc: Edward Baker <[email protected]> Cc: Perry Taylor <[email protected]> Cc: Samantha Alt <[email protected]> Cc: Weilin Wang <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Jing Zhang <[email protected]> Cc: Kajol Jain <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Kan Liang <[email protected]> Cc: Zhengjun Xing <[email protected]> Cc: John Garry <[email protected]> Cc: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 7e74ece commit dfc83cc

File tree

11 files changed

+3116
-103
lines changed

11 files changed

+3116
-103
lines changed

tools/perf/pmu-events/arch/x86/mapfile.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GenuineIntel-6-3A,v24,ivybridge,core
1919
GenuineIntel-6-3E,v23,ivytown,core
2020
GenuineIntel-6-2D,v23,jaketown,core
2121
GenuineIntel-6-(57|85),v10,knightslanding,core
22-
GenuineIntel-6-A[AC],v1.01,meteorlake,core
22+
GenuineIntel-6-A[AC],v1.03,meteorlake,core
2323
GenuineIntel-6-1[AEF],v3,nehalemep,core
2424
GenuineIntel-6-2E,v3,nehalemex,core
2525
GenuineIntel-6-A7,v1.01,rocketlake,core

tools/perf/pmu-events/arch/x86/meteorlake/cache.json

Lines changed: 811 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
[
2+
{
3+
"BriefDescription": "This event counts the cycles the floating point divider is busy.",
4+
"CounterMask": "1",
5+
"EventCode": "0xb0",
6+
"EventName": "ARITH.FPDIV_ACTIVE",
7+
"SampleAfterValue": "1000003",
8+
"UMask": "0x1",
9+
"Unit": "cpu_core"
10+
},
11+
{
12+
"BriefDescription": "Counts all microcode FP assists.",
13+
"EventCode": "0xc1",
14+
"EventName": "ASSISTS.FP",
15+
"PublicDescription": "Counts all microcode Floating Point assists.",
16+
"SampleAfterValue": "100003",
17+
"UMask": "0x2",
18+
"Unit": "cpu_core"
19+
},
20+
{
21+
"BriefDescription": "ASSISTS.SSE_AVX_MIX",
22+
"EventCode": "0xc1",
23+
"EventName": "ASSISTS.SSE_AVX_MIX",
24+
"SampleAfterValue": "1000003",
25+
"UMask": "0x10",
26+
"Unit": "cpu_core"
27+
},
28+
{
29+
"BriefDescription": "FP_ARITH_DISPATCHED.PORT_0",
30+
"EventCode": "0xb3",
31+
"EventName": "FP_ARITH_DISPATCHED.PORT_0",
32+
"SampleAfterValue": "2000003",
33+
"UMask": "0x1",
34+
"Unit": "cpu_core"
35+
},
36+
{
37+
"BriefDescription": "FP_ARITH_DISPATCHED.PORT_1",
38+
"EventCode": "0xb3",
39+
"EventName": "FP_ARITH_DISPATCHED.PORT_1",
40+
"SampleAfterValue": "2000003",
41+
"UMask": "0x2",
42+
"Unit": "cpu_core"
43+
},
44+
{
45+
"BriefDescription": "Counts 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.",
46+
"EventCode": "0xc7",
47+
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_DOUBLE",
48+
"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.",
49+
"SampleAfterValue": "100003",
50+
"UMask": "0x4",
51+
"Unit": "cpu_core"
52+
},
53+
{
54+
"BriefDescription": "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 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.",
55+
"EventCode": "0xc7",
56+
"EventName": "FP_ARITH_INST_RETIRED.128B_PACKED_SINGLE",
57+
"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.",
58+
"SampleAfterValue": "100003",
59+
"UMask": "0x8",
60+
"Unit": "cpu_core"
61+
},
62+
{
63+
"BriefDescription": "Counts 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.",
64+
"EventCode": "0xc7",
65+
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_DOUBLE",
66+
"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.",
67+
"SampleAfterValue": "100003",
68+
"UMask": "0x10",
69+
"Unit": "cpu_core"
70+
},
71+
{
72+
"BriefDescription": "Counts 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.",
73+
"EventCode": "0xc7",
74+
"EventName": "FP_ARITH_INST_RETIRED.256B_PACKED_SINGLE",
75+
"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.",
76+
"SampleAfterValue": "100003",
77+
"UMask": "0x20",
78+
"Unit": "cpu_core"
79+
},
80+
{
81+
"BriefDescription": "Number of SSE/AVX computational 128-bit packed single and 256-bit packed double precision FP instructions retired; some instructions will count twice as noted below. Each count represents 2 or/and 4 computation operations, 1 for each element. Applies to SSE* and AVX* packed single precision and packed double precision FP instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB count twice as they perform 2 calculations per element.",
82+
"EventCode": "0xc7",
83+
"EventName": "FP_ARITH_INST_RETIRED.4_FLOPS",
84+
"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.",
85+
"SampleAfterValue": "100003",
86+
"UMask": "0x18",
87+
"Unit": "cpu_core"
88+
},
89+
{
90+
"BriefDescription": "Number of SSE/AVX computational scalar floating-point instructions retired; some instructions will count twice as noted below. Applies to SSE* and AVX* scalar, double and single precision floating-point: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 RANGE SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per element.",
91+
"EventCode": "0xc7",
92+
"EventName": "FP_ARITH_INST_RETIRED.SCALAR",
93+
"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.",
94+
"SampleAfterValue": "1000003",
95+
"UMask": "0x3",
96+
"Unit": "cpu_core"
97+
},
98+
{
99+
"BriefDescription": "Counts 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.",
100+
"EventCode": "0xc7",
101+
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_DOUBLE",
102+
"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.",
103+
"SampleAfterValue": "100003",
104+
"UMask": "0x1",
105+
"Unit": "cpu_core"
106+
},
107+
{
108+
"BriefDescription": "Counts 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.",
109+
"EventCode": "0xc7",
110+
"EventName": "FP_ARITH_INST_RETIRED.SCALAR_SINGLE",
111+
"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.",
112+
"SampleAfterValue": "100003",
113+
"UMask": "0x2",
114+
"Unit": "cpu_core"
115+
},
116+
{
117+
"BriefDescription": "Number of any Vector retired FP arithmetic instructions",
118+
"EventCode": "0xc7",
119+
"EventName": "FP_ARITH_INST_RETIRED.VECTOR",
120+
"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.",
121+
"SampleAfterValue": "1000003",
122+
"UMask": "0xfc",
123+
"Unit": "cpu_core"
124+
},
125+
{
126+
"BriefDescription": "Counts the number of floating point operations retired that required microcode assist.",
127+
"EventCode": "0xc3",
128+
"EventName": "MACHINE_CLEARS.FP_ASSIST",
129+
"PublicDescription": "Counts the number of floating point operations retired that required microcode assist, which is not a reflection of the number of FP operations, instructions or uops.",
130+
"SampleAfterValue": "20003",
131+
"UMask": "0x4",
132+
"Unit": "cpu_atom"
133+
},
134+
{
135+
"BriefDescription": "Counts the number of floating point divide uops retired (x87 and sse, including x87 sqrt).",
136+
"EventCode": "0xc2",
137+
"EventName": "UOPS_RETIRED.FPDIV",
138+
"PEBS": "1",
139+
"SampleAfterValue": "2000003",
140+
"UMask": "0x8",
141+
"Unit": "cpu_atom"
142+
}
143+
]

0 commit comments

Comments
 (0)