1*7e74ece3SIan Rogers[
2*7e74ece3SIan Rogers    {
3*7e74ece3SIan Rogers        "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*7e74ece3SIan Rogers        "EventCode": "0xe6",
5*7e74ece3SIan Rogers        "EventName": "BACLEARS.ANY",
6*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch instruction in a fetch line. This occurs for the first time a branch instruction is fetched or when the branch is not tracked by the BPU (Branch Prediction Unit) anymore.",
7*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
8*7e74ece3SIan Rogers        "UMask": "0x1"
9*7e74ece3SIan Rogers    },
10*7e74ece3SIan Rogers    {
11*7e74ece3SIan Rogers        "BriefDescription": "Stalls caused by changing prefix length of the instruction. [This event is alias to ILD_STALL.LCP]",
12*7e74ece3SIan Rogers        "EventCode": "0x87",
13*7e74ece3SIan Rogers        "EventName": "DECODE.LCP",
14*7e74ece3SIan Rogers        "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. [This event is alias to ILD_STALL.LCP]",
15*7e74ece3SIan Rogers        "SampleAfterValue": "500009",
16*7e74ece3SIan Rogers        "UMask": "0x1"
17*7e74ece3SIan Rogers    },
18*7e74ece3SIan Rogers    {
19*7e74ece3SIan Rogers        "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE transitions count.",
20*7e74ece3SIan Rogers        "CounterMask": "1",
21*7e74ece3SIan Rogers        "EdgeDetect": "1",
22*7e74ece3SIan Rogers        "EventCode": "0xab",
23*7e74ece3SIan Rogers        "EventName": "DSB2MITE_SWITCHES.COUNT",
24*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of Decode Stream Buffer (DSB a.k.a. Uop Cache)-to-MITE speculative transitions.",
25*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
26*7e74ece3SIan Rogers        "UMask": "0x2"
27*7e74ece3SIan Rogers    },
28*7e74ece3SIan Rogers    {
29*7e74ece3SIan Rogers        "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
30*7e74ece3SIan Rogers        "EventCode": "0xab",
31*7e74ece3SIan Rogers        "EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
32*7e74ece3SIan Rogers        "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.",
33*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
34*7e74ece3SIan Rogers        "UMask": "0x2"
35*7e74ece3SIan Rogers    },
36*7e74ece3SIan Rogers    {
37*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced DSB miss.",
38*7e74ece3SIan Rogers        "EventCode": "0xc6",
39*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.ANY_DSB_MISS",
40*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
41*7e74ece3SIan Rogers        "MSRValue": "0x1",
42*7e74ece3SIan Rogers        "PEBS": "1",
43*7e74ece3SIan Rogers        "PublicDescription": "Counts retired Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
44*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
45*7e74ece3SIan Rogers        "UMask": "0x1"
46*7e74ece3SIan Rogers    },
47*7e74ece3SIan Rogers    {
48*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced a critical DSB miss.",
49*7e74ece3SIan Rogers        "EventCode": "0xc6",
50*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.DSB_MISS",
51*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
52*7e74ece3SIan Rogers        "MSRValue": "0x11",
53*7e74ece3SIan Rogers        "PEBS": "1",
54*7e74ece3SIan Rogers        "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.",
55*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
56*7e74ece3SIan Rogers        "UMask": "0x1"
57*7e74ece3SIan Rogers    },
58*7e74ece3SIan Rogers    {
59*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced iTLB true miss.",
60*7e74ece3SIan Rogers        "EventCode": "0xc6",
61*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.ITLB_MISS",
62*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
63*7e74ece3SIan Rogers        "MSRValue": "0x14",
64*7e74ece3SIan Rogers        "PEBS": "1",
65*7e74ece3SIan Rogers        "PublicDescription": "Counts retired Instructions that experienced iTLB (Instruction TLB) true miss.",
66*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
67*7e74ece3SIan Rogers        "UMask": "0x1"
68*7e74ece3SIan Rogers    },
69*7e74ece3SIan Rogers    {
70*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced Instruction L1 Cache true miss.",
71*7e74ece3SIan Rogers        "EventCode": "0xc6",
72*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.L1I_MISS",
73*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
74*7e74ece3SIan Rogers        "MSRValue": "0x12",
75*7e74ece3SIan Rogers        "PEBS": "1",
76*7e74ece3SIan Rogers        "PublicDescription": "Counts retired Instructions who experienced Instruction L1 Cache true miss.",
77*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
78*7e74ece3SIan Rogers        "UMask": "0x1"
79*7e74ece3SIan Rogers    },
80*7e74ece3SIan Rogers    {
81*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced Instruction L2 Cache true miss.",
82*7e74ece3SIan Rogers        "EventCode": "0xc6",
83*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.L2_MISS",
84*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
85*7e74ece3SIan Rogers        "MSRValue": "0x13",
86*7e74ece3SIan Rogers        "PEBS": "1",
87*7e74ece3SIan Rogers        "PublicDescription": "Counts retired Instructions who experienced Instruction L2 Cache true miss.",
88*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
89*7e74ece3SIan Rogers        "UMask": "0x1"
90*7e74ece3SIan Rogers    },
91*7e74ece3SIan Rogers    {
92*7e74ece3SIan Rogers        "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
93*7e74ece3SIan Rogers        "EventCode": "0xc6",
94*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_1",
95*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
96*7e74ece3SIan Rogers        "MSRValue": "0x500106",
97*7e74ece3SIan Rogers        "PEBS": "1",
98*7e74ece3SIan Rogers        "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.",
99*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
100*7e74ece3SIan Rogers        "UMask": "0x1"
101*7e74ece3SIan Rogers    },
102*7e74ece3SIan Rogers    {
103*7e74ece3SIan Rogers        "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.",
104*7e74ece3SIan Rogers        "EventCode": "0xc6",
105*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_128",
106*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
107*7e74ece3SIan Rogers        "MSRValue": "0x508006",
108*7e74ece3SIan Rogers        "PEBS": "1",
109*7e74ece3SIan Rogers        "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.",
110*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
111*7e74ece3SIan Rogers        "UMask": "0x1"
112*7e74ece3SIan Rogers    },
113*7e74ece3SIan Rogers    {
114*7e74ece3SIan Rogers        "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.",
115*7e74ece3SIan Rogers        "EventCode": "0xc6",
116*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_16",
117*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
118*7e74ece3SIan Rogers        "MSRValue": "0x501006",
119*7e74ece3SIan Rogers        "PEBS": "1",
120*7e74ece3SIan Rogers        "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.",
121*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
122*7e74ece3SIan Rogers        "UMask": "0x1"
123*7e74ece3SIan Rogers    },
124*7e74ece3SIan Rogers    {
125*7e74ece3SIan Rogers        "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
126*7e74ece3SIan Rogers        "EventCode": "0xc6",
127*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_2",
128*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
129*7e74ece3SIan Rogers        "MSRValue": "0x500206",
130*7e74ece3SIan Rogers        "PEBS": "1",
131*7e74ece3SIan Rogers        "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.",
132*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
133*7e74ece3SIan Rogers        "UMask": "0x1"
134*7e74ece3SIan Rogers    },
135*7e74ece3SIan Rogers    {
136*7e74ece3SIan Rogers        "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.",
137*7e74ece3SIan Rogers        "EventCode": "0xc6",
138*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_256",
139*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
140*7e74ece3SIan Rogers        "MSRValue": "0x510006",
141*7e74ece3SIan Rogers        "PEBS": "1",
142*7e74ece3SIan Rogers        "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.",
143*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
144*7e74ece3SIan Rogers        "UMask": "0x1"
145*7e74ece3SIan Rogers    },
146*7e74ece3SIan Rogers    {
147*7e74ece3SIan Rogers        "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.",
148*7e74ece3SIan Rogers        "EventCode": "0xc6",
149*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_2_BUBBLES_GE_1",
150*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
151*7e74ece3SIan Rogers        "MSRValue": "0x100206",
152*7e74ece3SIan Rogers        "PEBS": "1",
153*7e74ece3SIan Rogers        "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.",
154*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
155*7e74ece3SIan Rogers        "UMask": "0x1"
156*7e74ece3SIan Rogers    },
157*7e74ece3SIan Rogers    {
158*7e74ece3SIan Rogers        "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.",
159*7e74ece3SIan Rogers        "EventCode": "0xc6",
160*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_32",
161*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
162*7e74ece3SIan Rogers        "MSRValue": "0x502006",
163*7e74ece3SIan Rogers        "PEBS": "1",
164*7e74ece3SIan Rogers        "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.",
165*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
166*7e74ece3SIan Rogers        "UMask": "0x1"
167*7e74ece3SIan Rogers    },
168*7e74ece3SIan Rogers    {
169*7e74ece3SIan Rogers        "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.",
170*7e74ece3SIan Rogers        "EventCode": "0xc6",
171*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_4",
172*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
173*7e74ece3SIan Rogers        "MSRValue": "0x500406",
174*7e74ece3SIan Rogers        "PEBS": "1",
175*7e74ece3SIan Rogers        "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.",
176*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
177*7e74ece3SIan Rogers        "UMask": "0x1"
178*7e74ece3SIan Rogers    },
179*7e74ece3SIan Rogers    {
180*7e74ece3SIan Rogers        "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.",
181*7e74ece3SIan Rogers        "EventCode": "0xc6",
182*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_512",
183*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
184*7e74ece3SIan Rogers        "MSRValue": "0x520006",
185*7e74ece3SIan Rogers        "PEBS": "1",
186*7e74ece3SIan Rogers        "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.",
187*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
188*7e74ece3SIan Rogers        "UMask": "0x1"
189*7e74ece3SIan Rogers    },
190*7e74ece3SIan Rogers    {
191*7e74ece3SIan Rogers        "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.",
192*7e74ece3SIan Rogers        "EventCode": "0xc6",
193*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_64",
194*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
195*7e74ece3SIan Rogers        "MSRValue": "0x504006",
196*7e74ece3SIan Rogers        "PEBS": "1",
197*7e74ece3SIan Rogers        "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.",
198*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
199*7e74ece3SIan Rogers        "UMask": "0x1"
200*7e74ece3SIan Rogers    },
201*7e74ece3SIan Rogers    {
202*7e74ece3SIan Rogers        "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.",
203*7e74ece3SIan Rogers        "EventCode": "0xc6",
204*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.LATENCY_GE_8",
205*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
206*7e74ece3SIan Rogers        "MSRValue": "0x500806",
207*7e74ece3SIan Rogers        "PEBS": "1",
208*7e74ece3SIan Rogers        "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.",
209*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
210*7e74ece3SIan Rogers        "UMask": "0x1"
211*7e74ece3SIan Rogers    },
212*7e74ece3SIan Rogers    {
213*7e74ece3SIan Rogers        "BriefDescription": "Retired Instructions who experienced STLB (2nd level TLB) true miss.",
214*7e74ece3SIan Rogers        "EventCode": "0xc6",
215*7e74ece3SIan Rogers        "EventName": "FRONTEND_RETIRED.STLB_MISS",
216*7e74ece3SIan Rogers        "MSRIndex": "0x3F7",
217*7e74ece3SIan Rogers        "MSRValue": "0x15",
218*7e74ece3SIan Rogers        "PEBS": "1",
219*7e74ece3SIan Rogers        "PublicDescription": "Counts retired Instructions that experienced STLB (2nd level TLB) true miss.",
220*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
221*7e74ece3SIan Rogers        "UMask": "0x1"
222*7e74ece3SIan Rogers    },
223*7e74ece3SIan Rogers    {
224*7e74ece3SIan Rogers        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache miss. [This event is alias to ICACHE_DATA.STALLS]",
225*7e74ece3SIan Rogers        "EventCode": "0x80",
226*7e74ece3SIan Rogers        "EventName": "ICACHE_16B.IFDATA_STALL",
227*7e74ece3SIan Rogers        "PublicDescription": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The legacy decode pipeline works at a 16 Byte granularity. [This event is alias to ICACHE_DATA.STALLS]",
228*7e74ece3SIan Rogers        "SampleAfterValue": "500009",
229*7e74ece3SIan Rogers        "UMask": "0x4"
230*7e74ece3SIan Rogers    },
231*7e74ece3SIan Rogers    {
232*7e74ece3SIan Rogers        "BriefDescription": "Instruction fetch tag lookups that hit in the instruction cache (L1I). Counts at 64-byte cache-line granularity.",
233*7e74ece3SIan Rogers        "EventCode": "0x83",
234*7e74ece3SIan Rogers        "EventName": "ICACHE_64B.IFTAG_HIT",
235*7e74ece3SIan Rogers        "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.",
236*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
237*7e74ece3SIan Rogers        "UMask": "0x1"
238*7e74ece3SIan Rogers    },
239*7e74ece3SIan Rogers    {
240*7e74ece3SIan Rogers        "BriefDescription": "Instruction fetch tag lookups that miss in the instruction cache (L1I). Counts at 64-byte cache-line granularity.",
241*7e74ece3SIan Rogers        "EventCode": "0x83",
242*7e74ece3SIan Rogers        "EventName": "ICACHE_64B.IFTAG_MISS",
243*7e74ece3SIan Rogers        "PublicDescription": "Counts instruction fetch tag lookups that miss in the instruction cache (L1I). Counts at 64-byte cache-line granularity. Accounts for both cacheable and uncacheable accesses.",
244*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
245*7e74ece3SIan Rogers        "UMask": "0x2"
246*7e74ece3SIan Rogers    },
247*7e74ece3SIan Rogers    {
248*7e74ece3SIan Rogers        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache tag miss. [This event is alias to ICACHE_TAG.STALLS]",
249*7e74ece3SIan Rogers        "EventCode": "0x83",
250*7e74ece3SIan Rogers        "EventName": "ICACHE_64B.IFTAG_STALL",
251*7e74ece3SIan Rogers        "PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss. [This event is alias to ICACHE_TAG.STALLS]",
252*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
253*7e74ece3SIan Rogers        "UMask": "0x4"
254*7e74ece3SIan Rogers    },
255*7e74ece3SIan Rogers    {
256*7e74ece3SIan Rogers        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache miss. [This event is alias to ICACHE_16B.IFDATA_STALL]",
257*7e74ece3SIan Rogers        "EventCode": "0x80",
258*7e74ece3SIan Rogers        "EventName": "ICACHE_DATA.STALLS",
259*7e74ece3SIan Rogers        "PublicDescription": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The legacy decode pipeline works at a 16 Byte granularity. [This event is alias to ICACHE_16B.IFDATA_STALL]",
260*7e74ece3SIan Rogers        "SampleAfterValue": "500009",
261*7e74ece3SIan Rogers        "UMask": "0x4"
262*7e74ece3SIan Rogers    },
263*7e74ece3SIan Rogers    {
264*7e74ece3SIan Rogers        "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache tag miss. [This event is alias to ICACHE_64B.IFTAG_STALL]",
265*7e74ece3SIan Rogers        "EventCode": "0x83",
266*7e74ece3SIan Rogers        "EventName": "ICACHE_TAG.STALLS",
267*7e74ece3SIan Rogers        "PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss. [This event is alias to ICACHE_64B.IFTAG_STALL]",
268*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
269*7e74ece3SIan Rogers        "UMask": "0x4"
270*7e74ece3SIan Rogers    },
271*7e74ece3SIan Rogers    {
272*7e74ece3SIan Rogers        "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering any Uop",
273*7e74ece3SIan Rogers        "CounterMask": "1",
274*7e74ece3SIan Rogers        "EventCode": "0x79",
275*7e74ece3SIan Rogers        "EventName": "IDQ.DSB_CYCLES_ANY",
276*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of cycles uops were delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
277*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
278*7e74ece3SIan Rogers        "UMask": "0x8"
279*7e74ece3SIan Rogers    },
280*7e74ece3SIan Rogers    {
281*7e74ece3SIan Rogers        "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
282*7e74ece3SIan Rogers        "CounterMask": "5",
283*7e74ece3SIan Rogers        "EventCode": "0x79",
284*7e74ece3SIan Rogers        "EventName": "IDQ.DSB_CYCLES_OK",
285*7e74ece3SIan Rogers        "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).",
286*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
287*7e74ece3SIan Rogers        "UMask": "0x8"
288*7e74ece3SIan Rogers    },
289*7e74ece3SIan Rogers    {
290*7e74ece3SIan Rogers        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path",
291*7e74ece3SIan Rogers        "EventCode": "0x79",
292*7e74ece3SIan Rogers        "EventName": "IDQ.DSB_UOPS",
293*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path.",
294*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
295*7e74ece3SIan Rogers        "UMask": "0x8"
296*7e74ece3SIan Rogers    },
297*7e74ece3SIan Rogers    {
298*7e74ece3SIan Rogers        "BriefDescription": "Cycles MITE is delivering any Uop",
299*7e74ece3SIan Rogers        "CounterMask": "1",
300*7e74ece3SIan Rogers        "EventCode": "0x79",
301*7e74ece3SIan Rogers        "EventName": "IDQ.MITE_CYCLES_ANY",
302*7e74ece3SIan Rogers        "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).",
303*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
304*7e74ece3SIan Rogers        "UMask": "0x4"
305*7e74ece3SIan Rogers    },
306*7e74ece3SIan Rogers    {
307*7e74ece3SIan Rogers        "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
308*7e74ece3SIan Rogers        "CounterMask": "5",
309*7e74ece3SIan Rogers        "EventCode": "0x79",
310*7e74ece3SIan Rogers        "EventName": "IDQ.MITE_CYCLES_OK",
311*7e74ece3SIan Rogers        "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).",
312*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
313*7e74ece3SIan Rogers        "UMask": "0x4"
314*7e74ece3SIan Rogers    },
315*7e74ece3SIan Rogers    {
316*7e74ece3SIan Rogers        "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path",
317*7e74ece3SIan Rogers        "EventCode": "0x79",
318*7e74ece3SIan Rogers        "EventName": "IDQ.MITE_UOPS",
319*7e74ece3SIan Rogers        "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).",
320*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
321*7e74ece3SIan Rogers        "UMask": "0x4"
322*7e74ece3SIan Rogers    },
323*7e74ece3SIan Rogers    {
324*7e74ece3SIan Rogers        "BriefDescription": "Cycles when uops are being delivered to IDQ while MS is busy",
325*7e74ece3SIan Rogers        "CounterMask": "1",
326*7e74ece3SIan Rogers        "EventCode": "0x79",
327*7e74ece3SIan Rogers        "EventName": "IDQ.MS_CYCLES_ANY",
328*7e74ece3SIan Rogers        "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.",
329*7e74ece3SIan Rogers        "SampleAfterValue": "2000003",
330*7e74ece3SIan Rogers        "UMask": "0x30"
331*7e74ece3SIan Rogers    },
332*7e74ece3SIan Rogers    {
333*7e74ece3SIan Rogers        "BriefDescription": "Number of switches from DSB or MITE to the MS",
334*7e74ece3SIan Rogers        "CounterMask": "1",
335*7e74ece3SIan Rogers        "EdgeDetect": "1",
336*7e74ece3SIan Rogers        "EventCode": "0x79",
337*7e74ece3SIan Rogers        "EventName": "IDQ.MS_SWITCHES",
338*7e74ece3SIan Rogers        "PublicDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
339*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
340*7e74ece3SIan Rogers        "UMask": "0x30"
341*7e74ece3SIan Rogers    },
342*7e74ece3SIan Rogers    {
343*7e74ece3SIan Rogers        "BriefDescription": "Uops delivered to IDQ while MS is busy",
344*7e74ece3SIan Rogers        "EventCode": "0x79",
345*7e74ece3SIan Rogers        "EventName": "IDQ.MS_UOPS",
346*7e74ece3SIan Rogers        "PublicDescription": "Counts the total number of uops delivered by the Microcode Sequencer (MS). Any instruction over 4 uops will be delivered by the MS. Some instructions such as transcendentals may additionally generate uops from the MS.",
347*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
348*7e74ece3SIan Rogers        "UMask": "0x30"
349*7e74ece3SIan Rogers    },
350*7e74ece3SIan Rogers    {
351*7e74ece3SIan Rogers        "BriefDescription": "Uops not delivered by IDQ when backend of the machine is not stalled",
352*7e74ece3SIan Rogers        "EventCode": "0x9c",
353*7e74ece3SIan Rogers        "EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
354*7e74ece3SIan Rogers        "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.",
355*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
356*7e74ece3SIan Rogers        "UMask": "0x1"
357*7e74ece3SIan Rogers    },
358*7e74ece3SIan Rogers    {
359*7e74ece3SIan Rogers        "BriefDescription": "Cycles when no uops are not delivered by the IDQ when backend of the machine is not stalled",
360*7e74ece3SIan Rogers        "CounterMask": "5",
361*7e74ece3SIan Rogers        "EventCode": "0x9c",
362*7e74ece3SIan Rogers        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
363*7e74ece3SIan Rogers        "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.",
364*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
365*7e74ece3SIan Rogers        "UMask": "0x1"
366*7e74ece3SIan Rogers    },
367*7e74ece3SIan Rogers    {
368*7e74ece3SIan Rogers        "BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the back-end is not stalled",
369*7e74ece3SIan Rogers        "CounterMask": "1",
370*7e74ece3SIan Rogers        "EventCode": "0x9C",
371*7e74ece3SIan Rogers        "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
372*7e74ece3SIan Rogers        "Invert": "1",
373*7e74ece3SIan Rogers        "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.",
374*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
375*7e74ece3SIan Rogers        "UMask": "0x1"
376*7e74ece3SIan Rogers    }
377*7e74ece3SIan Rogers]
378