xref: /freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/frontend.json (revision 18054d0220cfc8df9c9568c437bd6fbb59d53c3c)
1959826caSMatt Macy[
2959826caSMatt Macy    {
3*18054d02SAlexander Motin        "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.",
4959826caSMatt Macy        "Counter": "0,1,2,3",
5*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
6*18054d02SAlexander Motin        "EventCode": "0xE6",
7*18054d02SAlexander Motin        "EventName": "BACLEARS.ANY",
8*18054d02SAlexander Motin        "SampleAfterValue": "100003",
9*18054d02SAlexander Motin        "UMask": "0x1f"
10959826caSMatt Macy    },
11959826caSMatt Macy    {
12*18054d02SAlexander Motin        "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches.",
13959826caSMatt Macy        "Counter": "0,1,2,3",
14*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
15959826caSMatt Macy        "EventCode": "0xAB",
16959826caSMatt Macy        "EventName": "DSB2MITE_SWITCHES.COUNT",
17959826caSMatt Macy        "SampleAfterValue": "2000003",
18*18054d02SAlexander Motin        "UMask": "0x1"
19959826caSMatt Macy    },
20959826caSMatt Macy    {
21959826caSMatt Macy        "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
22959826caSMatt Macy        "Counter": "0,1,2,3",
23*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
24*18054d02SAlexander Motin        "EventCode": "0xAB",
25*18054d02SAlexander Motin        "EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
26*18054d02SAlexander Motin        "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.",
27959826caSMatt Macy        "SampleAfterValue": "2000003",
28*18054d02SAlexander Motin        "UMask": "0x2"
29959826caSMatt Macy    },
30959826caSMatt Macy    {
31*18054d02SAlexander Motin        "BriefDescription": "Cases of cancelling valid Decode Stream Buffer (DSB) fill not because of exceeding way limit.",
32959826caSMatt Macy        "Counter": "0,1,2,3",
33*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
34959826caSMatt Macy        "EventCode": "0xAC",
35959826caSMatt Macy        "EventName": "DSB_FILL.ALL_CANCEL",
36959826caSMatt Macy        "SampleAfterValue": "2000003",
37*18054d02SAlexander Motin        "UMask": "0xa"
38*18054d02SAlexander Motin    },
39*18054d02SAlexander Motin    {
40*18054d02SAlexander Motin        "BriefDescription": "Cycles when Decode Stream Buffer (DSB) fill encounter more than 3 Decode Stream Buffer (DSB) lines.",
41*18054d02SAlexander Motin        "Counter": "0,1,2,3",
42*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
43*18054d02SAlexander Motin        "EventCode": "0xAC",
44*18054d02SAlexander Motin        "EventName": "DSB_FILL.EXCEED_DSB_LINES",
45*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
46*18054d02SAlexander Motin        "UMask": "0x8"
47*18054d02SAlexander Motin    },
48*18054d02SAlexander Motin    {
49*18054d02SAlexander Motin        "BriefDescription": "Cases of cancelling valid DSB fill not because of exceeding way limit.",
50*18054d02SAlexander Motin        "Counter": "0,1,2,3",
51*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
52*18054d02SAlexander Motin        "EventCode": "0xAC",
53*18054d02SAlexander Motin        "EventName": "DSB_FILL.OTHER_CANCEL",
54*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
55*18054d02SAlexander Motin        "UMask": "0x2"
56*18054d02SAlexander Motin    },
57*18054d02SAlexander Motin    {
58*18054d02SAlexander Motin        "BriefDescription": "Number of Instruction Cache, Streaming Buffer and Victim Cache Reads. both cacheable and noncacheable, including UC fetches.",
59*18054d02SAlexander Motin        "Counter": "0,1,2,3",
60*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
61*18054d02SAlexander Motin        "EventCode": "0x80",
62*18054d02SAlexander Motin        "EventName": "ICACHE.HIT",
63*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
64*18054d02SAlexander Motin        "UMask": "0x1"
65*18054d02SAlexander Motin    },
66*18054d02SAlexander Motin    {
67*18054d02SAlexander Motin        "BriefDescription": "Instruction cache, streaming buffer and victim cache misses.",
68*18054d02SAlexander Motin        "Counter": "0,1,2,3",
69*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
70*18054d02SAlexander Motin        "EventCode": "0x80",
71*18054d02SAlexander Motin        "EventName": "ICACHE.MISSES",
72*18054d02SAlexander Motin        "PublicDescription": "This event counts the number of instruction cache, streaming buffer and victim cache misses. Counting includes unchacheable accesses.",
73*18054d02SAlexander Motin        "SampleAfterValue": "200003",
74*18054d02SAlexander Motin        "UMask": "0x2"
75*18054d02SAlexander Motin    },
76*18054d02SAlexander Motin    {
77*18054d02SAlexander Motin        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering 4 Uops.",
78*18054d02SAlexander Motin        "Counter": "0,1,2,3",
79*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
80*18054d02SAlexander Motin        "CounterMask": "4",
81*18054d02SAlexander Motin        "EventCode": "0x79",
82*18054d02SAlexander Motin        "EventName": "IDQ.ALL_DSB_CYCLES_4_UOPS",
83*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
84*18054d02SAlexander Motin        "UMask": "0x18"
85*18054d02SAlexander Motin    },
86*18054d02SAlexander Motin    {
87*18054d02SAlexander Motin        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering any Uop.",
88*18054d02SAlexander Motin        "Counter": "0,1,2,3",
89*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
90*18054d02SAlexander Motin        "CounterMask": "1",
91*18054d02SAlexander Motin        "EventCode": "0x79",
92*18054d02SAlexander Motin        "EventName": "IDQ.ALL_DSB_CYCLES_ANY_UOPS",
93*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
94*18054d02SAlexander Motin        "UMask": "0x18"
95*18054d02SAlexander Motin    },
96*18054d02SAlexander Motin    {
97*18054d02SAlexander Motin        "BriefDescription": "Cycles MITE is delivering 4 Uops.",
98*18054d02SAlexander Motin        "Counter": "0,1,2,3",
99*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
100*18054d02SAlexander Motin        "CounterMask": "4",
101*18054d02SAlexander Motin        "EventCode": "0x79",
102*18054d02SAlexander Motin        "EventName": "IDQ.ALL_MITE_CYCLES_4_UOPS",
103*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
104*18054d02SAlexander Motin        "UMask": "0x24"
105*18054d02SAlexander Motin    },
106*18054d02SAlexander Motin    {
107*18054d02SAlexander Motin        "BriefDescription": "Cycles MITE is delivering any Uop.",
108*18054d02SAlexander Motin        "Counter": "0,1,2,3",
109*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
110*18054d02SAlexander Motin        "CounterMask": "1",
111*18054d02SAlexander Motin        "EventCode": "0x79",
112*18054d02SAlexander Motin        "EventName": "IDQ.ALL_MITE_CYCLES_ANY_UOPS",
113*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
114*18054d02SAlexander Motin        "UMask": "0x24"
115*18054d02SAlexander Motin    },
116*18054d02SAlexander Motin    {
117*18054d02SAlexander Motin        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from Decode Stream Buffer (DSB) path.",
118*18054d02SAlexander Motin        "Counter": "0,1,2,3",
119*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
120*18054d02SAlexander Motin        "CounterMask": "1",
121*18054d02SAlexander Motin        "EventCode": "0x79",
122*18054d02SAlexander Motin        "EventName": "IDQ.DSB_CYCLES",
123*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
124*18054d02SAlexander Motin        "UMask": "0x8"
125*18054d02SAlexander Motin    },
126*18054d02SAlexander Motin    {
127*18054d02SAlexander Motin        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
128*18054d02SAlexander Motin        "Counter": "0,1,2,3",
129*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
130*18054d02SAlexander Motin        "EventCode": "0x79",
131*18054d02SAlexander Motin        "EventName": "IDQ.DSB_UOPS",
132*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
133*18054d02SAlexander Motin        "UMask": "0x8"
134*18054d02SAlexander Motin    },
135*18054d02SAlexander Motin    {
136*18054d02SAlexander Motin        "BriefDescription": "Instruction Decode Queue (IDQ) empty cycles.",
137*18054d02SAlexander Motin        "Counter": "0,1,2,3",
138*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
139*18054d02SAlexander Motin        "EventCode": "0x79",
140*18054d02SAlexander Motin        "EventName": "IDQ.EMPTY",
141*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
142*18054d02SAlexander Motin        "UMask": "0x2"
143*18054d02SAlexander Motin    },
144*18054d02SAlexander Motin    {
145*18054d02SAlexander Motin        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path.",
146*18054d02SAlexander Motin        "Counter": "0,1,2,3",
147*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
148*18054d02SAlexander Motin        "EventCode": "0x79",
149*18054d02SAlexander Motin        "EventName": "IDQ.MITE_ALL_UOPS",
150*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
151*18054d02SAlexander Motin        "UMask": "0x3c"
152*18054d02SAlexander Motin    },
153*18054d02SAlexander Motin    {
154*18054d02SAlexander Motin        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from MITE path.",
155*18054d02SAlexander Motin        "Counter": "0,1,2,3",
156*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
157*18054d02SAlexander Motin        "CounterMask": "1",
158*18054d02SAlexander Motin        "EventCode": "0x79",
159*18054d02SAlexander Motin        "EventName": "IDQ.MITE_CYCLES",
160*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
161*18054d02SAlexander Motin        "UMask": "0x4"
162*18054d02SAlexander Motin    },
163*18054d02SAlexander Motin    {
164*18054d02SAlexander Motin        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path.",
165*18054d02SAlexander Motin        "Counter": "0,1,2,3",
166*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
167*18054d02SAlexander Motin        "EventCode": "0x79",
168*18054d02SAlexander Motin        "EventName": "IDQ.MITE_UOPS",
169*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
170*18054d02SAlexander Motin        "UMask": "0x4"
171*18054d02SAlexander Motin    },
172*18054d02SAlexander Motin    {
173*18054d02SAlexander Motin        "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
174*18054d02SAlexander Motin        "Counter": "0,1,2,3",
175*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
176*18054d02SAlexander Motin        "CounterMask": "1",
177*18054d02SAlexander Motin        "EventCode": "0x79",
178*18054d02SAlexander Motin        "EventName": "IDQ.MS_CYCLES",
179*18054d02SAlexander Motin        "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 64 and IA-32 Architectures Optimization Reference Manual for more information.",
180*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
181*18054d02SAlexander Motin        "UMask": "0x30"
182*18054d02SAlexander Motin    },
183*18054d02SAlexander Motin    {
184*18054d02SAlexander Motin        "BriefDescription": "Cycles when uops initiated by Decode Stream Buffer (DSB) are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
185*18054d02SAlexander Motin        "Counter": "0,1,2,3",
186*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
187*18054d02SAlexander Motin        "CounterMask": "1",
188*18054d02SAlexander Motin        "EventCode": "0x79",
189*18054d02SAlexander Motin        "EventName": "IDQ.MS_DSB_CYCLES",
190*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
191*18054d02SAlexander Motin        "UMask": "0x10"
192*18054d02SAlexander Motin    },
193*18054d02SAlexander Motin    {
194*18054d02SAlexander Motin        "BriefDescription": "Deliveries to Instruction Decode Queue (IDQ) initiated by Decode Stream Buffer (DSB) while Microcode Sequenser (MS) is busy.",
195*18054d02SAlexander Motin        "Counter": "0,1,2,3",
196*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
197*18054d02SAlexander Motin        "CounterMask": "1",
198*18054d02SAlexander Motin        "EdgeDetect": "1",
199*18054d02SAlexander Motin        "EventCode": "0x79",
200*18054d02SAlexander Motin        "EventName": "IDQ.MS_DSB_OCCUR",
201*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
202*18054d02SAlexander Motin        "UMask": "0x10"
203*18054d02SAlexander Motin    },
204*18054d02SAlexander Motin    {
205*18054d02SAlexander Motin        "BriefDescription": "Uops initiated by Decode Stream Buffer (DSB) that are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
206*18054d02SAlexander Motin        "Counter": "0,1,2,3",
207*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
208*18054d02SAlexander Motin        "EventCode": "0x79",
209*18054d02SAlexander Motin        "EventName": "IDQ.MS_DSB_UOPS",
210*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
211*18054d02SAlexander Motin        "UMask": "0x10"
212*18054d02SAlexander Motin    },
213*18054d02SAlexander Motin    {
214*18054d02SAlexander Motin        "BriefDescription": "Uops initiated by MITE and delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
215*18054d02SAlexander Motin        "Counter": "0,1,2,3",
216*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
217*18054d02SAlexander Motin        "EventCode": "0x79",
218*18054d02SAlexander Motin        "EventName": "IDQ.MS_MITE_UOPS",
219*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
220*18054d02SAlexander Motin        "UMask": "0x20"
221*18054d02SAlexander Motin    },
222*18054d02SAlexander Motin    {
223*18054d02SAlexander Motin        "BriefDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
224*18054d02SAlexander Motin        "Counter": "0,1,2,3",
225*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
226*18054d02SAlexander Motin        "CounterMask": "1",
227*18054d02SAlexander Motin        "EdgeDetect": "1",
228*18054d02SAlexander Motin        "EventCode": "0x79",
229*18054d02SAlexander Motin        "EventName": "IDQ.MS_SWITCHES",
230*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
231*18054d02SAlexander Motin        "UMask": "0x30"
232*18054d02SAlexander Motin    },
233*18054d02SAlexander Motin    {
234*18054d02SAlexander Motin        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
235*18054d02SAlexander Motin        "Counter": "0,1,2,3",
236*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
237*18054d02SAlexander Motin        "EventCode": "0x79",
238*18054d02SAlexander Motin        "EventName": "IDQ.MS_UOPS",
239*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
240*18054d02SAlexander Motin        "UMask": "0x30"
241*18054d02SAlexander Motin    },
242*18054d02SAlexander Motin    {
243*18054d02SAlexander Motin        "BriefDescription": "Uops not delivered to Resource Allocation Table (RAT) per thread when backend of the machine is not stalled .",
244*18054d02SAlexander Motin        "Counter": "0,1,2,3",
245*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
246*18054d02SAlexander Motin        "EventCode": "0x9C",
247*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
248*18054d02SAlexander Motin        "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.",
249*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
250*18054d02SAlexander Motin        "UMask": "0x1"
251*18054d02SAlexander Motin    },
252*18054d02SAlexander Motin    {
253*18054d02SAlexander Motin        "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.",
254*18054d02SAlexander Motin        "Counter": "0,1,2,3",
255*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
256*18054d02SAlexander Motin        "CounterMask": "4",
257*18054d02SAlexander Motin        "EventCode": "0x9C",
258*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
259*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
260*18054d02SAlexander Motin        "UMask": "0x1"
261*18054d02SAlexander Motin    },
262*18054d02SAlexander Motin    {
263*18054d02SAlexander Motin        "BriefDescription": "Counts cycles FE delivered 4 uops or Resource Allocation Table (RAT) was stalling FE.",
264*18054d02SAlexander Motin        "Counter": "0,1,2,3",
265*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
266*18054d02SAlexander Motin        "CounterMask": "1",
267*18054d02SAlexander Motin        "EventCode": "0x9C",
268*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
269*18054d02SAlexander Motin        "Invert": "1",
270*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
271*18054d02SAlexander Motin        "UMask": "0x1"
272*18054d02SAlexander Motin    },
273*18054d02SAlexander Motin    {
274*18054d02SAlexander Motin        "BriefDescription": "Cycles when 1 or more uops were delivered to the by the front end.",
275*18054d02SAlexander Motin        "Counter": "0,1,2,3",
276*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
277*18054d02SAlexander Motin        "CounterMask": "4",
278*18054d02SAlexander Motin        "EventCode": "0x9C",
279*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_GE_1_UOP_DELIV.CORE",
280*18054d02SAlexander Motin        "Invert": "1",
281*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
282*18054d02SAlexander Motin        "UMask": "0x1"
283*18054d02SAlexander Motin    },
284*18054d02SAlexander Motin    {
285*18054d02SAlexander Motin        "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.",
286*18054d02SAlexander Motin        "Counter": "0,1,2,3",
287*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
288*18054d02SAlexander Motin        "CounterMask": "3",
289*18054d02SAlexander Motin        "EventCode": "0x9C",
290*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_1_UOP_DELIV.CORE",
291*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
292*18054d02SAlexander Motin        "UMask": "0x1"
293*18054d02SAlexander Motin    },
294*18054d02SAlexander Motin    {
295*18054d02SAlexander Motin        "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
296*18054d02SAlexander Motin        "Counter": "0,1,2,3",
297*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
298*18054d02SAlexander Motin        "CounterMask": "2",
299*18054d02SAlexander Motin        "EventCode": "0x9C",
300*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_2_UOP_DELIV.CORE",
301*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
302*18054d02SAlexander Motin        "UMask": "0x1"
303*18054d02SAlexander Motin    },
304*18054d02SAlexander Motin    {
305*18054d02SAlexander Motin        "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
306*18054d02SAlexander Motin        "Counter": "0,1,2,3",
307*18054d02SAlexander Motin        "CounterHTOff": "0,1,2,3",
308*18054d02SAlexander Motin        "CounterMask": "1",
309*18054d02SAlexander Motin        "EventCode": "0x9C",
310*18054d02SAlexander Motin        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_3_UOP_DELIV.CORE",
311*18054d02SAlexander Motin        "SampleAfterValue": "2000003",
312*18054d02SAlexander Motin        "UMask": "0x1"
313959826caSMatt Macy    }
314959826caSMatt Macy]