1[
2    {
3        "BriefDescription": "Counts the total number when the front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected by other branch handling mechanisms at the front end.",
4        "EventCode": "0xE6",
5        "EventName": "BACLEARS.ANY",
6        "SampleAfterValue": "100003",
7        "UMask": "0x1f"
8    },
9    {
10        "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches.",
11        "EventCode": "0xAB",
12        "EventName": "DSB2MITE_SWITCHES.COUNT",
13        "SampleAfterValue": "2000003",
14        "UMask": "0x1"
15    },
16    {
17        "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
18        "EventCode": "0xAB",
19        "EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
20        "PublicDescription": "This event counts the cycles attributed to a switch from the Decoded Stream Buffer (DSB), which holds decoded instructions, to the legacy decode pipeline.  It excludes cycles when the back-end cannot  accept new micro-ops.  The penalty for these switches is potentially several cycles of instruction starvation, where no micro-ops are delivered to the back-end.",
21        "SampleAfterValue": "2000003",
22        "UMask": "0x2"
23    },
24    {
25        "BriefDescription": "Cases of cancelling valid Decode Stream Buffer (DSB) fill not because of exceeding way limit.",
26        "EventCode": "0xAC",
27        "EventName": "DSB_FILL.ALL_CANCEL",
28        "SampleAfterValue": "2000003",
29        "UMask": "0xa"
30    },
31    {
32        "BriefDescription": "Cycles when Decode Stream Buffer (DSB) fill encounter more than 3 Decode Stream Buffer (DSB) lines.",
33        "EventCode": "0xAC",
34        "EventName": "DSB_FILL.EXCEED_DSB_LINES",
35        "SampleAfterValue": "2000003",
36        "UMask": "0x8"
37    },
38    {
39        "BriefDescription": "Cases of cancelling valid DSB fill not because of exceeding way limit.",
40        "EventCode": "0xAC",
41        "EventName": "DSB_FILL.OTHER_CANCEL",
42        "SampleAfterValue": "2000003",
43        "UMask": "0x2"
44    },
45    {
46        "BriefDescription": "Number of Instruction Cache, Streaming Buffer and Victim Cache Reads. both cacheable and noncacheable, including UC fetches.",
47        "EventCode": "0x80",
48        "EventName": "ICACHE.HIT",
49        "SampleAfterValue": "2000003",
50        "UMask": "0x1"
51    },
52    {
53        "BriefDescription": "Instruction cache, streaming buffer and victim cache misses.",
54        "EventCode": "0x80",
55        "EventName": "ICACHE.MISSES",
56        "PublicDescription": "This event counts the number of instruction cache, streaming buffer and victim cache misses. Counting includes unchacheable accesses.",
57        "SampleAfterValue": "200003",
58        "UMask": "0x2"
59    },
60    {
61        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering 4 Uops.",
62        "CounterMask": "4",
63        "EventCode": "0x79",
64        "EventName": "IDQ.ALL_DSB_CYCLES_4_UOPS",
65        "SampleAfterValue": "2000003",
66        "UMask": "0x18"
67    },
68    {
69        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering any Uop.",
70        "CounterMask": "1",
71        "EventCode": "0x79",
72        "EventName": "IDQ.ALL_DSB_CYCLES_ANY_UOPS",
73        "SampleAfterValue": "2000003",
74        "UMask": "0x18"
75    },
76    {
77        "BriefDescription": "Cycles MITE is delivering 4 Uops.",
78        "CounterMask": "4",
79        "EventCode": "0x79",
80        "EventName": "IDQ.ALL_MITE_CYCLES_4_UOPS",
81        "SampleAfterValue": "2000003",
82        "UMask": "0x24"
83    },
84    {
85        "BriefDescription": "Cycles MITE is delivering any Uop.",
86        "CounterMask": "1",
87        "EventCode": "0x79",
88        "EventName": "IDQ.ALL_MITE_CYCLES_ANY_UOPS",
89        "SampleAfterValue": "2000003",
90        "UMask": "0x24"
91    },
92    {
93        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from Decode Stream Buffer (DSB) path.",
94        "CounterMask": "1",
95        "EventCode": "0x79",
96        "EventName": "IDQ.DSB_CYCLES",
97        "SampleAfterValue": "2000003",
98        "UMask": "0x8"
99    },
100    {
101        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
102        "EventCode": "0x79",
103        "EventName": "IDQ.DSB_UOPS",
104        "SampleAfterValue": "2000003",
105        "UMask": "0x8"
106    },
107    {
108        "BriefDescription": "Instruction Decode Queue (IDQ) empty cycles.",
109        "EventCode": "0x79",
110        "EventName": "IDQ.EMPTY",
111        "SampleAfterValue": "2000003",
112        "UMask": "0x2"
113    },
114    {
115        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path.",
116        "EventCode": "0x79",
117        "EventName": "IDQ.MITE_ALL_UOPS",
118        "SampleAfterValue": "2000003",
119        "UMask": "0x3c"
120    },
121    {
122        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from MITE path.",
123        "CounterMask": "1",
124        "EventCode": "0x79",
125        "EventName": "IDQ.MITE_CYCLES",
126        "SampleAfterValue": "2000003",
127        "UMask": "0x4"
128    },
129    {
130        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path.",
131        "EventCode": "0x79",
132        "EventName": "IDQ.MITE_UOPS",
133        "SampleAfterValue": "2000003",
134        "UMask": "0x4"
135    },
136    {
137        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.",
138        "CounterMask": "1",
139        "EventCode": "0x79",
140        "EventName": "IDQ.MS_CYCLES",
141        "PublicDescription": "This event counts cycles during which the microcode sequencer assisted the front-end in delivering uops.  Microcode assists are used for complex instructions or scenarios that can't be handled by the standard decoder.  Using other instructions, if possible, will usually improve performance.  See the Intel(R) 64 and IA-32 Architectures Optimization Reference Manual for more information.",
142        "SampleAfterValue": "2000003",
143        "UMask": "0x30"
144    },
145    {
146        "BriefDescription": "Cycles when uops initiated by Decode Stream Buffer (DSB) are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.",
147        "CounterMask": "1",
148        "EventCode": "0x79",
149        "EventName": "IDQ.MS_DSB_CYCLES",
150        "SampleAfterValue": "2000003",
151        "UMask": "0x10"
152    },
153    {
154        "BriefDescription": "Deliveries to Instruction Decode Queue (IDQ) initiated by Decode Stream Buffer (DSB) while Microcode Sequencer (MS) is busy.",
155        "CounterMask": "1",
156        "EdgeDetect": "1",
157        "EventCode": "0x79",
158        "EventName": "IDQ.MS_DSB_OCCUR",
159        "SampleAfterValue": "2000003",
160        "UMask": "0x10"
161    },
162    {
163        "BriefDescription": "Uops initiated by Decode Stream Buffer (DSB) that are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.",
164        "EventCode": "0x79",
165        "EventName": "IDQ.MS_DSB_UOPS",
166        "SampleAfterValue": "2000003",
167        "UMask": "0x10"
168    },
169    {
170        "BriefDescription": "Uops initiated by MITE and delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.",
171        "EventCode": "0x79",
172        "EventName": "IDQ.MS_MITE_UOPS",
173        "SampleAfterValue": "2000003",
174        "UMask": "0x20"
175    },
176    {
177        "BriefDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
178        "CounterMask": "1",
179        "EdgeDetect": "1",
180        "EventCode": "0x79",
181        "EventName": "IDQ.MS_SWITCHES",
182        "SampleAfterValue": "2000003",
183        "UMask": "0x30"
184    },
185    {
186        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.",
187        "EventCode": "0x79",
188        "EventName": "IDQ.MS_UOPS",
189        "SampleAfterValue": "2000003",
190        "UMask": "0x30"
191    },
192    {
193        "BriefDescription": "Uops not delivered to Resource Allocation Table (RAT) per thread when backend of the machine is not stalled .",
194        "EventCode": "0x9C",
195        "EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
196        "PublicDescription": "This event counts the number of uops not delivered to the back-end per cycle, per thread, when the back-end was not stalled.  In the ideal case 4 uops can be delivered each cycle.  The event counts the undelivered uops - so if 3 were delivered in one cycle, the counter would be incremented by 1 for that cycle (4 - 3). If the back-end is stalled, the count for this event is not incremented even when uops were not delivered, because the back-end would not have been able to accept them.  This event is used in determining the front-end bound category of the top-down pipeline slots characterization.",
197        "SampleAfterValue": "2000003",
198        "UMask": "0x1"
199    },
200    {
201        "BriefDescription": "Cycles per thread when 4 or more uops are not delivered to Resource Allocation Table (RAT) when backend of the machine is not stalled.",
202        "CounterMask": "4",
203        "EventCode": "0x9C",
204        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
205        "SampleAfterValue": "2000003",
206        "UMask": "0x1"
207    },
208    {
209        "BriefDescription": "Counts cycles FE delivered 4 uops or Resource Allocation Table (RAT) was stalling FE.",
210        "CounterMask": "1",
211        "EventCode": "0x9C",
212        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
213        "Invert": "1",
214        "SampleAfterValue": "2000003",
215        "UMask": "0x1"
216    },
217    {
218        "BriefDescription": "Cycles when 1 or more uops were delivered to the by the front end.",
219        "CounterMask": "4",
220        "EventCode": "0x9C",
221        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_GE_1_UOP_DELIV.CORE",
222        "Invert": "1",
223        "SampleAfterValue": "2000003",
224        "UMask": "0x1"
225    },
226    {
227        "BriefDescription": "Cycles per thread when 3 or more uops are not delivered to Resource Allocation Table (RAT) when backend of the machine is not stalled.",
228        "CounterMask": "3",
229        "EventCode": "0x9C",
230        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_1_UOP_DELIV.CORE",
231        "SampleAfterValue": "2000003",
232        "UMask": "0x1"
233    },
234    {
235        "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
236        "CounterMask": "2",
237        "EventCode": "0x9C",
238        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_2_UOP_DELIV.CORE",
239        "SampleAfterValue": "2000003",
240        "UMask": "0x1"
241    },
242    {
243        "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
244        "CounterMask": "1",
245        "EventCode": "0x9C",
246        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_3_UOP_DELIV.CORE",
247        "SampleAfterValue": "2000003",
248        "UMask": "0x1"
249    }
250]
251