forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/perf/pmu-events/arch/x86/haswell/floating-point.json
....@@ -1,22 +1,26 @@
11 [
22 {
3
+ "PEBS": "1",
4
+ "PublicDescription": "",
35 "EventCode": "0xC1",
46 "Counter": "0,1,2,3",
57 "UMask": "0x8",
68 "Errata": "HSD56, HSM57",
79 "EventName": "OTHER_ASSISTS.AVX_TO_SSE",
810 "SampleAfterValue": "100003",
9
- "BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable.",
11
+ "BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable",
1012 "CounterHTOff": "0,1,2,3,4,5,6,7"
1113 },
1214 {
15
+ "PEBS": "1",
16
+ "PublicDescription": "",
1317 "EventCode": "0xC1",
1418 "Counter": "0,1,2,3",
1519 "UMask": "0x10",
1620 "Errata": "HSD56, HSM57",
1721 "EventName": "OTHER_ASSISTS.SSE_TO_AVX",
1822 "SampleAfterValue": "100003",
19
- "BriefDescription": "Number of transitions from SSE to AVX-256 when penalty applicable.",
23
+ "BriefDescription": "Number of transitions from legacy SSE to AVX-256 when penalty applicable",
2024 "CounterHTOff": "0,1,2,3,4,5,6,7"
2125 },
2226 {
....@@ -30,53 +34,58 @@
3034 "CounterHTOff": "0,1,2,3,4,5,6,7"
3135 },
3236 {
33
- "PublicDescription": "Number of X87 FP assists due to output values.",
37
+ "PEBS": "1",
38
+ "PublicDescription": "",
3439 "EventCode": "0xCA",
3540 "Counter": "0,1,2,3",
3641 "UMask": "0x2",
3742 "EventName": "FP_ASSIST.X87_OUTPUT",
3843 "SampleAfterValue": "100003",
39
- "BriefDescription": "Number of X87 assists due to output value.",
44
+ "BriefDescription": "output - Numeric Overflow, Numeric Underflow, Inexact Result",
4045 "CounterHTOff": "0,1,2,3,4,5,6,7"
4146 },
4247 {
43
- "PublicDescription": "Number of X87 FP assists due to input values.",
48
+ "PEBS": "1",
49
+ "PublicDescription": "",
4450 "EventCode": "0xCA",
4551 "Counter": "0,1,2,3",
4652 "UMask": "0x4",
4753 "EventName": "FP_ASSIST.X87_INPUT",
4854 "SampleAfterValue": "100003",
49
- "BriefDescription": "Number of X87 assists due to input value.",
55
+ "BriefDescription": "input - Invalid Operation, Denormal Operand, SNaN Operand",
5056 "CounterHTOff": "0,1,2,3,4,5,6,7"
5157 },
5258 {
53
- "PublicDescription": "Number of SIMD FP assists due to output values.",
59
+ "PEBS": "1",
60
+ "PublicDescription": "",
5461 "EventCode": "0xCA",
5562 "Counter": "0,1,2,3",
5663 "UMask": "0x8",
5764 "EventName": "FP_ASSIST.SIMD_OUTPUT",
5865 "SampleAfterValue": "100003",
59
- "BriefDescription": "Number of SIMD FP assists due to Output values",
66
+ "BriefDescription": "SSE* FP micro-code assist when output value is invalid.",
6067 "CounterHTOff": "0,1,2,3,4,5,6,7"
6168 },
6269 {
63
- "PublicDescription": "Number of SIMD FP assists due to input values.",
70
+ "PEBS": "1",
71
+ "PublicDescription": "",
6472 "EventCode": "0xCA",
6573 "Counter": "0,1,2,3",
6674 "UMask": "0x10",
6775 "EventName": "FP_ASSIST.SIMD_INPUT",
6876 "SampleAfterValue": "100003",
69
- "BriefDescription": "Number of SIMD FP assists due to input values",
77
+ "BriefDescription": "Any input SSE* FP Assist",
7078 "CounterHTOff": "0,1,2,3,4,5,6,7"
7179 },
7280 {
73
- "PublicDescription": "Cycles with any input/output SSE* or FP assists.",
81
+ "PEBS": "1",
82
+ "PublicDescription": "",
7483 "EventCode": "0xCA",
7584 "Counter": "0,1,2,3",
7685 "UMask": "0x1e",
7786 "EventName": "FP_ASSIST.ANY",
7887 "SampleAfterValue": "100003",
79
- "BriefDescription": "Cycles with any input/output SSE or FP assist",
88
+ "BriefDescription": "Counts any FP_ASSIST umask was incrementing",
8089 "CounterMask": "1",
8190 "CounterHTOff": "0,1,2,3"
8291 }