1[
2    {
3        "BriefDescription": "Counts the total number of BACLEARS due to all branch types including conditional and unconditional jumps, returns, and indirect branches.",
4        "EventCode": "0xe6",
5        "EventName": "BACLEARS.ANY",
6        "PublicDescription": "Counts the total number of BACLEARS, which occur when the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predictor in the frontend.  Includes BACLEARS due to all branch types including conditional and unconditional jumps, returns, and indirect branches.",
7        "SampleAfterValue": "200003",
8        "UMask": "0x1",
9        "Unit": "cpu_atom"
10    },
11    {
12        "BriefDescription": "Clears due to Unknown Branches.",
13        "EventCode": "0x60",
14        "EventName": "BACLEARS.ANY",
15        "PublicDescription": "Number of times the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unknown Branch which occurs for the first time a branch instruction is fetched or when the branch is not tracked by the BPU (Branch Prediction Unit) anymore.",
16        "SampleAfterValue": "100003",
17        "UMask": "0x1",
18        "Unit": "cpu_core"
19    },
20    {
21        "BriefDescription": "Stalls caused by changing prefix length of the instruction.",
22        "EventCode": "0x87",
23        "EventName": "DECODE.LCP",
24        "PublicDescription": "Counts cycles that the Instruction Length decoder (ILD) stalls occurred due to dynamically changing prefix length of the decoded instruction (by operand size prefix instruction 0x66, address size prefix instruction 0x67 or REX.W for Intel64). Count is proportional to the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length changing prefix) in a 16-byte chunk.",
25        "SampleAfterValue": "500009",
26        "UMask": "0x1",
27        "Unit": "cpu_core"
28    },
29    {
30        "BriefDescription": "Cycles the Microcode Sequencer is busy.",
31        "EventCode": "0x87",
32        "EventName": "DECODE.MS_BUSY",
33        "SampleAfterValue": "500009",
34        "UMask": "0x2",
35        "Unit": "cpu_core"
36    },
37    {
38        "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
39        "EventCode": "0x61",
40        "EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
41        "PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previously fetched instructions that were decoded by the legacy x86 decode pipeline (MITE). This event counts fetch penalty cycles when a transition occurs from DSB to MITE.",
42        "SampleAfterValue": "100003",
43        "UMask": "0x2",
44        "Unit": "cpu_core"
45    },
46    {
47        "BriefDescription": "DSB_FILL.FB_STALL_OT",
48        "EventCode": "0x62",
49        "EventName": "DSB_FILL.FB_STALL_OT",
50        "SampleAfterValue": "1000003",
51        "UMask": "0x10",
52        "Unit": "cpu_core"
53    },
54    {
55        "BriefDescription": "Retired ANT branches",
56        "EventCode": "0xc6",
57        "EventName": "FRONTEND_RETIRED.ANY_ANT",
58        "MSRIndex": "0x3F7",
59        "MSRValue": "0x9",
60        "PEBS": "1",
61        "PublicDescription": "Always Not Taken (ANT) conditional retired branches (no BTB entry and not mispredicted)",
62        "SampleAfterValue": "100007",
63        "UMask": "0x3",
64        "Unit": "cpu_core"
65    },
66    {
67        "BriefDescription": "Retired Instructions who experienced DSB miss.",
68        "EventCode": "0xc6",
69        "EventName": "FRONTEND_RETIRED.ANY_DSB_MISS",
70        "MSRIndex": "0x3F7",
71        "MSRValue": "0x1",
72        "PEBS": "1",
73        "PublicDescription": "Counts retired Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
74        "SampleAfterValue": "100007",
75        "UMask": "0x3",
76        "Unit": "cpu_core"
77    },
78    {
79        "BriefDescription": "Retired Instructions who experienced a critical DSB miss.",
80        "EventCode": "0xc6",
81        "EventName": "FRONTEND_RETIRED.DSB_MISS",
82        "MSRIndex": "0x3F7",
83        "MSRValue": "0x11",
84        "PEBS": "1",
85        "PublicDescription": "Number of retired Instructions that experienced a critical DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the DSB miss.",
86        "SampleAfterValue": "100007",
87        "UMask": "0x3",
88        "Unit": "cpu_core"
89    },
90    {
91        "BriefDescription": "Counts the number of instructions retired that were tagged because empty issue slots were seen before the uop due to ITLB miss",
92        "EventCode": "0xc6",
93        "EventName": "FRONTEND_RETIRED.ITLB_MISS",
94        "PEBS": "1",
95        "SampleAfterValue": "1000003",
96        "UMask": "0x10",
97        "Unit": "cpu_atom"
98    },
99    {
100        "BriefDescription": "Retired Instructions who experienced iTLB true miss.",
101        "EventCode": "0xc6",
102        "EventName": "FRONTEND_RETIRED.ITLB_MISS",
103        "MSRIndex": "0x3F7",
104        "MSRValue": "0x14",
105        "PEBS": "1",
106        "PublicDescription": "Counts retired Instructions that experienced iTLB (Instruction TLB) true miss.",
107        "SampleAfterValue": "100007",
108        "UMask": "0x3",
109        "Unit": "cpu_core"
110    },
111    {
112        "BriefDescription": "Retired Instructions who experienced Instruction L1 Cache true miss.",
113        "EventCode": "0xc6",
114        "EventName": "FRONTEND_RETIRED.L1I_MISS",
115        "MSRIndex": "0x3F7",
116        "MSRValue": "0x12",
117        "PEBS": "1",
118        "PublicDescription": "Counts retired Instructions who experienced Instruction L1 Cache true miss.",
119        "SampleAfterValue": "100007",
120        "UMask": "0x3",
121        "Unit": "cpu_core"
122    },
123    {
124        "BriefDescription": "Retired Instructions who experienced Instruction L2 Cache true miss.",
125        "EventCode": "0xc6",
126        "EventName": "FRONTEND_RETIRED.L2_MISS",
127        "MSRIndex": "0x3F7",
128        "MSRValue": "0x13",
129        "PEBS": "1",
130        "PublicDescription": "Counts retired Instructions who experienced Instruction L2 Cache true miss.",
131        "SampleAfterValue": "100007",
132        "UMask": "0x3",
133        "Unit": "cpu_core"
134    },
135    {
136        "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
137        "EventCode": "0xc6",
138        "EventName": "FRONTEND_RETIRED.LATENCY_GE_1",
139        "MSRIndex": "0x3F7",
140        "MSRValue": "0x600106",
141        "PEBS": "1",
142        "PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.",
143        "SampleAfterValue": "100007",
144        "UMask": "0x3",
145        "Unit": "cpu_core"
146    },
147    {
148        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.",
149        "EventCode": "0xc6",
150        "EventName": "FRONTEND_RETIRED.LATENCY_GE_128",
151        "MSRIndex": "0x3F7",
152        "MSRValue": "0x608006",
153        "PEBS": "1",
154        "PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.",
155        "SampleAfterValue": "100007",
156        "UMask": "0x3",
157        "Unit": "cpu_core"
158    },
159    {
160        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end stall.",
161        "EventCode": "0xc6",
162        "EventName": "FRONTEND_RETIRED.LATENCY_GE_16",
163        "MSRIndex": "0x3F7",
164        "MSRValue": "0x601006",
165        "PEBS": "1",
166        "PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 16 cycles. During this period the front-end delivered no uops.",
167        "SampleAfterValue": "100007",
168        "UMask": "0x3",
169        "Unit": "cpu_core"
170    },
171    {
172        "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
173        "EventCode": "0xc6",
174        "EventName": "FRONTEND_RETIRED.LATENCY_GE_2",
175        "MSRIndex": "0x3F7",
176        "MSRValue": "0x600206",
177        "PEBS": "1",
178        "PublicDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.",
179        "SampleAfterValue": "100007",
180        "UMask": "0x3",
181        "Unit": "cpu_core"
182    },
183    {
184        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.",
185        "EventCode": "0xc6",
186        "EventName": "FRONTEND_RETIRED.LATENCY_GE_256",
187        "MSRIndex": "0x3F7",
188        "MSRValue": "0x610006",
189        "PEBS": "1",
190        "PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.",
191        "SampleAfterValue": "100007",
192        "UMask": "0x3",
193        "Unit": "cpu_core"
194    },
195    {
196        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end had at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end stall.",
197        "EventCode": "0xc6",
198        "EventName": "FRONTEND_RETIRED.LATENCY_GE_2_BUBBLES_GE_1",
199        "MSRIndex": "0x3F7",
200        "MSRValue": "0x100206",
201        "PEBS": "1",
202        "PublicDescription": "Counts retired instructions that are delivered to the back-end after the front-end had at least 1 bubble-slot for a period of 2 cycles. A bubble-slot is an empty issue-pipeline slot while there was no RAT stall.",
203        "SampleAfterValue": "100007",
204        "UMask": "0x3",
205        "Unit": "cpu_core"
206    },
207    {
208        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 32 cycles which was not interrupted by a back-end stall.",
209        "EventCode": "0xc6",
210        "EventName": "FRONTEND_RETIRED.LATENCY_GE_32",
211        "MSRIndex": "0x3F7",
212        "MSRValue": "0x602006",
213        "PEBS": "1",
214        "PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 32 cycles. During this period the front-end delivered no uops.",
215        "SampleAfterValue": "100007",
216        "UMask": "0x3",
217        "Unit": "cpu_core"
218    },
219    {
220        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end stall.",
221        "EventCode": "0xc6",
222        "EventName": "FRONTEND_RETIRED.LATENCY_GE_4",
223        "MSRIndex": "0x3F7",
224        "MSRValue": "0x600406",
225        "PEBS": "1",
226        "PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end stall.",
227        "SampleAfterValue": "100007",
228        "UMask": "0x3",
229        "Unit": "cpu_core"
230    },
231    {
232        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end stall.",
233        "EventCode": "0xc6",
234        "EventName": "FRONTEND_RETIRED.LATENCY_GE_512",
235        "MSRIndex": "0x3F7",
236        "MSRValue": "0x620006",
237        "PEBS": "1",
238        "PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end stall.",
239        "SampleAfterValue": "100007",
240        "UMask": "0x3",
241        "Unit": "cpu_core"
242    },
243    {
244        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end stall.",
245        "EventCode": "0xc6",
246        "EventName": "FRONTEND_RETIRED.LATENCY_GE_64",
247        "MSRIndex": "0x3F7",
248        "MSRValue": "0x604006",
249        "PEBS": "1",
250        "PublicDescription": "Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end stall.",
251        "SampleAfterValue": "100007",
252        "UMask": "0x3",
253        "Unit": "cpu_core"
254    },
255    {
256        "BriefDescription": "Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 8 cycles which was not interrupted by a back-end stall.",
257        "EventCode": "0xc6",
258        "EventName": "FRONTEND_RETIRED.LATENCY_GE_8",
259        "MSRIndex": "0x3F7",
260        "MSRValue": "0x600806",
261        "PEBS": "1",
262        "PublicDescription": "Counts retired instructions that are delivered to the back-end after a front-end stall of at least 8 cycles. During this period the front-end delivered no uops.",
263        "SampleAfterValue": "100007",
264        "UMask": "0x3",
265        "Unit": "cpu_core"
266    },
267    {
268        "BriefDescription": "Mispredicted Retired ANT branches",
269        "EventCode": "0xc6",
270        "EventName": "FRONTEND_RETIRED.MISP_ANT",
271        "MSRIndex": "0x3F7",
272        "MSRValue": "0x9",
273        "PEBS": "1",
274        "PublicDescription": "ANT retired branches that got just mispredicted",
275        "SampleAfterValue": "100007",
276        "UMask": "0x2",
277        "Unit": "cpu_core"
278    },
279    {
280        "BriefDescription": "FRONTEND_RETIRED.MS_FLOWS",
281        "EventCode": "0xc6",
282        "EventName": "FRONTEND_RETIRED.MS_FLOWS",
283        "MSRIndex": "0x3F7",
284        "MSRValue": "0x8",
285        "PEBS": "1",
286        "SampleAfterValue": "100007",
287        "UMask": "0x3",
288        "Unit": "cpu_core"
289    },
290    {
291        "BriefDescription": "Retired Instructions who experienced STLB (2nd level TLB) true miss.",
292        "EventCode": "0xc6",
293        "EventName": "FRONTEND_RETIRED.STLB_MISS",
294        "MSRIndex": "0x3F7",
295        "MSRValue": "0x15",
296        "PEBS": "1",
297        "PublicDescription": "Counts retired Instructions that experienced STLB (2nd level TLB) true miss.",
298        "SampleAfterValue": "100007",
299        "UMask": "0x3",
300        "Unit": "cpu_core"
301    },
302    {
303        "BriefDescription": "FRONTEND_RETIRED.UNKNOWN_BRANCH",
304        "EventCode": "0xc6",
305        "EventName": "FRONTEND_RETIRED.UNKNOWN_BRANCH",
306        "MSRIndex": "0x3F7",
307        "MSRValue": "0x17",
308        "PEBS": "1",
309        "SampleAfterValue": "100007",
310        "UMask": "0x3",
311        "Unit": "cpu_core"
312    },
313    {
314        "BriefDescription": "Counts every time the code stream enters into a new cache line by walking sequential from the previous line or being redirected by a jump.",
315        "EventCode": "0x80",
316        "EventName": "ICACHE.ACCESSES",
317        "SampleAfterValue": "200003",
318        "UMask": "0x3",
319        "Unit": "cpu_atom"
320    },
321    {
322        "BriefDescription": "Counts every time the code stream enters into a new cache line by walking sequential from the previous line or being redirected by a jump and the instruction cache registers bytes are not present. -",
323        "EventCode": "0x80",
324        "EventName": "ICACHE.MISSES",
325        "SampleAfterValue": "200003",
326        "UMask": "0x2",
327        "Unit": "cpu_atom"
328    },
329    {
330        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache miss.",
331        "EventCode": "0x80",
332        "EventName": "ICACHE_DATA.STALLS",
333        "PublicDescription": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The decode pipeline works at a 32 Byte granularity.",
334        "SampleAfterValue": "500009",
335        "UMask": "0x4",
336        "Unit": "cpu_core"
337    },
338    {
339        "BriefDescription": "ICACHE_DATA.STALL_PERIODS",
340        "CounterMask": "1",
341        "EdgeDetect": "1",
342        "EventCode": "0x80",
343        "EventName": "ICACHE_DATA.STALL_PERIODS",
344        "SampleAfterValue": "500009",
345        "UMask": "0x4",
346        "Unit": "cpu_core"
347    },
348    {
349        "BriefDescription": "Instruction fetch tag lookups that hit in the instruction cache (L1I). Counts at 64-byte cache-line granularity.",
350        "EventCode": "0x83",
351        "EventName": "ICACHE_TAG.HIT",
352        "PublicDescription": "Counts instruction fetch tag lookups that hit in the instruction cache (L1I). Counts at 64-byte cache-line granularity. Accounts for both cacheable and uncacheable accesses.",
353        "SampleAfterValue": "200003",
354        "UMask": "0x1",
355        "Unit": "cpu_core"
356    },
357    {
358        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache tag miss.",
359        "EventCode": "0x83",
360        "EventName": "ICACHE_TAG.STALLS",
361        "PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss.",
362        "SampleAfterValue": "200003",
363        "UMask": "0x4",
364        "Unit": "cpu_core"
365    },
366    {
367        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering any Uop",
368        "CounterMask": "1",
369        "EventCode": "0x79",
370        "EventName": "IDQ.DSB_CYCLES_ANY",
371        "PublicDescription": "Counts the number of cycles uops were delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
372        "SampleAfterValue": "2000003",
373        "UMask": "0x8",
374        "Unit": "cpu_core"
375    },
376    {
377        "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
378        "CounterMask": "6",
379        "EventCode": "0x79",
380        "EventName": "IDQ.DSB_CYCLES_OK",
381        "PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB).",
382        "SampleAfterValue": "2000003",
383        "UMask": "0x8",
384        "Unit": "cpu_core"
385    },
386    {
387        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path",
388        "EventCode": "0x79",
389        "EventName": "IDQ.DSB_UOPS",
390        "PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
391        "SampleAfterValue": "2000003",
392        "UMask": "0x8",
393        "Unit": "cpu_core"
394    },
395    {
396        "BriefDescription": "Cycles MITE is delivering any Uop",
397        "CounterMask": "1",
398        "EventCode": "0x79",
399        "EventName": "IDQ.MITE_CYCLES_ANY",
400        "PublicDescription": "Counts the number of cycles uops were delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB).",
401        "SampleAfterValue": "2000003",
402        "UMask": "0x4",
403        "Unit": "cpu_core"
404    },
405    {
406        "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
407        "CounterMask": "6",
408        "EventCode": "0x79",
409        "EventName": "IDQ.MITE_CYCLES_OK",
410        "PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB).",
411        "SampleAfterValue": "2000003",
412        "UMask": "0x4",
413        "Unit": "cpu_core"
414    },
415    {
416        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path",
417        "EventCode": "0x79",
418        "EventName": "IDQ.MITE_UOPS",
419        "PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the MITE path. This also means that uops are not being delivered from the Decode Stream Buffer (DSB).",
420        "SampleAfterValue": "2000003",
421        "UMask": "0x4",
422        "Unit": "cpu_core"
423    },
424    {
425        "BriefDescription": "Cycles when uops are being delivered to IDQ while MS is busy",
426        "CounterMask": "1",
427        "EventCode": "0x79",
428        "EventName": "IDQ.MS_CYCLES_ANY",
429        "PublicDescription": "Counts cycles during which uops are being delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Uops maybe initiated by Decode Stream Buffer (DSB) or MITE.",
430        "SampleAfterValue": "2000003",
431        "UMask": "0x20",
432        "Unit": "cpu_core"
433    },
434    {
435        "BriefDescription": "Number of switches from DSB or MITE to the MS",
436        "CounterMask": "1",
437        "EdgeDetect": "1",
438        "EventCode": "0x79",
439        "EventName": "IDQ.MS_SWITCHES",
440        "PublicDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
441        "SampleAfterValue": "100003",
442        "UMask": "0x20",
443        "Unit": "cpu_core"
444    },
445    {
446        "BriefDescription": "Uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy",
447        "EventCode": "0x79",
448        "EventName": "IDQ.MS_UOPS",
449        "PublicDescription": "Counts the number of uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ.",
450        "SampleAfterValue": "1000003",
451        "UMask": "0x20",
452        "Unit": "cpu_core"
453    },
454    {
455        "BriefDescription": "This event counts a subset of the Topdown Slots event that were no operation was delivered to the back-end pipeline due to instruction fetch limitations when the back-end could have accepted more operations. Common examples include instruction cache misses or x86 instruction decode limitations.",
456        "EventCode": "0x9c",
457        "EventName": "IDQ_BUBBLES.CORE",
458        "PublicDescription": "This event counts a subset of the Topdown Slots event that were no operation was delivered to the back-end pipeline due to instruction fetch limitations when the back-end could have accepted more operations. Common examples include instruction cache misses or x86 instruction decode limitations.\nThe count may be distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Frontend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method.",
459        "SampleAfterValue": "1000003",
460        "UMask": "0x1",
461        "Unit": "cpu_core"
462    },
463    {
464        "BriefDescription": "Cycles when no uops are not delivered by the IDQ when backend of the machine is not stalled [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE]",
465        "CounterMask": "6",
466        "EventCode": "0x9c",
467        "EventName": "IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE",
468        "PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE]",
469        "SampleAfterValue": "1000003",
470        "UMask": "0x1",
471        "Unit": "cpu_core"
472    },
473    {
474        "BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the back-end is not stalled [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK]",
475        "CounterMask": "1",
476        "EventCode": "0x9c",
477        "EventName": "IDQ_BUBBLES.CYCLES_FE_WAS_OK",
478        "Invert": "1",
479        "PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK]",
480        "SampleAfterValue": "1000003",
481        "UMask": "0x1",
482        "Unit": "cpu_core"
483    },
484    {
485        "BriefDescription": "Uops not delivered by IDQ when backend of the machine is not stalled",
486        "EventCode": "0x9c",
487        "EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
488        "PublicDescription": "Counts the number of uops not delivered to by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle.",
489        "SampleAfterValue": "1000003",
490        "UMask": "0x1",
491        "Unit": "cpu_core"
492    },
493    {
494        "BriefDescription": "Cycles when no uops are not delivered by the IDQ when backend of the machine is not stalled [This event is alias to IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE]",
495        "CounterMask": "6",
496        "EventCode": "0x9c",
497        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
498        "PublicDescription": "Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE]",
499        "SampleAfterValue": "1000003",
500        "UMask": "0x1",
501        "Unit": "cpu_core"
502    },
503    {
504        "BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the back-end is not stalled [This event is alias to IDQ_BUBBLES.CYCLES_FE_WAS_OK]",
505        "CounterMask": "1",
506        "EventCode": "0x9c",
507        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
508        "Invert": "1",
509        "PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. [This event is alias to IDQ_BUBBLES.CYCLES_FE_WAS_OK]",
510        "SampleAfterValue": "1000003",
511        "UMask": "0x1",
512        "Unit": "cpu_core"
513    }
514]
515