1[
2  {
3    "EventName": "EXCEPTION_TAKEN",
4    "EventCode": "0x100",
5    "BriefDescription": "Counts exceptions taken"
6  },
7  {
8    "EventName": "INTEGER_LOAD_RETIRED",
9    "EventCode": "0x200",
10    "BriefDescription": "Counts integer load instructions retired"
11  },
12  {
13    "EventName": "INTEGER_STORE_RETIRED",
14    "EventCode": "0x400",
15    "BriefDescription": "Counts integer store instructions retired"
16  },
17  {
18    "EventName": "ATOMIC_MEMORY_RETIRED",
19    "EventCode": "0x800",
20    "BriefDescription": "Counts atomic memory instructions retired"
21  },
22  {
23    "EventName": "SYSTEM_INSTRUCTION_RETIRED",
24    "EventCode": "0x1000",
25    "BriefDescription": "Counts system instructions retired (CSR, WFI, MRET, etc.)"
26  },
27  {
28    "EventName": "INTEGER_ARITHMETIC_RETIRED",
29    "EventCode": "0x2000",
30    "BriefDescription": "Counts integer arithmetic instructions retired"
31  },
32  {
33    "EventName": "CONDITIONAL_BRANCH_RETIRED",
34    "EventCode": "0x4000",
35    "BriefDescription": "Counts conditional branch instructions retired"
36  },
37  {
38    "EventName": "JAL_INSTRUCTION_RETIRED",
39    "EventCode": "0x8000",
40    "BriefDescription": "Counts jump-and-link instructions retired"
41  },
42  {
43    "EventName": "JALR_INSTRUCTION_RETIRED",
44    "EventCode": "0x10000",
45    "BriefDescription": "Counts indirect jump instructions (JALR) retired"
46  },
47  {
48    "EventName": "INTEGER_MULTIPLICATION_RETIRED",
49    "EventCode": "0x20000",
50    "BriefDescription": "Counts integer multiplication instructions retired"
51  },
52  {
53    "EventName": "INTEGER_DIVISION_RETIRED",
54    "EventCode": "0x40000",
55    "BriefDescription": "Counts integer division instructions retired"
56  },
57  {
58    "EventName": "FP_LOAD_RETIRED",
59    "EventCode": "0x80000",
60    "BriefDescription": "Counts floating-point load instructions retired"
61  },
62  {
63    "EventName": "FP_STORE_RETIRED",
64    "EventCode": "0x100000",
65    "BriefDescription": "Counts floating-point store instructions retired"
66  },
67  {
68    "EventName": "FP_ADD_RETIRED",
69    "EventCode": "0x200000",
70    "BriefDescription": "Counts floating-point add instructions retired"
71  },
72  {
73    "EventName": "FP_MUL_RETIRED",
74    "EventCode": "0x400000",
75    "BriefDescription": "Counts floating-point multiply instructions retired"
76  },
77  {
78    "EventName": "FP_MULADD_RETIRED",
79    "EventCode": "0x800000",
80    "BriefDescription": "Counts floating-point fused multiply-add instructions retired"
81  },
82  {
83    "EventName": "FP_DIV_SQRT_RETIRED",
84    "EventCode": "0x1000000",
85    "BriefDescription": "Counts floating point divide or square root instructions retired"
86  },
87  {
88    "EventName": "OTHER_FP_RETIRED",
89    "EventCode": "0x2000000",
90    "BriefDescription": "Counts other floating-point instructions retired"
91  }
92]
93