1[
2  {
3    "EventCode": "0x00",
4    "UMask": "0x01",
5    "EventName": "INST_RETIRED.ANY",
6    "BriefDescription": "Instructions retired from execution.",
7    "PublicDescription": "This event counts the number of instructions retired from execution. For instructions that consist of multiple micro-ops, this event counts the retirement of the last micro-op of the instruction. Counting continues during hardware interrupts, traps, and inside interrupt handlers. INST_RETIRED.ANY is counted by a designated fixed counter, leaving the programmable counters available for other events. Faulting executions of GETSEC/VM entry/VM Exit/MWait will not count as retired instructions.",
8    "Counter": "Fixed counter 0",
9    "CounterHTOff": "Fixed counter 0",
10    "SampleAfterValue": "2000003",
11    "MSRIndex": "0",
12    "MSRValue": "0",
13    "TakenAlone": "0",
14    "CounterMask": "0",
15    "Invert": "0",
16    "AnyThread": "0",
17    "EdgeDetect": "0",
18    "PEBS": "0",
19    "Data_LA": "0",
20    "L1_Hit_Indication": "0",
21    "Errata": "HSD140, HSD143",
22    "Offcore": "0"
23  },
24  {
25    "EventCode": "0x00",
26    "UMask": "0x02",
27    "EventName": "CPU_CLK_UNHALTED.THREAD",
28    "BriefDescription": "Core cycles when the thread is not in halt state.",
29    "PublicDescription": "This event counts the number of thread cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. The core frequency may change from time to time due to power or thermal throttling.",
30    "Counter": "Fixed counter 1",
31    "CounterHTOff": "Fixed counter 1",
32    "SampleAfterValue": "2000003",
33    "MSRIndex": "0",
34    "MSRValue": "0",
35    "TakenAlone": "0",
36    "CounterMask": "0",
37    "Invert": "0",
38    "AnyThread": "0",
39    "EdgeDetect": "0",
40    "PEBS": "0",
41    "Data_LA": "0",
42    "L1_Hit_Indication": "0",
43    "Errata": "0",
44    "Offcore": "0"
45  },
46  {
47    "EventCode": "0x00",
48    "UMask": "0x02",
49    "EventName": "CPU_CLK_UNHALTED.THREAD_ANY",
50    "BriefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
51    "PublicDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
52    "Counter": "Fixed counter 1",
53    "CounterHTOff": "Fixed counter 1",
54    "SampleAfterValue": "2000003",
55    "MSRIndex": "0",
56    "MSRValue": "0",
57    "TakenAlone": "0",
58    "CounterMask": "0",
59    "Invert": "0",
60    "AnyThread": "1",
61    "EdgeDetect": "0",
62    "PEBS": "0",
63    "Data_LA": "0",
64    "L1_Hit_Indication": "0",
65    "Errata": "0",
66    "Offcore": "0"
67  },
68  {
69    "EventCode": "0x00",
70    "UMask": "0x03",
71    "EventName": "CPU_CLK_UNHALTED.REF_TSC",
72    "BriefDescription": "Reference cycles when the core is not in halt state.",
73    "PublicDescription": "This event counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state.",
74    "Counter": "Fixed counter 2",
75    "CounterHTOff": "Fixed counter 2",
76    "SampleAfterValue": "2000003",
77    "MSRIndex": "0",
78    "MSRValue": "0",
79    "TakenAlone": "0",
80    "CounterMask": "0",
81    "Invert": "0",
82    "AnyThread": "0",
83    "EdgeDetect": "0",
84    "PEBS": "0",
85    "Data_LA": "0",
86    "L1_Hit_Indication": "0",
87    "Errata": "0",
88    "Offcore": "0"
89  },
90  {
91    "EventCode": "0x03",
92    "UMask": "0x02",
93    "EventName": "LD_BLOCKS.STORE_FORWARD",
94    "BriefDescription": "loads blocked by overlapping with store buffer that cannot be forwarded",
95    "PublicDescription": "This event counts loads that followed a store to the same address, where the data could not be forwarded inside the pipeline from the store to the load.  The most common reason why store forwarding would be blocked is when a load's address range overlaps with a preceding smaller uncompleted store. The penalty for blocked store forwarding is that the load must wait for the store to write its value to the cache before it can be issued.",
96    "Counter": "0,1,2,3",
97    "CounterHTOff": "0,1,2,3,4,5,6,7",
98    "SampleAfterValue": "100003",
99    "MSRIndex": "0",
100    "MSRValue": "0",
101    "TakenAlone": "0",
102    "CounterMask": "0",
103    "Invert": "0",
104    "AnyThread": "0",
105    "EdgeDetect": "0",
106    "PEBS": "0",
107    "Data_LA": "0",
108    "L1_Hit_Indication": "0",
109    "Errata": "0",
110    "Offcore": "0"
111  },
112  {
113    "EventCode": "0x03",
114    "UMask": "0x08",
115    "EventName": "LD_BLOCKS.NO_SR",
116    "BriefDescription": "The number of times that split load operations are temporarily blocked because all resources for handling the split accesses are in use",
117    "PublicDescription": "The number of times that split load operations are temporarily blocked because all resources for handling the split accesses are in use.",
118    "Counter": "0,1,2,3",
119    "CounterHTOff": "0,1,2,3,4,5,6,7",
120    "SampleAfterValue": "100003",
121    "MSRIndex": "0",
122    "MSRValue": "0",
123    "TakenAlone": "0",
124    "CounterMask": "0",
125    "Invert": "0",
126    "AnyThread": "0",
127    "EdgeDetect": "0",
128    "PEBS": "0",
129    "Data_LA": "0",
130    "L1_Hit_Indication": "0",
131    "Errata": "0",
132    "Offcore": "0"
133  },
134  {
135    "EventCode": "0x05",
136    "UMask": "0x01",
137    "EventName": "MISALIGN_MEM_REF.LOADS",
138    "BriefDescription": "Speculative cache line split load uops dispatched to L1 cache",
139    "PublicDescription": "Speculative cache-line split load uops dispatched to L1D.",
140    "Counter": "0,1,2,3",
141    "CounterHTOff": "0,1,2,3,4,5,6,7",
142    "SampleAfterValue": "2000003",
143    "MSRIndex": "0",
144    "MSRValue": "0",
145    "TakenAlone": "0",
146    "CounterMask": "0",
147    "Invert": "0",
148    "AnyThread": "0",
149    "EdgeDetect": "0",
150    "PEBS": "0",
151    "Data_LA": "0",
152    "L1_Hit_Indication": "0",
153    "Errata": "0",
154    "Offcore": "0"
155  },
156  {
157    "EventCode": "0x05",
158    "UMask": "0x02",
159    "EventName": "MISALIGN_MEM_REF.STORES",
160    "BriefDescription": "Speculative cache line split STA uops dispatched to L1 cache",
161    "PublicDescription": "Speculative cache-line split store-address uops dispatched to L1D.",
162    "Counter": "0,1,2,3",
163    "CounterHTOff": "0,1,2,3,4,5,6,7",
164    "SampleAfterValue": "2000003",
165    "MSRIndex": "0",
166    "MSRValue": "0",
167    "TakenAlone": "0",
168    "CounterMask": "0",
169    "Invert": "0",
170    "AnyThread": "0",
171    "EdgeDetect": "0",
172    "PEBS": "0",
173    "Data_LA": "0",
174    "L1_Hit_Indication": "0",
175    "Errata": "0",
176    "Offcore": "0"
177  },
178  {
179    "EventCode": "0x07",
180    "UMask": "0x01",
181    "EventName": "LD_BLOCKS_PARTIAL.ADDRESS_ALIAS",
182    "BriefDescription": "False dependencies in MOB due to partial compare on address.",
183    "PublicDescription": "Aliasing occurs when a load is issued after a store and their memory addresses are offset by 4K.  This event counts the number of loads that aliased with a preceding store, resulting in an extended address check in the pipeline which can have a performance impact.",
184    "Counter": "0,1,2,3",
185    "CounterHTOff": "0,1,2,3,4,5,6,7",
186    "SampleAfterValue": "100003",
187    "MSRIndex": "0",
188    "MSRValue": "0",
189    "TakenAlone": "0",
190    "CounterMask": "0",
191    "Invert": "0",
192    "AnyThread": "0",
193    "EdgeDetect": "0",
194    "PEBS": "0",
195    "Data_LA": "0",
196    "L1_Hit_Indication": "0",
197    "Errata": "0",
198    "Offcore": "0"
199  },
200  {
201    "EventCode": "0x08",
202    "UMask": "0x01",
203    "EventName": "DTLB_LOAD_MISSES.MISS_CAUSES_A_WALK",
204    "BriefDescription": "Load misses in all DTLB levels that cause page walks",
205    "PublicDescription": "Misses in all TLB levels that cause a page walk of any page size.",
206    "Counter": "0,1,2,3",
207    "CounterHTOff": "0,1,2,3,4,5,6,7",
208    "SampleAfterValue": "100003",
209    "MSRIndex": "0",
210    "MSRValue": "0",
211    "TakenAlone": "0",
212    "CounterMask": "0",
213    "Invert": "0",
214    "AnyThread": "0",
215    "EdgeDetect": "0",
216    "PEBS": "0",
217    "Data_LA": "0",
218    "L1_Hit_Indication": "0",
219    "Errata": "0",
220    "Offcore": "0"
221  },
222  {
223    "EventCode": "0x08",
224    "UMask": "0x02",
225    "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
226    "BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
227    "PublicDescription": "Completed page walks due to demand load misses that caused 4K page walks in any TLB levels.",
228    "Counter": "0,1,2,3",
229    "CounterHTOff": "0,1,2,3,4,5,6,7",
230    "SampleAfterValue": "2000003",
231    "MSRIndex": "0",
232    "MSRValue": "0",
233    "TakenAlone": "0",
234    "CounterMask": "0",
235    "Invert": "0",
236    "AnyThread": "0",
237    "EdgeDetect": "0",
238    "PEBS": "0",
239    "Data_LA": "0",
240    "L1_Hit_Indication": "0",
241    "Errata": "0",
242    "Offcore": "0"
243  },
244  {
245    "EventCode": "0x08",
246    "UMask": "0x04",
247    "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
248    "BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
249    "PublicDescription": "Completed page walks due to demand load misses that caused 2M/4M page walks in any TLB levels.",
250    "Counter": "0,1,2,3",
251    "CounterHTOff": "0,1,2,3,4,5,6,7",
252    "SampleAfterValue": "2000003",
253    "MSRIndex": "0",
254    "MSRValue": "0",
255    "TakenAlone": "0",
256    "CounterMask": "0",
257    "Invert": "0",
258    "AnyThread": "0",
259    "EdgeDetect": "0",
260    "PEBS": "0",
261    "Data_LA": "0",
262    "L1_Hit_Indication": "0",
263    "Errata": "0",
264    "Offcore": "0"
265  },
266  {
267    "EventCode": "0x08",
268    "UMask": "0x08",
269    "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_1G",
270    "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
271    "PublicDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
272    "Counter": "0,1,2,3",
273    "CounterHTOff": "0,1,2,3,4,5,6,7",
274    "SampleAfterValue": "2000003",
275    "MSRIndex": "0",
276    "MSRValue": "0",
277    "TakenAlone": "0",
278    "CounterMask": "0",
279    "Invert": "0",
280    "AnyThread": "0",
281    "EdgeDetect": "0",
282    "PEBS": "0",
283    "Data_LA": "0",
284    "L1_Hit_Indication": "0",
285    "Errata": "0",
286    "Offcore": "0"
287  },
288  {
289    "EventCode": "0x08",
290    "UMask": "0x0e",
291    "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
292    "BriefDescription": "Demand load Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes of any page size.",
293    "PublicDescription": "Completed page walks in any TLB of any page size due to demand load misses.",
294    "Counter": "0,1,2,3",
295    "CounterHTOff": "0,1,2,3,4,5,6,7",
296    "SampleAfterValue": "100003",
297    "MSRIndex": "0",
298    "MSRValue": "0",
299    "TakenAlone": "0",
300    "CounterMask": "0",
301    "Invert": "0",
302    "AnyThread": "0",
303    "EdgeDetect": "0",
304    "PEBS": "0",
305    "Data_LA": "0",
306    "L1_Hit_Indication": "0",
307    "Errata": "0",
308    "Offcore": "0"
309  },
310  {
311    "EventCode": "0x08",
312    "UMask": "0x10",
313    "EventName": "DTLB_LOAD_MISSES.WALK_DURATION",
314    "BriefDescription": "Cycles when PMH is busy with page walks",
315    "PublicDescription": "This event counts cycles when the  page miss handler (PMH) is servicing page walks caused by DTLB load misses.",
316    "Counter": "0,1,2,3",
317    "CounterHTOff": "0,1,2,3,4,5,6,7",
318    "SampleAfterValue": "2000003",
319    "MSRIndex": "0",
320    "MSRValue": "0",
321    "TakenAlone": "0",
322    "CounterMask": "0",
323    "Invert": "0",
324    "AnyThread": "0",
325    "EdgeDetect": "0",
326    "PEBS": "0",
327    "Data_LA": "0",
328    "L1_Hit_Indication": "0",
329    "Errata": "0",
330    "Offcore": "0"
331  },
332  {
333    "EventCode": "0x08",
334    "UMask": "0x20",
335    "EventName": "DTLB_LOAD_MISSES.STLB_HIT_4K",
336    "BriefDescription": "Load misses that miss the  DTLB and hit the STLB (4K)",
337    "PublicDescription": "This event counts load operations from a 4K page that miss the first DTLB level but hit the second and do not cause page walks.",
338    "Counter": "0,1,2,3",
339    "CounterHTOff": "0,1,2,3,4,5,6,7",
340    "SampleAfterValue": "2000003",
341    "MSRIndex": "0",
342    "MSRValue": "0",
343    "TakenAlone": "0",
344    "CounterMask": "0",
345    "Invert": "0",
346    "AnyThread": "0",
347    "EdgeDetect": "0",
348    "PEBS": "0",
349    "Data_LA": "0",
350    "L1_Hit_Indication": "0",
351    "Errata": "0",
352    "Offcore": "0"
353  },
354  {
355    "EventCode": "0x08",
356    "UMask": "0x40",
357    "EventName": "DTLB_LOAD_MISSES.STLB_HIT_2M",
358    "BriefDescription": "Load misses that miss the  DTLB and hit the STLB (2M)",
359    "PublicDescription": "This event counts load operations from a 2M page that miss the first DTLB level but hit the second and do not cause page walks.",
360    "Counter": "0,1,2,3",
361    "CounterHTOff": "0,1,2,3,4,5,6,7",
362    "SampleAfterValue": "2000003",
363    "MSRIndex": "0",
364    "MSRValue": "0",
365    "TakenAlone": "0",
366    "CounterMask": "0",
367    "Invert": "0",
368    "AnyThread": "0",
369    "EdgeDetect": "0",
370    "PEBS": "0",
371    "Data_LA": "0",
372    "L1_Hit_Indication": "0",
373    "Errata": "0",
374    "Offcore": "0"
375  },
376  {
377    "EventCode": "0x08",
378    "UMask": "0x60",
379    "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
380    "BriefDescription": "Load operations that miss the first DTLB level but hit the second and do not cause page walks",
381    "PublicDescription": "Number of cache load STLB hits. No page walk.",
382    "Counter": "0,1,2,3",
383    "CounterHTOff": "0,1,2,3,4,5,6,7",
384    "SampleAfterValue": "2000003",
385    "MSRIndex": "0",
386    "MSRValue": "0",
387    "TakenAlone": "0",
388    "CounterMask": "0",
389    "Invert": "0",
390    "AnyThread": "0",
391    "EdgeDetect": "0",
392    "PEBS": "0",
393    "Data_LA": "0",
394    "L1_Hit_Indication": "0",
395    "Errata": "0",
396    "Offcore": "0"
397  },
398  {
399    "EventCode": "0x08",
400    "UMask": "0x80",
401    "EventName": "DTLB_LOAD_MISSES.PDE_CACHE_MISS",
402    "BriefDescription": "DTLB demand load misses with low part of linear-to-physical address translation missed",
403    "PublicDescription": "DTLB demand load misses with low part of linear-to-physical address translation missed.",
404    "Counter": "0,1,2,3",
405    "CounterHTOff": "0,1,2,3,4,5,6,7",
406    "SampleAfterValue": "100003",
407    "MSRIndex": "0",
408    "MSRValue": "0",
409    "TakenAlone": "0",
410    "CounterMask": "0",
411    "Invert": "0",
412    "AnyThread": "0",
413    "EdgeDetect": "0",
414    "PEBS": "0",
415    "Data_LA": "0",
416    "L1_Hit_Indication": "0",
417    "Errata": "0",
418    "Offcore": "0"
419  },
420  {
421    "EventCode": "0x0D",
422    "UMask": "0x03",
423    "EventName": "INT_MISC.RECOVERY_CYCLES",
424    "BriefDescription": "Core cycles the allocator was stalled due to recovery from earlier clear event for this thread (e.g. misprediction or memory nuke)",
425    "PublicDescription": "This event counts the number of cycles spent waiting for a recovery after an event such as a processor nuke, JEClear, assist, hle/rtm abort etc.",
426    "Counter": "0,1,2,3",
427    "CounterHTOff": "0,1,2,3,4,5,6,7",
428    "SampleAfterValue": "2000003",
429    "MSRIndex": "0",
430    "MSRValue": "0",
431    "TakenAlone": "0",
432    "CounterMask": "1",
433    "Invert": "0",
434    "AnyThread": "0",
435    "EdgeDetect": "0",
436    "PEBS": "0",
437    "Data_LA": "0",
438    "L1_Hit_Indication": "0",
439    "Errata": "0",
440    "Offcore": "0"
441  },
442  {
443    "EventCode": "0x0D",
444    "UMask": "0x03",
445    "EventName": "INT_MISC.RECOVERY_CYCLES_ANY",
446    "BriefDescription": "Core cycles the allocator was stalled due to recovery from earlier clear event for any thread running on the physical core (e.g. misprediction or memory nuke)",
447    "PublicDescription": "Core cycles the allocator was stalled due to recovery from earlier clear event for any thread running on the physical core (e.g. misprediction or memory nuke).",
448    "Counter": "0,1,2,3",
449    "CounterHTOff": "0,1,2,3,4,5,6,7",
450    "SampleAfterValue": "2000003",
451    "MSRIndex": "0",
452    "MSRValue": "0",
453    "TakenAlone": "0",
454    "CounterMask": "1",
455    "Invert": "0",
456    "AnyThread": "1",
457    "EdgeDetect": "0",
458    "PEBS": "0",
459    "Data_LA": "0",
460    "L1_Hit_Indication": "0",
461    "Errata": "0",
462    "Offcore": "0"
463  },
464  {
465    "EventCode": "0x0E",
466    "UMask": "0x01",
467    "EventName": "UOPS_ISSUED.ANY",
468    "BriefDescription": "Uops that Resource Allocation Table (RAT) issues to Reservation Station (RS)",
469    "PublicDescription": "This event counts the number of uops issued by the Front-end of the pipeline to the Back-end. This event is counted at the allocation stage and will count both retired and non-retired uops.",
470    "Counter": "0,1,2,3",
471    "CounterHTOff": "0,1,2,3,4,5,6,7",
472    "SampleAfterValue": "2000003",
473    "MSRIndex": "0",
474    "MSRValue": "0",
475    "TakenAlone": "0",
476    "CounterMask": "0",
477    "Invert": "0",
478    "AnyThread": "0",
479    "EdgeDetect": "0",
480    "PEBS": "0",
481    "Data_LA": "0",
482    "L1_Hit_Indication": "0",
483    "Errata": "0",
484    "Offcore": "0"
485  },
486  {
487    "EventCode": "0x0E",
488    "UMask": "0x01",
489    "EventName": "UOPS_ISSUED.STALL_CYCLES",
490    "BriefDescription": "Cycles when Resource Allocation Table (RAT) does not issue Uops to Reservation Station (RS) for the thread.",
491    "PublicDescription": "Cycles when Resource Allocation Table (RAT) does not issue Uops to Reservation Station (RS) for the thread.",
492    "Counter": "0,1,2,3",
493    "CounterHTOff": "0,1,2,3",
494    "SampleAfterValue": "2000003",
495    "MSRIndex": "0",
496    "MSRValue": "0",
497    "TakenAlone": "0",
498    "CounterMask": "1",
499    "Invert": "1",
500    "AnyThread": "0",
501    "EdgeDetect": "0",
502    "PEBS": "0",
503    "Data_LA": "0",
504    "L1_Hit_Indication": "0",
505    "Errata": "0",
506    "Offcore": "0"
507  },
508  {
509    "EventCode": "0x0E",
510    "UMask": "0x01",
511    "EventName": "UOPS_ISSUED.CORE_STALL_CYCLES",
512    "BriefDescription": "Cycles when Resource Allocation Table (RAT) does not issue Uops to Reservation Station (RS) for all threads.",
513    "PublicDescription": "Cycles when Resource Allocation Table (RAT) does not issue Uops to Reservation Station (RS) for all threads.",
514    "Counter": "0,1,2,3",
515    "CounterHTOff": "0,1,2,3",
516    "SampleAfterValue": "2000003",
517    "MSRIndex": "0",
518    "MSRValue": "0",
519    "TakenAlone": "0",
520    "CounterMask": "1",
521    "Invert": "1",
522    "AnyThread": "1",
523    "EdgeDetect": "0",
524    "PEBS": "0",
525    "Data_LA": "0",
526    "L1_Hit_Indication": "0",
527    "Errata": "0",
528    "Offcore": "0"
529  },
530  {
531    "EventCode": "0x0E",
532    "UMask": "0x10",
533    "EventName": "UOPS_ISSUED.FLAGS_MERGE",
534    "BriefDescription": "Number of flags-merge uops being allocated. Such uops considered perf sensitive; added by GSR u-arch.",
535    "PublicDescription": "Number of flags-merge uops allocated. Such uops add delay.",
536    "Counter": "0,1,2,3",
537    "CounterHTOff": "0,1,2,3,4,5,6,7",
538    "SampleAfterValue": "2000003",
539    "MSRIndex": "0",
540    "MSRValue": "0",
541    "TakenAlone": "0",
542    "CounterMask": "0",
543    "Invert": "0",
544    "AnyThread": "0",
545    "EdgeDetect": "0",
546    "PEBS": "0",
547    "Data_LA": "0",
548    "L1_Hit_Indication": "0",
549    "Errata": "0",
550    "Offcore": "0"
551  },
552  {
553    "EventCode": "0x0E",
554    "UMask": "0x20",
555    "EventName": "UOPS_ISSUED.SLOW_LEA",
556    "BriefDescription": "Number of slow LEA uops being allocated. A uop is generally considered SlowLea if it has 3 sources (e.g. 2 sources + immediate) regardless if as a result of LEA instruction or not.",
557    "PublicDescription": "Number of slow LEA or similar uops allocated. Such uop has 3 sources (for example, 2 sources + immediate) regardless of whether it is a result of LEA instruction or not.",
558    "Counter": "0,1,2,3",
559    "CounterHTOff": "0,1,2,3,4,5,6,7",
560    "SampleAfterValue": "2000003",
561    "MSRIndex": "0",
562    "MSRValue": "0",
563    "TakenAlone": "0",
564    "CounterMask": "0",
565    "Invert": "0",
566    "AnyThread": "0",
567    "EdgeDetect": "0",
568    "PEBS": "0",
569    "Data_LA": "0",
570    "L1_Hit_Indication": "0",
571    "Errata": "0",
572    "Offcore": "0"
573  },
574  {
575    "EventCode": "0x0E",
576    "UMask": "0x40",
577    "EventName": "UOPS_ISSUED.SINGLE_MUL",
578    "BriefDescription": "Number of Multiply packed/scalar single precision uops allocated",
579    "PublicDescription": "Number of multiply packed/scalar single precision uops allocated.",
580    "Counter": "0,1,2,3",
581    "CounterHTOff": "0,1,2,3,4,5,6,7",
582    "SampleAfterValue": "2000003",
583    "MSRIndex": "0",
584    "MSRValue": "0",
585    "TakenAlone": "0",
586    "CounterMask": "0",
587    "Invert": "0",
588    "AnyThread": "0",
589    "EdgeDetect": "0",
590    "PEBS": "0",
591    "Data_LA": "0",
592    "L1_Hit_Indication": "0",
593    "Errata": "0",
594    "Offcore": "0"
595  },
596  {
597    "EventCode": "0x14",
598    "UMask": "0x02",
599    "EventName": "ARITH.DIVIDER_UOPS",
600    "BriefDescription": "Any uop executed by the Divider. (This includes all divide uops, sqrt, ...)",
601    "PublicDescription": "Any uop executed by the Divider. (This includes all divide uops, sqrt, ...)",
602    "Counter": "0,1,2,3",
603    "CounterHTOff": "0,1,2,3,4,5,6,7",
604    "SampleAfterValue": "2000003",
605    "MSRIndex": "0",
606    "MSRValue": "0",
607    "TakenAlone": "0",
608    "CounterMask": "0",
609    "Invert": "0",
610    "AnyThread": "0",
611    "EdgeDetect": "0",
612    "PEBS": "0",
613    "Data_LA": "0",
614    "L1_Hit_Indication": "0",
615    "Errata": "0",
616    "Offcore": "0"
617  },
618  {
619    "EventCode": "0x24",
620    "UMask": "0x21",
621    "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
622    "BriefDescription": "Demand Data Read miss L2, no rejects",
623    "PublicDescription": "Demand data read requests that missed L2, no rejects.",
624    "Counter": "0,1,2,3",
625    "CounterHTOff": "0,1,2,3,4,5,6,7",
626    "SampleAfterValue": "200003",
627    "MSRIndex": "0",
628    "MSRValue": "0",
629    "TakenAlone": "0",
630    "CounterMask": "0",
631    "Invert": "0",
632    "AnyThread": "0",
633    "EdgeDetect": "0",
634    "PEBS": "0",
635    "Data_LA": "0",
636    "L1_Hit_Indication": "0",
637    "Errata": "HSD78, HSM80",
638    "Offcore": "0"
639  },
640  {
641    "EventCode": "0x24",
642    "UMask": "0x22",
643    "EventName": "L2_RQSTS.RFO_MISS",
644    "BriefDescription": "RFO requests that miss L2 cache",
645    "PublicDescription": "Counts the number of store RFO requests that miss the L2 cache.",
646    "Counter": "0,1,2,3",
647    "CounterHTOff": "0,1,2,3,4,5,6,7",
648    "SampleAfterValue": "200003",
649    "MSRIndex": "0",
650    "MSRValue": "0",
651    "TakenAlone": "0",
652    "CounterMask": "0",
653    "Invert": "0",
654    "AnyThread": "0",
655    "EdgeDetect": "0",
656    "PEBS": "0",
657    "Data_LA": "0",
658    "L1_Hit_Indication": "0",
659    "Errata": "0",
660    "Offcore": "0"
661  },
662  {
663    "EventCode": "0x24",
664    "UMask": "0x24",
665    "EventName": "L2_RQSTS.CODE_RD_MISS",
666    "BriefDescription": "L2 cache misses when fetching instructions",
667    "PublicDescription": "Number of instruction fetches that missed the L2 cache.",
668    "Counter": "0,1,2,3",
669    "CounterHTOff": "0,1,2,3,4,5,6,7",
670    "SampleAfterValue": "200003",
671    "MSRIndex": "0",
672    "MSRValue": "0",
673    "TakenAlone": "0",
674    "CounterMask": "0",
675    "Invert": "0",
676    "AnyThread": "0",
677    "EdgeDetect": "0",
678    "PEBS": "0",
679    "Data_LA": "0",
680    "L1_Hit_Indication": "0",
681    "Errata": "0",
682    "Offcore": "0"
683  },
684  {
685    "EventCode": "0x24",
686    "UMask": "0x27",
687    "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
688    "BriefDescription": "Demand requests that miss L2 cache",
689    "PublicDescription": "Demand requests that miss L2 cache.",
690    "Counter": "0,1,2,3",
691    "CounterHTOff": "0,1,2,3,4,5,6,7",
692    "SampleAfterValue": "200003",
693    "MSRIndex": "0",
694    "MSRValue": "0",
695    "TakenAlone": "0",
696    "CounterMask": "0",
697    "Invert": "0",
698    "AnyThread": "0",
699    "EdgeDetect": "0",
700    "PEBS": "0",
701    "Data_LA": "0",
702    "L1_Hit_Indication": "0",
703    "Errata": "HSD78, HSM80",
704    "Offcore": "0"
705  },
706  {
707    "EventCode": "0x24",
708    "UMask": "0x30",
709    "EventName": "L2_RQSTS.L2_PF_MISS",
710    "BriefDescription": "L2 prefetch requests that miss L2 cache",
711    "PublicDescription": "Counts all L2 HW prefetcher requests that missed L2.",
712    "Counter": "0,1,2,3",
713    "CounterHTOff": "0,1,2,3,4,5,6,7",
714    "SampleAfterValue": "200003",
715    "MSRIndex": "0",
716    "MSRValue": "0",
717    "TakenAlone": "0",
718    "CounterMask": "0",
719    "Invert": "0",
720    "AnyThread": "0",
721    "EdgeDetect": "0",
722    "PEBS": "0",
723    "Data_LA": "0",
724    "L1_Hit_Indication": "0",
725    "Errata": "0",
726    "Offcore": "0"
727  },
728  {
729    "EventCode": "0x24",
730    "UMask": "0x3f",
731    "EventName": "L2_RQSTS.MISS",
732    "BriefDescription": "All requests that miss L2 cache",
733    "PublicDescription": "All requests that missed L2.",
734    "Counter": "0,1,2,3",
735    "CounterHTOff": "0,1,2,3,4,5,6,7",
736    "SampleAfterValue": "200003",
737    "MSRIndex": "0",
738    "MSRValue": "0",
739    "TakenAlone": "0",
740    "CounterMask": "0",
741    "Invert": "0",
742    "AnyThread": "0",
743    "EdgeDetect": "0",
744    "PEBS": "0",
745    "Data_LA": "0",
746    "L1_Hit_Indication": "0",
747    "Errata": "HSD78, HSM80",
748    "Offcore": "0"
749  },
750  {
751    "EventCode": "0x24",
752    "UMask": "0xc1",
753    "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
754    "BriefDescription": "Demand Data Read requests that hit L2 cache",
755    "PublicDescription": "Counts the number of demand Data Read requests, initiated by load instructions, that hit L2 cache",
756    "Counter": "0,1,2,3",
757    "CounterHTOff": "0,1,2,3,4,5,6,7",
758    "SampleAfterValue": "200003",
759    "MSRIndex": "0",
760    "MSRValue": "0",
761    "TakenAlone": "0",
762    "CounterMask": "0",
763    "Invert": "0",
764    "AnyThread": "0",
765    "EdgeDetect": "0",
766    "PEBS": "0",
767    "Data_LA": "0",
768    "L1_Hit_Indication": "0",
769    "Errata": "HSD78, HSM80",
770    "Offcore": "0"
771  },
772  {
773    "EventCode": "0x24",
774    "UMask": "0xc2",
775    "EventName": "L2_RQSTS.RFO_HIT",
776    "BriefDescription": "RFO requests that hit L2 cache",
777    "PublicDescription": "Counts the number of store RFO requests that hit the L2 cache.",
778    "Counter": "0,1,2,3",
779    "CounterHTOff": "0,1,2,3,4,5,6,7",
780    "SampleAfterValue": "200003",
781    "MSRIndex": "0",
782    "MSRValue": "0",
783    "TakenAlone": "0",
784    "CounterMask": "0",
785    "Invert": "0",
786    "AnyThread": "0",
787    "EdgeDetect": "0",
788    "PEBS": "0",
789    "Data_LA": "0",
790    "L1_Hit_Indication": "0",
791    "Errata": "0",
792    "Offcore": "0"
793  },
794  {
795    "EventCode": "0x24",
796    "UMask": "0xc4",
797    "EventName": "L2_RQSTS.CODE_RD_HIT",
798    "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
799    "PublicDescription": "Number of instruction fetches that hit the L2 cache.",
800    "Counter": "0,1,2,3",
801    "CounterHTOff": "0,1,2,3,4,5,6,7",
802    "SampleAfterValue": "200003",
803    "MSRIndex": "0",
804    "MSRValue": "0",
805    "TakenAlone": "0",
806    "CounterMask": "0",
807    "Invert": "0",
808    "AnyThread": "0",
809    "EdgeDetect": "0",
810    "PEBS": "0",
811    "Data_LA": "0",
812    "L1_Hit_Indication": "0",
813    "Errata": "0",
814    "Offcore": "0"
815  },
816  {
817    "EventCode": "0x24",
818    "UMask": "0xd0",
819    "EventName": "L2_RQSTS.L2_PF_HIT",
820    "BriefDescription": "L2 prefetch requests that hit L2 cache",
821    "PublicDescription": "Counts all L2 HW prefetcher requests that hit L2.",
822    "Counter": "0,1,2,3",
823    "CounterHTOff": "0,1,2,3,4,5,6,7",
824    "SampleAfterValue": "200003",
825    "MSRIndex": "0",
826    "MSRValue": "0",
827    "TakenAlone": "0",
828    "CounterMask": "0",
829    "Invert": "0",
830    "AnyThread": "0",
831    "EdgeDetect": "0",
832    "PEBS": "0",
833    "Data_LA": "0",
834    "L1_Hit_Indication": "0",
835    "Errata": "0",
836    "Offcore": "0"
837  },
838  {
839    "EventCode": "0x24",
840    "UMask": "0xe1",
841    "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
842    "BriefDescription": "Demand Data Read requests",
843    "PublicDescription": "Counts any demand and L1 HW prefetch data load requests to L2.",
844    "Counter": "0,1,2,3",
845    "CounterHTOff": "0,1,2,3,4,5,6,7",
846    "SampleAfterValue": "200003",
847    "MSRIndex": "0",
848    "MSRValue": "0",
849    "TakenAlone": "0",
850    "CounterMask": "0",
851    "Invert": "0",
852    "AnyThread": "0",
853    "EdgeDetect": "0",
854    "PEBS": "0",
855    "Data_LA": "0",
856    "L1_Hit_Indication": "0",
857    "Errata": "HSD78, HSM80",
858    "Offcore": "0"
859  },
860  {
861    "EventCode": "0x24",
862    "UMask": "0xE2",
863    "EventName": "L2_RQSTS.ALL_RFO",
864    "BriefDescription": "RFO requests to L2 cache",
865    "PublicDescription": "Counts all L2 store RFO requests.",
866    "Counter": "0,1,2,3",
867    "CounterHTOff": "0,1,2,3,4,5,6,7",
868    "SampleAfterValue": "200003",
869    "MSRIndex": "0",
870    "MSRValue": "0",
871    "TakenAlone": "0",
872    "CounterMask": "0",
873    "Invert": "0",
874    "AnyThread": "0",
875    "EdgeDetect": "0",
876    "PEBS": "0",
877    "Data_LA": "0",
878    "L1_Hit_Indication": "0",
879    "Errata": "0",
880    "Offcore": "0"
881  },
882  {
883    "EventCode": "0x24",
884    "UMask": "0xE4",
885    "EventName": "L2_RQSTS.ALL_CODE_RD",
886    "BriefDescription": "L2 code requests",
887    "PublicDescription": "Counts all L2 code requests.",
888    "Counter": "0,1,2,3",
889    "CounterHTOff": "0,1,2,3,4,5,6,7",
890    "SampleAfterValue": "200003",
891    "MSRIndex": "0",
892    "MSRValue": "0",
893    "TakenAlone": "0",
894    "CounterMask": "0",
895    "Invert": "0",
896    "AnyThread": "0",
897    "EdgeDetect": "0",
898    "PEBS": "0",
899    "Data_LA": "0",
900    "L1_Hit_Indication": "0",
901    "Errata": "0",
902    "Offcore": "0"
903  },
904  {
905    "EventCode": "0x24",
906    "UMask": "0xe7",
907    "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
908    "BriefDescription": "Demand requests to L2 cache",
909    "PublicDescription": "Demand requests to L2 cache.",
910    "Counter": "0,1,2,3",
911    "CounterHTOff": "0,1,2,3,4,5,6,7",
912    "SampleAfterValue": "200003",
913    "MSRIndex": "0",
914    "MSRValue": "0",
915    "TakenAlone": "0",
916    "CounterMask": "0",
917    "Invert": "0",
918    "AnyThread": "0",
919    "EdgeDetect": "0",
920    "PEBS": "0",
921    "Data_LA": "0",
922    "L1_Hit_Indication": "0",
923    "Errata": "HSD78, HSM80",
924    "Offcore": "0"
925  },
926  {
927    "EventCode": "0x24",
928    "UMask": "0xF8",
929    "EventName": "L2_RQSTS.ALL_PF",
930    "BriefDescription": "Requests from L2 hardware prefetchers",
931    "PublicDescription": "Counts all L2 HW prefetcher requests.",
932    "Counter": "0,1,2,3",
933    "CounterHTOff": "0,1,2,3,4,5,6,7",
934    "SampleAfterValue": "200003",
935    "MSRIndex": "0",
936    "MSRValue": "0",
937    "TakenAlone": "0",
938    "CounterMask": "0",
939    "Invert": "0",
940    "AnyThread": "0",
941    "EdgeDetect": "0",
942    "PEBS": "0",
943    "Data_LA": "0",
944    "L1_Hit_Indication": "0",
945    "Errata": "0",
946    "Offcore": "0"
947  },
948  {
949    "EventCode": "0x24",
950    "UMask": "0xff",
951    "EventName": "L2_RQSTS.REFERENCES",
952    "BriefDescription": "All L2 requests",
953    "PublicDescription": "All requests to L2 cache.",
954    "Counter": "0,1,2,3",
955    "CounterHTOff": "0,1,2,3,4,5,6,7",
956    "SampleAfterValue": "200003",
957    "MSRIndex": "0",
958    "MSRValue": "0",
959    "TakenAlone": "0",
960    "CounterMask": "0",
961    "Invert": "0",
962    "AnyThread": "0",
963    "EdgeDetect": "0",
964    "PEBS": "0",
965    "Data_LA": "0",
966    "L1_Hit_Indication": "0",
967    "Errata": "HSD78, HSM80",
968    "Offcore": "0"
969  },
970  {
971    "EventCode": "0x27",
972    "UMask": "0x50",
973    "EventName": "L2_DEMAND_RQSTS.WB_HIT",
974    "BriefDescription": "Not rejected writebacks that hit L2 cache",
975    "PublicDescription": "Not rejected writebacks that hit L2 cache.",
976    "Counter": "0,1,2,3",
977    "CounterHTOff": "0,1,2,3,4,5,6,7",
978    "SampleAfterValue": "200003",
979    "MSRIndex": "0",
980    "MSRValue": "0",
981    "TakenAlone": "0",
982    "CounterMask": "0",
983    "Invert": "0",
984    "AnyThread": "0",
985    "EdgeDetect": "0",
986    "PEBS": "0",
987    "Data_LA": "0",
988    "L1_Hit_Indication": "0",
989    "Errata": "0",
990    "Offcore": "0"
991  },
992  {
993    "EventCode": "0x2E",
994    "UMask": "0x41",
995    "EventName": "LONGEST_LAT_CACHE.MISS",
996    "BriefDescription": "Core-originated cacheable demand requests missed L3",
997    "PublicDescription": "This event counts each cache miss condition for references to the last level cache.",
998    "Counter": "0,1,2,3",
999    "CounterHTOff": "0,1,2,3,4,5,6,7",
1000    "SampleAfterValue": "100003",
1001    "MSRIndex": "0",
1002    "MSRValue": "0",
1003    "TakenAlone": "0",
1004    "CounterMask": "0",
1005    "Invert": "0",
1006    "AnyThread": "0",
1007    "EdgeDetect": "0",
1008    "PEBS": "0",
1009    "Data_LA": "0",
1010    "L1_Hit_Indication": "0",
1011    "Errata": "0",
1012    "Offcore": "0"
1013  },
1014  {
1015    "EventCode": "0x2E",
1016    "UMask": "0x4F",
1017    "EventName": "LONGEST_LAT_CACHE.REFERENCE",
1018    "BriefDescription": "Core-originated cacheable demand requests that refer to L3",
1019    "PublicDescription": "This event counts requests originating from the core that reference a cache line in the last level cache.",
1020    "Counter": "0,1,2,3",
1021    "CounterHTOff": "0,1,2,3,4,5,6,7",
1022    "SampleAfterValue": "100003",
1023    "MSRIndex": "0",
1024    "MSRValue": "0",
1025    "TakenAlone": "0",
1026    "CounterMask": "0",
1027    "Invert": "0",
1028    "AnyThread": "0",
1029    "EdgeDetect": "0",
1030    "PEBS": "0",
1031    "Data_LA": "0",
1032    "L1_Hit_Indication": "0",
1033    "Errata": "0",
1034    "Offcore": "0"
1035  },
1036  {
1037    "EventCode": "0x3C",
1038    "UMask": "0x00",
1039    "EventName": "CPU_CLK_UNHALTED.THREAD_P",
1040    "BriefDescription": "Thread cycles when thread is not in halt state",
1041    "PublicDescription": "Counts the number of thread cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. The core frequency may change from time to time due to power or thermal throttling.",
1042    "Counter": "0,1,2,3",
1043    "CounterHTOff": "0,1,2,3,4,5,6,7",
1044    "SampleAfterValue": "2000003",
1045    "MSRIndex": "0",
1046    "MSRValue": "0",
1047    "TakenAlone": "0",
1048    "CounterMask": "0",
1049    "Invert": "0",
1050    "AnyThread": "0",
1051    "EdgeDetect": "0",
1052    "PEBS": "0",
1053    "Data_LA": "0",
1054    "L1_Hit_Indication": "0",
1055    "Errata": "0",
1056    "Offcore": "0"
1057  },
1058  {
1059    "EventCode": "0x3C",
1060    "UMask": "0x00",
1061    "EventName": "CPU_CLK_UNHALTED.THREAD_P_ANY",
1062    "BriefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
1063    "PublicDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
1064    "Counter": "0,1,2,3",
1065    "CounterHTOff": "0,1,2,3,4,5,6,7",
1066    "SampleAfterValue": "2000003",
1067    "MSRIndex": "0",
1068    "MSRValue": "0",
1069    "TakenAlone": "0",
1070    "CounterMask": "0",
1071    "Invert": "0",
1072    "AnyThread": "1",
1073    "EdgeDetect": "0",
1074    "PEBS": "0",
1075    "Data_LA": "0",
1076    "L1_Hit_Indication": "0",
1077    "Errata": "0",
1078    "Offcore": "0"
1079  },
1080  {
1081    "EventCode": "0x3C",
1082    "UMask": "0x01",
1083    "EventName": "CPU_CLK_THREAD_UNHALTED.REF_XCLK",
1084    "BriefDescription": "Reference cycles when the thread is unhalted (counts at 100 MHz rate)",
1085    "PublicDescription": "Increments at the frequency of XCLK (100 MHz) when not halted.",
1086    "Counter": "0,1,2,3",
1087    "CounterHTOff": "0,1,2,3,4,5,6,7",
1088    "SampleAfterValue": "100003",
1089    "MSRIndex": "0",
1090    "MSRValue": "0",
1091    "TakenAlone": "0",
1092    "CounterMask": "0",
1093    "Invert": "0",
1094    "AnyThread": "0",
1095    "EdgeDetect": "0",
1096    "PEBS": "0",
1097    "Data_LA": "0",
1098    "L1_Hit_Indication": "0",
1099    "Errata": "0",
1100    "Offcore": "0"
1101  },
1102  {
1103    "EventCode": "0x3C",
1104    "UMask": "0x01",
1105    "EventName": "CPU_CLK_THREAD_UNHALTED.REF_XCLK_ANY",
1106    "BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalted (counts at 100 MHz rate)",
1107    "PublicDescription": "Reference cycles when the at least one thread on the physical core is unhalted (counts at 100 MHz rate).",
1108    "Counter": "0,1,2,3",
1109    "CounterHTOff": "0,1,2,3,4,5,6,7",
1110    "SampleAfterValue": "100003",
1111    "MSRIndex": "0",
1112    "MSRValue": "0",
1113    "TakenAlone": "0",
1114    "CounterMask": "0",
1115    "Invert": "0",
1116    "AnyThread": "1",
1117    "EdgeDetect": "0",
1118    "PEBS": "0",
1119    "Data_LA": "0",
1120    "L1_Hit_Indication": "0",
1121    "Errata": "0",
1122    "Offcore": "0"
1123  },
1124  {
1125    "EventCode": "0x3C",
1126    "UMask": "0x01",
1127    "EventName": "CPU_CLK_UNHALTED.REF_XCLK",
1128    "BriefDescription": "Reference cycles when the thread is unhalted (counts at 100 MHz rate)",
1129    "PublicDescription": "Reference cycles when the thread is unhalted. (counts at 100 MHz rate)",
1130    "Counter": "0,1,2,3",
1131    "CounterHTOff": "0,1,2,3,4,5,6,7",
1132    "SampleAfterValue": "100003",
1133    "MSRIndex": "0x00",
1134    "MSRValue": "0x00",
1135    "TakenAlone": "0",
1136    "CounterMask": "0",
1137    "Invert": "0",
1138    "AnyThread": "0",
1139    "EdgeDetect": "0",
1140    "PEBS": "0",
1141    "Data_LA": "0",
1142    "L1_Hit_Indication": "0",
1143    "Errata": "0",
1144    "Offcore": "0"
1145  },
1146  {
1147    "EventCode": "0x3C",
1148    "UMask": "0x01",
1149    "EventName": "CPU_CLK_UNHALTED.REF_XCLK_ANY",
1150    "BriefDescription": "Reference cycles when the at least one thread on the physical core is unhalted (counts at 100 MHz rate)",
1151    "PublicDescription": "Reference cycles when the at least one thread on the physical core is unhalted (counts at 100 MHz rate).",
1152    "Counter": "0,1,2,3",
1153    "CounterHTOff": "0,1,2,3,4,5,6,7",
1154    "SampleAfterValue": "100003",
1155    "MSRIndex": "0x00",
1156    "MSRValue": "0x00",
1157    "TakenAlone": "0",
1158    "CounterMask": "0",
1159    "Invert": "0",
1160    "AnyThread": "1",
1161    "EdgeDetect": "0",
1162    "PEBS": "0",
1163    "Data_LA": "0",
1164    "L1_Hit_Indication": "0",
1165    "Errata": "0",
1166    "Offcore": "0"
1167  },
1168  {
1169    "EventCode": "0x3c",
1170    "UMask": "0x02",
1171    "EventName": "CPU_CLK_THREAD_UNHALTED.ONE_THREAD_ACTIVE",
1172    "BriefDescription": "Count XClk pulses when this thread is unhalted and the other thread is halted.",
1173    "PublicDescription": "Count XClk pulses when this thread is unhalted and the other thread is halted.",
1174    "Counter": "0,1,2,3",
1175    "CounterHTOff": "0,1,2,3",
1176    "SampleAfterValue": "100003",
1177    "MSRIndex": "0",
1178    "MSRValue": "0",
1179    "TakenAlone": "0",
1180    "CounterMask": "0",
1181    "Invert": "0",
1182    "AnyThread": "0",
1183    "EdgeDetect": "0",
1184    "PEBS": "0",
1185    "Data_LA": "0",
1186    "L1_Hit_Indication": "0",
1187    "Errata": "0",
1188    "Offcore": "0"
1189  },
1190  {
1191    "EventCode": "0x3C",
1192    "UMask": "0x02",
1193    "EventName": "CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE",
1194    "BriefDescription": "Count XClk pulses when this thread is unhalted and the other thread is halted.",
1195    "PublicDescription": "Count XClk pulses when this thread is unhalted and the other thread is halted.",
1196    "Counter": "0,1,2,3",
1197    "CounterHTOff": "0,1,2,3,4,5,6,7",
1198    "SampleAfterValue": "100003",
1199    "MSRIndex": "0x00",
1200    "MSRValue": "0x00",
1201    "TakenAlone": "0",
1202    "CounterMask": "0",
1203    "Invert": "0",
1204    "AnyThread": "0",
1205    "EdgeDetect": "0",
1206    "PEBS": "0",
1207    "Data_LA": "0",
1208    "L1_Hit_Indication": "0",
1209    "Errata": "0",
1210    "Offcore": "0"
1211  },
1212  {
1213    "EventCode": "0x48",
1214    "UMask": "0x01",
1215    "EventName": "L1D_PEND_MISS.PENDING",
1216    "BriefDescription": "L1D miss oustandings duration in cycles",
1217    "PublicDescription": "Increments the number of outstanding L1D misses every cycle. Set Cmask = 1 and Edge =1 to count occurrences.",
1218    "Counter": "2",
1219    "CounterHTOff": "2",
1220    "SampleAfterValue": "2000003",
1221    "MSRIndex": "0",
1222    "MSRValue": "0",
1223    "TakenAlone": "0",
1224    "CounterMask": "0",
1225    "Invert": "0",
1226    "AnyThread": "0",
1227    "EdgeDetect": "0",
1228    "PEBS": "0",
1229    "Data_LA": "0",
1230    "L1_Hit_Indication": "0",
1231    "Errata": "0",
1232    "Offcore": "0"
1233  },
1234  {
1235    "EventCode": "0x48",
1236    "UMask": "0x01",
1237    "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
1238    "BriefDescription": "Cycles with L1D load Misses outstanding.",
1239    "PublicDescription": "Cycles with L1D load Misses outstanding.",
1240    "Counter": "2",
1241    "CounterHTOff": "2",
1242    "SampleAfterValue": "2000003",
1243    "MSRIndex": "0",
1244    "MSRValue": "0",
1245    "TakenAlone": "0",
1246    "CounterMask": "1",
1247    "Invert": "0",
1248    "AnyThread": "0",
1249    "EdgeDetect": "0",
1250    "PEBS": "0",
1251    "Data_LA": "0",
1252    "L1_Hit_Indication": "0",
1253    "Errata": "0",
1254    "Offcore": "0"
1255  },
1256  {
1257    "EventCode": "0x48",
1258    "UMask": "0x01",
1259    "EventName": "L1D_PEND_MISS.PENDING_CYCLES_ANY",
1260    "BriefDescription": "Cycles with L1D load Misses outstanding from any thread on physical core.",
1261    "PublicDescription": "Cycles with L1D load Misses outstanding from any thread on physical core.",
1262    "Counter": "2",
1263    "CounterHTOff": "2",
1264    "SampleAfterValue": "2000003",
1265    "MSRIndex": "0x00",
1266    "MSRValue": "0x00",
1267    "TakenAlone": "0",
1268    "CounterMask": "1",
1269    "Invert": "0",
1270    "AnyThread": "1",
1271    "EdgeDetect": "0",
1272    "PEBS": "0",
1273    "Data_LA": "0",
1274    "L1_Hit_Indication": "0",
1275    "Errata": "0",
1276    "Offcore": "0"
1277  },
1278  {
1279    "EventCode": "0x48",
1280    "UMask": "0x02",
1281    "EventName": "L1D_PEND_MISS.REQUEST_FB_FULL",
1282    "BriefDescription": "Number of times a request needed a FB entry but there was no entry available for it. That is the FB unavailability was dominant reason for blocking the request. A request includes cacheable/uncacheable demands that is load, store or SW prefetch. HWP are e.",
1283    "PublicDescription": "Number of times a request needed a FB entry but there was no entry available for it. That is the FB unavailability was dominant reason for blocking the request. A request includes cacheable/uncacheable demands that is load, store or SW prefetch. HWP are e.",
1284    "Counter": "0,1,2,3",
1285    "CounterHTOff": "0,1,2,3,4,5,6,7",
1286    "SampleAfterValue": "2000003",
1287    "MSRIndex": "0",
1288    "MSRValue": "0",
1289    "TakenAlone": "0",
1290    "CounterMask": "0",
1291    "Invert": "0",
1292    "AnyThread": "0",
1293    "EdgeDetect": "0",
1294    "PEBS": "0",
1295    "Data_LA": "0",
1296    "L1_Hit_Indication": "0",
1297    "Errata": "0",
1298    "Offcore": "0"
1299  },
1300  {
1301    "EventCode": "0x48",
1302    "UMask": "0x02",
1303    "EventName": "L1D_PEND_MISS.FB_FULL",
1304    "BriefDescription": "Cycles a demand request was blocked due to Fill Buffers inavailability.",
1305    "PublicDescription": "Cycles a demand request was blocked due to Fill Buffers inavailability.",
1306    "Counter": "0,1,2,3",
1307    "CounterHTOff": "0,1,2,3,4,5,6,7",
1308    "SampleAfterValue": "2000003",
1309    "MSRIndex": "0x00",
1310    "MSRValue": "0x00",
1311    "TakenAlone": "0",
1312    "CounterMask": "1",
1313    "Invert": "0",
1314    "AnyThread": "0",
1315    "EdgeDetect": "0",
1316    "PEBS": "0",
1317    "Data_LA": "0",
1318    "L1_Hit_Indication": "0",
1319    "Errata": "0",
1320    "Offcore": "0"
1321  },
1322  {
1323    "EventCode": "0x49",
1324    "UMask": "0x01",
1325    "EventName": "DTLB_STORE_MISSES.MISS_CAUSES_A_WALK",
1326    "BriefDescription": "Store misses in all DTLB levels that cause page walks",
1327    "PublicDescription": "Miss in all TLB levels causes a page walk of any page size (4K/2M/4M/1G).",
1328    "Counter": "0,1,2,3",
1329    "CounterHTOff": "0,1,2,3,4,5,6,7",
1330    "SampleAfterValue": "100003",
1331    "MSRIndex": "0",
1332    "MSRValue": "0",
1333    "TakenAlone": "0",
1334    "CounterMask": "0",
1335    "Invert": "0",
1336    "AnyThread": "0",
1337    "EdgeDetect": "0",
1338    "PEBS": "0",
1339    "Data_LA": "0",
1340    "L1_Hit_Indication": "0",
1341    "Errata": "0",
1342    "Offcore": "0"
1343  },
1344  {
1345    "EventCode": "0x49",
1346    "UMask": "0x02",
1347    "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
1348    "BriefDescription": "Store miss in all TLB levels causes a page walk that completes. (4K)",
1349    "PublicDescription": "Completed page walks due to store misses in one or more TLB levels of 4K page structure.",
1350    "Counter": "0,1,2,3",
1351    "CounterHTOff": "0,1,2,3,4,5,6,7",
1352    "SampleAfterValue": "100003",
1353    "MSRIndex": "0",
1354    "MSRValue": "0",
1355    "TakenAlone": "0",
1356    "CounterMask": "0",
1357    "Invert": "0",
1358    "AnyThread": "0",
1359    "EdgeDetect": "0",
1360    "PEBS": "0",
1361    "Data_LA": "0",
1362    "L1_Hit_Indication": "0",
1363    "Errata": "0",
1364    "Offcore": "0"
1365  },
1366  {
1367    "EventCode": "0x49",
1368    "UMask": "0x04",
1369    "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
1370    "BriefDescription": "Store misses in all DTLB levels that cause completed page walks (2M/4M)",
1371    "PublicDescription": "Completed page walks due to store misses in one or more TLB levels of 2M/4M page structure.",
1372    "Counter": "0,1,2,3",
1373    "CounterHTOff": "0,1,2,3,4,5,6,7",
1374    "SampleAfterValue": "100003",
1375    "MSRIndex": "0",
1376    "MSRValue": "0",
1377    "TakenAlone": "0",
1378    "CounterMask": "0",
1379    "Invert": "0",
1380    "AnyThread": "0",
1381    "EdgeDetect": "0",
1382    "PEBS": "0",
1383    "Data_LA": "0",
1384    "L1_Hit_Indication": "0",
1385    "Errata": "0",
1386    "Offcore": "0"
1387  },
1388  {
1389    "EventCode": "0x49",
1390    "UMask": "0x08",
1391    "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_1G",
1392    "BriefDescription": "Store misses in all DTLB levels that cause completed page walks. (1G)",
1393    "PublicDescription": "Store misses in all DTLB levels that cause completed page walks. (1G)",
1394    "Counter": "0,1,2,3",
1395    "CounterHTOff": "0,1,2,3,4,5,6,7",
1396    "SampleAfterValue": "100003",
1397    "MSRIndex": "0",
1398    "MSRValue": "0",
1399    "TakenAlone": "0",
1400    "CounterMask": "0",
1401    "Invert": "0",
1402    "AnyThread": "0",
1403    "EdgeDetect": "0",
1404    "PEBS": "0",
1405    "Data_LA": "0",
1406    "L1_Hit_Indication": "0",
1407    "Errata": "0",
1408    "Offcore": "0"
1409  },
1410  {
1411    "EventCode": "0x49",
1412    "UMask": "0x0e",
1413    "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
1414    "BriefDescription": "Store misses in all DTLB levels that cause completed page walks",
1415    "PublicDescription": "Completed page walks due to store miss in any TLB levels of any page size (4K/2M/4M/1G).",
1416    "Counter": "0,1,2,3",
1417    "CounterHTOff": "0,1,2,3,4,5,6,7",
1418    "SampleAfterValue": "100003",
1419    "MSRIndex": "0",
1420    "MSRValue": "0",
1421    "TakenAlone": "0",
1422    "CounterMask": "0",
1423    "Invert": "0",
1424    "AnyThread": "0",
1425    "EdgeDetect": "0",
1426    "PEBS": "0",
1427    "Data_LA": "0",
1428    "L1_Hit_Indication": "0",
1429    "Errata": "0",
1430    "Offcore": "0"
1431  },
1432  {
1433    "EventCode": "0x49",
1434    "UMask": "0x10",
1435    "EventName": "DTLB_STORE_MISSES.WALK_DURATION",
1436    "BriefDescription": "Cycles when PMH is busy with page walks",
1437    "PublicDescription": "This event counts cycles when the  page miss handler (PMH) is servicing page walks caused by DTLB store misses.",
1438    "Counter": "0,1,2,3",
1439    "CounterHTOff": "0,1,2,3,4,5,6,7",
1440    "SampleAfterValue": "100003",
1441    "MSRIndex": "0",
1442    "MSRValue": "0",
1443    "TakenAlone": "0",
1444    "CounterMask": "0",
1445    "Invert": "0",
1446    "AnyThread": "0",
1447    "EdgeDetect": "0",
1448    "PEBS": "0",
1449    "Data_LA": "0",
1450    "L1_Hit_Indication": "0",
1451    "Errata": "0",
1452    "Offcore": "0"
1453  },
1454  {
1455    "EventCode": "0x49",
1456    "UMask": "0x20",
1457    "EventName": "DTLB_STORE_MISSES.STLB_HIT_4K",
1458    "BriefDescription": "Store misses that miss the  DTLB and hit the STLB (4K)",
1459    "PublicDescription": "This event counts store operations from a 4K page that miss the first DTLB level but hit the second and do not cause page walks.",
1460    "Counter": "0,1,2,3",
1461    "CounterHTOff": "0,1,2,3,4,5,6,7",
1462    "SampleAfterValue": "100003",
1463    "MSRIndex": "0",
1464    "MSRValue": "0",
1465    "TakenAlone": "0",
1466    "CounterMask": "0",
1467    "Invert": "0",
1468    "AnyThread": "0",
1469    "EdgeDetect": "0",
1470    "PEBS": "0",
1471    "Data_LA": "0",
1472    "L1_Hit_Indication": "0",
1473    "Errata": "0",
1474    "Offcore": "0"
1475  },
1476  {
1477    "EventCode": "0x49",
1478    "UMask": "0x40",
1479    "EventName": "DTLB_STORE_MISSES.STLB_HIT_2M",
1480    "BriefDescription": "Store misses that miss the  DTLB and hit the STLB (2M)",
1481    "PublicDescription": "This event counts store operations from a 2M page that miss the first DTLB level but hit the second and do not cause page walks.",
1482    "Counter": "0,1,2,3",
1483    "CounterHTOff": "0,1,2,3,4,5,6,7",
1484    "SampleAfterValue": "100003",
1485    "MSRIndex": "0",
1486    "MSRValue": "0",
1487    "TakenAlone": "0",
1488    "CounterMask": "0",
1489    "Invert": "0",
1490    "AnyThread": "0",
1491    "EdgeDetect": "0",
1492    "PEBS": "0",
1493    "Data_LA": "0",
1494    "L1_Hit_Indication": "0",
1495    "Errata": "0",
1496    "Offcore": "0"
1497  },
1498  {
1499    "EventCode": "0x49",
1500    "UMask": "0x60",
1501    "EventName": "DTLB_STORE_MISSES.STLB_HIT",
1502    "BriefDescription": "Store operations that miss the first TLB level but hit the second and do not cause page walks",
1503    "PublicDescription": "Store operations that miss the first TLB level but hit the second and do not cause page walks.",
1504    "Counter": "0,1,2,3",
1505    "CounterHTOff": "0,1,2,3,4,5,6,7",
1506    "SampleAfterValue": "100003",
1507    "MSRIndex": "0",
1508    "MSRValue": "0",
1509    "TakenAlone": "0",
1510    "CounterMask": "0",
1511    "Invert": "0",
1512    "AnyThread": "0",
1513    "EdgeDetect": "0",
1514    "PEBS": "0",
1515    "Data_LA": "0",
1516    "L1_Hit_Indication": "0",
1517    "Errata": "0",
1518    "Offcore": "0"
1519  },
1520  {
1521    "EventCode": "0x49",
1522    "UMask": "0x80",
1523    "EventName": "DTLB_STORE_MISSES.PDE_CACHE_MISS",
1524    "BriefDescription": "DTLB store misses with low part of linear-to-physical address translation missed",
1525    "PublicDescription": "DTLB store misses with low part of linear-to-physical address translation missed.",
1526    "Counter": "0,1,2,3",
1527    "CounterHTOff": "0,1,2,3,4,5,6,7",
1528    "SampleAfterValue": "100003",
1529    "MSRIndex": "0",
1530    "MSRValue": "0",
1531    "TakenAlone": "0",
1532    "CounterMask": "0",
1533    "Invert": "0",
1534    "AnyThread": "0",
1535    "EdgeDetect": "0",
1536    "PEBS": "0",
1537    "Data_LA": "0",
1538    "L1_Hit_Indication": "0",
1539    "Errata": "0",
1540    "Offcore": "0"
1541  },
1542  {
1543    "EventCode": "0x4c",
1544    "UMask": "0x01",
1545    "EventName": "LOAD_HIT_PRE.SW_PF",
1546    "BriefDescription": "Not software-prefetch load dispatches that hit FB allocated for software prefetch",
1547    "PublicDescription": "Non-SW-prefetch load dispatches that hit fill buffer allocated for S/W prefetch.",
1548    "Counter": "0,1,2,3",
1549    "CounterHTOff": "0,1,2,3,4,5,6,7",
1550    "SampleAfterValue": "100003",
1551    "MSRIndex": "0",
1552    "MSRValue": "0",
1553    "TakenAlone": "0",
1554    "CounterMask": "0",
1555    "Invert": "0",
1556    "AnyThread": "0",
1557    "EdgeDetect": "0",
1558    "PEBS": "0",
1559    "Data_LA": "0",
1560    "L1_Hit_Indication": "0",
1561    "Errata": "0",
1562    "Offcore": "0"
1563  },
1564  {
1565    "EventCode": "0x4c",
1566    "UMask": "0x02",
1567    "EventName": "LOAD_HIT_PRE.HW_PF",
1568    "BriefDescription": "Not software-prefetch load dispatches that hit FB allocated for hardware prefetch",
1569    "PublicDescription": "Non-SW-prefetch load dispatches that hit fill buffer allocated for H/W prefetch.",
1570    "Counter": "0,1,2,3",
1571    "CounterHTOff": "0,1,2,3,4,5,6,7",
1572    "SampleAfterValue": "100003",
1573    "MSRIndex": "0",
1574    "MSRValue": "0",
1575    "TakenAlone": "0",
1576    "CounterMask": "0",
1577    "Invert": "0",
1578    "AnyThread": "0",
1579    "EdgeDetect": "0",
1580    "PEBS": "0",
1581    "Data_LA": "0",
1582    "L1_Hit_Indication": "0",
1583    "Errata": "0",
1584    "Offcore": "0"
1585  },
1586  {
1587    "EventCode": "0x4f",
1588    "UMask": "0x10",
1589    "EventName": "EPT.WALK_CYCLES",
1590    "BriefDescription": "Cycle count for an Extended Page table walk.",
1591    "PublicDescription": "Cycle count for an Extended Page table walk.",
1592    "Counter": "0,1,2,3",
1593    "CounterHTOff": "0,1,2,3,4,5,6,7",
1594    "SampleAfterValue": "2000003",
1595    "MSRIndex": "0",
1596    "MSRValue": "0",
1597    "TakenAlone": "0",
1598    "CounterMask": "0",
1599    "Invert": "0",
1600    "AnyThread": "0",
1601    "EdgeDetect": "0",
1602    "PEBS": "0",
1603    "Data_LA": "0",
1604    "L1_Hit_Indication": "0",
1605    "Errata": "0",
1606    "Offcore": "0"
1607  },
1608  {
1609    "EventCode": "0x51",
1610    "UMask": "0x01",
1611    "EventName": "L1D.REPLACEMENT",
1612    "BriefDescription": "L1D data line replacements",
1613    "PublicDescription": "This event counts when new data lines are brought into the L1 Data cache, which cause other lines to be evicted from the cache.",
1614    "Counter": "0,1,2,3",
1615    "CounterHTOff": "0,1,2,3,4,5,6,7",
1616    "SampleAfterValue": "2000003",
1617    "MSRIndex": "0",
1618    "MSRValue": "0",
1619    "TakenAlone": "0",
1620    "CounterMask": "0",
1621    "Invert": "0",
1622    "AnyThread": "0",
1623    "EdgeDetect": "0",
1624    "PEBS": "0",
1625    "Data_LA": "0",
1626    "L1_Hit_Indication": "0",
1627    "Errata": "0",
1628    "Offcore": "0"
1629  },
1630  {
1631    "EventCode": "0x54",
1632    "UMask": "0x01",
1633    "EventName": "TX_MEM.ABORT_CONFLICT",
1634    "BriefDescription": "Number of times a transactional abort was signaled due to a data conflict on a transactionally accessed address.",
1635    "PublicDescription": "Number of times a transactional abort was signaled due to a data conflict on a transactionally accessed address.",
1636    "Counter": "0,1,2,3",
1637    "CounterHTOff": "0,1,2,3,4,5,6,7",
1638    "SampleAfterValue": "2000003",
1639    "MSRIndex": "0",
1640    "MSRValue": "0",
1641    "TakenAlone": "0",
1642    "CounterMask": "0",
1643    "Invert": "0",
1644    "AnyThread": "0",
1645    "EdgeDetect": "0",
1646    "PEBS": "0",
1647    "Data_LA": "0",
1648    "L1_Hit_Indication": "0",
1649    "Errata": "0",
1650    "Offcore": "0"
1651  },
1652  {
1653    "EventCode": "0x54",
1654    "UMask": "0x02",
1655    "EventName": "TX_MEM.ABORT_CAPACITY_WRITE",
1656    "BriefDescription": "Number of times a transactional abort was signaled due to a data capacity limitation for transactional writes.",
1657    "PublicDescription": "Number of times a transactional abort was signaled due to a data capacity limitation for transactional writes.",
1658    "Counter": "0,1,2,3",
1659    "CounterHTOff": "0,1,2,3,4,5,6,7",
1660    "SampleAfterValue": "2000003",
1661    "MSRIndex": "0",
1662    "MSRValue": "0",
1663    "TakenAlone": "0",
1664    "CounterMask": "0",
1665    "Invert": "0",
1666    "AnyThread": "0",
1667    "EdgeDetect": "0",
1668    "PEBS": "0",
1669    "Data_LA": "0",
1670    "L1_Hit_Indication": "0",
1671    "Errata": "0",
1672    "Offcore": "0"
1673  },
1674  {
1675    "EventCode": "0x54",
1676    "UMask": "0x04",
1677    "EventName": "TX_MEM.ABORT_HLE_STORE_TO_ELIDED_LOCK",
1678    "BriefDescription": "Number of times a HLE transactional region aborted due to a non XRELEASE prefixed instruction writing to an elided lock in the elision buffer.",
1679    "PublicDescription": "Number of times a HLE transactional region aborted due to a non XRELEASE prefixed instruction writing to an elided lock in the elision buffer.",
1680    "Counter": "0,1,2,3",
1681    "CounterHTOff": "0,1,2,3,4,5,6,7",
1682    "SampleAfterValue": "2000003",
1683    "MSRIndex": "0",
1684    "MSRValue": "0",
1685    "TakenAlone": "0",
1686    "CounterMask": "0",
1687    "Invert": "0",
1688    "AnyThread": "0",
1689    "EdgeDetect": "0",
1690    "PEBS": "0",
1691    "Data_LA": "0",
1692    "L1_Hit_Indication": "0",
1693    "Errata": "0",
1694    "Offcore": "0"
1695  },
1696  {
1697    "EventCode": "0x54",
1698    "UMask": "0x08",
1699    "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_NOT_EMPTY",
1700    "BriefDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero.",
1701    "PublicDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero.",
1702    "Counter": "0,1,2,3",
1703    "CounterHTOff": "0,1,2,3,4,5,6,7",
1704    "SampleAfterValue": "2000003",
1705    "MSRIndex": "0",
1706    "MSRValue": "0",
1707    "TakenAlone": "0",
1708    "CounterMask": "0",
1709    "Invert": "0",
1710    "AnyThread": "0",
1711    "EdgeDetect": "0",
1712    "PEBS": "0",
1713    "Data_LA": "0",
1714    "L1_Hit_Indication": "0",
1715    "Errata": "0",
1716    "Offcore": "0"
1717  },
1718  {
1719    "EventCode": "0x54",
1720    "UMask": "0x10",
1721    "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_MISMATCH",
1722    "BriefDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock not satisfying the address and value requirements in the elision buffer.",
1723    "PublicDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock not satisfying the address and value requirements in the elision buffer.",
1724    "Counter": "0,1,2,3",
1725    "CounterHTOff": "0,1,2,3,4,5,6,7",
1726    "SampleAfterValue": "2000003",
1727    "MSRIndex": "0",
1728    "MSRValue": "0",
1729    "TakenAlone": "0",
1730    "CounterMask": "0",
1731    "Invert": "0",
1732    "AnyThread": "0",
1733    "EdgeDetect": "0",
1734    "PEBS": "0",
1735    "Data_LA": "0",
1736    "L1_Hit_Indication": "0",
1737    "Errata": "0",
1738    "Offcore": "0"
1739  },
1740  {
1741    "EventCode": "0x54",
1742    "UMask": "0x20",
1743    "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_UNSUPPORTED_ALIGNMENT",
1744    "BriefDescription": "Number of times an HLE transactional execution aborted due to an unsupported read alignment from the elision buffer.",
1745    "PublicDescription": "Number of times an HLE transactional execution aborted due to an unsupported read alignment from the elision buffer.",
1746    "Counter": "0,1,2,3",
1747    "CounterHTOff": "0,1,2,3,4,5,6,7",
1748    "SampleAfterValue": "2000003",
1749    "MSRIndex": "0",
1750    "MSRValue": "0",
1751    "TakenAlone": "0",
1752    "CounterMask": "0",
1753    "Invert": "0",
1754    "AnyThread": "0",
1755    "EdgeDetect": "0",
1756    "PEBS": "0",
1757    "Data_LA": "0",
1758    "L1_Hit_Indication": "0",
1759    "Errata": "0",
1760    "Offcore": "0"
1761  },
1762  {
1763    "EventCode": "0x54",
1764    "UMask": "0x40",
1765    "EventName": "TX_MEM.HLE_ELISION_BUFFER_FULL",
1766    "BriefDescription": "Number of times HLE lock could not be elided due to ElisionBufferAvailable being zero.",
1767    "PublicDescription": "Number of times HLE lock could not be elided due to ElisionBufferAvailable being zero.",
1768    "Counter": "0,1,2,3",
1769    "CounterHTOff": "0,1,2,3,4,5,6,7",
1770    "SampleAfterValue": "2000003",
1771    "MSRIndex": "0",
1772    "MSRValue": "0",
1773    "TakenAlone": "0",
1774    "CounterMask": "0",
1775    "Invert": "0",
1776    "AnyThread": "0",
1777    "EdgeDetect": "0",
1778    "PEBS": "0",
1779    "Data_LA": "0",
1780    "L1_Hit_Indication": "0",
1781    "Errata": "0",
1782    "Offcore": "0"
1783  },
1784  {
1785    "EventCode": "0x58",
1786    "UMask": "0x01",
1787    "EventName": "MOVE_ELIMINATION.INT_ELIMINATED",
1788    "BriefDescription": "Number of integer Move Elimination candidate uops that were eliminated.",
1789    "PublicDescription": "Number of integer move elimination candidate uops that were eliminated.",
1790    "Counter": "0,1,2,3",
1791    "CounterHTOff": "0,1,2,3,4,5,6,7",
1792    "SampleAfterValue": "1000003",
1793    "MSRIndex": "0",
1794    "MSRValue": "0",
1795    "TakenAlone": "0",
1796    "CounterMask": "0",
1797    "Invert": "0",
1798    "AnyThread": "0",
1799    "EdgeDetect": "0",
1800    "PEBS": "0",
1801    "Data_LA": "0",
1802    "L1_Hit_Indication": "0",
1803    "Errata": "0",
1804    "Offcore": "0"
1805  },
1806  {
1807    "EventCode": "0x58",
1808    "UMask": "0x02",
1809    "EventName": "MOVE_ELIMINATION.SIMD_ELIMINATED",
1810    "BriefDescription": "Number of SIMD Move Elimination candidate uops that were eliminated.",
1811    "PublicDescription": "Number of SIMD move elimination candidate uops that were eliminated.",
1812    "Counter": "0,1,2,3",
1813    "CounterHTOff": "0,1,2,3,4,5,6,7",
1814    "SampleAfterValue": "1000003",
1815    "MSRIndex": "0",
1816    "MSRValue": "0",
1817    "TakenAlone": "0",
1818    "CounterMask": "0",
1819    "Invert": "0",
1820    "AnyThread": "0",
1821    "EdgeDetect": "0",
1822    "PEBS": "0",
1823    "Data_LA": "0",
1824    "L1_Hit_Indication": "0",
1825    "Errata": "0",
1826    "Offcore": "0"
1827  },
1828  {
1829    "EventCode": "0x58",
1830    "UMask": "0x04",
1831    "EventName": "MOVE_ELIMINATION.INT_NOT_ELIMINATED",
1832    "BriefDescription": "Number of integer Move Elimination candidate uops that were not eliminated.",
1833    "PublicDescription": "Number of integer move elimination candidate uops that were not eliminated.",
1834    "Counter": "0,1,2,3",
1835    "CounterHTOff": "0,1,2,3,4,5,6,7",
1836    "SampleAfterValue": "1000003",
1837    "MSRIndex": "0",
1838    "MSRValue": "0",
1839    "TakenAlone": "0",
1840    "CounterMask": "0",
1841    "Invert": "0",
1842    "AnyThread": "0",
1843    "EdgeDetect": "0",
1844    "PEBS": "0",
1845    "Data_LA": "0",
1846    "L1_Hit_Indication": "0",
1847    "Errata": "0",
1848    "Offcore": "0"
1849  },
1850  {
1851    "EventCode": "0x58",
1852    "UMask": "0x08",
1853    "EventName": "MOVE_ELIMINATION.SIMD_NOT_ELIMINATED",
1854    "BriefDescription": "Number of SIMD Move Elimination candidate uops that were not eliminated.",
1855    "PublicDescription": "Number of SIMD move elimination candidate uops that were not eliminated.",
1856    "Counter": "0,1,2,3",
1857    "CounterHTOff": "0,1,2,3,4,5,6,7",
1858    "SampleAfterValue": "1000003",
1859    "MSRIndex": "0",
1860    "MSRValue": "0",
1861    "TakenAlone": "0",
1862    "CounterMask": "0",
1863    "Invert": "0",
1864    "AnyThread": "0",
1865    "EdgeDetect": "0",
1866    "PEBS": "0",
1867    "Data_LA": "0",
1868    "L1_Hit_Indication": "0",
1869    "Errata": "0",
1870    "Offcore": "0"
1871  },
1872  {
1873    "EventCode": "0x5C",
1874    "UMask": "0x01",
1875    "EventName": "CPL_CYCLES.RING0",
1876    "BriefDescription": "Unhalted core cycles when the thread is in ring 0",
1877    "PublicDescription": "Unhalted core cycles when the thread is in ring 0.",
1878    "Counter": "0,1,2,3",
1879    "CounterHTOff": "0,1,2,3,4,5,6,7",
1880    "SampleAfterValue": "2000003",
1881    "MSRIndex": "0",
1882    "MSRValue": "0",
1883    "TakenAlone": "0",
1884    "CounterMask": "0",
1885    "Invert": "0",
1886    "AnyThread": "0",
1887    "EdgeDetect": "0",
1888    "PEBS": "0",
1889    "Data_LA": "0",
1890    "L1_Hit_Indication": "0",
1891    "Errata": "0",
1892    "Offcore": "0"
1893  },
1894  {
1895    "EventCode": "0x5C",
1896    "UMask": "0x01",
1897    "EventName": "CPL_CYCLES.RING0_TRANS",
1898    "BriefDescription": "Number of intervals between processor halts while thread is in ring 0.",
1899    "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
1900    "Counter": "0,1,2,3",
1901    "CounterHTOff": "0,1,2,3,4,5,6,7",
1902    "SampleAfterValue": "100003",
1903    "MSRIndex": "0",
1904    "MSRValue": "0",
1905    "TakenAlone": "0",
1906    "CounterMask": "1",
1907    "Invert": "0",
1908    "AnyThread": "0",
1909    "EdgeDetect": "1",
1910    "PEBS": "0",
1911    "Data_LA": "0",
1912    "L1_Hit_Indication": "0",
1913    "Errata": "0",
1914    "Offcore": "0"
1915  },
1916  {
1917    "EventCode": "0x5C",
1918    "UMask": "0x02",
1919    "EventName": "CPL_CYCLES.RING123",
1920    "BriefDescription": "Unhalted core cycles when thread is in rings 1, 2, or 3",
1921    "PublicDescription": "Unhalted core cycles when the thread is not in ring 0.",
1922    "Counter": "0,1,2,3",
1923    "CounterHTOff": "0,1,2,3,4,5,6,7",
1924    "SampleAfterValue": "2000003",
1925    "MSRIndex": "0",
1926    "MSRValue": "0",
1927    "TakenAlone": "0",
1928    "CounterMask": "0",
1929    "Invert": "0",
1930    "AnyThread": "0",
1931    "EdgeDetect": "0",
1932    "PEBS": "0",
1933    "Data_LA": "0",
1934    "L1_Hit_Indication": "0",
1935    "Errata": "0",
1936    "Offcore": "0"
1937  },
1938  {
1939    "EventCode": "0x5d",
1940    "UMask": "0x01",
1941    "EventName": "TX_EXEC.MISC1",
1942    "BriefDescription": "Counts the number of times a class of instructions that may cause a transactional abort was executed. Since this is the count of execution, it may not always cause a transactional abort.",
1943    "PublicDescription": "Counts the number of times a class of instructions that may cause a transactional abort was executed. Since this is the count of execution, it may not always cause a transactional abort.",
1944    "Counter": "0,1,2,3",
1945    "CounterHTOff": "0,1,2,3,4,5,6,7",
1946    "SampleAfterValue": "2000003",
1947    "MSRIndex": "0",
1948    "MSRValue": "0",
1949    "TakenAlone": "0",
1950    "CounterMask": "0",
1951    "Invert": "0",
1952    "AnyThread": "0",
1953    "EdgeDetect": "0",
1954    "PEBS": "0",
1955    "Data_LA": "0",
1956    "L1_Hit_Indication": "0",
1957    "Errata": "0",
1958    "Offcore": "0"
1959  },
1960  {
1961    "EventCode": "0x5d",
1962    "UMask": "0x02",
1963    "EventName": "TX_EXEC.MISC2",
1964    "BriefDescription": "Counts the number of times a class of instructions (e.g., vzeroupper) that may cause a transactional abort was executed inside a transactional region.",
1965    "PublicDescription": "Counts the number of times a class of instructions (e.g., vzeroupper) that may cause a transactional abort was executed inside a transactional region.",
1966    "Counter": "0,1,2,3",
1967    "CounterHTOff": "0,1,2,3,4,5,6,7",
1968    "SampleAfterValue": "2000003",
1969    "MSRIndex": "0",
1970    "MSRValue": "0",
1971    "TakenAlone": "0",
1972    "CounterMask": "0",
1973    "Invert": "0",
1974    "AnyThread": "0",
1975    "EdgeDetect": "0",
1976    "PEBS": "0",
1977    "Data_LA": "0",
1978    "L1_Hit_Indication": "0",
1979    "Errata": "0",
1980    "Offcore": "0"
1981  },
1982  {
1983    "EventCode": "0x5d",
1984    "UMask": "0x04",
1985    "EventName": "TX_EXEC.MISC3",
1986    "BriefDescription": "Counts the number of times an instruction execution caused the transactional nest count supported to be exceeded.",
1987    "PublicDescription": "Counts the number of times an instruction execution caused the transactional nest count supported to be exceeded.",
1988    "Counter": "0,1,2,3",
1989    "CounterHTOff": "0,1,2,3,4,5,6,7",
1990    "SampleAfterValue": "2000003",
1991    "MSRIndex": "0",
1992    "MSRValue": "0",
1993    "TakenAlone": "0",
1994    "CounterMask": "0",
1995    "Invert": "0",
1996    "AnyThread": "0",
1997    "EdgeDetect": "0",
1998    "PEBS": "0",
1999    "Data_LA": "0",
2000    "L1_Hit_Indication": "0",
2001    "Errata": "0",
2002    "Offcore": "0"
2003  },
2004  {
2005    "EventCode": "0x5d",
2006    "UMask": "0x08",
2007    "EventName": "TX_EXEC.MISC4",
2008    "BriefDescription": "Counts the number of times a XBEGIN instruction was executed inside an HLE transactional region.",
2009    "PublicDescription": "Counts the number of times a XBEGIN instruction was executed inside an HLE transactional region.",
2010    "Counter": "0,1,2,3",
2011    "CounterHTOff": "0,1,2,3,4,5,6,7",
2012    "SampleAfterValue": "2000003",
2013    "MSRIndex": "0",
2014    "MSRValue": "0",
2015    "TakenAlone": "0",
2016    "CounterMask": "0",
2017    "Invert": "0",
2018    "AnyThread": "0",
2019    "EdgeDetect": "0",
2020    "PEBS": "0",
2021    "Data_LA": "0",
2022    "L1_Hit_Indication": "0",
2023    "Errata": "0",
2024    "Offcore": "0"
2025  },
2026  {
2027    "EventCode": "0x5d",
2028    "UMask": "0x10",
2029    "EventName": "TX_EXEC.MISC5",
2030    "BriefDescription": "Counts the number of times an HLE XACQUIRE instruction was executed inside an RTM transactional region.",
2031    "PublicDescription": "Counts the number of times an HLE XACQUIRE instruction was executed inside an RTM transactional region.",
2032    "Counter": "0,1,2,3",
2033    "CounterHTOff": "0,1,2,3,4,5,6,7",
2034    "SampleAfterValue": "2000003",
2035    "MSRIndex": "0",
2036    "MSRValue": "0",
2037    "TakenAlone": "0",
2038    "CounterMask": "0",
2039    "Invert": "0",
2040    "AnyThread": "0",
2041    "EdgeDetect": "0",
2042    "PEBS": "0",
2043    "Data_LA": "0",
2044    "L1_Hit_Indication": "0",
2045    "Errata": "0",
2046    "Offcore": "0"
2047  },
2048  {
2049    "EventCode": "0x5E",
2050    "UMask": "0x01",
2051    "EventName": "RS_EVENTS.EMPTY_CYCLES",
2052    "BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread",
2053    "PublicDescription": "This event counts cycles when the Reservation Station ( RS ) is empty for the thread. The RS is a structure that buffers allocated micro-ops from the Front-end. If there are many cycles when the RS is empty, it may represent an underflow of instructions delivered from the Front-end.",
2054    "Counter": "0,1,2,3",
2055    "CounterHTOff": "0,1,2,3,4,5,6,7",
2056    "SampleAfterValue": "2000003",
2057    "MSRIndex": "0",
2058    "MSRValue": "0",
2059    "TakenAlone": "0",
2060    "CounterMask": "0",
2061    "Invert": "0",
2062    "AnyThread": "0",
2063    "EdgeDetect": "0",
2064    "PEBS": "0",
2065    "Data_LA": "0",
2066    "L1_Hit_Indication": "0",
2067    "Errata": "0",
2068    "Offcore": "0"
2069  },
2070  {
2071    "EventCode": "0x5E",
2072    "UMask": "0x01",
2073    "EventName": "RS_EVENTS.EMPTY_END",
2074    "BriefDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be useful to precisely locate Frontend Latency Bound issues.",
2075    "PublicDescription": "Counts end of periods where the Reservation Station (RS) was empty. Could be useful to precisely locate Frontend Latency Bound issues.",
2076    "Counter": "0,1,2,3",
2077    "CounterHTOff": "0,1,2,3,4,5,6,7",
2078    "SampleAfterValue": "200003",
2079    "MSRIndex": "0",
2080    "MSRValue": "0",
2081    "TakenAlone": "0",
2082    "CounterMask": "1",
2083    "Invert": "1",
2084    "AnyThread": "0",
2085    "EdgeDetect": "1",
2086    "PEBS": "0",
2087    "Data_LA": "0",
2088    "L1_Hit_Indication": "0",
2089    "Errata": "0",
2090    "Offcore": "0"
2091  },
2092  {
2093    "EventCode": "0x60",
2094    "UMask": "0x01",
2095    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
2096    "BriefDescription": "Offcore outstanding Demand Data Read transactions in uncore queue.",
2097    "PublicDescription": "Offcore outstanding demand data read transactions in SQ to uncore. Set Cmask=1 to count cycles.",
2098    "Counter": "0,1,2,3",
2099    "CounterHTOff": "0,1,2,3,4,5,6,7",
2100    "SampleAfterValue": "2000003",
2101    "MSRIndex": "0",
2102    "MSRValue": "0",
2103    "TakenAlone": "0",
2104    "CounterMask": "0",
2105    "Invert": "0",
2106    "AnyThread": "0",
2107    "EdgeDetect": "0",
2108    "PEBS": "0",
2109    "Data_LA": "0",
2110    "L1_Hit_Indication": "0",
2111    "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80",
2112    "Offcore": "0"
2113  },
2114  {
2115    "EventCode": "0x60",
2116    "UMask": "0x01",
2117    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD",
2118    "BriefDescription": "Cycles when offcore outstanding Demand Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
2119    "PublicDescription": "Cycles when offcore outstanding Demand Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
2120    "Counter": "0,1,2,3",
2121    "CounterHTOff": "0,1,2,3,4,5,6,7",
2122    "SampleAfterValue": "2000003",
2123    "MSRIndex": "0",
2124    "MSRValue": "0",
2125    "TakenAlone": "0",
2126    "CounterMask": "1",
2127    "Invert": "0",
2128    "AnyThread": "0",
2129    "EdgeDetect": "0",
2130    "PEBS": "0",
2131    "Data_LA": "0",
2132    "L1_Hit_Indication": "0",
2133    "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80",
2134    "Offcore": "0"
2135  },
2136  {
2137    "EventCode": "0x60",
2138    "UMask": "0x01",
2139    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD_GE_6",
2140    "BriefDescription": "Cycles with at least 6 offcore outstanding Demand Data Read transactions in uncore queue.",
2141    "PublicDescription": "Cycles with at least 6 offcore outstanding Demand Data Read transactions in uncore queue.",
2142    "Counter": "0,1,2,3",
2143    "CounterHTOff": "0,1,2,3,4,5,6,7",
2144    "SampleAfterValue": "2000003",
2145    "MSRIndex": "0x00",
2146    "MSRValue": "0x00",
2147    "TakenAlone": "0",
2148    "CounterMask": "6",
2149    "Invert": "0",
2150    "AnyThread": "0",
2151    "EdgeDetect": "0",
2152    "PEBS": "0",
2153    "Data_LA": "0",
2154    "L1_Hit_Indication": "0",
2155    "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80",
2156    "Offcore": "0"
2157  },
2158  {
2159    "EventCode": "0x60",
2160    "UMask": "0x02",
2161    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD",
2162    "BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to uncore, every cycle",
2163    "PublicDescription": "Offcore outstanding Demand code Read transactions in SQ to uncore. Set Cmask=1 to count cycles.",
2164    "Counter": "0,1,2,3",
2165    "CounterHTOff": "0,1,2,3,4,5,6,7",
2166    "SampleAfterValue": "2000003",
2167    "MSRIndex": "0",
2168    "MSRValue": "0",
2169    "TakenAlone": "0",
2170    "CounterMask": "0",
2171    "Invert": "0",
2172    "AnyThread": "0",
2173    "EdgeDetect": "0",
2174    "PEBS": "0",
2175    "Data_LA": "0",
2176    "L1_Hit_Indication": "0",
2177    "Errata": "HSD62, HSD61, HSM63",
2178    "Offcore": "0"
2179  },
2180  {
2181    "EventCode": "0x60",
2182    "UMask": "0x04",
2183    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
2184    "BriefDescription": "Offcore outstanding RFO store transactions in SuperQueue (SQ), queue to uncore",
2185    "PublicDescription": "Offcore outstanding RFO store transactions in SQ to uncore. Set Cmask=1 to count cycles.",
2186    "Counter": "0,1,2,3",
2187    "CounterHTOff": "0,1,2,3,4,5,6,7",
2188    "SampleAfterValue": "2000003",
2189    "MSRIndex": "0",
2190    "MSRValue": "0",
2191    "TakenAlone": "0",
2192    "CounterMask": "0",
2193    "Invert": "0",
2194    "AnyThread": "0",
2195    "EdgeDetect": "0",
2196    "PEBS": "0",
2197    "Data_LA": "0",
2198    "L1_Hit_Indication": "0",
2199    "Errata": "HSD62, HSD61, HSM63",
2200    "Offcore": "0"
2201  },
2202  {
2203    "EventCode": "0x60",
2204    "UMask": "0x04",
2205    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
2206    "BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle.",
2207    "PublicDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle.",
2208    "Counter": "0,1,2,3",
2209    "CounterHTOff": "0,1,2,3,4,5,6,7",
2210    "SampleAfterValue": "2000003",
2211    "MSRIndex": "0",
2212    "MSRValue": "0",
2213    "TakenAlone": "0",
2214    "CounterMask": "1",
2215    "Invert": "0",
2216    "AnyThread": "0",
2217    "EdgeDetect": "0",
2218    "PEBS": "0",
2219    "Data_LA": "0",
2220    "L1_Hit_Indication": "0",
2221    "Errata": "HSD62, HSD61, HSM63",
2222    "Offcore": "0"
2223  },
2224  {
2225    "EventCode": "0x60",
2226    "UMask": "0x08",
2227    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
2228    "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore",
2229    "PublicDescription": "Offcore outstanding cacheable data read transactions in SQ to uncore. Set Cmask=1 to count cycles.",
2230    "Counter": "0,1,2,3",
2231    "CounterHTOff": "0,1,2,3,4,5,6,7",
2232    "SampleAfterValue": "2000003",
2233    "MSRIndex": "0",
2234    "MSRValue": "0",
2235    "TakenAlone": "0",
2236    "CounterMask": "0",
2237    "Invert": "0",
2238    "AnyThread": "0",
2239    "EdgeDetect": "0",
2240    "PEBS": "0",
2241    "Data_LA": "0",
2242    "L1_Hit_Indication": "0",
2243    "Errata": "HSD62, HSD61, HSM63",
2244    "Offcore": "0"
2245  },
2246  {
2247    "EventCode": "0x60",
2248    "UMask": "0x08",
2249    "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
2250    "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
2251    "PublicDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
2252    "Counter": "0,1,2,3",
2253    "CounterHTOff": "0,1,2,3,4,5,6,7",
2254    "SampleAfterValue": "2000003",
2255    "MSRIndex": "0",
2256    "MSRValue": "0",
2257    "TakenAlone": "0",
2258    "CounterMask": "1",
2259    "Invert": "0",
2260    "AnyThread": "0",
2261    "EdgeDetect": "0",
2262    "PEBS": "0",
2263    "Data_LA": "0",
2264    "L1_Hit_Indication": "0",
2265    "Errata": "HSD62, HSD61, HSM63",
2266    "Offcore": "0"
2267  },
2268  {
2269    "EventCode": "0x63",
2270    "UMask": "0x01",
2271    "EventName": "LOCK_CYCLES.SPLIT_LOCK_UC_LOCK_DURATION",
2272    "BriefDescription": "Cycles when L1 and L2 are locked due to UC or split lock",
2273    "PublicDescription": "Cycles in which the L1D and L2 are locked, due to a UC lock or split lock.",
2274    "Counter": "0,1,2,3",
2275    "CounterHTOff": "0,1,2,3,4,5,6,7",
2276    "SampleAfterValue": "2000003",
2277    "MSRIndex": "0",
2278    "MSRValue": "0",
2279    "TakenAlone": "0",
2280    "CounterMask": "0",
2281    "Invert": "0",
2282    "AnyThread": "0",
2283    "EdgeDetect": "0",
2284    "PEBS": "0",
2285    "Data_LA": "0",
2286    "L1_Hit_Indication": "0",
2287    "Errata": "0",
2288    "Offcore": "0"
2289  },
2290  {
2291    "EventCode": "0x63",
2292    "UMask": "0x02",
2293    "EventName": "LOCK_CYCLES.CACHE_LOCK_DURATION",
2294    "BriefDescription": "Cycles when L1D is locked",
2295    "PublicDescription": "Cycles in which the L1D is locked.",
2296    "Counter": "0,1,2,3",
2297    "CounterHTOff": "0,1,2,3,4,5,6,7",
2298    "SampleAfterValue": "2000003",
2299    "MSRIndex": "0",
2300    "MSRValue": "0",
2301    "TakenAlone": "0",
2302    "CounterMask": "0",
2303    "Invert": "0",
2304    "AnyThread": "0",
2305    "EdgeDetect": "0",
2306    "PEBS": "0",
2307    "Data_LA": "0",
2308    "L1_Hit_Indication": "0",
2309    "Errata": "0",
2310    "Offcore": "0"
2311  },
2312  {
2313    "EventCode": "0x79",
2314    "UMask": "0x02",
2315    "EventName": "IDQ.EMPTY",
2316    "BriefDescription": "Instruction Decode Queue (IDQ) empty cycles",
2317    "PublicDescription": "Counts cycles the IDQ is empty.",
2318    "Counter": "0,1,2,3",
2319    "CounterHTOff": "0,1,2,3",
2320    "SampleAfterValue": "2000003",
2321    "MSRIndex": "0",
2322    "MSRValue": "0",
2323    "TakenAlone": "0",
2324    "CounterMask": "0",
2325    "Invert": "0",
2326    "AnyThread": "0",
2327    "EdgeDetect": "0",
2328    "PEBS": "0",
2329    "Data_LA": "0",
2330    "L1_Hit_Indication": "0",
2331    "Errata": "HSD135",
2332    "Offcore": "0"
2333  },
2334  {
2335    "EventCode": "0x79",
2336    "UMask": "0x04",
2337    "EventName": "IDQ.MITE_UOPS",
2338    "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path",
2339    "PublicDescription": "Increment each cycle # of uops delivered to IDQ from MITE path. Set Cmask = 1 to count cycles.",
2340    "Counter": "0,1,2,3",
2341    "CounterHTOff": "0,1,2,3,4,5,6,7",
2342    "SampleAfterValue": "2000003",
2343    "MSRIndex": "0",
2344    "MSRValue": "0",
2345    "TakenAlone": "0",
2346    "CounterMask": "0",
2347    "Invert": "0",
2348    "AnyThread": "0",
2349    "EdgeDetect": "0",
2350    "PEBS": "0",
2351    "Data_LA": "0",
2352    "L1_Hit_Indication": "0",
2353    "Errata": "0",
2354    "Offcore": "0"
2355  },
2356  {
2357    "EventCode": "0x79",
2358    "UMask": "0x04",
2359    "EventName": "IDQ.MITE_CYCLES",
2360    "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from MITE path.",
2361    "PublicDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from MITE path.",
2362    "Counter": "0,1,2,3",
2363    "CounterHTOff": "0,1,2,3,4,5,6,7",
2364    "SampleAfterValue": "2000003",
2365    "MSRIndex": "0",
2366    "MSRValue": "0",
2367    "TakenAlone": "0",
2368    "CounterMask": "1",
2369    "Invert": "0",
2370    "AnyThread": "0",
2371    "EdgeDetect": "0",
2372    "PEBS": "0",
2373    "Data_LA": "0",
2374    "L1_Hit_Indication": "0",
2375    "Errata": "0",
2376    "Offcore": "0"
2377  },
2378  {
2379    "EventCode": "0x79",
2380    "UMask": "0x08",
2381    "EventName": "IDQ.DSB_UOPS",
2382    "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path",
2383    "PublicDescription": "Increment each cycle. # of uops delivered to IDQ from DSB path. Set Cmask = 1 to count cycles.",
2384    "Counter": "0,1,2,3",
2385    "CounterHTOff": "0,1,2,3,4,5,6,7",
2386    "SampleAfterValue": "2000003",
2387    "MSRIndex": "0",
2388    "MSRValue": "0",
2389    "TakenAlone": "0",
2390    "CounterMask": "0",
2391    "Invert": "0",
2392    "AnyThread": "0",
2393    "EdgeDetect": "0",
2394    "PEBS": "0",
2395    "Data_LA": "0",
2396    "L1_Hit_Indication": "0",
2397    "Errata": "0",
2398    "Offcore": "0"
2399  },
2400  {
2401    "EventCode": "0x79",
2402    "UMask": "0x08",
2403    "EventName": "IDQ.DSB_CYCLES",
2404    "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from Decode Stream Buffer (DSB) path.",
2405    "PublicDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from Decode Stream Buffer (DSB) path.",
2406    "Counter": "0,1,2,3",
2407    "CounterHTOff": "0,1,2,3,4,5,6,7",
2408    "SampleAfterValue": "2000003",
2409    "MSRIndex": "0",
2410    "MSRValue": "0",
2411    "TakenAlone": "0",
2412    "CounterMask": "1",
2413    "Invert": "0",
2414    "AnyThread": "0",
2415    "EdgeDetect": "0",
2416    "PEBS": "0",
2417    "Data_LA": "0",
2418    "L1_Hit_Indication": "0",
2419    "Errata": "0",
2420    "Offcore": "0"
2421  },
2422  {
2423    "EventCode": "0x79",
2424    "UMask": "0x10",
2425    "EventName": "IDQ.MS_DSB_UOPS",
2426    "BriefDescription": "Uops initiated by Decode Stream Buffer (DSB) that are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy",
2427    "PublicDescription": "Increment each cycle # of uops delivered to IDQ when MS_busy by DSB. Set Cmask = 1 to count cycles. Add Edge=1 to count # of delivery.",
2428    "Counter": "0,1,2,3",
2429    "CounterHTOff": "0,1,2,3,4,5,6,7",
2430    "SampleAfterValue": "2000003",
2431    "MSRIndex": "0",
2432    "MSRValue": "0",
2433    "TakenAlone": "0",
2434    "CounterMask": "0",
2435    "Invert": "0",
2436    "AnyThread": "0",
2437    "EdgeDetect": "0",
2438    "PEBS": "0",
2439    "Data_LA": "0",
2440    "L1_Hit_Indication": "0",
2441    "Errata": "0",
2442    "Offcore": "0"
2443  },
2444  {
2445    "EventCode": "0x79",
2446    "UMask": "0x10",
2447    "EventName": "IDQ.MS_DSB_CYCLES",
2448    "BriefDescription": "Cycles when uops initiated by Decode Stream Buffer (DSB) are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
2449    "PublicDescription": "Cycles when uops initiated by Decode Stream Buffer (DSB) are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy.",
2450    "Counter": "0,1,2,3",
2451    "CounterHTOff": "0,1,2,3,4,5,6,7",
2452    "SampleAfterValue": "2000003",
2453    "MSRIndex": "0",
2454    "MSRValue": "0",
2455    "TakenAlone": "0",
2456    "CounterMask": "1",
2457    "Invert": "0",
2458    "AnyThread": "0",
2459    "EdgeDetect": "0",
2460    "PEBS": "0",
2461    "Data_LA": "0",
2462    "L1_Hit_Indication": "0",
2463    "Errata": "0",
2464    "Offcore": "0"
2465  },
2466  {
2467    "EventCode": "0x79",
2468    "UMask": "0x10",
2469    "EventName": "IDQ.MS_DSB_OCCUR",
2470    "BriefDescription": "Deliveries to Instruction Decode Queue (IDQ) initiated by Decode Stream Buffer (DSB) while Microcode Sequenser (MS) is busy.",
2471    "PublicDescription": "Deliveries to Instruction Decode Queue (IDQ) initiated by Decode Stream Buffer (DSB) while Microcode Sequenser (MS) is busy.",
2472    "Counter": "0,1,2,3",
2473    "CounterHTOff": "0,1,2,3,4,5,6,7",
2474    "SampleAfterValue": "2000003",
2475    "MSRIndex": "0",
2476    "MSRValue": "0",
2477    "TakenAlone": "0",
2478    "CounterMask": "1",
2479    "Invert": "0",
2480    "AnyThread": "0",
2481    "EdgeDetect": "1",
2482    "PEBS": "0",
2483    "Data_LA": "0",
2484    "L1_Hit_Indication": "0",
2485    "Errata": "0",
2486    "Offcore": "0"
2487  },
2488  {
2489    "EventCode": "0x79",
2490    "UMask": "0x18",
2491    "EventName": "IDQ.ALL_DSB_CYCLES_4_UOPS",
2492    "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering 4 Uops",
2493    "PublicDescription": "Counts cycles DSB is delivered four uops. Set Cmask = 4.",
2494    "Counter": "0,1,2,3",
2495    "CounterHTOff": "0,1,2,3,4,5,6,7",
2496    "SampleAfterValue": "2000003",
2497    "MSRIndex": "0",
2498    "MSRValue": "0",
2499    "TakenAlone": "0",
2500    "CounterMask": "4",
2501    "Invert": "0",
2502    "AnyThread": "0",
2503    "EdgeDetect": "0",
2504    "PEBS": "0",
2505    "Data_LA": "0",
2506    "L1_Hit_Indication": "0",
2507    "Errata": "0",
2508    "Offcore": "0"
2509  },
2510  {
2511    "EventCode": "0x79",
2512    "UMask": "0x18",
2513    "EventName": "IDQ.ALL_DSB_CYCLES_ANY_UOPS",
2514    "BriefDescription": "Cycles Decode Stream Buffer (DSB) is delivering any Uop",
2515    "PublicDescription": "Counts cycles DSB is delivered at least one uops. Set Cmask = 1.",
2516    "Counter": "0,1,2,3",
2517    "CounterHTOff": "0,1,2,3,4,5,6,7",
2518    "SampleAfterValue": "2000003",
2519    "MSRIndex": "0",
2520    "MSRValue": "0",
2521    "TakenAlone": "0",
2522    "CounterMask": "1",
2523    "Invert": "0",
2524    "AnyThread": "0",
2525    "EdgeDetect": "0",
2526    "PEBS": "0",
2527    "Data_LA": "0",
2528    "L1_Hit_Indication": "0",
2529    "Errata": "0",
2530    "Offcore": "0"
2531  },
2532  {
2533    "EventCode": "0x79",
2534    "UMask": "0x20",
2535    "EventName": "IDQ.MS_MITE_UOPS",
2536    "BriefDescription": "Uops initiated by MITE and delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy",
2537    "PublicDescription": "Increment each cycle # of uops delivered to IDQ when MS_busy by MITE. Set Cmask = 1 to count cycles.",
2538    "Counter": "0,1,2,3",
2539    "CounterHTOff": "0,1,2,3,4,5,6,7",
2540    "SampleAfterValue": "2000003",
2541    "MSRIndex": "0",
2542    "MSRValue": "0",
2543    "TakenAlone": "0",
2544    "CounterMask": "0",
2545    "Invert": "0",
2546    "AnyThread": "0",
2547    "EdgeDetect": "0",
2548    "PEBS": "0",
2549    "Data_LA": "0",
2550    "L1_Hit_Indication": "0",
2551    "Errata": "0",
2552    "Offcore": "0"
2553  },
2554  {
2555    "EventCode": "0x79",
2556    "UMask": "0x24",
2557    "EventName": "IDQ.ALL_MITE_CYCLES_4_UOPS",
2558    "BriefDescription": "Cycles MITE is delivering 4 Uops",
2559    "PublicDescription": "Counts cycles MITE is delivered four uops. Set Cmask = 4.",
2560    "Counter": "0,1,2,3",
2561    "CounterHTOff": "0,1,2,3,4,5,6,7",
2562    "SampleAfterValue": "2000003",
2563    "MSRIndex": "0",
2564    "MSRValue": "0",
2565    "TakenAlone": "0",
2566    "CounterMask": "4",
2567    "Invert": "0",
2568    "AnyThread": "0",
2569    "EdgeDetect": "0",
2570    "PEBS": "0",
2571    "Data_LA": "0",
2572    "L1_Hit_Indication": "0",
2573    "Errata": "0",
2574    "Offcore": "0"
2575  },
2576  {
2577    "EventCode": "0x79",
2578    "UMask": "0x24",
2579    "EventName": "IDQ.ALL_MITE_CYCLES_ANY_UOPS",
2580    "BriefDescription": "Cycles MITE is delivering any Uop",
2581    "PublicDescription": "Counts cycles MITE is delivered at least one uop. Set Cmask = 1.",
2582    "Counter": "0,1,2,3",
2583    "CounterHTOff": "0,1,2,3,4,5,6,7",
2584    "SampleAfterValue": "2000003",
2585    "MSRIndex": "0",
2586    "MSRValue": "0",
2587    "TakenAlone": "0",
2588    "CounterMask": "1",
2589    "Invert": "0",
2590    "AnyThread": "0",
2591    "EdgeDetect": "0",
2592    "PEBS": "0",
2593    "Data_LA": "0",
2594    "L1_Hit_Indication": "0",
2595    "Errata": "0",
2596    "Offcore": "0"
2597  },
2598  {
2599    "EventCode": "0x79",
2600    "UMask": "0x30",
2601    "EventName": "IDQ.MS_UOPS",
2602    "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy",
2603    "PublicDescription": "This event counts uops delivered by the Front-end with the assistance of the microcode sequencer.  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.",
2604    "Counter": "0,1,2,3",
2605    "CounterHTOff": "0,1,2,3,4,5,6,7",
2606    "SampleAfterValue": "2000003",
2607    "MSRIndex": "0",
2608    "MSRValue": "0",
2609    "TakenAlone": "0",
2610    "CounterMask": "0",
2611    "Invert": "0",
2612    "AnyThread": "0",
2613    "EdgeDetect": "0",
2614    "PEBS": "0",
2615    "Data_LA": "0",
2616    "L1_Hit_Indication": "0",
2617    "Errata": "0",
2618    "Offcore": "0"
2619  },
2620  {
2621    "EventCode": "0x79",
2622    "UMask": "0x30",
2623    "EventName": "IDQ.MS_CYCLES",
2624    "BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) while Microcode Sequenser (MS) is busy",
2625    "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.",
2626    "Counter": "0,1,2,3",
2627    "CounterHTOff": "0,1,2,3,4,5,6,7",
2628    "SampleAfterValue": "2000003",
2629    "MSRIndex": "0",
2630    "MSRValue": "0",
2631    "TakenAlone": "0",
2632    "CounterMask": "1",
2633    "Invert": "0",
2634    "AnyThread": "0",
2635    "EdgeDetect": "0",
2636    "PEBS": "0",
2637    "Data_LA": "0",
2638    "L1_Hit_Indication": "0",
2639    "Errata": "0",
2640    "Offcore": "0"
2641  },
2642  {
2643    "EventCode": "0x79",
2644    "UMask": "0x30",
2645    "EventName": "IDQ.MS_SWITCHES",
2646    "BriefDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
2647    "PublicDescription": "Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer.",
2648    "Counter": "0,1,2,3",
2649    "CounterHTOff": "0,1,2,3,4,5,6,7",
2650    "SampleAfterValue": "2000003",
2651    "MSRIndex": "0",
2652    "MSRValue": "0",
2653    "TakenAlone": "0",
2654    "CounterMask": "1",
2655    "Invert": "0",
2656    "AnyThread": "0",
2657    "EdgeDetect": "1",
2658    "PEBS": "0",
2659    "Data_LA": "0",
2660    "L1_Hit_Indication": "0",
2661    "Errata": "0",
2662    "Offcore": "0"
2663  },
2664  {
2665    "EventCode": "0x79",
2666    "UMask": "0x3c",
2667    "EventName": "IDQ.MITE_ALL_UOPS",
2668    "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path",
2669    "PublicDescription": "Number of uops delivered to IDQ from any path.",
2670    "Counter": "0,1,2,3",
2671    "CounterHTOff": "0,1,2,3,4,5,6,7",
2672    "SampleAfterValue": "2000003",
2673    "MSRIndex": "0",
2674    "MSRValue": "0",
2675    "TakenAlone": "0",
2676    "CounterMask": "0",
2677    "Invert": "0",
2678    "AnyThread": "0",
2679    "EdgeDetect": "0",
2680    "PEBS": "0",
2681    "Data_LA": "0",
2682    "L1_Hit_Indication": "0",
2683    "Errata": "0",
2684    "Offcore": "0"
2685  },
2686  {
2687    "EventCode": "0x80",
2688    "UMask": "0x01",
2689    "EventName": "ICACHE.HIT",
2690    "BriefDescription": "Number of Instruction Cache, Streaming Buffer and Victim Cache Reads. both cacheable and noncacheable, including UC fetches.",
2691    "PublicDescription": "Number of Instruction Cache, Streaming Buffer and Victim Cache Reads. both cacheable and noncacheable, including UC fetches.",
2692    "Counter": "0,1,2,3",
2693    "CounterHTOff": "0,1,2,3,4,5,6,7",
2694    "SampleAfterValue": "2000003",
2695    "MSRIndex": "0",
2696    "MSRValue": "0",
2697    "TakenAlone": "0",
2698    "CounterMask": "0",
2699    "Invert": "0",
2700    "AnyThread": "0",
2701    "EdgeDetect": "0",
2702    "PEBS": "0",
2703    "Data_LA": "0",
2704    "L1_Hit_Indication": "0",
2705    "Errata": "0",
2706    "Offcore": "0"
2707  },
2708  {
2709    "EventCode": "0x80",
2710    "UMask": "0x02",
2711    "EventName": "ICACHE.MISSES",
2712    "BriefDescription": "Number of Instruction Cache, Streaming Buffer and Victim Cache Misses. Includes Uncacheable accesses.",
2713    "PublicDescription": "This event counts Instruction Cache (ICACHE) misses.",
2714    "Counter": "0,1,2,3",
2715    "CounterHTOff": "0,1,2,3,4,5,6,7",
2716    "SampleAfterValue": "200003",
2717    "MSRIndex": "0",
2718    "MSRValue": "0",
2719    "TakenAlone": "0",
2720    "CounterMask": "0",
2721    "Invert": "0",
2722    "AnyThread": "0",
2723    "EdgeDetect": "0",
2724    "PEBS": "0",
2725    "Data_LA": "0",
2726    "L1_Hit_Indication": "0",
2727    "Errata": "0",
2728    "Offcore": "0"
2729  },
2730  {
2731    "EventCode": "0x80",
2732    "UMask": "0x04",
2733    "EventName": "ICACHE.IFETCH_STALL",
2734    "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction-cache miss.",
2735    "PublicDescription": "Cycles where a code fetch is stalled due to L1 instruction-cache miss.",
2736    "Counter": "0,1,2,3",
2737    "CounterHTOff": "0,1,2,3,4,5,6,7",
2738    "SampleAfterValue": "2000003",
2739    "MSRIndex": "0",
2740    "MSRValue": "0",
2741    "TakenAlone": "0",
2742    "CounterMask": "0",
2743    "Invert": "0",
2744    "AnyThread": "0",
2745    "EdgeDetect": "0",
2746    "PEBS": "0",
2747    "Data_LA": "0",
2748    "L1_Hit_Indication": "0",
2749    "Errata": "0",
2750    "Offcore": "0"
2751  },
2752  {
2753    "EventCode": "0x80",
2754    "UMask": "0x04",
2755    "EventName": "ICACHE.IFDATA_STALL",
2756    "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction-cache miss.",
2757    "PublicDescription": "Cycles where a code fetch is stalled due to L1 instruction-cache miss.",
2758    "Counter": "0,1,2,3",
2759    "CounterHTOff": "0,1,2,3,4,5,6,7",
2760    "SampleAfterValue": "2000003",
2761    "MSRIndex": "0",
2762    "MSRValue": "0",
2763    "TakenAlone": "0",
2764    "CounterMask": "0",
2765    "Invert": "0",
2766    "AnyThread": "0",
2767    "EdgeDetect": "0",
2768    "PEBS": "0",
2769    "Data_LA": "0",
2770    "L1_Hit_Indication": "0",
2771    "Errata": "0",
2772    "Offcore": "0"
2773  },
2774  {
2775    "EventCode": "0x85",
2776    "UMask": "0x01",
2777    "EventName": "ITLB_MISSES.MISS_CAUSES_A_WALK",
2778    "BriefDescription": "Misses at all ITLB levels that cause page walks",
2779    "PublicDescription": "Misses in ITLB that causes a page walk of any page size.",
2780    "Counter": "0,1,2,3",
2781    "CounterHTOff": "0,1,2,3,4,5,6,7",
2782    "SampleAfterValue": "100003",
2783    "MSRIndex": "0",
2784    "MSRValue": "0",
2785    "TakenAlone": "0",
2786    "CounterMask": "0",
2787    "Invert": "0",
2788    "AnyThread": "0",
2789    "EdgeDetect": "0",
2790    "PEBS": "0",
2791    "Data_LA": "0",
2792    "L1_Hit_Indication": "0",
2793    "Errata": "0",
2794    "Offcore": "0"
2795  },
2796  {
2797    "EventCode": "0x85",
2798    "UMask": "0x02",
2799    "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
2800    "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
2801    "PublicDescription": "Completed page walks due to misses in ITLB 4K page entries.",
2802    "Counter": "0,1,2,3",
2803    "CounterHTOff": "0,1,2,3,4,5,6,7",
2804    "SampleAfterValue": "100003",
2805    "MSRIndex": "0",
2806    "MSRValue": "0",
2807    "TakenAlone": "0",
2808    "CounterMask": "0",
2809    "Invert": "0",
2810    "AnyThread": "0",
2811    "EdgeDetect": "0",
2812    "PEBS": "0",
2813    "Data_LA": "0",
2814    "L1_Hit_Indication": "0",
2815    "Errata": "0",
2816    "Offcore": "0"
2817  },
2818  {
2819    "EventCode": "0x85",
2820    "UMask": "0x04",
2821    "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
2822    "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)",
2823    "PublicDescription": "Completed page walks due to misses in ITLB 2M/4M page entries.",
2824    "Counter": "0,1,2,3",
2825    "CounterHTOff": "0,1,2,3,4,5,6,7",
2826    "SampleAfterValue": "100003",
2827    "MSRIndex": "0",
2828    "MSRValue": "0",
2829    "TakenAlone": "0",
2830    "CounterMask": "0",
2831    "Invert": "0",
2832    "AnyThread": "0",
2833    "EdgeDetect": "0",
2834    "PEBS": "0",
2835    "Data_LA": "0",
2836    "L1_Hit_Indication": "0",
2837    "Errata": "0",
2838    "Offcore": "0"
2839  },
2840  {
2841    "EventCode": "0x85",
2842    "UMask": "0x08",
2843    "EventName": "ITLB_MISSES.WALK_COMPLETED_1G",
2844    "BriefDescription": "Store miss in all TLB levels causes a page walk that completes. (1G)",
2845    "PublicDescription": "Store miss in all TLB levels causes a page walk that completes. (1G)",
2846    "Counter": "0,1,2,3",
2847    "CounterHTOff": "0,1,2,3,4,5,6,7",
2848    "SampleAfterValue": "100003",
2849    "MSRIndex": "0",
2850    "MSRValue": "0",
2851    "TakenAlone": "0",
2852    "CounterMask": "0",
2853    "Invert": "0",
2854    "AnyThread": "0",
2855    "EdgeDetect": "0",
2856    "PEBS": "0",
2857    "Data_LA": "0",
2858    "L1_Hit_Indication": "0",
2859    "Errata": "0",
2860    "Offcore": "0"
2861  },
2862  {
2863    "EventCode": "0x85",
2864    "UMask": "0x0e",
2865    "EventName": "ITLB_MISSES.WALK_COMPLETED",
2866    "BriefDescription": "Misses in all ITLB levels that cause completed page walks",
2867    "PublicDescription": "Completed page walks in ITLB of any page size.",
2868    "Counter": "0,1,2,3",
2869    "CounterHTOff": "0,1,2,3,4,5,6,7",
2870    "SampleAfterValue": "100003",
2871    "MSRIndex": "0",
2872    "MSRValue": "0",
2873    "TakenAlone": "0",
2874    "CounterMask": "0",
2875    "Invert": "0",
2876    "AnyThread": "0",
2877    "EdgeDetect": "0",
2878    "PEBS": "0",
2879    "Data_LA": "0",
2880    "L1_Hit_Indication": "0",
2881    "Errata": "0",
2882    "Offcore": "0"
2883  },
2884  {
2885    "EventCode": "0x85",
2886    "UMask": "0x10",
2887    "EventName": "ITLB_MISSES.WALK_DURATION",
2888    "BriefDescription": "Cycles when PMH is busy with page walks",
2889    "PublicDescription": "This event counts cycles when the  page miss handler (PMH) is servicing page walks caused by ITLB misses.",
2890    "Counter": "0,1,2,3",
2891    "CounterHTOff": "0,1,2,3,4,5,6,7",
2892    "SampleAfterValue": "100003",
2893    "MSRIndex": "0",
2894    "MSRValue": "0",
2895    "TakenAlone": "0",
2896    "CounterMask": "0",
2897    "Invert": "0",
2898    "AnyThread": "0",
2899    "EdgeDetect": "0",
2900    "PEBS": "0",
2901    "Data_LA": "0",
2902    "L1_Hit_Indication": "0",
2903    "Errata": "0",
2904    "Offcore": "0"
2905  },
2906  {
2907    "EventCode": "0x85",
2908    "UMask": "0x20",
2909    "EventName": "ITLB_MISSES.STLB_HIT_4K",
2910    "BriefDescription": "Core misses that miss the  DTLB and hit the STLB (4K)",
2911    "PublicDescription": "ITLB misses that hit STLB (4K).",
2912    "Counter": "0,1,2,3",
2913    "CounterHTOff": "0,1,2,3,4,5,6,7",
2914    "SampleAfterValue": "100003",
2915    "MSRIndex": "0",
2916    "MSRValue": "0",
2917    "TakenAlone": "0",
2918    "CounterMask": "0",
2919    "Invert": "0",
2920    "AnyThread": "0",
2921    "EdgeDetect": "0",
2922    "PEBS": "0",
2923    "Data_LA": "0",
2924    "L1_Hit_Indication": "0",
2925    "Errata": "0",
2926    "Offcore": "0"
2927  },
2928  {
2929    "EventCode": "0x85",
2930    "UMask": "0x40",
2931    "EventName": "ITLB_MISSES.STLB_HIT_2M",
2932    "BriefDescription": "Code misses that miss the  DTLB and hit the STLB (2M)",
2933    "PublicDescription": "ITLB misses that hit STLB (2M).",
2934    "Counter": "0,1,2,3",
2935    "CounterHTOff": "0,1,2,3,4,5,6,7",
2936    "SampleAfterValue": "100003",
2937    "MSRIndex": "0",
2938    "MSRValue": "0",
2939    "TakenAlone": "0",
2940    "CounterMask": "0",
2941    "Invert": "0",
2942    "AnyThread": "0",
2943    "EdgeDetect": "0",
2944    "PEBS": "0",
2945    "Data_LA": "0",
2946    "L1_Hit_Indication": "0",
2947    "Errata": "0",
2948    "Offcore": "0"
2949  },
2950  {
2951    "EventCode": "0x85",
2952    "UMask": "0x60",
2953    "EventName": "ITLB_MISSES.STLB_HIT",
2954    "BriefDescription": "Operations that miss the first ITLB level but hit the second and do not cause any page walks",
2955    "PublicDescription": "ITLB misses that hit STLB. No page walk.",
2956    "Counter": "0,1,2,3",
2957    "CounterHTOff": "0,1,2,3,4,5,6,7",
2958    "SampleAfterValue": "100003",
2959    "MSRIndex": "0",
2960    "MSRValue": "0",
2961    "TakenAlone": "0",
2962    "CounterMask": "0",
2963    "Invert": "0",
2964    "AnyThread": "0",
2965    "EdgeDetect": "0",
2966    "PEBS": "0",
2967    "Data_LA": "0",
2968    "L1_Hit_Indication": "0",
2969    "Errata": "0",
2970    "Offcore": "0"
2971  },
2972  {
2973    "EventCode": "0x87",
2974    "UMask": "0x01",
2975    "EventName": "ILD_STALL.LCP",
2976    "BriefDescription": "Stalls caused by changing prefix length of the instruction.",
2977    "PublicDescription": "This event counts cycles where the decoder is stalled on an instruction with a length changing prefix (LCP).",
2978    "Counter": "0,1,2,3",
2979    "CounterHTOff": "0,1,2,3,4,5,6,7",
2980    "SampleAfterValue": "2000003",
2981    "MSRIndex": "0",
2982    "MSRValue": "0",
2983    "TakenAlone": "0",
2984    "CounterMask": "0",
2985    "Invert": "0",
2986    "AnyThread": "0",
2987    "EdgeDetect": "0",
2988    "PEBS": "0",
2989    "Data_LA": "0",
2990    "L1_Hit_Indication": "0",
2991    "Errata": "0",
2992    "Offcore": "0"
2993  },
2994  {
2995    "EventCode": "0x87",
2996    "UMask": "0x04",
2997    "EventName": "ILD_STALL.IQ_FULL",
2998    "BriefDescription": "Stall cycles because IQ is full",
2999    "PublicDescription": "Stall cycles due to IQ is full.",
3000    "Counter": "0,1,2,3",
3001    "CounterHTOff": "0,1,2,3,4,5,6,7",
3002    "SampleAfterValue": "2000003",
3003    "MSRIndex": "0",
3004    "MSRValue": "0",
3005    "TakenAlone": "0",
3006    "CounterMask": "0",
3007    "Invert": "0",
3008    "AnyThread": "0",
3009    "EdgeDetect": "0",
3010    "PEBS": "0",
3011    "Data_LA": "0",
3012    "L1_Hit_Indication": "0",
3013    "Errata": "0",
3014    "Offcore": "0"
3015  },
3016  {
3017    "EventCode": "0x88",
3018    "UMask": "0x41",
3019    "EventName": "BR_INST_EXEC.NONTAKEN_CONDITIONAL",
3020    "BriefDescription": "Not taken macro-conditional branches.",
3021    "PublicDescription": "Not taken macro-conditional branches.",
3022    "Counter": "0,1,2,3",
3023    "CounterHTOff": "0,1,2,3,4,5,6,7",
3024    "SampleAfterValue": "200003",
3025    "MSRIndex": "0",
3026    "MSRValue": "0",
3027    "TakenAlone": "0",
3028    "CounterMask": "0",
3029    "Invert": "0",
3030    "AnyThread": "0",
3031    "EdgeDetect": "0",
3032    "PEBS": "0",
3033    "Data_LA": "0",
3034    "L1_Hit_Indication": "0",
3035    "Errata": "0",
3036    "Offcore": "0"
3037  },
3038  {
3039    "EventCode": "0x88",
3040    "UMask": "0x81",
3041    "EventName": "BR_INST_EXEC.TAKEN_CONDITIONAL",
3042    "BriefDescription": "Taken speculative and retired macro-conditional branches.",
3043    "PublicDescription": "Taken speculative and retired macro-conditional branches.",
3044    "Counter": "0,1,2,3",
3045    "CounterHTOff": "0,1,2,3,4,5,6,7",
3046    "SampleAfterValue": "200003",
3047    "MSRIndex": "0",
3048    "MSRValue": "0",
3049    "TakenAlone": "0",
3050    "CounterMask": "0",
3051    "Invert": "0",
3052    "AnyThread": "0",
3053    "EdgeDetect": "0",
3054    "PEBS": "0",
3055    "Data_LA": "0",
3056    "L1_Hit_Indication": "0",
3057    "Errata": "0",
3058    "Offcore": "0"
3059  },
3060  {
3061    "EventCode": "0x88",
3062    "UMask": "0x82",
3063    "EventName": "BR_INST_EXEC.TAKEN_DIRECT_JUMP",
3064    "BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding calls and indirects.",
3065    "PublicDescription": "Taken speculative and retired macro-conditional branch instructions excluding calls and indirects.",
3066    "Counter": "0,1,2,3",
3067    "CounterHTOff": "0,1,2,3,4,5,6,7",
3068    "SampleAfterValue": "200003",
3069    "MSRIndex": "0",
3070    "MSRValue": "0",
3071    "TakenAlone": "0",
3072    "CounterMask": "0",
3073    "Invert": "0",
3074    "AnyThread": "0",
3075    "EdgeDetect": "0",
3076    "PEBS": "0",
3077    "Data_LA": "0",
3078    "L1_Hit_Indication": "0",
3079    "Errata": "0",
3080    "Offcore": "0"
3081  },
3082  {
3083    "EventCode": "0x88",
3084    "UMask": "0x84",
3085    "EventName": "BR_INST_EXEC.TAKEN_INDIRECT_JUMP_NON_CALL_RET",
3086    "BriefDescription": "Taken speculative and retired indirect branches excluding calls and returns.",
3087    "PublicDescription": "Taken speculative and retired indirect branches excluding calls and returns.",
3088    "Counter": "0,1,2,3",
3089    "CounterHTOff": "0,1,2,3,4,5,6,7",
3090    "SampleAfterValue": "200003",
3091    "MSRIndex": "0",
3092    "MSRValue": "0",
3093    "TakenAlone": "0",
3094    "CounterMask": "0",
3095    "Invert": "0",
3096    "AnyThread": "0",
3097    "EdgeDetect": "0",
3098    "PEBS": "0",
3099    "Data_LA": "0",
3100    "L1_Hit_Indication": "0",
3101    "Errata": "0",
3102    "Offcore": "0"
3103  },
3104  {
3105    "EventCode": "0x88",
3106    "UMask": "0x88",
3107    "EventName": "BR_INST_EXEC.TAKEN_INDIRECT_NEAR_RETURN",
3108    "BriefDescription": "Taken speculative and retired indirect branches with return mnemonic.",
3109    "PublicDescription": "Taken speculative and retired indirect branches with return mnemonic.",
3110    "Counter": "0,1,2,3",
3111    "CounterHTOff": "0,1,2,3,4,5,6,7",
3112    "SampleAfterValue": "200003",
3113    "MSRIndex": "0",
3114    "MSRValue": "0",
3115    "TakenAlone": "0",
3116    "CounterMask": "0",
3117    "Invert": "0",
3118    "AnyThread": "0",
3119    "EdgeDetect": "0",
3120    "PEBS": "0",
3121    "Data_LA": "0",
3122    "L1_Hit_Indication": "0",
3123    "Errata": "0",
3124    "Offcore": "0"
3125  },
3126  {
3127    "EventCode": "0x88",
3128    "UMask": "0x90",
3129    "EventName": "BR_INST_EXEC.TAKEN_DIRECT_NEAR_CALL",
3130    "BriefDescription": "Taken speculative and retired direct near calls.",
3131    "PublicDescription": "Taken speculative and retired direct near calls.",
3132    "Counter": "0,1,2,3",
3133    "CounterHTOff": "0,1,2,3,4,5,6,7",
3134    "SampleAfterValue": "200003",
3135    "MSRIndex": "0",
3136    "MSRValue": "0",
3137    "TakenAlone": "0",
3138    "CounterMask": "0",
3139    "Invert": "0",
3140    "AnyThread": "0",
3141    "EdgeDetect": "0",
3142    "PEBS": "0",
3143    "Data_LA": "0",
3144    "L1_Hit_Indication": "0",
3145    "Errata": "0",
3146    "Offcore": "0"
3147  },
3148  {
3149    "EventCode": "0x88",
3150    "UMask": "0xA0",
3151    "EventName": "BR_INST_EXEC.TAKEN_INDIRECT_NEAR_CALL",
3152    "BriefDescription": "Taken speculative and retired indirect calls.",
3153    "PublicDescription": "Taken speculative and retired indirect calls.",
3154    "Counter": "0,1,2,3",
3155    "CounterHTOff": "0,1,2,3,4,5,6,7",
3156    "SampleAfterValue": "200003",
3157    "MSRIndex": "0",
3158    "MSRValue": "0",
3159    "TakenAlone": "0",
3160    "CounterMask": "0",
3161    "Invert": "0",
3162    "AnyThread": "0",
3163    "EdgeDetect": "0",
3164    "PEBS": "0",
3165    "Data_LA": "0",
3166    "L1_Hit_Indication": "0",
3167    "Errata": "0",
3168    "Offcore": "0"
3169  },
3170  {
3171    "EventCode": "0x88",
3172    "UMask": "0xC1",
3173    "EventName": "BR_INST_EXEC.ALL_CONDITIONAL",
3174    "BriefDescription": "Speculative and retired macro-conditional branches.",
3175    "PublicDescription": "Speculative and retired macro-conditional branches.",
3176    "Counter": "0,1,2,3",
3177    "CounterHTOff": "0,1,2,3,4,5,6,7",
3178    "SampleAfterValue": "200003",
3179    "MSRIndex": "0",
3180    "MSRValue": "0",
3181    "TakenAlone": "0",
3182    "CounterMask": "0",
3183    "Invert": "0",
3184    "AnyThread": "0",
3185    "EdgeDetect": "0",
3186    "PEBS": "0",
3187    "Data_LA": "0",
3188    "L1_Hit_Indication": "0",
3189    "Errata": "0",
3190    "Offcore": "0"
3191  },
3192  {
3193    "EventCode": "0x88",
3194    "UMask": "0xC2",
3195    "EventName": "BR_INST_EXEC.ALL_DIRECT_JMP",
3196    "BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indirects.",
3197    "PublicDescription": "Speculative and retired macro-unconditional branches excluding calls and indirects.",
3198    "Counter": "0,1,2,3",
3199    "CounterHTOff": "0,1,2,3,4,5,6,7",
3200    "SampleAfterValue": "200003",
3201    "MSRIndex": "0",
3202    "MSRValue": "0",
3203    "TakenAlone": "0",
3204    "CounterMask": "0",
3205    "Invert": "0",
3206    "AnyThread": "0",
3207    "EdgeDetect": "0",
3208    "PEBS": "0",
3209    "Data_LA": "0",
3210    "L1_Hit_Indication": "0",
3211    "Errata": "0",
3212    "Offcore": "0"
3213  },
3214  {
3215    "EventCode": "0x88",
3216    "UMask": "0xC4",
3217    "EventName": "BR_INST_EXEC.ALL_INDIRECT_JUMP_NON_CALL_RET",
3218    "BriefDescription": "Speculative and retired indirect branches excluding calls and returns.",
3219    "PublicDescription": "Speculative and retired indirect branches excluding calls and returns.",
3220    "Counter": "0,1,2,3",
3221    "CounterHTOff": "0,1,2,3,4,5,6,7",
3222    "SampleAfterValue": "200003",
3223    "MSRIndex": "0",
3224    "MSRValue": "0",
3225    "TakenAlone": "0",
3226    "CounterMask": "0",
3227    "Invert": "0",
3228    "AnyThread": "0",
3229    "EdgeDetect": "0",
3230    "PEBS": "0",
3231    "Data_LA": "0",
3232    "L1_Hit_Indication": "0",
3233    "Errata": "0",
3234    "Offcore": "0"
3235  },
3236  {
3237    "EventCode": "0x88",
3238    "UMask": "0xC8",
3239    "EventName": "BR_INST_EXEC.ALL_INDIRECT_NEAR_RETURN",
3240    "BriefDescription": "Speculative and retired indirect return branches.",
3241    "PublicDescription": "Speculative and retired indirect return branches.",
3242    "Counter": "0,1,2,3",
3243    "CounterHTOff": "0,1,2,3,4,5,6,7",
3244    "SampleAfterValue": "200003",
3245    "MSRIndex": "0",
3246    "MSRValue": "0",
3247    "TakenAlone": "0",
3248    "CounterMask": "0",
3249    "Invert": "0",
3250    "AnyThread": "0",
3251    "EdgeDetect": "0",
3252    "PEBS": "0",
3253    "Data_LA": "0",
3254    "L1_Hit_Indication": "0",
3255    "Errata": "0",
3256    "Offcore": "0"
3257  },
3258  {
3259    "EventCode": "0x88",
3260    "UMask": "0xD0",
3261    "EventName": "BR_INST_EXEC.ALL_DIRECT_NEAR_CALL",
3262    "BriefDescription": "Speculative and retired direct near calls.",
3263    "PublicDescription": "Speculative and retired direct near calls.",
3264    "Counter": "0,1,2,3",
3265    "CounterHTOff": "0,1,2,3,4,5,6,7",
3266    "SampleAfterValue": "200003",
3267    "MSRIndex": "0",
3268    "MSRValue": "0",
3269    "TakenAlone": "0",
3270    "CounterMask": "0",
3271    "Invert": "0",
3272    "AnyThread": "0",
3273    "EdgeDetect": "0",
3274    "PEBS": "0",
3275    "Data_LA": "0",
3276    "L1_Hit_Indication": "0",
3277    "Errata": "0",
3278    "Offcore": "0"
3279  },
3280  {
3281    "EventCode": "0x88",
3282    "UMask": "0xFF",
3283    "EventName": "BR_INST_EXEC.ALL_BRANCHES",
3284    "BriefDescription": "Speculative and retired  branches",
3285    "PublicDescription": "Counts all near executed branches (not necessarily retired).",
3286    "Counter": "0,1,2,3",
3287    "CounterHTOff": "0,1,2,3,4,5,6,7",
3288    "SampleAfterValue": "200003",
3289    "MSRIndex": "0",
3290    "MSRValue": "0",
3291    "TakenAlone": "0",
3292    "CounterMask": "0",
3293    "Invert": "0",
3294    "AnyThread": "0",
3295    "EdgeDetect": "0",
3296    "PEBS": "0",
3297    "Data_LA": "0",
3298    "L1_Hit_Indication": "0",
3299    "Errata": "0",
3300    "Offcore": "0"
3301  },
3302  {
3303    "EventCode": "0x89",
3304    "UMask": "0x41",
3305    "EventName": "BR_MISP_EXEC.NONTAKEN_CONDITIONAL",
3306    "BriefDescription": "Not taken speculative and retired mispredicted macro conditional branches.",
3307    "PublicDescription": "Not taken speculative and retired mispredicted macro conditional branches.",
3308    "Counter": "0,1,2,3",
3309    "CounterHTOff": "0,1,2,3,4,5,6,7",
3310    "SampleAfterValue": "200003",
3311    "MSRIndex": "0",
3312    "MSRValue": "0",
3313    "TakenAlone": "0",
3314    "CounterMask": "0",
3315    "Invert": "0",
3316    "AnyThread": "0",
3317    "EdgeDetect": "0",
3318    "PEBS": "0",
3319    "Data_LA": "0",
3320    "L1_Hit_Indication": "0",
3321    "Errata": "0",
3322    "Offcore": "0"
3323  },
3324  {
3325    "EventCode": "0x89",
3326    "UMask": "0x81",
3327    "EventName": "BR_MISP_EXEC.TAKEN_CONDITIONAL",
3328    "BriefDescription": "Taken speculative and retired mispredicted macro conditional branches.",
3329    "PublicDescription": "Taken speculative and retired mispredicted macro conditional branches.",
3330    "Counter": "0,1,2,3",
3331    "CounterHTOff": "0,1,2,3,4,5,6,7",
3332    "SampleAfterValue": "200003",
3333    "MSRIndex": "0",
3334    "MSRValue": "0",
3335    "TakenAlone": "0",
3336    "CounterMask": "0",
3337    "Invert": "0",
3338    "AnyThread": "0",
3339    "EdgeDetect": "0",
3340    "PEBS": "0",
3341    "Data_LA": "0",
3342    "L1_Hit_Indication": "0",
3343    "Errata": "0",
3344    "Offcore": "0"
3345  },
3346  {
3347    "EventCode": "0x89",
3348    "UMask": "0x84",
3349    "EventName": "BR_MISP_EXEC.TAKEN_INDIRECT_JUMP_NON_CALL_RET",
3350    "BriefDescription": "Taken speculative and retired mispredicted indirect branches excluding calls and returns.",
3351    "PublicDescription": "Taken speculative and retired mispredicted indirect branches excluding calls and returns.",
3352    "Counter": "0,1,2,3",
3353    "CounterHTOff": "0,1,2,3,4,5,6,7",
3354    "SampleAfterValue": "200003",
3355    "MSRIndex": "0",
3356    "MSRValue": "0",
3357    "TakenAlone": "0",
3358    "CounterMask": "0",
3359    "Invert": "0",
3360    "AnyThread": "0",
3361    "EdgeDetect": "0",
3362    "PEBS": "0",
3363    "Data_LA": "0",
3364    "L1_Hit_Indication": "0",
3365    "Errata": "0",
3366    "Offcore": "0"
3367  },
3368  {
3369    "EventCode": "0x89",
3370    "UMask": "0x88",
3371    "EventName": "BR_MISP_EXEC.TAKEN_RETURN_NEAR",
3372    "BriefDescription": "Taken speculative and retired mispredicted indirect branches with return mnemonic.",
3373    "PublicDescription": "Taken speculative and retired mispredicted indirect branches with return mnemonic.",
3374    "Counter": "0,1,2,3",
3375    "CounterHTOff": "0,1,2,3,4,5,6,7",
3376    "SampleAfterValue": "200003",
3377    "MSRIndex": "0",
3378    "MSRValue": "0",
3379    "TakenAlone": "0",
3380    "CounterMask": "0",
3381    "Invert": "0",
3382    "AnyThread": "0",
3383    "EdgeDetect": "0",
3384    "PEBS": "0",
3385    "Data_LA": "0",
3386    "L1_Hit_Indication": "0",
3387    "Errata": "0",
3388    "Offcore": "0"
3389  },
3390  {
3391    "EventCode": "0x89",
3392    "UMask": "0xA0",
3393    "EventName": "BR_MISP_EXEC.TAKEN_INDIRECT_NEAR_CALL",
3394    "BriefDescription": "Taken speculative and retired mispredicted indirect calls.",
3395    "PublicDescription": "Taken speculative and retired mispredicted indirect calls.",
3396    "Counter": "0,1,2,3",
3397    "CounterHTOff": "0,1,2,3,4,5,6,7",
3398    "SampleAfterValue": "200003",
3399    "MSRIndex": "0",
3400    "MSRValue": "0",
3401    "TakenAlone": "0",
3402    "CounterMask": "0",
3403    "Invert": "0",
3404    "AnyThread": "0",
3405    "EdgeDetect": "0",
3406    "PEBS": "0",
3407    "Data_LA": "0",
3408    "L1_Hit_Indication": "0",
3409    "Errata": "0",
3410    "Offcore": "0"
3411  },
3412  {
3413    "EventCode": "0x89",
3414    "UMask": "0xC1",
3415    "EventName": "BR_MISP_EXEC.ALL_CONDITIONAL",
3416    "BriefDescription": "Speculative and retired mispredicted macro conditional branches.",
3417    "PublicDescription": "Speculative and retired mispredicted macro conditional branches.",
3418    "Counter": "0,1,2,3",
3419    "CounterHTOff": "0,1,2,3,4,5,6,7",
3420    "SampleAfterValue": "200003",
3421    "MSRIndex": "0",
3422    "MSRValue": "0",
3423    "TakenAlone": "0",
3424    "CounterMask": "0",
3425    "Invert": "0",
3426    "AnyThread": "0",
3427    "EdgeDetect": "0",
3428    "PEBS": "0",
3429    "Data_LA": "0",
3430    "L1_Hit_Indication": "0",
3431    "Errata": "0",
3432    "Offcore": "0"
3433  },
3434  {
3435    "EventCode": "0x89",
3436    "UMask": "0xC4",
3437    "EventName": "BR_MISP_EXEC.ALL_INDIRECT_JUMP_NON_CALL_RET",
3438    "BriefDescription": "Mispredicted indirect branches excluding calls and returns.",
3439    "PublicDescription": "Mispredicted indirect branches excluding calls and returns.",
3440    "Counter": "0,1,2,3",
3441    "CounterHTOff": "0,1,2,3,4,5,6,7",
3442    "SampleAfterValue": "200003",
3443    "MSRIndex": "0",
3444    "MSRValue": "0",
3445    "TakenAlone": "0",
3446    "CounterMask": "0",
3447    "Invert": "0",
3448    "AnyThread": "0",
3449    "EdgeDetect": "0",
3450    "PEBS": "0",
3451    "Data_LA": "0",
3452    "L1_Hit_Indication": "0",
3453    "Errata": "0",
3454    "Offcore": "0"
3455  },
3456  {
3457    "EventCode": "0x89",
3458    "UMask": "0xFF",
3459    "EventName": "BR_MISP_EXEC.ALL_BRANCHES",
3460    "BriefDescription": "Speculative and retired mispredicted macro conditional branches",
3461    "PublicDescription": "Counts all near executed branches (not necessarily retired).",
3462    "Counter": "0,1,2,3",
3463    "CounterHTOff": "0,1,2,3,4,5,6,7",
3464    "SampleAfterValue": "200003",
3465    "MSRIndex": "0",
3466    "MSRValue": "0",
3467    "TakenAlone": "0",
3468    "CounterMask": "0",
3469    "Invert": "0",
3470    "AnyThread": "0",
3471    "EdgeDetect": "0",
3472    "PEBS": "0",
3473    "Data_LA": "0",
3474    "L1_Hit_Indication": "0",
3475    "Errata": "0",
3476    "Offcore": "0"
3477  },
3478  {
3479    "EventCode": "0x9C",
3480    "UMask": "0x01",
3481    "EventName": "IDQ_UOPS_NOT_DELIVERED.CORE",
3482    "BriefDescription": "Uops not delivered to Resource Allocation Table (RAT) per thread when backend of the machine is not stalled",
3483    "PublicDescription": "This event count the number of undelivered (unallocated) uops from the Front-end to the Resource Allocation Table (RAT) while the Back-end of the processor is not stalled. The Front-end can allocate up to 4 uops per cycle so this event can increment 0-4 times per cycle depending on the number of unallocated uops. This event is counted on a per-core basis.",
3484    "Counter": "0,1,2,3",
3485    "CounterHTOff": "0,1,2,3",
3486    "SampleAfterValue": "2000003",
3487    "MSRIndex": "0",
3488    "MSRValue": "0",
3489    "TakenAlone": "0",
3490    "CounterMask": "0",
3491    "Invert": "0",
3492    "AnyThread": "0",
3493    "EdgeDetect": "0",
3494    "PEBS": "0",
3495    "Data_LA": "0",
3496    "L1_Hit_Indication": "0",
3497    "Errata": "HSD135",
3498    "Offcore": "0"
3499  },
3500  {
3501    "EventCode": "0x9C",
3502    "UMask": "0x01",
3503    "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE",
3504    "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",
3505    "PublicDescription": "This event counts the number cycles during which the Front-end allocated exactly zero uops to the Resource Allocation Table (RAT) while the Back-end of the processor is not stalled.  This event is counted on a per-core basis.",
3506    "Counter": "0,1,2,3",
3507    "CounterHTOff": "0,1,2,3",
3508    "SampleAfterValue": "2000003",
3509    "MSRIndex": "0",
3510    "MSRValue": "0",
3511    "TakenAlone": "0",
3512    "CounterMask": "4",
3513    "Invert": "0",
3514    "AnyThread": "0",
3515    "EdgeDetect": "0",
3516    "PEBS": "0",
3517    "Data_LA": "0",
3518    "L1_Hit_Indication": "0",
3519    "Errata": "HSD135",
3520    "Offcore": "0"
3521  },
3522  {
3523    "EventCode": "0x9C",
3524    "UMask": "0x01",
3525    "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_1_UOP_DELIV.CORE",
3526    "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.",
3527    "PublicDescription": "Cycles per thread when 3 or more uops are not delivered to Resource Allocation Table (RAT) when backend of the machine is not stalled.",
3528    "Counter": "0,1,2,3",
3529    "CounterHTOff": "0,1,2,3",
3530    "SampleAfterValue": "2000003",
3531    "MSRIndex": "0",
3532    "MSRValue": "0",
3533    "TakenAlone": "0",
3534    "CounterMask": "3",
3535    "Invert": "0",
3536    "AnyThread": "0",
3537    "EdgeDetect": "0",
3538    "PEBS": "0",
3539    "Data_LA": "0",
3540    "L1_Hit_Indication": "0",
3541    "Errata": "HSD135",
3542    "Offcore": "0"
3543  },
3544  {
3545    "EventCode": "0x9C",
3546    "UMask": "0x01",
3547    "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_2_UOP_DELIV.CORE",
3548    "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
3549    "PublicDescription": "Cycles with less than 2 uops delivered by the front end.",
3550    "Counter": "0,1,2,3",
3551    "CounterHTOff": "0,1,2,3",
3552    "SampleAfterValue": "2000003",
3553    "MSRIndex": "0",
3554    "MSRValue": "0",
3555    "TakenAlone": "0",
3556    "CounterMask": "2",
3557    "Invert": "0",
3558    "AnyThread": "0",
3559    "EdgeDetect": "0",
3560    "PEBS": "0",
3561    "Data_LA": "0",
3562    "L1_Hit_Indication": "0",
3563    "Errata": "HSD135",
3564    "Offcore": "0"
3565  },
3566  {
3567    "EventCode": "0x9C",
3568    "UMask": "0x01",
3569    "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_LE_3_UOP_DELIV.CORE",
3570    "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
3571    "PublicDescription": "Cycles with less than 3 uops delivered by the front end.",
3572    "Counter": "0,1,2,3",
3573    "CounterHTOff": "0,1,2,3",
3574    "SampleAfterValue": "2000003",
3575    "MSRIndex": "0",
3576    "MSRValue": "0",
3577    "TakenAlone": "0",
3578    "CounterMask": "1",
3579    "Invert": "0",
3580    "AnyThread": "0",
3581    "EdgeDetect": "0",
3582    "PEBS": "0",
3583    "Data_LA": "0",
3584    "L1_Hit_Indication": "0",
3585    "Errata": "HSD135",
3586    "Offcore": "0"
3587  },
3588  {
3589    "EventCode": "0x9C",
3590    "UMask": "0x01",
3591    "EventName": "IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK",
3592    "BriefDescription": "Counts cycles FE delivered 4 uops or Resource Allocation Table (RAT) was stalling FE.",
3593    "PublicDescription": "Counts cycles FE delivered 4 uops or Resource Allocation Table (RAT) was stalling FE.",
3594    "Counter": "0,1,2,3",
3595    "CounterHTOff": "0,1,2,3",
3596    "SampleAfterValue": "2000003",
3597    "MSRIndex": "0",
3598    "MSRValue": "0",
3599    "TakenAlone": "0",
3600    "CounterMask": "1",
3601    "Invert": "1",
3602    "AnyThread": "0",
3603    "EdgeDetect": "0",
3604    "PEBS": "0",
3605    "Data_LA": "0",
3606    "L1_Hit_Indication": "0",
3607    "Errata": "HSD135",
3608    "Offcore": "0"
3609  },
3610  {
3611    "EventCode": "0xA1",
3612    "UMask": "0x01",
3613    "EventName": "UOPS_EXECUTED_PORT.PORT_0",
3614    "BriefDescription": "Cycles per thread when uops are executed in port 0",
3615    "PublicDescription": "Cycles which a uop is dispatched on port 0 in this thread.",
3616    "Counter": "0,1,2,3",
3617    "CounterHTOff": "0,1,2,3,4,5,6,7",
3618    "SampleAfterValue": "2000003",
3619    "MSRIndex": "0",
3620    "MSRValue": "0",
3621    "TakenAlone": "0",
3622    "CounterMask": "0",
3623    "Invert": "0",
3624    "AnyThread": "0",
3625    "EdgeDetect": "0",
3626    "PEBS": "0",
3627    "Data_LA": "0",
3628    "L1_Hit_Indication": "0",
3629    "Errata": "0",
3630    "Offcore": "0"
3631  },
3632  {
3633    "EventCode": "0xA1",
3634    "UMask": "0x01",
3635    "EventName": "UOPS_EXECUTED_PORT.PORT_0_CORE",
3636    "BriefDescription": "Cycles per core when uops are executed in port 0.",
3637    "PublicDescription": "Cycles per core when uops are exectuted in port 0.",
3638    "Counter": "0,1,2,3",
3639    "CounterHTOff": "0,1,2,3,4,5,6,7",
3640    "SampleAfterValue": "2000003",
3641    "MSRIndex": "0",
3642    "MSRValue": "0",
3643    "TakenAlone": "0",
3644    "CounterMask": "0",
3645    "Invert": "0",
3646    "AnyThread": "1",
3647    "EdgeDetect": "0",
3648    "PEBS": "0",
3649    "Data_LA": "0",
3650    "L1_Hit_Indication": "0",
3651    "Errata": "0",
3652    "Offcore": "0"
3653  },
3654  {
3655    "EventCode": "0xA1",
3656    "UMask": "0x01",
3657    "EventName": "UOPS_DISPATCHED_PORT.PORT_0",
3658    "BriefDescription": "Cycles per thread when uops are executed in port 0.",
3659    "PublicDescription": "Cycles per thread when uops are executed in port 0.",
3660    "Counter": "0,1,2,3",
3661    "CounterHTOff": "0,1,2,3,4,5,6,7",
3662    "SampleAfterValue": "2000003",
3663    "MSRIndex": "0",
3664    "MSRValue": "0",
3665    "TakenAlone": "0",
3666    "CounterMask": "0",
3667    "Invert": "0",
3668    "AnyThread": "0",
3669    "EdgeDetect": "0",
3670    "PEBS": "0",
3671    "Data_LA": "0",
3672    "L1_Hit_Indication": "0",
3673    "Errata": "0",
3674    "Offcore": "0"
3675  },
3676  {
3677    "EventCode": "0xA1",
3678    "UMask": "0x02",
3679    "EventName": "UOPS_EXECUTED_PORT.PORT_1",
3680    "BriefDescription": "Cycles per thread when uops are executed in port 1",
3681    "PublicDescription": "Cycles which a uop is dispatched on port 1 in this thread.",
3682    "Counter": "0,1,2,3",
3683    "CounterHTOff": "0,1,2,3,4,5,6,7",
3684    "SampleAfterValue": "2000003",
3685    "MSRIndex": "0",
3686    "MSRValue": "0",
3687    "TakenAlone": "0",
3688    "CounterMask": "0",
3689    "Invert": "0",
3690    "AnyThread": "0",
3691    "EdgeDetect": "0",
3692    "PEBS": "0",
3693    "Data_LA": "0",
3694    "L1_Hit_Indication": "0",
3695    "Errata": "0",
3696    "Offcore": "0"
3697  },
3698  {
3699    "EventCode": "0xA1",
3700    "UMask": "0x02",
3701    "EventName": "UOPS_EXECUTED_PORT.PORT_1_CORE",
3702    "BriefDescription": "Cycles per core when uops are executed in port 1.",
3703    "PublicDescription": "Cycles per core when uops are exectuted in port 1.",
3704    "Counter": "0,1,2,3",
3705    "CounterHTOff": "0,1,2,3,4,5,6,7",
3706    "SampleAfterValue": "2000003",
3707    "MSRIndex": "0",
3708    "MSRValue": "0",
3709    "TakenAlone": "0",
3710    "CounterMask": "0",
3711    "Invert": "0",
3712    "AnyThread": "1",
3713    "EdgeDetect": "0",
3714    "PEBS": "0",
3715    "Data_LA": "0",
3716    "L1_Hit_Indication": "0",
3717    "Errata": "0",
3718    "Offcore": "0"
3719  },
3720  {
3721    "EventCode": "0xA1",
3722    "UMask": "0x02",
3723    "EventName": "UOPS_DISPATCHED_PORT.PORT_1",
3724    "BriefDescription": "Cycles per thread when uops are executed in port 1.",
3725    "PublicDescription": "Cycles per thread when uops are executed in port 1.",
3726    "Counter": "0,1,2,3",
3727    "CounterHTOff": "0,1,2,3,4,5,6,7",
3728    "SampleAfterValue": "2000003",
3729    "MSRIndex": "0",
3730    "MSRValue": "0",
3731    "TakenAlone": "0",
3732    "CounterMask": "0",
3733    "Invert": "0",
3734    "AnyThread": "0",
3735    "EdgeDetect": "0",
3736    "PEBS": "0",
3737    "Data_LA": "0",
3738    "L1_Hit_Indication": "0",
3739    "Errata": "0",
3740    "Offcore": "0"
3741  },
3742  {
3743    "EventCode": "0xA1",
3744    "UMask": "0x04",
3745    "EventName": "UOPS_EXECUTED_PORT.PORT_2",
3746    "BriefDescription": "Cycles per thread when uops are executed in port 2",
3747    "PublicDescription": "Cycles which a uop is dispatched on port 2 in this thread.",
3748    "Counter": "0,1,2,3",
3749    "CounterHTOff": "0,1,2,3,4,5,6,7",
3750    "SampleAfterValue": "2000003",
3751    "MSRIndex": "0",
3752    "MSRValue": "0",
3753    "TakenAlone": "0",
3754    "CounterMask": "0",
3755    "Invert": "0",
3756    "AnyThread": "0",
3757    "EdgeDetect": "0",
3758    "PEBS": "0",
3759    "Data_LA": "0",
3760    "L1_Hit_Indication": "0",
3761    "Errata": "0",
3762    "Offcore": "0"
3763  },
3764  {
3765    "EventCode": "0xA1",
3766    "UMask": "0x04",
3767    "EventName": "UOPS_EXECUTED_PORT.PORT_2_CORE",
3768    "BriefDescription": "Cycles per core when uops are dispatched to port 2.",
3769    "PublicDescription": "Cycles per core when uops are dispatched to port 2.",
3770    "Counter": "0,1,2,3",
3771    "CounterHTOff": "0,1,2,3,4,5,6,7",
3772    "SampleAfterValue": "2000003",
3773    "MSRIndex": "0",
3774    "MSRValue": "0",
3775    "TakenAlone": "0",
3776    "CounterMask": "0",
3777    "Invert": "0",
3778    "AnyThread": "1",
3779    "EdgeDetect": "0",
3780    "PEBS": "0",
3781    "Data_LA": "0",
3782    "L1_Hit_Indication": "0",
3783    "Errata": "0",
3784    "Offcore": "0"
3785  },
3786  {
3787    "EventCode": "0xA1",
3788    "UMask": "0x04",
3789    "EventName": "UOPS_DISPATCHED_PORT.PORT_2",
3790    "BriefDescription": "Cycles per thread when uops are executed in port 2.",
3791    "PublicDescription": "Cycles per thread when uops are executed in port 2.",
3792    "Counter": "0,1,2,3",
3793    "CounterHTOff": "0,1,2,3,4,5,6,7",
3794    "SampleAfterValue": "2000003",
3795    "MSRIndex": "0",
3796    "MSRValue": "0",
3797    "TakenAlone": "0",
3798    "CounterMask": "0",
3799    "Invert": "0",
3800    "AnyThread": "0",
3801    "EdgeDetect": "0",
3802    "PEBS": "0",
3803    "Data_LA": "0",
3804    "L1_Hit_Indication": "0",
3805    "Errata": "0",
3806    "Offcore": "0"
3807  },
3808  {
3809    "EventCode": "0xA1",
3810    "UMask": "0x08",
3811    "EventName": "UOPS_EXECUTED_PORT.PORT_3",
3812    "BriefDescription": "Cycles per thread when uops are executed in port 3",
3813    "PublicDescription": "Cycles which a uop is dispatched on port 3 in this thread.",
3814    "Counter": "0,1,2,3",
3815    "CounterHTOff": "0,1,2,3,4,5,6,7",
3816    "SampleAfterValue": "2000003",
3817    "MSRIndex": "0",
3818    "MSRValue": "0",
3819    "TakenAlone": "0",
3820    "CounterMask": "0",
3821    "Invert": "0",
3822    "AnyThread": "0",
3823    "EdgeDetect": "0",
3824    "PEBS": "0",
3825    "Data_LA": "0",
3826    "L1_Hit_Indication": "0",
3827    "Errata": "0",
3828    "Offcore": "0"
3829  },
3830  {
3831    "EventCode": "0xA1",
3832    "UMask": "0x08",
3833    "EventName": "UOPS_EXECUTED_PORT.PORT_3_CORE",
3834    "BriefDescription": "Cycles per core when uops are dispatched to port 3.",
3835    "PublicDescription": "Cycles per core when uops are dispatched to port 3.",
3836    "Counter": "0,1,2,3",
3837    "CounterHTOff": "0,1,2,3,4,5,6,7",
3838    "SampleAfterValue": "2000003",
3839    "MSRIndex": "0",
3840    "MSRValue": "0",
3841    "TakenAlone": "0",
3842    "CounterMask": "0",
3843    "Invert": "0",
3844    "AnyThread": "1",
3845    "EdgeDetect": "0",
3846    "PEBS": "0",
3847    "Data_LA": "0",
3848    "L1_Hit_Indication": "0",
3849    "Errata": "0",
3850    "Offcore": "0"
3851  },
3852  {
3853    "EventCode": "0xA1",
3854    "UMask": "0x08",
3855    "EventName": "UOPS_DISPATCHED_PORT.PORT_3",
3856    "BriefDescription": "Cycles per thread when uops are executed in port 3.",
3857    "PublicDescription": "Cycles per thread when uops are executed in port 3.",
3858    "Counter": "0,1,2,3",
3859    "CounterHTOff": "0,1,2,3,4,5,6,7",
3860    "SampleAfterValue": "2000003",
3861    "MSRIndex": "0",
3862    "MSRValue": "0",
3863    "TakenAlone": "0",
3864    "CounterMask": "0",
3865    "Invert": "0",
3866    "AnyThread": "0",
3867    "EdgeDetect": "0",
3868    "PEBS": "0",
3869    "Data_LA": "0",
3870    "L1_Hit_Indication": "0",
3871    "Errata": "0",
3872    "Offcore": "0"
3873  },
3874  {
3875    "EventCode": "0xA1",
3876    "UMask": "0x10",
3877    "EventName": "UOPS_EXECUTED_PORT.PORT_4",
3878    "BriefDescription": "Cycles per thread when uops are executed in port 4",
3879    "PublicDescription": "Cycles which a uop is dispatched on port 4 in this thread.",
3880    "Counter": "0,1,2,3",
3881    "CounterHTOff": "0,1,2,3,4,5,6,7",
3882    "SampleAfterValue": "2000003",
3883    "MSRIndex": "0",
3884    "MSRValue": "0",
3885    "TakenAlone": "0",
3886    "CounterMask": "0",
3887    "Invert": "0",
3888    "AnyThread": "0",
3889    "EdgeDetect": "0",
3890    "PEBS": "0",
3891    "Data_LA": "0",
3892    "L1_Hit_Indication": "0",
3893    "Errata": "0",
3894    "Offcore": "0"
3895  },
3896  {
3897    "EventCode": "0xA1",
3898    "UMask": "0x10",
3899    "EventName": "UOPS_EXECUTED_PORT.PORT_4_CORE",
3900    "BriefDescription": "Cycles per core when uops are executed in port 4.",
3901    "PublicDescription": "Cycles per core when uops are exectuted in port 4.",
3902    "Counter": "0,1,2,3",
3903    "CounterHTOff": "0,1,2,3,4,5,6,7",
3904    "SampleAfterValue": "2000003",
3905    "MSRIndex": "0",
3906    "MSRValue": "0",
3907    "TakenAlone": "0",
3908    "CounterMask": "0",
3909    "Invert": "0",
3910    "AnyThread": "1",
3911    "EdgeDetect": "0",
3912    "PEBS": "0",
3913    "Data_LA": "0",
3914    "L1_Hit_Indication": "0",
3915    "Errata": "0",
3916    "Offcore": "0"
3917  },
3918  {
3919    "EventCode": "0xA1",
3920    "UMask": "0x10",
3921    "EventName": "UOPS_DISPATCHED_PORT.PORT_4",
3922    "BriefDescription": "Cycles per thread when uops are executed in port 4.",
3923    "PublicDescription": "Cycles per thread when uops are executed in port 4.",
3924    "Counter": "0,1,2,3",
3925    "CounterHTOff": "0,1,2,3,4,5,6,7",
3926    "SampleAfterValue": "2000003",
3927    "MSRIndex": "0",
3928    "MSRValue": "0",
3929    "TakenAlone": "0",
3930    "CounterMask": "0",
3931    "Invert": "0",
3932    "AnyThread": "0",
3933    "EdgeDetect": "0",
3934    "PEBS": "0",
3935    "Data_LA": "0",
3936    "L1_Hit_Indication": "0",
3937    "Errata": "0",
3938    "Offcore": "0"
3939  },
3940  {
3941    "EventCode": "0xA1",
3942    "UMask": "0x20",
3943    "EventName": "UOPS_EXECUTED_PORT.PORT_5",
3944    "BriefDescription": "Cycles per thread when uops are executed in port 5",
3945    "PublicDescription": "Cycles which a uop is dispatched on port 5 in this thread.",
3946    "Counter": "0,1,2,3",
3947    "CounterHTOff": "0,1,2,3,4,5,6,7",
3948    "SampleAfterValue": "2000003",
3949    "MSRIndex": "0",
3950    "MSRValue": "0",
3951    "TakenAlone": "0",
3952    "CounterMask": "0",
3953    "Invert": "0",
3954    "AnyThread": "0",
3955    "EdgeDetect": "0",
3956    "PEBS": "0",
3957    "Data_LA": "0",
3958    "L1_Hit_Indication": "0",
3959    "Errata": "0",
3960    "Offcore": "0"
3961  },
3962  {
3963    "EventCode": "0xA1",
3964    "UMask": "0x20",
3965    "EventName": "UOPS_EXECUTED_PORT.PORT_5_CORE",
3966    "BriefDescription": "Cycles per core when uops are executed in port 5.",
3967    "PublicDescription": "Cycles per core when uops are exectuted in port 5.",
3968    "Counter": "0,1,2,3",
3969    "CounterHTOff": "0,1,2,3,4,5,6,7",
3970    "SampleAfterValue": "2000003",
3971    "MSRIndex": "0",
3972    "MSRValue": "0",
3973    "TakenAlone": "0",
3974    "CounterMask": "0",
3975    "Invert": "0",
3976    "AnyThread": "1",
3977    "EdgeDetect": "0",
3978    "PEBS": "0",
3979    "Data_LA": "0",
3980    "L1_Hit_Indication": "0",
3981    "Errata": "0",
3982    "Offcore": "0"
3983  },
3984  {
3985    "EventCode": "0xA1",
3986    "UMask": "0x20",
3987    "EventName": "UOPS_DISPATCHED_PORT.PORT_5",
3988    "BriefDescription": "Cycles per thread when uops are executed in port 5.",
3989    "PublicDescription": "Cycles per thread when uops are executed in port 5.",
3990    "Counter": "0,1,2,3",
3991    "CounterHTOff": "0,1,2,3,4,5,6,7",
3992    "SampleAfterValue": "2000003",
3993    "MSRIndex": "0",
3994    "MSRValue": "0",
3995    "TakenAlone": "0",
3996    "CounterMask": "0",
3997    "Invert": "0",
3998    "AnyThread": "0",
3999    "EdgeDetect": "0",
4000    "PEBS": "0",
4001    "Data_LA": "0",
4002    "L1_Hit_Indication": "0",
4003    "Errata": "0",
4004    "Offcore": "0"
4005  },
4006  {
4007    "EventCode": "0xA1",
4008    "UMask": "0x40",
4009    "EventName": "UOPS_EXECUTED_PORT.PORT_6",
4010    "BriefDescription": "Cycles per thread when uops are executed in port 6",
4011    "PublicDescription": "Cycles which a uop is dispatched on port 6 in this thread.",
4012    "Counter": "0,1,2,3",
4013    "CounterHTOff": "0,1,2,3,4,5,6,7",
4014    "SampleAfterValue": "2000003",
4015    "MSRIndex": "0",
4016    "MSRValue": "0",
4017    "TakenAlone": "0",
4018    "CounterMask": "0",
4019    "Invert": "0",
4020    "AnyThread": "0",
4021    "EdgeDetect": "0",
4022    "PEBS": "0",
4023    "Data_LA": "0",
4024    "L1_Hit_Indication": "0",
4025    "Errata": "0",
4026    "Offcore": "0"
4027  },
4028  {
4029    "EventCode": "0xA1",
4030    "UMask": "0x40",
4031    "EventName": "UOPS_EXECUTED_PORT.PORT_6_CORE",
4032    "BriefDescription": "Cycles per core when uops are executed in port 6.",
4033    "PublicDescription": "Cycles per core when uops are exectuted in port 6.",
4034    "Counter": "0,1,2,3",
4035    "CounterHTOff": "0,1,2,3,4,5,6,7",
4036    "SampleAfterValue": "2000003",
4037    "MSRIndex": "0",
4038    "MSRValue": "0",
4039    "TakenAlone": "0",
4040    "CounterMask": "0",
4041    "Invert": "0",
4042    "AnyThread": "1",
4043    "EdgeDetect": "0",
4044    "PEBS": "0",
4045    "Data_LA": "0",
4046    "L1_Hit_Indication": "0",
4047    "Errata": "0",
4048    "Offcore": "0"
4049  },
4050  {
4051    "EventCode": "0xA1",
4052    "UMask": "0x40",
4053    "EventName": "UOPS_DISPATCHED_PORT.PORT_6",
4054    "BriefDescription": "Cycles per thread when uops are executed in port 6.",
4055    "PublicDescription": "Cycles per thread when uops are executed in port 6.",
4056    "Counter": "0,1,2,3",
4057    "CounterHTOff": "0,1,2,3,4,5,6,7",
4058    "SampleAfterValue": "2000003",
4059    "MSRIndex": "0",
4060    "MSRValue": "0",
4061    "TakenAlone": "0",
4062    "CounterMask": "0",
4063    "Invert": "0",
4064    "AnyThread": "0",
4065    "EdgeDetect": "0",
4066    "PEBS": "0",
4067    "Data_LA": "0",
4068    "L1_Hit_Indication": "0",
4069    "Errata": "0",
4070    "Offcore": "0"
4071  },
4072  {
4073    "EventCode": "0xA1",
4074    "UMask": "0x80",
4075    "EventName": "UOPS_EXECUTED_PORT.PORT_7",
4076    "BriefDescription": "Cycles per thread when uops are executed in port 7",
4077    "PublicDescription": "Cycles which a uop is dispatched on port 7 in this thread.",
4078    "Counter": "0,1,2,3",
4079    "CounterHTOff": "0,1,2,3,4,5,6,7",
4080    "SampleAfterValue": "2000003",
4081    "MSRIndex": "0",
4082    "MSRValue": "0",
4083    "TakenAlone": "0",
4084    "CounterMask": "0",
4085    "Invert": "0",
4086    "AnyThread": "0",
4087    "EdgeDetect": "0",
4088    "PEBS": "0",
4089    "Data_LA": "0",
4090    "L1_Hit_Indication": "0",
4091    "Errata": "0",
4092    "Offcore": "0"
4093  },
4094  {
4095    "EventCode": "0xA1",
4096    "UMask": "0x80",
4097    "EventName": "UOPS_EXECUTED_PORT.PORT_7_CORE",
4098    "BriefDescription": "Cycles per core when uops are dispatched to port 7.",
4099    "PublicDescription": "Cycles per core when uops are dispatched to port 7.",
4100    "Counter": "0,1,2,3",
4101    "CounterHTOff": "0,1,2,3,4,5,6,7",
4102    "SampleAfterValue": "2000003",
4103    "MSRIndex": "0",
4104    "MSRValue": "0",
4105    "TakenAlone": "0",
4106    "CounterMask": "0",
4107    "Invert": "0",
4108    "AnyThread": "1",
4109    "EdgeDetect": "0",
4110    "PEBS": "0",
4111    "Data_LA": "0",
4112    "L1_Hit_Indication": "0",
4113    "Errata": "0",
4114    "Offcore": "0"
4115  },
4116  {
4117    "EventCode": "0xA1",
4118    "UMask": "0x80",
4119    "EventName": "UOPS_DISPATCHED_PORT.PORT_7",
4120    "BriefDescription": "Cycles per thread when uops are executed in port 7.",
4121    "PublicDescription": "Cycles per thread when uops are executed in port 7.",
4122    "Counter": "0,1,2,3",
4123    "CounterHTOff": "0,1,2,3,4,5,6,7",
4124    "SampleAfterValue": "2000003",
4125    "MSRIndex": "0",
4126    "MSRValue": "0",
4127    "TakenAlone": "0",
4128    "CounterMask": "0",
4129    "Invert": "0",
4130    "AnyThread": "0",
4131    "EdgeDetect": "0",
4132    "PEBS": "0",
4133    "Data_LA": "0",
4134    "L1_Hit_Indication": "0",
4135    "Errata": "0",
4136    "Offcore": "0"
4137  },
4138  {
4139    "EventCode": "0xA2",
4140    "UMask": "0x01",
4141    "EventName": "RESOURCE_STALLS.ANY",
4142    "BriefDescription": "Resource-related stall cycles",
4143    "PublicDescription": "Cycles allocation is stalled due to resource related reason.",
4144    "Counter": "0,1,2,3",
4145    "CounterHTOff": "0,1,2,3,4,5,6,7",
4146    "SampleAfterValue": "2000003",
4147    "MSRIndex": "0",
4148    "MSRValue": "0",
4149    "TakenAlone": "0",
4150    "CounterMask": "0",
4151    "Invert": "0",
4152    "AnyThread": "0",
4153    "EdgeDetect": "0",
4154    "PEBS": "0",
4155    "Data_LA": "0",
4156    "L1_Hit_Indication": "0",
4157    "Errata": "HSD135",
4158    "Offcore": "0"
4159  },
4160  {
4161    "EventCode": "0xA2",
4162    "UMask": "0x04",
4163    "EventName": "RESOURCE_STALLS.RS",
4164    "BriefDescription": "Cycles stalled due to no eligible RS entry available.",
4165    "PublicDescription": "Cycles stalled due to no eligible RS entry available.",
4166    "Counter": "0,1,2,3",
4167    "CounterHTOff": "0,1,2,3,4,5,6,7",
4168    "SampleAfterValue": "2000003",
4169    "MSRIndex": "0",
4170    "MSRValue": "0",
4171    "TakenAlone": "0",
4172    "CounterMask": "0",
4173    "Invert": "0",
4174    "AnyThread": "0",
4175    "EdgeDetect": "0",
4176    "PEBS": "0",
4177    "Data_LA": "0",
4178    "L1_Hit_Indication": "0",
4179    "Errata": "0",
4180    "Offcore": "0"
4181  },
4182  {
4183    "EventCode": "0xA2",
4184    "UMask": "0x08",
4185    "EventName": "RESOURCE_STALLS.SB",
4186    "BriefDescription": "Cycles stalled due to no store buffers available. (not including draining form sync).",
4187    "PublicDescription": "This event counts cycles during which no instructions were allocated because no Store Buffers (SB) were available.",
4188    "Counter": "0,1,2,3",
4189    "CounterHTOff": "0,1,2,3,4,5,6,7",
4190    "SampleAfterValue": "2000003",
4191    "MSRIndex": "0",
4192    "MSRValue": "0",
4193    "TakenAlone": "0",
4194    "CounterMask": "0",
4195    "Invert": "0",
4196    "AnyThread": "0",
4197    "EdgeDetect": "0",
4198    "PEBS": "0",
4199    "Data_LA": "0",
4200    "L1_Hit_Indication": "0",
4201    "Errata": "0",
4202    "Offcore": "0"
4203  },
4204  {
4205    "EventCode": "0xA2",
4206    "UMask": "0x10",
4207    "EventName": "RESOURCE_STALLS.ROB",
4208    "BriefDescription": "Cycles stalled due to re-order buffer full.",
4209    "PublicDescription": "Cycles stalled due to re-order buffer full.",
4210    "Counter": "0,1,2,3",
4211    "CounterHTOff": "0,1,2,3,4,5,6,7",
4212    "SampleAfterValue": "2000003",
4213    "MSRIndex": "0",
4214    "MSRValue": "0",
4215    "TakenAlone": "0",
4216    "CounterMask": "0",
4217    "Invert": "0",
4218    "AnyThread": "0",
4219    "EdgeDetect": "0",
4220    "PEBS": "0",
4221    "Data_LA": "0",
4222    "L1_Hit_Indication": "0",
4223    "Errata": "0",
4224    "Offcore": "0"
4225  },
4226  {
4227    "EventCode": "0xa3",
4228    "UMask": "0x01",
4229    "EventName": "CYCLE_ACTIVITY.CYCLES_L2_PENDING",
4230    "BriefDescription": "Cycles with pending L2 cache miss loads.",
4231    "PublicDescription": "Cycles with pending L2 miss loads. Set Cmask=2 to count cycle.",
4232    "Counter": "0,1,2,3",
4233    "CounterHTOff": "0,1,2,3,4,5,6,7",
4234    "SampleAfterValue": "2000003",
4235    "MSRIndex": "0",
4236    "MSRValue": "0",
4237    "TakenAlone": "0",
4238    "CounterMask": "1",
4239    "Invert": "0",
4240    "AnyThread": "0",
4241    "EdgeDetect": "0",
4242    "PEBS": "0",
4243    "Data_LA": "0",
4244    "L1_Hit_Indication": "0",
4245    "Errata": "HSD78, HSM63, HSM80",
4246    "Offcore": "0"
4247  },
4248  {
4249    "EventCode": "0xA3",
4250    "UMask": "0x02",
4251    "EventName": "CYCLE_ACTIVITY.CYCLES_LDM_PENDING",
4252    "BriefDescription": "Cycles with pending memory loads.",
4253    "PublicDescription": "Cycles with pending memory loads. Set Cmask=2 to count cycle.",
4254    "Counter": "0,1,2,3",
4255    "CounterHTOff": "0,1,2,3",
4256    "SampleAfterValue": "2000003",
4257    "MSRIndex": "0",
4258    "MSRValue": "0",
4259    "TakenAlone": "0",
4260    "CounterMask": "2",
4261    "Invert": "0",
4262    "AnyThread": "0",
4263    "EdgeDetect": "0",
4264    "PEBS": "0",
4265    "Data_LA": "0",
4266    "L1_Hit_Indication": "0",
4267    "Errata": "0",
4268    "Offcore": "0"
4269  },
4270  {
4271    "EventCode": "0xA3",
4272    "UMask": "0x04",
4273    "EventName": "CYCLE_ACTIVITY.CYCLES_NO_EXECUTE",
4274    "BriefDescription": "This event increments by 1 for every cycle where there was no execute for this thread.",
4275    "PublicDescription": "This event counts cycles during which no instructions were executed in the execution stage of the pipeline.",
4276    "Counter": "0,1,2,3",
4277    "CounterHTOff": "0,1,2,3",
4278    "SampleAfterValue": "2000003",
4279    "MSRIndex": "0",
4280    "MSRValue": "0",
4281    "TakenAlone": "0",
4282    "CounterMask": "4",
4283    "Invert": "0",
4284    "AnyThread": "0",
4285    "EdgeDetect": "0",
4286    "PEBS": "0",
4287    "Data_LA": "0",
4288    "L1_Hit_Indication": "0",
4289    "Errata": "0",
4290    "Offcore": "0"
4291  },
4292  {
4293    "EventCode": "0xa3",
4294    "UMask": "0x05",
4295    "EventName": "CYCLE_ACTIVITY.STALLS_L2_PENDING",
4296    "BriefDescription": "Execution stalls due to L2 cache misses.",
4297    "PublicDescription": "Number of loads missed L2.",
4298    "Counter": "0,1,2,3",
4299    "CounterHTOff": "0,1,2,3",
4300    "SampleAfterValue": "2000003",
4301    "MSRIndex": "0",
4302    "MSRValue": "0",
4303    "TakenAlone": "0",
4304    "CounterMask": "5",
4305    "Invert": "0",
4306    "AnyThread": "0",
4307    "EdgeDetect": "0",
4308    "PEBS": "0",
4309    "Data_LA": "0",
4310    "L1_Hit_Indication": "0",
4311    "Errata": "HSM63, HSM80",
4312    "Offcore": "0"
4313  },
4314  {
4315    "EventCode": "0xA3",
4316    "UMask": "0x06",
4317    "EventName": "CYCLE_ACTIVITY.STALLS_LDM_PENDING",
4318    "BriefDescription": "Execution stalls due to memory subsystem.",
4319    "PublicDescription": "This event counts cycles during which no instructions were executed in the execution stage of the pipeline and there were memory instructions pending (waiting for data).",
4320    "Counter": "0,1,2,3",
4321    "CounterHTOff": "0,1,2,3",
4322    "SampleAfterValue": "2000003",
4323    "MSRIndex": "0",
4324    "MSRValue": "0",
4325    "TakenAlone": "0",
4326    "CounterMask": "6",
4327    "Invert": "0",
4328    "AnyThread": "0",
4329    "EdgeDetect": "0",
4330    "PEBS": "0",
4331    "Data_LA": "0",
4332    "L1_Hit_Indication": "0",
4333    "Errata": "0",
4334    "Offcore": "0"
4335  },
4336  {
4337    "EventCode": "0xA3",
4338    "UMask": "0x08",
4339    "EventName": "CYCLE_ACTIVITY.CYCLES_L1D_PENDING",
4340    "BriefDescription": "Cycles with pending L1 cache miss loads.",
4341    "PublicDescription": "Cycles with pending L1 data cache miss loads. Set Cmask=8 to count cycle.",
4342    "Counter": "2",
4343    "CounterHTOff": "2",
4344    "SampleAfterValue": "2000003",
4345    "MSRIndex": "0",
4346    "MSRValue": "0",
4347    "TakenAlone": "0",
4348    "CounterMask": "8",
4349    "Invert": "0",
4350    "AnyThread": "0",
4351    "EdgeDetect": "0",
4352    "PEBS": "0",
4353    "Data_LA": "0",
4354    "L1_Hit_Indication": "0",
4355    "Errata": "0",
4356    "Offcore": "0"
4357  },
4358  {
4359    "EventCode": "0xA3",
4360    "UMask": "0x0C",
4361    "EventName": "CYCLE_ACTIVITY.STALLS_L1D_PENDING",
4362    "BriefDescription": "Execution stalls due to L1 data cache misses",
4363    "PublicDescription": "Execution stalls due to L1 data cache miss loads. Set Cmask=0CH.",
4364    "Counter": "2",
4365    "CounterHTOff": "2",
4366    "SampleAfterValue": "2000003",
4367    "MSRIndex": "0",
4368    "MSRValue": "0",
4369    "TakenAlone": "0",
4370    "CounterMask": "12",
4371    "Invert": "0",
4372    "AnyThread": "0",
4373    "EdgeDetect": "0",
4374    "PEBS": "0",
4375    "Data_LA": "0",
4376    "L1_Hit_Indication": "0",
4377    "Errata": "0",
4378    "Offcore": "0"
4379  },
4380  {
4381    "EventCode": "0xa8",
4382    "UMask": "0x01",
4383    "EventName": "LSD.UOPS",
4384    "BriefDescription": "Number of Uops delivered by the LSD.",
4385    "PublicDescription": "Number of uops delivered by the LSD.",
4386    "Counter": "0,1,2,3",
4387    "CounterHTOff": "0,1,2,3,4,5,6,7",
4388    "SampleAfterValue": "2000003",
4389    "MSRIndex": "0",
4390    "MSRValue": "0",
4391    "TakenAlone": "0",
4392    "CounterMask": "0",
4393    "Invert": "0",
4394    "AnyThread": "0",
4395    "EdgeDetect": "0",
4396    "PEBS": "0",
4397    "Data_LA": "0",
4398    "L1_Hit_Indication": "0",
4399    "Errata": "0",
4400    "Offcore": "0"
4401  },
4402  {
4403    "EventCode": "0xA8",
4404    "UMask": "0x01",
4405    "EventName": "LSD.CYCLES_ACTIVE",
4406    "BriefDescription": "Cycles Uops delivered by the LSD, but didn't come from the decoder.",
4407    "PublicDescription": "Cycles Uops delivered by the LSD, but didn't come from the decoder.",
4408    "Counter": "0,1,2,3",
4409    "CounterHTOff": "0,1,2,3,4,5,6,7",
4410    "SampleAfterValue": "2000003",
4411    "MSRIndex": "0",
4412    "MSRValue": "0",
4413    "TakenAlone": "0",
4414    "CounterMask": "1",
4415    "Invert": "0",
4416    "AnyThread": "0",
4417    "EdgeDetect": "0",
4418    "PEBS": "0",
4419    "Data_LA": "0",
4420    "L1_Hit_Indication": "0",
4421    "Errata": "0",
4422    "Offcore": "0"
4423  },
4424  {
4425    "EventCode": "0xA8",
4426    "UMask": "0x01",
4427    "EventName": "LSD.CYCLES_4_UOPS",
4428    "BriefDescription": "Cycles 4 Uops delivered by the LSD, but didn't come from the decoder.",
4429    "PublicDescription": "Cycles 4 Uops delivered by the LSD, but didn't come from the decoder.",
4430    "Counter": "0,1,2,3",
4431    "CounterHTOff": "0,1,2,3,4,5,6,7",
4432    "SampleAfterValue": "2000003",
4433    "MSRIndex": "0",
4434    "MSRValue": "0",
4435    "TakenAlone": "0",
4436    "CounterMask": "4",
4437    "Invert": "0",
4438    "AnyThread": "0",
4439    "EdgeDetect": "0",
4440    "PEBS": "0",
4441    "Data_LA": "0",
4442    "L1_Hit_Indication": "0",
4443    "Errata": "0",
4444    "Offcore": "0"
4445  },
4446  {
4447    "EventCode": "0xAB",
4448    "UMask": "0x02",
4449    "EventName": "DSB2MITE_SWITCHES.PENALTY_CYCLES",
4450    "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
4451    "PublicDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
4452    "Counter": "0,1,2,3",
4453    "CounterHTOff": "0,1,2,3,4,5,6,7",
4454    "SampleAfterValue": "2000003",
4455    "MSRIndex": "0",
4456    "MSRValue": "0",
4457    "TakenAlone": "0",
4458    "CounterMask": "0",
4459    "Invert": "0",
4460    "AnyThread": "0",
4461    "EdgeDetect": "0",
4462    "PEBS": "0",
4463    "Data_LA": "0",
4464    "L1_Hit_Indication": "0",
4465    "Errata": "0",
4466    "Offcore": "0"
4467  },
4468  {
4469    "EventCode": "0xae",
4470    "UMask": "0x01",
4471    "EventName": "ITLB.ITLB_FLUSH",
4472    "BriefDescription": "Flushing of the Instruction TLB (ITLB) pages, includes 4k/2M/4M pages.",
4473    "PublicDescription": "Counts the number of ITLB flushes, includes 4k/2M/4M pages.",
4474    "Counter": "0,1,2,3",
4475    "CounterHTOff": "0,1,2,3,4,5,6,7",
4476    "SampleAfterValue": "100003",
4477    "MSRIndex": "0",
4478    "MSRValue": "0",
4479    "TakenAlone": "0",
4480    "CounterMask": "0",
4481    "Invert": "0",
4482    "AnyThread": "0",
4483    "EdgeDetect": "0",
4484    "PEBS": "0",
4485    "Data_LA": "0",
4486    "L1_Hit_Indication": "0",
4487    "Errata": "0",
4488    "Offcore": "0"
4489  },
4490  {
4491    "EventCode": "0xb0",
4492    "UMask": "0x01",
4493    "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
4494    "BriefDescription": "Demand Data Read requests sent to uncore",
4495    "PublicDescription": "Demand data read requests sent to uncore.",
4496    "Counter": "0,1,2,3",
4497    "CounterHTOff": "0,1,2,3,4,5,6,7",
4498    "SampleAfterValue": "100003",
4499    "MSRIndex": "0",
4500    "MSRValue": "0",
4501    "TakenAlone": "0",
4502    "CounterMask": "0",
4503    "Invert": "0",
4504    "AnyThread": "0",
4505    "EdgeDetect": "0",
4506    "PEBS": "0",
4507    "Data_LA": "0",
4508    "L1_Hit_Indication": "0",
4509    "Errata": "HSD78, HSM80",
4510    "Offcore": "0"
4511  },
4512  {
4513    "EventCode": "0xB0",
4514    "UMask": "0x02",
4515    "EventName": "OFFCORE_REQUESTS.DEMAND_CODE_RD",
4516    "BriefDescription": "Cacheable and noncachaeble code read requests",
4517    "PublicDescription": "Demand code read requests sent to uncore.",
4518    "Counter": "0,1,2,3",
4519    "CounterHTOff": "0,1,2,3,4,5,6,7",
4520    "SampleAfterValue": "100003",
4521    "MSRIndex": "0",
4522    "MSRValue": "0",
4523    "TakenAlone": "0",
4524    "CounterMask": "0",
4525    "Invert": "0",
4526    "AnyThread": "0",
4527    "EdgeDetect": "0",
4528    "PEBS": "0",
4529    "Data_LA": "0",
4530    "L1_Hit_Indication": "0",
4531    "Errata": "0",
4532    "Offcore": "0"
4533  },
4534  {
4535    "EventCode": "0xB0",
4536    "UMask": "0x04",
4537    "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
4538    "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM",
4539    "PublicDescription": "Demand RFO read requests sent to uncore, including regular RFOs, locks, ItoM.",
4540    "Counter": "0,1,2,3",
4541    "CounterHTOff": "0,1,2,3,4,5,6,7",
4542    "SampleAfterValue": "100003",
4543    "MSRIndex": "0",
4544    "MSRValue": "0",
4545    "TakenAlone": "0",
4546    "CounterMask": "0",
4547    "Invert": "0",
4548    "AnyThread": "0",
4549    "EdgeDetect": "0",
4550    "PEBS": "0",
4551    "Data_LA": "0",
4552    "L1_Hit_Indication": "0",
4553    "Errata": "0",
4554    "Offcore": "0"
4555  },
4556  {
4557    "EventCode": "0xB0",
4558    "UMask": "0x08",
4559    "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
4560    "BriefDescription": "Demand and prefetch data reads",
4561    "PublicDescription": "Data read requests sent to uncore (demand and prefetch).",
4562    "Counter": "0,1,2,3",
4563    "CounterHTOff": "0,1,2,3,4,5,6,7",
4564    "SampleAfterValue": "100003",
4565    "MSRIndex": "0",
4566    "MSRValue": "0",
4567    "TakenAlone": "0",
4568    "CounterMask": "0",
4569    "Invert": "0",
4570    "AnyThread": "0",
4571    "EdgeDetect": "0",
4572    "PEBS": "0",
4573    "Data_LA": "0",
4574    "L1_Hit_Indication": "0",
4575    "Errata": "0",
4576    "Offcore": "0"
4577  },
4578  {
4579    "EventCode": "0xB1",
4580    "UMask": "0x01",
4581    "EventName": "UOPS_EXECUTED.STALL_CYCLES",
4582    "BriefDescription": "Counts number of cycles no uops were dispatched to be executed on this thread.",
4583    "PublicDescription": "Counts number of cycles no uops were dispatched to be executed on this thread.",
4584    "Counter": "0,1,2,3",
4585    "CounterHTOff": "0,1,2,3",
4586    "SampleAfterValue": "2000003",
4587    "MSRIndex": "0",
4588    "MSRValue": "0",
4589    "TakenAlone": "0",
4590    "CounterMask": "1",
4591    "Invert": "1",
4592    "AnyThread": "0",
4593    "EdgeDetect": "0",
4594    "PEBS": "0",
4595    "Data_LA": "0",
4596    "L1_Hit_Indication": "0",
4597    "Errata": "HSD144, HSD30, HSM31",
4598    "Offcore": "0"
4599  },
4600  {
4601    "EventCode": "0xB1",
4602    "UMask": "0x01",
4603    "EventName": "UOPS_EXECUTED.CYCLES_GE_1_UOP_EXEC",
4604    "BriefDescription": "Cycles where at least 1 uop was executed per-thread",
4605    "PublicDescription": "This events counts the cycles where at least one uop was executed. It is counted per thread.",
4606    "Counter": "0,1,2,3",
4607    "CounterHTOff": "0,1,2,3",
4608    "SampleAfterValue": "2000003",
4609    "MSRIndex": "0",
4610    "MSRValue": "0",
4611    "TakenAlone": "0",
4612    "CounterMask": "1",
4613    "Invert": "0",
4614    "AnyThread": "0",
4615    "EdgeDetect": "0",
4616    "PEBS": "0",
4617    "Data_LA": "0",
4618    "L1_Hit_Indication": "0",
4619    "Errata": "HSD144, HSD30, HSM31",
4620    "Offcore": "0"
4621  },
4622  {
4623    "EventCode": "0xB1",
4624    "UMask": "0x01",
4625    "EventName": "UOPS_EXECUTED.CYCLES_GE_2_UOPS_EXEC",
4626    "BriefDescription": "Cycles where at least 2 uops were executed per-thread",
4627    "PublicDescription": "This events counts the cycles where at least two uop were executed. It is counted per thread.",
4628    "Counter": "0,1,2,3",
4629    "CounterHTOff": "0,1,2,3",
4630    "SampleAfterValue": "2000003",
4631    "MSRIndex": "0",
4632    "MSRValue": "0",
4633    "TakenAlone": "0",
4634    "CounterMask": "2",
4635    "Invert": "0",
4636    "AnyThread": "0",
4637    "EdgeDetect": "0",
4638    "PEBS": "0",
4639    "Data_LA": "0",
4640    "L1_Hit_Indication": "0",
4641    "Errata": "HSD144, HSD30, HSM31",
4642    "Offcore": "0"
4643  },
4644  {
4645    "EventCode": "0xB1",
4646    "UMask": "0x01",
4647    "EventName": "UOPS_EXECUTED.CYCLES_GE_3_UOPS_EXEC",
4648    "BriefDescription": "Cycles where at least 3 uops were executed per-thread",
4649    "PublicDescription": "This events counts the cycles where at least three uop were executed. It is counted per thread.",
4650    "Counter": "0,1,2,3",
4651    "CounterHTOff": "0,1,2,3",
4652    "SampleAfterValue": "2000003",
4653    "MSRIndex": "0",
4654    "MSRValue": "0",
4655    "TakenAlone": "0",
4656    "CounterMask": "3",
4657    "Invert": "0",
4658    "AnyThread": "0",
4659    "EdgeDetect": "0",
4660    "PEBS": "0",
4661    "Data_LA": "0",
4662    "L1_Hit_Indication": "0",
4663    "Errata": "HSD144, HSD30, HSM31",
4664    "Offcore": "0"
4665  },
4666  {
4667    "EventCode": "0xB1",
4668    "UMask": "0x01",
4669    "EventName": "UOPS_EXECUTED.CYCLES_GE_4_UOPS_EXEC",
4670    "BriefDescription": "Cycles where at least 4 uops were executed per-thread.",
4671    "PublicDescription": "Cycles where at least 4 uops were executed per-thread.",
4672    "Counter": "0,1,2,3",
4673    "CounterHTOff": "0,1,2,3",
4674    "SampleAfterValue": "2000003",
4675    "MSRIndex": "0",
4676    "MSRValue": "0",
4677    "TakenAlone": "0",
4678    "CounterMask": "4",
4679    "Invert": "0",
4680    "AnyThread": "0",
4681    "EdgeDetect": "0",
4682    "PEBS": "0",
4683    "Data_LA": "0",
4684    "L1_Hit_Indication": "0",
4685    "Errata": "HSD144, HSD30, HSM31",
4686    "Offcore": "0"
4687  },
4688  {
4689    "EventCode": "0xB1",
4690    "UMask": "0x02",
4691    "EventName": "UOPS_EXECUTED.CORE",
4692    "BriefDescription": "Number of uops executed on the core.",
4693    "PublicDescription": "Counts total number of uops to be executed per-core each cycle.",
4694    "Counter": "0,1,2,3",
4695    "CounterHTOff": "0,1,2,3,4,5,6,7",
4696    "SampleAfterValue": "2000003",
4697    "MSRIndex": "0",
4698    "MSRValue": "0",
4699    "TakenAlone": "0",
4700    "CounterMask": "0",
4701    "Invert": "0",
4702    "AnyThread": "0",
4703    "EdgeDetect": "0",
4704    "PEBS": "0",
4705    "Data_LA": "0",
4706    "L1_Hit_Indication": "0",
4707    "Errata": "HSD30, HSM31",
4708    "Offcore": "0"
4709  },
4710  {
4711    "EventCode": "0xb1",
4712    "UMask": "0x02",
4713    "EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_1",
4714    "BriefDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.",
4715    "PublicDescription": "Cycles at least 1 micro-op is executed from any thread on physical core.",
4716    "Counter": "0,1,2,3",
4717    "CounterHTOff": "0,1,2,3,4,5,6,7",
4718    "SampleAfterValue": "2000003",
4719    "MSRIndex": "0x00",
4720    "MSRValue": "0x00",
4721    "TakenAlone": "0",
4722    "CounterMask": "1",
4723    "Invert": "0",
4724    "AnyThread": "0",
4725    "EdgeDetect": "0",
4726    "PEBS": "0",
4727    "Data_LA": "0",
4728    "L1_Hit_Indication": "0",
4729    "Errata": "HSD30, HSM31",
4730    "Offcore": "0"
4731  },
4732  {
4733    "EventCode": "0xb1",
4734    "UMask": "0x02",
4735    "EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_2",
4736    "BriefDescription": "Cycles at least 2 micro-op is executed from any thread on physical core.",
4737    "PublicDescription": "Cycles at least 2 micro-op is executed from any thread on physical core.",
4738    "Counter": "0,1,2,3",
4739    "CounterHTOff": "0,1,2,3,4,5,6,7",
4740    "SampleAfterValue": "2000003",
4741    "MSRIndex": "0x00",
4742    "MSRValue": "0x00",
4743    "TakenAlone": "0",
4744    "CounterMask": "2",
4745    "Invert": "0",
4746    "AnyThread": "0",
4747    "EdgeDetect": "0",
4748    "PEBS": "0",
4749    "Data_LA": "0",
4750    "L1_Hit_Indication": "0",
4751    "Errata": "HSD30, HSM31",
4752    "Offcore": "0"
4753  },
4754  {
4755    "EventCode": "0xb1",
4756    "UMask": "0x02",
4757    "EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_3",
4758    "BriefDescription": "Cycles at least 3 micro-op is executed from any thread on physical core.",
4759    "PublicDescription": "Cycles at least 3 micro-op is executed from any thread on physical core.",
4760    "Counter": "0,1,2,3",
4761    "CounterHTOff": "0,1,2,3,4,5,6,7",
4762    "SampleAfterValue": "2000003",
4763    "MSRIndex": "0x00",
4764    "MSRValue": "0x00",
4765    "TakenAlone": "0",
4766    "CounterMask": "3",
4767    "Invert": "0",
4768    "AnyThread": "0",
4769    "EdgeDetect": "0",
4770    "PEBS": "0",
4771    "Data_LA": "0",
4772    "L1_Hit_Indication": "0",
4773    "Errata": "HSD30, HSM31",
4774    "Offcore": "0"
4775  },
4776  {
4777    "EventCode": "0xb1",
4778    "UMask": "0x02",
4779    "EventName": "UOPS_EXECUTED.CORE_CYCLES_GE_4",
4780    "BriefDescription": "Cycles at least 4 micro-op is executed from any thread on physical core.",
4781    "PublicDescription": "Cycles at least 4 micro-op is executed from any thread on physical core.",
4782    "Counter": "0,1,2,3",
4783    "CounterHTOff": "0,1,2,3,4,5,6,7",
4784    "SampleAfterValue": "2000003",
4785    "MSRIndex": "0x00",
4786    "MSRValue": "0x00",
4787    "TakenAlone": "0",
4788    "CounterMask": "4",
4789    "Invert": "0",
4790    "AnyThread": "0",
4791    "EdgeDetect": "0",
4792    "PEBS": "0",
4793    "Data_LA": "0",
4794    "L1_Hit_Indication": "0",
4795    "Errata": "HSD30, HSM31",
4796    "Offcore": "0"
4797  },
4798  {
4799    "EventCode": "0xb1",
4800    "UMask": "0x02",
4801    "EventName": "UOPS_EXECUTED.CORE_CYCLES_NONE",
4802    "BriefDescription": "Cycles with no micro-ops executed from any thread on physical core.",
4803    "PublicDescription": "Cycles with no micro-ops executed from any thread on physical core.",
4804    "Counter": "0,1,2,3",
4805    "CounterHTOff": "0,1,2,3,4,5,6,7",
4806    "SampleAfterValue": "2000003",
4807    "MSRIndex": "0x00",
4808    "MSRValue": "0x00",
4809    "TakenAlone": "0",
4810    "CounterMask": "0",
4811    "Invert": "1",
4812    "AnyThread": "0",
4813    "EdgeDetect": "0",
4814    "PEBS": "0",
4815    "Data_LA": "0",
4816    "L1_Hit_Indication": "0",
4817    "Errata": "HSD30, HSM31",
4818    "Offcore": "0"
4819  },
4820  {
4821    "EventCode": "0xb2",
4822    "UMask": "0x01",
4823    "EventName": "OFFCORE_REQUESTS_BUFFER.SQ_FULL",
4824    "BriefDescription": "Offcore requests buffer cannot take more entries for this thread core.",
4825    "PublicDescription": "Offcore requests buffer cannot take more entries for this thread core.",
4826    "Counter": "0,1,2,3",
4827    "CounterHTOff": "0,1,2,3,4,5,6,7",
4828    "SampleAfterValue": "2000003",
4829    "MSRIndex": "0",
4830    "MSRValue": "0",
4831    "TakenAlone": "0",
4832    "CounterMask": "0",
4833    "Invert": "0",
4834    "AnyThread": "0",
4835    "EdgeDetect": "0",
4836    "PEBS": "0",
4837    "Data_LA": "0",
4838    "L1_Hit_Indication": "0",
4839    "Errata": "0",
4840    "Offcore": "0"
4841  },
4842  {
4843    "EventCode": "0xB7, 0xBB",
4844    "UMask": "0x01",
4845    "EventName": "OFFCORE_RESPONSE",
4846    "BriefDescription": "Offcore response can be programmed only with a specific pair of event select and counter MSR, and with specific event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
4847    "PublicDescription": "Offcore response can be programmed only with a specific pair of event select and counter MSR, and with specific event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
4848    "Counter": "0,1,2,3",
4849    "CounterHTOff": "0,1,2,3",
4850    "SampleAfterValue": "100003",
4851    "MSRIndex": "0",
4852    "MSRValue": "0",
4853    "TakenAlone": "0",
4854    "CounterMask": "0",
4855    "Invert": "0",
4856    "AnyThread": "0",
4857    "EdgeDetect": "0",
4858    "PEBS": "0",
4859    "Data_LA": "0",
4860    "L1_Hit_Indication": "0",
4861    "Errata": "null",
4862    "Offcore": "0"
4863  },
4864  {
4865    "EventCode": "0xBC",
4866    "UMask": "0x11",
4867    "EventName": "PAGE_WALKER_LOADS.DTLB_L1",
4868    "BriefDescription": "Number of DTLB page walker hits in the L1+FB",
4869    "PublicDescription": "Number of DTLB page walker loads that hit in the L1+FB.",
4870    "Counter": "0,1,2,3",
4871    "CounterHTOff": "0,1,2,3",
4872    "SampleAfterValue": "2000003",
4873    "MSRIndex": "0",
4874    "MSRValue": "0",
4875    "TakenAlone": "0",
4876    "CounterMask": "0",
4877    "Invert": "0",
4878    "AnyThread": "0",
4879    "EdgeDetect": "0",
4880    "PEBS": "0",
4881    "Data_LA": "0",
4882    "L1_Hit_Indication": "0",
4883    "Errata": "0",
4884    "Offcore": "0"
4885  },
4886  {
4887    "EventCode": "0xBC",
4888    "UMask": "0x12",
4889    "EventName": "PAGE_WALKER_LOADS.DTLB_L2",
4890    "BriefDescription": "Number of DTLB page walker hits in the L2",
4891    "PublicDescription": "Number of DTLB page walker loads that hit in the L2.",
4892    "Counter": "0,1,2,3",
4893    "CounterHTOff": "0,1,2,3",
4894    "SampleAfterValue": "2000003",
4895    "MSRIndex": "0",
4896    "MSRValue": "0",
4897    "TakenAlone": "0",
4898    "CounterMask": "0",
4899    "Invert": "0",
4900    "AnyThread": "0",
4901    "EdgeDetect": "0",
4902    "PEBS": "0",
4903    "Data_LA": "0",
4904    "L1_Hit_Indication": "0",
4905    "Errata": "0",
4906    "Offcore": "0"
4907  },
4908  {
4909    "EventCode": "0xBC",
4910    "UMask": "0x14",
4911    "EventName": "PAGE_WALKER_LOADS.DTLB_L3",
4912    "BriefDescription": "Number of DTLB page walker hits in the L3 + XSNP",
4913    "PublicDescription": "Number of DTLB page walker loads that hit in the L3.",
4914    "Counter": "0,1,2,3",
4915    "CounterHTOff": "0,1,2,3",
4916    "SampleAfterValue": "2000003",
4917    "MSRIndex": "0",
4918    "MSRValue": "0",
4919    "TakenAlone": "0",
4920    "CounterMask": "0",
4921    "Invert": "0",
4922    "AnyThread": "0",
4923    "EdgeDetect": "0",
4924    "PEBS": "0",
4925    "Data_LA": "0",
4926    "L1_Hit_Indication": "0",
4927    "Errata": "HSD25",
4928    "Offcore": "0"
4929  },
4930  {
4931    "EventCode": "0xBC",
4932    "UMask": "0x18",
4933    "EventName": "PAGE_WALKER_LOADS.DTLB_MEMORY",
4934    "BriefDescription": "Number of DTLB page walker hits in Memory",
4935    "PublicDescription": "Number of DTLB page walker loads from memory.",
4936    "Counter": "0,1,2,3",
4937    "CounterHTOff": "0,1,2,3",
4938    "SampleAfterValue": "2000003",
4939    "MSRIndex": "0",
4940    "MSRValue": "0",
4941    "TakenAlone": "0",
4942    "CounterMask": "0",
4943    "Invert": "0",
4944    "AnyThread": "0",
4945    "EdgeDetect": "0",
4946    "PEBS": "0",
4947    "Data_LA": "0",
4948    "L1_Hit_Indication": "0",
4949    "Errata": "HSD25",
4950    "Offcore": "0"
4951  },
4952  {
4953    "EventCode": "0xBC",
4954    "UMask": "0x21",
4955    "EventName": "PAGE_WALKER_LOADS.ITLB_L1",
4956    "BriefDescription": "Number of ITLB page walker hits in the L1+FB",
4957    "PublicDescription": "Number of ITLB page walker loads that hit in the L1+FB.",
4958    "Counter": "0,1,2,3",
4959    "CounterHTOff": "0,1,2,3",
4960    "SampleAfterValue": "2000003",
4961    "MSRIndex": "0",
4962    "MSRValue": "0",
4963    "TakenAlone": "0",
4964    "CounterMask": "0",
4965    "Invert": "0",
4966    "AnyThread": "0",
4967    "EdgeDetect": "0",
4968    "PEBS": "0",
4969    "Data_LA": "0",
4970    "L1_Hit_Indication": "0",
4971    "Errata": "0",
4972    "Offcore": "0"
4973  },
4974  {
4975    "EventCode": "0xBC",
4976    "UMask": "0x22",
4977    "EventName": "PAGE_WALKER_LOADS.ITLB_L2",
4978    "BriefDescription": "Number of ITLB page walker hits in the L2",
4979    "PublicDescription": "Number of ITLB page walker loads that hit in the L2.",
4980    "Counter": "0,1,2,3",
4981    "CounterHTOff": "0,1,2,3",
4982    "SampleAfterValue": "2000003",
4983    "MSRIndex": "0",
4984    "MSRValue": "0",
4985    "TakenAlone": "0",
4986    "CounterMask": "0",
4987    "Invert": "0",
4988    "AnyThread": "0",
4989    "EdgeDetect": "0",
4990    "PEBS": "0",
4991    "Data_LA": "0",
4992    "L1_Hit_Indication": "0",
4993    "Errata": "0",
4994    "Offcore": "0"
4995  },
4996  {
4997    "EventCode": "0xBC",
4998    "UMask": "0x24",
4999    "EventName": "PAGE_WALKER_LOADS.ITLB_L3",
5000    "BriefDescription": "Number of ITLB page walker hits in the L3 + XSNP",
5001    "PublicDescription": "Number of ITLB page walker loads that hit in the L3.",
5002    "Counter": "0,1,2,3",
5003    "CounterHTOff": "0,1,2,3",
5004    "SampleAfterValue": "2000003",
5005    "MSRIndex": "0",
5006    "MSRValue": "0",
5007    "TakenAlone": "0",
5008    "CounterMask": "0",
5009    "Invert": "0",
5010    "AnyThread": "0",
5011    "EdgeDetect": "0",
5012    "PEBS": "0",
5013    "Data_LA": "0",
5014    "L1_Hit_Indication": "0",
5015    "Errata": "HSD25",
5016    "Offcore": "0"
5017  },
5018  {
5019    "EventCode": "0xBC",
5020    "UMask": "0x28",
5021    "EventName": "PAGE_WALKER_LOADS.ITLB_MEMORY",
5022    "BriefDescription": "Number of ITLB page walker hits in Memory",
5023    "PublicDescription": "Number of ITLB page walker loads from memory.",
5024    "Counter": "0,1,2,3",
5025    "CounterHTOff": "0,1,2,3",
5026    "SampleAfterValue": "2000003",
5027    "MSRIndex": "0",
5028    "MSRValue": "0",
5029    "TakenAlone": "0",
5030    "CounterMask": "0",
5031    "Invert": "0",
5032    "AnyThread": "0",
5033    "EdgeDetect": "0",
5034    "PEBS": "0",
5035    "Data_LA": "0",
5036    "L1_Hit_Indication": "0",
5037    "Errata": "HSD25",
5038    "Offcore": "0"
5039  },
5040  {
5041    "EventCode": "0xBC",
5042    "UMask": "0x41",
5043    "EventName": "PAGE_WALKER_LOADS.EPT_DTLB_L1",
5044    "BriefDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L1 and FB.",
5045    "PublicDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L1 and FB.",
5046    "Counter": "0,1,2,3",
5047    "CounterHTOff": "0,1,2,3",
5048    "SampleAfterValue": "2000003",
5049    "MSRIndex": "0",
5050    "MSRValue": "0",
5051    "TakenAlone": "0",
5052    "CounterMask": "0",
5053    "Invert": "0",
5054    "AnyThread": "0",
5055    "EdgeDetect": "0",
5056    "PEBS": "0",
5057    "Data_LA": "0",
5058    "L1_Hit_Indication": "0",
5059    "Errata": "0",
5060    "Offcore": "0"
5061  },
5062  {
5063    "EventCode": "0xBC",
5064    "UMask": "0x42",
5065    "EventName": "PAGE_WALKER_LOADS.EPT_DTLB_L2",
5066    "BriefDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L2.",
5067    "PublicDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L2.",
5068    "Counter": "0,1,2,3",
5069    "CounterHTOff": "0,1,2,3",
5070    "SampleAfterValue": "2000003",
5071    "MSRIndex": "0",
5072    "MSRValue": "0",
5073    "TakenAlone": "0",
5074    "CounterMask": "0",
5075    "Invert": "0",
5076    "AnyThread": "0",
5077    "EdgeDetect": "0",
5078    "PEBS": "0",
5079    "Data_LA": "0",
5080    "L1_Hit_Indication": "0",
5081    "Errata": "0",
5082    "Offcore": "0"
5083  },
5084  {
5085    "EventCode": "0xBC",
5086    "UMask": "0x44",
5087    "EventName": "PAGE_WALKER_LOADS.EPT_DTLB_L3",
5088    "BriefDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L3.",
5089    "PublicDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in the L3.",
5090    "Counter": "0,1,2,3",
5091    "CounterHTOff": "0,1,2,3",
5092    "SampleAfterValue": "2000003",
5093    "MSRIndex": "0",
5094    "MSRValue": "0",
5095    "TakenAlone": "0",
5096    "CounterMask": "0",
5097    "Invert": "0",
5098    "AnyThread": "0",
5099    "EdgeDetect": "0",
5100    "PEBS": "0",
5101    "Data_LA": "0",
5102    "L1_Hit_Indication": "0",
5103    "Errata": "0",
5104    "Offcore": "0"
5105  },
5106  {
5107    "EventCode": "0xBC",
5108    "UMask": "0x48",
5109    "EventName": "PAGE_WALKER_LOADS.EPT_DTLB_MEMORY",
5110    "BriefDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in memory.",
5111    "PublicDescription": "Counts the number of Extended Page Table walks from the DTLB that hit in memory.",
5112    "Counter": "0,1,2,3",
5113    "CounterHTOff": "0,1,2,3",
5114    "SampleAfterValue": "2000003",
5115    "MSRIndex": "0",
5116    "MSRValue": "0",
5117    "TakenAlone": "0",
5118    "CounterMask": "0",
5119    "Invert": "0",
5120    "AnyThread": "0",
5121    "EdgeDetect": "0",
5122    "PEBS": "0",
5123    "Data_LA": "0",
5124    "L1_Hit_Indication": "0",
5125    "Errata": "0",
5126    "Offcore": "0"
5127  },
5128  {
5129    "EventCode": "0xBC",
5130    "UMask": "0x81",
5131    "EventName": "PAGE_WALKER_LOADS.EPT_ITLB_L1",
5132    "BriefDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L1 and FB.",
5133    "PublicDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L1 and FB.",
5134    "Counter": "0,1,2,3",
5135    "CounterHTOff": "0,1,2,3",
5136    "SampleAfterValue": "2000003",
5137    "MSRIndex": "0",
5138    "MSRValue": "0",
5139    "TakenAlone": "0",
5140    "CounterMask": "0",
5141    "Invert": "0",
5142    "AnyThread": "0",
5143    "EdgeDetect": "0",
5144    "PEBS": "0",
5145    "Data_LA": "0",
5146    "L1_Hit_Indication": "0",
5147    "Errata": "0",
5148    "Offcore": "0"
5149  },
5150  {
5151    "EventCode": "0xBC",
5152    "UMask": "0x82",
5153    "EventName": "PAGE_WALKER_LOADS.EPT_ITLB_L2",
5154    "BriefDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L2.",
5155    "PublicDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L2.",
5156    "Counter": "0,1,2,3",
5157    "CounterHTOff": "0,1,2,3",
5158    "SampleAfterValue": "2000003",
5159    "MSRIndex": "0",
5160    "MSRValue": "0",
5161    "TakenAlone": "0",
5162    "CounterMask": "0",
5163    "Invert": "0",
5164    "AnyThread": "0",
5165    "EdgeDetect": "0",
5166    "PEBS": "0",
5167    "Data_LA": "0",
5168    "L1_Hit_Indication": "0",
5169    "Errata": "0",
5170    "Offcore": "0"
5171  },
5172  {
5173    "EventCode": "0xBC",
5174    "UMask": "0x84",
5175    "EventName": "PAGE_WALKER_LOADS.EPT_ITLB_L3",
5176    "BriefDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L2.",
5177    "PublicDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in the L2.",
5178    "Counter": "0,1,2,3",
5179    "CounterHTOff": "0,1,2,3",
5180    "SampleAfterValue": "2000003",
5181    "MSRIndex": "0",
5182    "MSRValue": "0",
5183    "TakenAlone": "0",
5184    "CounterMask": "0",
5185    "Invert": "0",
5186    "AnyThread": "0",
5187    "EdgeDetect": "0",
5188    "PEBS": "0",
5189    "Data_LA": "0",
5190    "L1_Hit_Indication": "0",
5191    "Errata": "0",
5192    "Offcore": "0"
5193  },
5194  {
5195    "EventCode": "0xBC",
5196    "UMask": "0x88",
5197    "EventName": "PAGE_WALKER_LOADS.EPT_ITLB_MEMORY",
5198    "BriefDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in memory.",
5199    "PublicDescription": "Counts the number of Extended Page Table walks from the ITLB that hit in memory.",
5200    "Counter": "0,1,2,3",
5201    "CounterHTOff": "0,1,2,3",
5202    "SampleAfterValue": "2000003",
5203    "MSRIndex": "0",
5204    "MSRValue": "0",
5205    "TakenAlone": "0",
5206    "CounterMask": "0",
5207    "Invert": "0",
5208    "AnyThread": "0",
5209    "EdgeDetect": "0",
5210    "PEBS": "0",
5211    "Data_LA": "0",
5212    "L1_Hit_Indication": "0",
5213    "Errata": "0",
5214    "Offcore": "0"
5215  },
5216  {
5217    "EventCode": "0xBD",
5218    "UMask": "0x01",
5219    "EventName": "TLB_FLUSH.DTLB_THREAD",
5220    "BriefDescription": "DTLB flush attempts of the thread-specific entries",
5221    "PublicDescription": "DTLB flush attempts of the thread-specific entries.",
5222    "Counter": "0,1,2,3",
5223    "CounterHTOff": "0,1,2,3,4,5,6,7",
5224    "SampleAfterValue": "100003",
5225    "MSRIndex": "0",
5226    "MSRValue": "0",
5227    "TakenAlone": "0",
5228    "CounterMask": "0",
5229    "Invert": "0",
5230    "AnyThread": "0",
5231    "EdgeDetect": "0",
5232    "PEBS": "0",
5233    "Data_LA": "0",
5234    "L1_Hit_Indication": "0",
5235    "Errata": "0",
5236    "Offcore": "0"
5237  },
5238  {
5239    "EventCode": "0xBD",
5240    "UMask": "0x20",
5241    "EventName": "TLB_FLUSH.STLB_ANY",
5242    "BriefDescription": "STLB flush attempts",
5243    "PublicDescription": "Count number of STLB flush attempts.",
5244    "Counter": "0,1,2,3",
5245    "CounterHTOff": "0,1,2,3,4,5,6,7",
5246    "SampleAfterValue": "100003",
5247    "MSRIndex": "0",
5248    "MSRValue": "0",
5249    "TakenAlone": "0",
5250    "CounterMask": "0",
5251    "Invert": "0",
5252    "AnyThread": "0",
5253    "EdgeDetect": "0",
5254    "PEBS": "0",
5255    "Data_LA": "0",
5256    "L1_Hit_Indication": "0",
5257    "Errata": "0",
5258    "Offcore": "0"
5259  },
5260  {
5261    "EventCode": "0xC0",
5262    "UMask": "0x00",
5263    "EventName": "INST_RETIRED.ANY_P",
5264    "BriefDescription": "Number of instructions retired. General Counter   - architectural event",
5265    "PublicDescription": "Number of instructions at retirement.",
5266    "Counter": "0,1,2,3",
5267    "CounterHTOff": "0,1,2,3,4,5,6,7",
5268    "SampleAfterValue": "2000003",
5269    "MSRIndex": "0",
5270    "MSRValue": "0",
5271    "TakenAlone": "0",
5272    "CounterMask": "0",
5273    "Invert": "0",
5274    "AnyThread": "0",
5275    "EdgeDetect": "0",
5276    "PEBS": "0",
5277    "Data_LA": "0",
5278    "L1_Hit_Indication": "0",
5279    "Errata": "HSD11, HSD140",
5280    "Offcore": "0"
5281  },
5282  {
5283    "EventCode": "0xC0",
5284    "UMask": "0x01",
5285    "EventName": "INST_RETIRED.PREC_DIST",
5286    "BriefDescription": "Precise instruction retired event with HW to reduce effect of PEBS shadow in IP distribution",
5287    "PublicDescription": "Precise instruction retired event with HW to reduce effect of PEBS shadow in IP distribution.",
5288    "Counter": "1",
5289    "CounterHTOff": "1",
5290    "SampleAfterValue": "2000003",
5291    "MSRIndex": "0",
5292    "MSRValue": "0",
5293    "TakenAlone": "0",
5294    "CounterMask": "0",
5295    "Invert": "0",
5296    "AnyThread": "0",
5297    "EdgeDetect": "0",
5298    "PEBS": "2",
5299    "Data_LA": "0",
5300    "L1_Hit_Indication": "0",
5301    "Errata": "HSD140",
5302    "Offcore": "0"
5303  },
5304  {
5305    "EventCode": "0xC0",
5306    "UMask": "0x02",
5307    "EventName": "INST_RETIRED.X87",
5308    "BriefDescription": "FP operations retired. X87 FP operations that have no exceptions: Counts also flows that have several X87 or flows that use X87 uops in the exception handling.",
5309    "PublicDescription": "This is a non-precise version (that is, does not use PEBS) of the event that counts FP operations retired. For X87 FP operations that have no exceptions counting also includes flows that have several X87, or flows that use X87 uops in the exception handling.",
5310    "Counter": "0,1,2,3",
5311    "CounterHTOff": "0,1,2,3,4,5,6,7",
5312    "SampleAfterValue": "2000003",
5313    "MSRIndex": "0",
5314    "MSRValue": "0",
5315    "TakenAlone": "0",
5316    "CounterMask": "0",
5317    "Invert": "0",
5318    "AnyThread": "0",
5319    "EdgeDetect": "0",
5320    "PEBS": "0",
5321    "Data_LA": "0",
5322    "L1_Hit_Indication": "0",
5323    "Errata": "0",
5324    "Offcore": "0"
5325  },
5326  {
5327    "EventCode": "0xC1",
5328    "UMask": "0x08",
5329    "EventName": "OTHER_ASSISTS.AVX_TO_SSE",
5330    "BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable.",
5331    "PublicDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable.",
5332    "Counter": "0,1,2,3",
5333    "CounterHTOff": "0,1,2,3,4,5,6,7",
5334    "SampleAfterValue": "100003",
5335    "MSRIndex": "0",
5336    "MSRValue": "0",
5337    "TakenAlone": "0",
5338    "CounterMask": "0",
5339    "Invert": "0",
5340    "AnyThread": "0",
5341    "EdgeDetect": "0",
5342    "PEBS": "0",
5343    "Data_LA": "0",
5344    "L1_Hit_Indication": "0",
5345    "Errata": "HSD56, HSM57",
5346    "Offcore": "0"
5347  },
5348  {
5349    "EventCode": "0xC1",
5350    "UMask": "0x10",
5351    "EventName": "OTHER_ASSISTS.SSE_TO_AVX",
5352    "BriefDescription": "Number of transitions from SSE to AVX-256 when penalty applicable.",
5353    "PublicDescription": "Number of transitions from SSE to AVX-256 when penalty applicable.",
5354    "Counter": "0,1,2,3",
5355    "CounterHTOff": "0,1,2,3,4,5,6,7",
5356    "SampleAfterValue": "100003",
5357    "MSRIndex": "0",
5358    "MSRValue": "0",
5359    "TakenAlone": "0",
5360    "CounterMask": "0",
5361    "Invert": "0",
5362    "AnyThread": "0",
5363    "EdgeDetect": "0",
5364    "PEBS": "0",
5365    "Data_LA": "0",
5366    "L1_Hit_Indication": "0",
5367    "Errata": "HSD56, HSM57",
5368    "Offcore": "0"
5369  },
5370  {
5371    "EventCode": "0xC1",
5372    "UMask": "0x40",
5373    "EventName": "OTHER_ASSISTS.ANY_WB_ASSIST",
5374    "BriefDescription": "Number of times any microcode assist is invoked by HW upon uop writeback.",
5375    "PublicDescription": "Number of microcode assists invoked by HW upon uop writeback.",
5376    "Counter": "0,1,2,3",
5377    "CounterHTOff": "0,1,2,3,4,5,6,7",
5378    "SampleAfterValue": "100003",
5379    "MSRIndex": "0",
5380    "MSRValue": "0",
5381    "TakenAlone": "0",
5382    "CounterMask": "0",
5383    "Invert": "0",
5384    "AnyThread": "0",
5385    "EdgeDetect": "0",
5386    "PEBS": "0",
5387    "Data_LA": "0",
5388    "L1_Hit_Indication": "0",
5389    "Errata": "0",
5390    "Offcore": "0"
5391  },
5392  {
5393    "EventCode": "0xC2",
5394    "UMask": "0x01",
5395    "EventName": "UOPS_RETIRED.ALL",
5396    "BriefDescription": "Actually retired uops.",
5397    "PublicDescription": "Counts the number of micro-ops retired. Use Cmask=1 and invert to count active cycles or stalled cycles.",
5398    "Counter": "0,1,2,3",
5399    "CounterHTOff": "0,1,2,3,4,5,6,7",
5400    "SampleAfterValue": "2000003",
5401    "MSRIndex": "0",
5402    "MSRValue": "0",
5403    "TakenAlone": "0",
5404    "CounterMask": "0",
5405    "Invert": "0",
5406    "AnyThread": "0",
5407    "EdgeDetect": "0",
5408    "PEBS": "1",
5409    "Data_LA": "0",
5410    "L1_Hit_Indication": "0",
5411    "Errata": "0",
5412    "Offcore": "0"
5413  },
5414  {
5415    "EventCode": "0xC2",
5416    "UMask": "0x01",
5417    "EventName": "UOPS_RETIRED.STALL_CYCLES",
5418    "BriefDescription": "Cycles without actually retired uops.",
5419    "PublicDescription": "Cycles without actually retired uops.",
5420    "Counter": "0,1,2,3",
5421    "CounterHTOff": "0,1,2,3",
5422    "SampleAfterValue": "2000003",
5423    "MSRIndex": "0",
5424    "MSRValue": "0",
5425    "TakenAlone": "0",
5426    "CounterMask": "1",
5427    "Invert": "1",
5428    "AnyThread": "0",
5429    "EdgeDetect": "0",
5430    "PEBS": "0",
5431    "Data_LA": "0",
5432    "L1_Hit_Indication": "0",
5433    "Errata": "0",
5434    "Offcore": "0"
5435  },
5436  {
5437    "EventCode": "0xC2",
5438    "UMask": "0x01",
5439    "EventName": "UOPS_RETIRED.TOTAL_CYCLES",
5440    "BriefDescription": "Cycles with less than 10 actually retired uops.",
5441    "PublicDescription": "Cycles with less than 10 actually retired uops.",
5442    "Counter": "0,1,2,3",
5443    "CounterHTOff": "0,1,2,3",
5444    "SampleAfterValue": "2000003",
5445    "MSRIndex": "0",
5446    "MSRValue": "0",
5447    "TakenAlone": "0",
5448    "CounterMask": "10",
5449    "Invert": "1",
5450    "AnyThread": "0",
5451    "EdgeDetect": "0",
5452    "PEBS": "0",
5453    "Data_LA": "0",
5454    "L1_Hit_Indication": "0",
5455    "Errata": "0",
5456    "Offcore": "0"
5457  },
5458  {
5459    "EventCode": "0xC2",
5460    "UMask": "0x01",
5461    "EventName": "UOPS_RETIRED.CORE_STALL_CYCLES",
5462    "BriefDescription": "Cycles without actually retired uops.",
5463    "PublicDescription": "Cycles without actually retired uops.",
5464    "Counter": "0,1,2,3",
5465    "CounterHTOff": "0,1,2,3",
5466    "SampleAfterValue": "2000003",
5467    "MSRIndex": "0",
5468    "MSRValue": "0",
5469    "TakenAlone": "0",
5470    "CounterMask": "1",
5471    "Invert": "1",
5472    "AnyThread": "1",
5473    "EdgeDetect": "0",
5474    "PEBS": "0",
5475    "Data_LA": "0",
5476    "L1_Hit_Indication": "0",
5477    "Errata": "0",
5478    "Offcore": "0"
5479  },
5480  {
5481    "EventCode": "0xC2",
5482    "UMask": "0x02",
5483    "EventName": "UOPS_RETIRED.RETIRE_SLOTS",
5484    "BriefDescription": "Retirement slots used.",
5485    "PublicDescription": "This event counts the number of retirement slots used each cycle.  There are potentially 4 slots that can be used each cycle - meaning, 4 uops or 4 instructions could retire each cycle.",
5486    "Counter": "0,1,2,3",
5487    "CounterHTOff": "0,1,2,3,4,5,6,7",
5488    "SampleAfterValue": "2000003",
5489    "MSRIndex": "0",
5490    "MSRValue": "0",
5491    "TakenAlone": "0",
5492    "CounterMask": "0",
5493    "Invert": "0",
5494    "AnyThread": "0",
5495    "EdgeDetect": "0",
5496    "PEBS": "1",
5497    "Data_LA": "0",
5498    "L1_Hit_Indication": "0",
5499    "Errata": "0",
5500    "Offcore": "0"
5501  },
5502  {
5503    "EventCode": "0xC3",
5504    "UMask": "0x01",
5505    "EventName": "MACHINE_CLEARS.CYCLES",
5506    "BriefDescription": "Cycles there was a Nuke. Account for both thread-specific and All Thread Nukes.",
5507    "PublicDescription": "Cycles there was a Nuke. Account for both thread-specific and All Thread Nukes.",
5508    "Counter": "0,1,2,3",
5509    "CounterHTOff": "0,1,2,3,4,5,6,7",
5510    "SampleAfterValue": "2000003",
5511    "MSRIndex": "0",
5512    "MSRValue": "0",
5513    "TakenAlone": "0",
5514    "CounterMask": "0",
5515    "Invert": "0",
5516    "AnyThread": "0",
5517    "EdgeDetect": "0",
5518    "PEBS": "0",
5519    "Data_LA": "0",
5520    "L1_Hit_Indication": "0",
5521    "Errata": "0",
5522    "Offcore": "0"
5523  },
5524  {
5525    "EventCode": "0xC3",
5526    "UMask": "0x01",
5527    "EventName": "MACHINE_CLEARS.COUNT",
5528    "BriefDescription": "Number of machine clears (nukes) of any type.",
5529    "PublicDescription": "Number of machine clears (nukes) of any type.",
5530    "Counter": "0,1,2,3",
5531    "CounterHTOff": "0,1,2,3,4,5,6,7",
5532    "SampleAfterValue": "100003",
5533    "MSRIndex": "0",
5534    "MSRValue": "0x00",
5535    "TakenAlone": "0",
5536    "CounterMask": "1",
5537    "Invert": "0",
5538    "AnyThread": "0",
5539    "EdgeDetect": "1",
5540    "PEBS": "0",
5541    "Data_LA": "0",
5542    "L1_Hit_Indication": "0",
5543    "Errata": "0",
5544    "Offcore": "0"
5545  },
5546  {
5547    "EventCode": "0xC3",
5548    "UMask": "0x02",
5549    "EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
5550    "BriefDescription": "Counts the number of machine clears due to memory order conflicts.",
5551    "PublicDescription": "This event counts the number of memory ordering machine clears detected. Memory ordering machine clears can result from memory address aliasing or snoops from another hardware thread or core to data inflight in the pipeline.  Machine clears can have a significant performance impact if they are happening frequently.",
5552    "Counter": "0,1,2,3",
5553    "CounterHTOff": "0,1,2,3,4,5,6,7",
5554    "SampleAfterValue": "100003",
5555    "MSRIndex": "0",
5556    "MSRValue": "0",
5557    "TakenAlone": "0",
5558    "CounterMask": "0",
5559    "Invert": "0",
5560    "AnyThread": "0",
5561    "EdgeDetect": "0",
5562    "PEBS": "0",
5563    "Data_LA": "0",
5564    "L1_Hit_Indication": "0",
5565    "Errata": "0",
5566    "Offcore": "0"
5567  },
5568  {
5569    "EventCode": "0xC3",
5570    "UMask": "0x04",
5571    "EventName": "MACHINE_CLEARS.SMC",
5572    "BriefDescription": "Self-modifying code (SMC) detected.",
5573    "PublicDescription": "This event is incremented when self-modifying code (SMC) is detected, which causes a machine clear.  Machine clears can have a significant performance impact if they are happening frequently.",
5574    "Counter": "0,1,2,3",
5575    "CounterHTOff": "0,1,2,3,4,5,6,7",
5576    "SampleAfterValue": "100003",
5577    "MSRIndex": "0",
5578    "MSRValue": "0",
5579    "TakenAlone": "0",
5580    "CounterMask": "0",
5581    "Invert": "0",
5582    "AnyThread": "0",
5583    "EdgeDetect": "0",
5584    "PEBS": "0",
5585    "Data_LA": "0",
5586    "L1_Hit_Indication": "0",
5587    "Errata": "0",
5588    "Offcore": "0"
5589  },
5590  {
5591    "EventCode": "0xC3",
5592    "UMask": "0x20",
5593    "EventName": "MACHINE_CLEARS.MASKMOV",
5594    "BriefDescription": "This event counts the number of executed Intel AVX masked load operations that refer to an illegal address range with the mask bits set to 0.",
5595    "PublicDescription": "This event counts the number of executed Intel AVX masked load operations that refer to an illegal address range with the mask bits set to 0.",
5596    "Counter": "0,1,2,3",
5597    "CounterHTOff": "0,1,2,3,4,5,6,7",
5598    "SampleAfterValue": "100003",
5599    "MSRIndex": "0",
5600    "MSRValue": "0",
5601    "TakenAlone": "0",
5602    "CounterMask": "0",
5603    "Invert": "0",
5604    "AnyThread": "0",
5605    "EdgeDetect": "0",
5606    "PEBS": "0",
5607    "Data_LA": "0",
5608    "L1_Hit_Indication": "0",
5609    "Errata": "0",
5610    "Offcore": "0"
5611  },
5612  {
5613    "EventCode": "0xC4",
5614    "UMask": "0x00",
5615    "EventName": "BR_INST_RETIRED.ALL_BRANCHES",
5616    "BriefDescription": "All (macro) branch instructions retired.",
5617    "PublicDescription": "Branch instructions at retirement.",
5618    "Counter": "0,1,2,3",
5619    "CounterHTOff": "0,1,2,3,4,5,6,7",
5620    "SampleAfterValue": "400009",
5621    "MSRIndex": "0",
5622    "MSRValue": "0",
5623    "TakenAlone": "0",
5624    "CounterMask": "0",
5625    "Invert": "0",
5626    "AnyThread": "0",
5627    "EdgeDetect": "0",
5628    "PEBS": "0",
5629    "Data_LA": "0",
5630    "L1_Hit_Indication": "0",
5631    "Errata": "0",
5632    "Offcore": "0"
5633  },
5634  {
5635    "EventCode": "0xC4",
5636    "UMask": "0x01",
5637    "EventName": "BR_INST_RETIRED.CONDITIONAL",
5638    "BriefDescription": "Conditional branch instructions retired.",
5639    "PublicDescription": "Counts the number of conditional branch instructions retired.",
5640    "Counter": "0,1,2,3",
5641    "CounterHTOff": "0,1,2,3,4,5,6,7",
5642    "SampleAfterValue": "400009",
5643    "MSRIndex": "0",
5644    "MSRValue": "0",
5645    "TakenAlone": "0",
5646    "CounterMask": "0",
5647    "Invert": "0",
5648    "AnyThread": "0",
5649    "EdgeDetect": "0",
5650    "PEBS": "1",
5651    "Data_LA": "0",
5652    "L1_Hit_Indication": "0",
5653    "Errata": "0",
5654    "Offcore": "0"
5655  },
5656  {
5657    "EventCode": "0xC4",
5658    "UMask": "0x02",
5659    "EventName": "BR_INST_RETIRED.NEAR_CALL",
5660    "BriefDescription": "Direct and indirect near call instructions retired.",
5661    "PublicDescription": "Direct and indirect near call instructions retired.",
5662    "Counter": "0,1,2,3",
5663    "CounterHTOff": "0,1,2,3,4,5,6,7",
5664    "SampleAfterValue": "100003",
5665    "MSRIndex": "0",
5666    "MSRValue": "0",
5667    "TakenAlone": "0",
5668    "CounterMask": "0",
5669    "Invert": "0",
5670    "AnyThread": "0",
5671    "EdgeDetect": "0",
5672    "PEBS": "1",
5673    "Data_LA": "0",
5674    "L1_Hit_Indication": "0",
5675    "Errata": "0",
5676    "Offcore": "0"
5677  },
5678  {
5679    "EventCode": "0xC4",
5680    "UMask": "0x02",
5681    "EventName": "BR_INST_RETIRED.NEAR_CALL_R3",
5682    "BriefDescription": "Direct and indirect macro near call instructions retired (captured in ring 3).",
5683    "PublicDescription": "Direct and indirect macro near call instructions retired (captured in ring 3).",
5684    "Counter": "0,1,2,3",
5685    "CounterHTOff": "0,1,2,3,4,5,6,7",
5686    "SampleAfterValue": "100003",
5687    "MSRIndex": "0",
5688    "MSRValue": "0",
5689    "TakenAlone": "0",
5690    "CounterMask": "0",
5691    "Invert": "0",
5692    "AnyThread": "0",
5693    "EdgeDetect": "0",
5694    "PEBS": "1",
5695    "Data_LA": "0",
5696    "L1_Hit_Indication": "0",
5697    "Errata": "0",
5698    "Offcore": "0"
5699  },
5700  {
5701    "EventCode": "0xC4",
5702    "UMask": "0x04",
5703    "EventName": "BR_INST_RETIRED.ALL_BRANCHES_PEBS",
5704    "BriefDescription": "All (macro) branch instructions retired.",
5705    "PublicDescription": "All (macro) branch instructions retired.",
5706    "Counter": "0,1,2,3",
5707    "CounterHTOff": "0,1,2,3",
5708    "SampleAfterValue": "400009",
5709    "MSRIndex": "0",
5710    "MSRValue": "0",
5711    "TakenAlone": "0",
5712    "CounterMask": "0",
5713    "Invert": "0",
5714    "AnyThread": "0",
5715    "EdgeDetect": "0",
5716    "PEBS": "2",
5717    "Data_LA": "0",
5718    "L1_Hit_Indication": "0",
5719    "Errata": "0",
5720    "Offcore": "0"
5721  },
5722  {
5723    "EventCode": "0xC4",
5724    "UMask": "0x08",
5725    "EventName": "BR_INST_RETIRED.NEAR_RETURN",
5726    "BriefDescription": "Return instructions retired.",
5727    "PublicDescription": "Counts the number of near return instructions retired.",
5728    "Counter": "0,1,2,3",
5729    "CounterHTOff": "0,1,2,3,4,5,6,7",
5730    "SampleAfterValue": "100003",
5731    "MSRIndex": "0",
5732    "MSRValue": "0",
5733    "TakenAlone": "0",
5734    "CounterMask": "0",
5735    "Invert": "0",
5736    "AnyThread": "0",
5737    "EdgeDetect": "0",
5738    "PEBS": "1",
5739    "Data_LA": "0",
5740    "L1_Hit_Indication": "0",
5741    "Errata": "0",
5742    "Offcore": "0"
5743  },
5744  {
5745    "EventCode": "0xC4",
5746    "UMask": "0x10",
5747    "EventName": "BR_INST_RETIRED.NOT_TAKEN",
5748    "BriefDescription": "Not taken branch instructions retired.",
5749    "PublicDescription": "Counts the number of not taken branch instructions retired.",
5750    "Counter": "0,1,2,3",
5751    "CounterHTOff": "0,1,2,3,4,5,6,7",
5752    "SampleAfterValue": "400009",
5753    "MSRIndex": "0",
5754    "MSRValue": "0",
5755    "TakenAlone": "0",
5756    "CounterMask": "0",
5757    "Invert": "0",
5758    "AnyThread": "0",
5759    "EdgeDetect": "0",
5760    "PEBS": "0",
5761    "Data_LA": "0",
5762    "L1_Hit_Indication": "0",
5763    "Errata": "0",
5764    "Offcore": "0"
5765  },
5766  {
5767    "EventCode": "0xC4",
5768    "UMask": "0x20",
5769    "EventName": "BR_INST_RETIRED.NEAR_TAKEN",
5770    "BriefDescription": "Taken branch instructions retired.",
5771    "PublicDescription": "Number of near taken branches retired.",
5772    "Counter": "0,1,2,3",
5773    "CounterHTOff": "0,1,2,3,4,5,6,7",
5774    "SampleAfterValue": "400009",
5775    "MSRIndex": "0",
5776    "MSRValue": "0",
5777    "TakenAlone": "0",
5778    "CounterMask": "0",
5779    "Invert": "0",
5780    "AnyThread": "0",
5781    "EdgeDetect": "0",
5782    "PEBS": "1",
5783    "Data_LA": "0",
5784    "L1_Hit_Indication": "0",
5785    "Errata": "0",
5786    "Offcore": "0"
5787  },
5788  {
5789    "EventCode": "0xC4",
5790    "UMask": "0x40",
5791    "EventName": "BR_INST_RETIRED.FAR_BRANCH",
5792    "BriefDescription": "Far branch instructions retired.",
5793    "PublicDescription": "Number of far branches retired.",
5794    "Counter": "0,1,2,3",
5795    "CounterHTOff": "0,1,2,3,4,5,6,7",
5796    "SampleAfterValue": "100003",
5797    "MSRIndex": "0",
5798    "MSRValue": "0",
5799    "TakenAlone": "0",
5800    "CounterMask": "0",
5801    "Invert": "0",
5802    "AnyThread": "0",
5803    "EdgeDetect": "0",
5804    "PEBS": "0",
5805    "Data_LA": "0",
5806    "L1_Hit_Indication": "0",
5807    "Errata": "0",
5808    "Offcore": "0"
5809  },
5810  {
5811    "EventCode": "0xC5",
5812    "UMask": "0x00",
5813    "EventName": "BR_MISP_RETIRED.ALL_BRANCHES",
5814    "BriefDescription": "All mispredicted macro branch instructions retired.",
5815    "PublicDescription": "Mispredicted branch instructions at retirement.",
5816    "Counter": "0,1,2,3",
5817    "CounterHTOff": "0,1,2,3,4,5,6,7",
5818    "SampleAfterValue": "400009",
5819    "MSRIndex": "0",
5820    "MSRValue": "0",
5821    "TakenAlone": "0",
5822    "CounterMask": "0",
5823    "Invert": "0",
5824    "AnyThread": "0",
5825    "EdgeDetect": "0",
5826    "PEBS": "0",
5827    "Data_LA": "0",
5828    "L1_Hit_Indication": "0",
5829    "Errata": "0",
5830    "Offcore": "0"
5831  },
5832  {
5833    "EventCode": "0xC5",
5834    "UMask": "0x01",
5835    "EventName": "BR_MISP_RETIRED.CONDITIONAL",
5836    "BriefDescription": "Mispredicted conditional branch instructions retired.",
5837    "PublicDescription": "Mispredicted conditional branch instructions retired.",
5838    "Counter": "0,1,2,3",
5839    "CounterHTOff": "0,1,2,3,4,5,6,7",
5840    "SampleAfterValue": "400009",
5841    "MSRIndex": "0",
5842    "MSRValue": "0",
5843    "TakenAlone": "0",
5844    "CounterMask": "0",
5845    "Invert": "0",
5846    "AnyThread": "0",
5847    "EdgeDetect": "0",
5848    "PEBS": "1",
5849    "Data_LA": "0",
5850    "L1_Hit_Indication": "0",
5851    "Errata": "0",
5852    "Offcore": "0"
5853  },
5854  {
5855    "EventCode": "0xC5",
5856    "UMask": "0x04",
5857    "EventName": "BR_MISP_RETIRED.ALL_BRANCHES_PEBS",
5858    "BriefDescription": "Mispredicted macro branch instructions retired.",
5859    "PublicDescription": "This event counts all mispredicted branch instructions retired. This is a precise event.",
5860    "Counter": "0,1,2,3",
5861    "CounterHTOff": "0,1,2,3",
5862    "SampleAfterValue": "400009",
5863    "MSRIndex": "0",
5864    "MSRValue": "0",
5865    "TakenAlone": "0",
5866    "CounterMask": "0",
5867    "Invert": "0",
5868    "AnyThread": "0",
5869    "EdgeDetect": "0",
5870    "PEBS": "2",
5871    "Data_LA": "0",
5872    "L1_Hit_Indication": "0",
5873    "Errata": "0",
5874    "Offcore": "0"
5875  },
5876  {
5877    "EventCode": "0xC5",
5878    "UMask": "0x20",
5879    "EventName": "BR_MISP_RETIRED.NEAR_TAKEN",
5880    "BriefDescription": "number of near branch instructions retired that were mispredicted and taken.",
5881    "PublicDescription": "Number of near branch instructions retired that were taken but mispredicted.",
5882    "Counter": "0,1,2,3",
5883    "CounterHTOff": "0,1,2,3,4,5,6,7",
5884    "SampleAfterValue": "400009",
5885    "MSRIndex": "0",
5886    "MSRValue": "0",
5887    "TakenAlone": "0",
5888    "CounterMask": "0",
5889    "Invert": "0",
5890    "AnyThread": "0",
5891    "EdgeDetect": "0",
5892    "PEBS": "1",
5893    "Data_LA": "0",
5894    "L1_Hit_Indication": "0",
5895    "Errata": "0",
5896    "Offcore": "0"
5897  },
5898  {
5899    "EventCode": "0xC6",
5900    "UMask": "0x07",
5901    "EventName": "AVX_INSTS.ALL",
5902    "BriefDescription": "Approximate counts of AVX & AVX2 256-bit instructions, including non-arithmetic instructions, loads, and stores.  May count non-AVX instructions that employ 256-bit operations, including (but not necessarily limited to) rep string instructions that use 256-bit loads and stores for optimized performance, XSAVE* and XRSTOR*, and operations that transition the x87 FPU data registers between x87 and MMX.",
5903    "PublicDescription": "Note that a whole rep string only counts AVX_INST.ALL once.",
5904    "Counter": "0,1,2,3",
5905    "CounterHTOff": "0,1,2,3,4,5,6,7",
5906    "SampleAfterValue": "2000003",
5907    "MSRIndex": "0",
5908    "MSRValue": "0",
5909    "TakenAlone": "0",
5910    "CounterMask": "0",
5911    "Invert": "0",
5912    "AnyThread": "0",
5913    "EdgeDetect": "0",
5914    "PEBS": "0",
5915    "Data_LA": "0",
5916    "L1_Hit_Indication": "0",
5917    "Errata": "0",
5918    "Offcore": "0"
5919  },
5920  {
5921    "EventCode": "0xC8",
5922    "UMask": "0x01",
5923    "EventName": "HLE_RETIRED.START",
5924    "BriefDescription": "Number of times an HLE execution started.",
5925    "PublicDescription": "Number of times an HLE execution started.",
5926    "Counter": "0,1,2,3",
5927    "CounterHTOff": "0,1,2,3,4,5,6,7",
5928    "SampleAfterValue": "2000003",
5929    "MSRIndex": "0",
5930    "MSRValue": "0",
5931    "TakenAlone": "0",
5932    "CounterMask": "0",
5933    "Invert": "0",
5934    "AnyThread": "0",
5935    "EdgeDetect": "0",
5936    "PEBS": "0",
5937    "Data_LA": "0",
5938    "L1_Hit_Indication": "0",
5939    "Errata": "0",
5940    "Offcore": "0"
5941  },
5942  {
5943    "EventCode": "0xc8",
5944    "UMask": "0x02",
5945    "EventName": "HLE_RETIRED.COMMIT",
5946    "BriefDescription": "Number of times an HLE execution successfully committed.",
5947    "PublicDescription": "Number of times an HLE execution successfully committed.",
5948    "Counter": "0,1,2,3",
5949    "CounterHTOff": "0,1,2,3,4,5,6,7",
5950    "SampleAfterValue": "2000003",
5951    "MSRIndex": "0",
5952    "MSRValue": "0",
5953    "TakenAlone": "0",
5954    "CounterMask": "0",
5955    "Invert": "0",
5956    "AnyThread": "0",
5957    "EdgeDetect": "0",
5958    "PEBS": "0",
5959    "Data_LA": "0",
5960    "L1_Hit_Indication": "0",
5961    "Errata": "0",
5962    "Offcore": "0"
5963  },
5964  {
5965    "EventCode": "0xc8",
5966    "UMask": "0x04",
5967    "EventName": "HLE_RETIRED.ABORTED",
5968    "BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categories may count as one).",
5969    "PublicDescription": "Number of times an HLE execution aborted due to any reasons (multiple categories may count as one).",
5970    "Counter": "0,1,2,3",
5971    "CounterHTOff": "0,1,2,3,4,5,6,7",
5972    "SampleAfterValue": "2000003",
5973    "MSRIndex": "0",
5974    "MSRValue": "0",
5975    "TakenAlone": "0",
5976    "CounterMask": "0",
5977    "Invert": "0",
5978    "AnyThread": "0",
5979    "EdgeDetect": "0",
5980    "PEBS": "1",
5981    "Data_LA": "0",
5982    "L1_Hit_Indication": "0",
5983    "Errata": "0",
5984    "Offcore": "0"
5985  },
5986  {
5987    "EventCode": "0xc8",
5988    "UMask": "0x08",
5989    "EventName": "HLE_RETIRED.ABORTED_MISC1",
5990    "BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., read/write capacity and conflicts).",
5991    "PublicDescription": "Number of times an HLE execution aborted due to various memory events (e.g., read/write capacity and conflicts).",
5992    "Counter": "0,1,2,3",
5993    "CounterHTOff": "0,1,2,3,4,5,6,7",
5994    "SampleAfterValue": "2000003",
5995    "MSRIndex": "0",
5996    "MSRValue": "0",
5997    "TakenAlone": "0",
5998    "CounterMask": "0",
5999    "Invert": "0",
6000    "AnyThread": "0",
6001    "EdgeDetect": "0",
6002    "PEBS": "0",
6003    "Data_LA": "0",
6004    "L1_Hit_Indication": "0",
6005    "Errata": "0",
6006    "Offcore": "0"
6007  },
6008  {
6009    "EventCode": "0xc8",
6010    "UMask": "0x10",
6011    "EventName": "HLE_RETIRED.ABORTED_MISC2",
6012    "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
6013    "PublicDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
6014    "Counter": "0,1,2,3",
6015    "CounterHTOff": "0,1,2,3,4,5,6,7",
6016    "SampleAfterValue": "2000003",
6017    "MSRIndex": "0",
6018    "MSRValue": "0",
6019    "TakenAlone": "0",
6020    "CounterMask": "0",
6021    "Invert": "0",
6022    "AnyThread": "0",
6023    "EdgeDetect": "0",
6024    "PEBS": "0",
6025    "Data_LA": "0",
6026    "L1_Hit_Indication": "0",
6027    "Errata": "0",
6028    "Offcore": "0"
6029  },
6030  {
6031    "EventCode": "0xc8",
6032    "UMask": "0x20",
6033    "EventName": "HLE_RETIRED.ABORTED_MISC3",
6034    "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
6035    "PublicDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
6036    "Counter": "0,1,2,3",
6037    "CounterHTOff": "0,1,2,3,4,5,6,7",
6038    "SampleAfterValue": "2000003",
6039    "MSRIndex": "0",
6040    "MSRValue": "0",
6041    "TakenAlone": "0",
6042    "CounterMask": "0",
6043    "Invert": "0",
6044    "AnyThread": "0",
6045    "EdgeDetect": "0",
6046    "PEBS": "0",
6047    "Data_LA": "0",
6048    "L1_Hit_Indication": "0",
6049    "Errata": "0",
6050    "Offcore": "0"
6051  },
6052  {
6053    "EventCode": "0xc8",
6054    "UMask": "0x40",
6055    "EventName": "HLE_RETIRED.ABORTED_MISC4",
6056    "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
6057    "PublicDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
6058    "Counter": "0,1,2,3",
6059    "CounterHTOff": "0,1,2,3,4,5,6,7",
6060    "SampleAfterValue": "2000003",
6061    "MSRIndex": "0",
6062    "MSRValue": "0",
6063    "TakenAlone": "0",
6064    "CounterMask": "0",
6065    "Invert": "0",
6066    "AnyThread": "0",
6067    "EdgeDetect": "0",
6068    "PEBS": "0",
6069    "Data_LA": "0",
6070    "L1_Hit_Indication": "0",
6071    "Errata": "HSD65",
6072    "Offcore": "0"
6073  },
6074  {
6075    "EventCode": "0xc8",
6076    "UMask": "0x80",
6077    "EventName": "HLE_RETIRED.ABORTED_MISC5",
6078    "BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 categories (e.g. interrupts)",
6079    "PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categories (e.g. interrupts).",
6080    "Counter": "0,1,2,3",
6081    "CounterHTOff": "0,1,2,3,4,5,6,7",
6082    "SampleAfterValue": "2000003",
6083    "MSRIndex": "0",
6084    "MSRValue": "0",
6085    "TakenAlone": "0",
6086    "CounterMask": "0",
6087    "Invert": "0",
6088    "AnyThread": "0",
6089    "EdgeDetect": "0",
6090    "PEBS": "0",
6091    "Data_LA": "0",
6092    "L1_Hit_Indication": "0",
6093    "Errata": "0",
6094    "Offcore": "0"
6095  },
6096  {
6097    "EventCode": "0xC9",
6098    "UMask": "0x01",
6099    "EventName": "RTM_RETIRED.START",
6100    "BriefDescription": "Number of times an RTM execution started.",
6101    "PublicDescription": "Number of times an RTM execution started.",
6102    "Counter": "0,1,2,3",
6103    "CounterHTOff": "0,1,2,3",
6104    "SampleAfterValue": "2000003",
6105    "MSRIndex": "0",
6106    "MSRValue": "0",
6107    "TakenAlone": "0",
6108    "CounterMask": "0",
6109    "Invert": "0",
6110    "AnyThread": "0",
6111    "EdgeDetect": "0",
6112    "PEBS": "0",
6113    "Data_LA": "0",
6114    "L1_Hit_Indication": "0",
6115    "Errata": "0",
6116    "Offcore": "0"
6117  },
6118  {
6119    "EventCode": "0xc9",
6120    "UMask": "0x02",
6121    "EventName": "RTM_RETIRED.COMMIT",
6122    "BriefDescription": "Number of times an RTM execution successfully committed.",
6123    "PublicDescription": "Number of times an RTM execution successfully committed.",
6124    "Counter": "0,1,2,3",
6125    "CounterHTOff": "0,1,2,3",
6126    "SampleAfterValue": "2000003",
6127    "MSRIndex": "0",
6128    "MSRValue": "0",
6129    "TakenAlone": "0",
6130    "CounterMask": "0",
6131    "Invert": "0",
6132    "AnyThread": "0",
6133    "EdgeDetect": "0",
6134    "PEBS": "0",
6135    "Data_LA": "0",
6136    "L1_Hit_Indication": "0",
6137    "Errata": "0",
6138    "Offcore": "0"
6139  },
6140  {
6141    "EventCode": "0xc9",
6142    "UMask": "0x04",
6143    "EventName": "RTM_RETIRED.ABORTED",
6144    "BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categories may count as one).",
6145    "PublicDescription": "Number of times an RTM execution aborted due to any reasons (multiple categories may count as one).",
6146    "Counter": "0,1,2,3",
6147    "CounterHTOff": "0,1,2,3",
6148    "SampleAfterValue": "2000003",
6149    "MSRIndex": "0",
6150    "MSRValue": "0",
6151    "TakenAlone": "0",
6152    "CounterMask": "0",
6153    "Invert": "0",
6154    "AnyThread": "0",
6155    "EdgeDetect": "0",
6156    "PEBS": "1",
6157    "Data_LA": "0",
6158    "L1_Hit_Indication": "0",
6159    "Errata": "0",
6160    "Offcore": "0"
6161  },
6162  {
6163    "EventCode": "0xc9",
6164    "UMask": "0x08",
6165    "EventName": "RTM_RETIRED.ABORTED_MISC1",
6166    "BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. read/write capacity and conflicts)",
6167    "PublicDescription": "Number of times an RTM execution aborted due to various memory events (e.g. read/write capacity and conflicts).",
6168    "Counter": "0,1,2,3",
6169    "CounterHTOff": "0,1,2,3",
6170    "SampleAfterValue": "2000003",
6171    "MSRIndex": "0",
6172    "MSRValue": "0",
6173    "TakenAlone": "0",
6174    "CounterMask": "0",
6175    "Invert": "0",
6176    "AnyThread": "0",
6177    "EdgeDetect": "0",
6178    "PEBS": "0",
6179    "Data_LA": "0",
6180    "L1_Hit_Indication": "0",
6181    "Errata": "0",
6182    "Offcore": "0"
6183  },
6184  {
6185    "EventCode": "0xc9",
6186    "UMask": "0x10",
6187    "EventName": "RTM_RETIRED.ABORTED_MISC2",
6188    "BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g., read/write capacity and conflicts).",
6189    "PublicDescription": "Number of times an RTM execution aborted due to various memory events (e.g., read/write capacity and conflicts).",
6190    "Counter": "0,1,2,3",
6191    "CounterHTOff": "0,1,2,3",
6192    "SampleAfterValue": "2000003",
6193    "MSRIndex": "0",
6194    "MSRValue": "0",
6195    "TakenAlone": "0",
6196    "CounterMask": "0",
6197    "Invert": "0",
6198    "AnyThread": "0",
6199    "EdgeDetect": "0",
6200    "PEBS": "0",
6201    "Data_LA": "0",
6202    "L1_Hit_Indication": "0",
6203    "Errata": "0",
6204    "Offcore": "0"
6205  },
6206  {
6207    "EventCode": "0xc9",
6208    "UMask": "0x20",
6209    "EventName": "RTM_RETIRED.ABORTED_MISC3",
6210    "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions.",
6211    "PublicDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions.",
6212    "Counter": "0,1,2,3",
6213    "CounterHTOff": "0,1,2,3",
6214    "SampleAfterValue": "2000003",
6215    "MSRIndex": "0",
6216    "MSRValue": "0",
6217    "TakenAlone": "0",
6218    "CounterMask": "0",
6219    "Invert": "0",
6220    "AnyThread": "0",
6221    "EdgeDetect": "0",
6222    "PEBS": "0",
6223    "Data_LA": "0",
6224    "L1_Hit_Indication": "0",
6225    "Errata": "0",
6226    "Offcore": "0"
6227  },
6228  {
6229    "EventCode": "0xc9",
6230    "UMask": "0x40",
6231    "EventName": "RTM_RETIRED.ABORTED_MISC4",
6232    "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type.",
6233    "PublicDescription": "Number of times an RTM execution aborted due to incompatible memory type.",
6234    "Counter": "0,1,2,3",
6235    "CounterHTOff": "0,1,2,3",
6236    "SampleAfterValue": "2000003",
6237    "MSRIndex": "0",
6238    "MSRValue": "0",
6239    "TakenAlone": "0",
6240    "CounterMask": "0",
6241    "Invert": "0",
6242    "AnyThread": "0",
6243    "EdgeDetect": "0",
6244    "PEBS": "0",
6245    "Data_LA": "0",
6246    "L1_Hit_Indication": "0",
6247    "Errata": "HSD65",
6248    "Offcore": "0"
6249  },
6250  {
6251    "EventCode": "0xc9",
6252    "UMask": "0x80",
6253    "EventName": "RTM_RETIRED.ABORTED_MISC5",
6254    "BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 categories (e.g. interrupt)",
6255    "PublicDescription": "Number of times an RTM execution aborted due to none of the previous 4 categories (e.g. interrupt).",
6256    "Counter": "0,1,2,3",
6257    "CounterHTOff": "0,1,2,3",
6258    "SampleAfterValue": "2000003",
6259    "MSRIndex": "0",
6260    "MSRValue": "0",
6261    "TakenAlone": "0",
6262    "CounterMask": "0",
6263    "Invert": "0",
6264    "AnyThread": "0",
6265    "EdgeDetect": "0",
6266    "PEBS": "0",
6267    "Data_LA": "0",
6268    "L1_Hit_Indication": "0",
6269    "Errata": "0",
6270    "Offcore": "0"
6271  },
6272  {
6273    "EventCode": "0xCA",
6274    "UMask": "0x02",
6275    "EventName": "FP_ASSIST.X87_OUTPUT",
6276    "BriefDescription": "Number of X87 assists due to output value.",
6277    "PublicDescription": "Number of X87 FP assists due to output values.",
6278    "Counter": "0,1,2,3",
6279    "CounterHTOff": "0,1,2,3,4,5,6,7",
6280    "SampleAfterValue": "100003",
6281    "MSRIndex": "0",
6282    "MSRValue": "0",
6283    "TakenAlone": "0",
6284    "CounterMask": "0",
6285    "Invert": "0",
6286    "AnyThread": "0",
6287    "EdgeDetect": "0",
6288    "PEBS": "0",
6289    "Data_LA": "0",
6290    "L1_Hit_Indication": "0",
6291    "Errata": "0",
6292    "Offcore": "0"
6293  },
6294  {
6295    "EventCode": "0xCA",
6296    "UMask": "0x04",
6297    "EventName": "FP_ASSIST.X87_INPUT",
6298    "BriefDescription": "Number of X87 assists due to input value.",
6299    "PublicDescription": "Number of X87 FP assists due to input values.",
6300    "Counter": "0,1,2,3",
6301    "CounterHTOff": "0,1,2,3,4,5,6,7",
6302    "SampleAfterValue": "100003",
6303    "MSRIndex": "0",
6304    "MSRValue": "0",
6305    "TakenAlone": "0",
6306    "CounterMask": "0",
6307    "Invert": "0",
6308    "AnyThread": "0",
6309    "EdgeDetect": "0",
6310    "PEBS": "0",
6311    "Data_LA": "0",
6312    "L1_Hit_Indication": "0",
6313    "Errata": "0",
6314    "Offcore": "0"
6315  },
6316  {
6317    "EventCode": "0xCA",
6318    "UMask": "0x08",
6319    "EventName": "FP_ASSIST.SIMD_OUTPUT",
6320    "BriefDescription": "Number of SIMD FP assists due to Output values",
6321    "PublicDescription": "Number of SIMD FP assists due to output values.",
6322    "Counter": "0,1,2,3",
6323    "CounterHTOff": "0,1,2,3,4,5,6,7",
6324    "SampleAfterValue": "100003",
6325    "MSRIndex": "0",
6326    "MSRValue": "0",
6327    "TakenAlone": "0",
6328    "CounterMask": "0",
6329    "Invert": "0",
6330    "AnyThread": "0",
6331    "EdgeDetect": "0",
6332    "PEBS": "0",
6333    "Data_LA": "0",
6334    "L1_Hit_Indication": "0",
6335    "Errata": "0",
6336    "Offcore": "0"
6337  },
6338  {
6339    "EventCode": "0xCA",
6340    "UMask": "0x10",
6341    "EventName": "FP_ASSIST.SIMD_INPUT",
6342    "BriefDescription": "Number of SIMD FP assists due to input values",
6343    "PublicDescription": "Number of SIMD FP assists due to input values.",
6344    "Counter": "0,1,2,3",
6345    "CounterHTOff": "0,1,2,3,4,5,6,7",
6346    "SampleAfterValue": "100003",
6347    "MSRIndex": "0",
6348    "MSRValue": "0",
6349    "TakenAlone": "0",
6350    "CounterMask": "0",
6351    "Invert": "0",
6352    "AnyThread": "0",
6353    "EdgeDetect": "0",
6354    "PEBS": "0",
6355    "Data_LA": "0",
6356    "L1_Hit_Indication": "0",
6357    "Errata": "0",
6358    "Offcore": "0"
6359  },
6360  {
6361    "EventCode": "0xCA",
6362    "UMask": "0x1E",
6363    "EventName": "FP_ASSIST.ANY",
6364    "BriefDescription": "Cycles with any input/output SSE or FP assist",
6365    "PublicDescription": "Cycles with any input/output SSE* or FP assists.",
6366    "Counter": "0,1,2,3",
6367    "CounterHTOff": "0,1,2,3",
6368    "SampleAfterValue": "100003",
6369    "MSRIndex": "0",
6370    "MSRValue": "0",
6371    "TakenAlone": "0",
6372    "CounterMask": "1",
6373    "Invert": "0",
6374    "AnyThread": "0",
6375    "EdgeDetect": "0",
6376    "PEBS": "0",
6377    "Data_LA": "0",
6378    "L1_Hit_Indication": "0",
6379    "Errata": "0",
6380    "Offcore": "0"
6381  },
6382  {
6383    "EventCode": "0xCC",
6384    "UMask": "0x20",
6385    "EventName": "ROB_MISC_EVENTS.LBR_INSERTS",
6386    "BriefDescription": "Count cases of saving new LBR",
6387    "PublicDescription": "Count cases of saving new LBR records by hardware.",
6388    "Counter": "0,1,2,3",
6389    "CounterHTOff": "0,1,2,3,4,5,6,7",
6390    "SampleAfterValue": "2000003",
6391    "MSRIndex": "0",
6392    "MSRValue": "0",
6393    "TakenAlone": "0",
6394    "CounterMask": "0",
6395    "Invert": "0",
6396    "AnyThread": "0",
6397    "EdgeDetect": "0",
6398    "PEBS": "0",
6399    "Data_LA": "0",
6400    "L1_Hit_Indication": "0",
6401    "Errata": "0",
6402    "Offcore": "0"
6403  },
6404  {
6405    "EventCode": "0xcd",
6406    "UMask": "0x01",
6407    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_4",
6408    "BriefDescription": "Randomly selected loads with latency value being above 4.",
6409    "PublicDescription": "Randomly selected loads with latency value being above 4.",
6410    "Counter": "3",
6411    "CounterHTOff": "3",
6412    "SampleAfterValue": "100003",
6413    "MSRIndex": "0x3F6",
6414    "MSRValue": "0x4",
6415    "TakenAlone": "1",
6416    "CounterMask": "0",
6417    "Invert": "0",
6418    "AnyThread": "0",
6419    "EdgeDetect": "0",
6420    "PEBS": "2",
6421    "Data_LA": "1",
6422    "L1_Hit_Indication": "0",
6423    "Errata": "HSD76, HSD25, HSM26",
6424    "Offcore": "0"
6425  },
6426  {
6427    "EventCode": "0xcd",
6428    "UMask": "0x01",
6429    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_8",
6430    "BriefDescription": "Randomly selected loads with latency value being above 8.",
6431    "PublicDescription": "Randomly selected loads with latency value being above 8.",
6432    "Counter": "3",
6433    "CounterHTOff": "3",
6434    "SampleAfterValue": "50021",
6435    "MSRIndex": "0x3F6",
6436    "MSRValue": "0x8",
6437    "TakenAlone": "1",
6438    "CounterMask": "0",
6439    "Invert": "0",
6440    "AnyThread": "0",
6441    "EdgeDetect": "0",
6442    "PEBS": "2",
6443    "Data_LA": "1",
6444    "L1_Hit_Indication": "0",
6445    "Errata": "HSD76, HSD25, HSM26",
6446    "Offcore": "0"
6447  },
6448  {
6449    "EventCode": "0xcd",
6450    "UMask": "0x01",
6451    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_16",
6452    "BriefDescription": "Randomly selected loads with latency value being above 16.",
6453    "PublicDescription": "Randomly selected loads with latency value being above 16.",
6454    "Counter": "3",
6455    "CounterHTOff": "3",
6456    "SampleAfterValue": "20011",
6457    "MSRIndex": "0x3F6",
6458    "MSRValue": "0x10",
6459    "TakenAlone": "1",
6460    "CounterMask": "0",
6461    "Invert": "0",
6462    "AnyThread": "0",
6463    "EdgeDetect": "0",
6464    "PEBS": "2",
6465    "Data_LA": "1",
6466    "L1_Hit_Indication": "0",
6467    "Errata": "HSD76, HSD25, HSM26",
6468    "Offcore": "0"
6469  },
6470  {
6471    "EventCode": "0xcd",
6472    "UMask": "0x01",
6473    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_32",
6474    "BriefDescription": "Randomly selected loads with latency value being above 32.",
6475    "PublicDescription": "Randomly selected loads with latency value being above 32.",
6476    "Counter": "3",
6477    "CounterHTOff": "3",
6478    "SampleAfterValue": "100003",
6479    "MSRIndex": "0x3F6",
6480    "MSRValue": "0x20",
6481    "TakenAlone": "1",
6482    "CounterMask": "0",
6483    "Invert": "0",
6484    "AnyThread": "0",
6485    "EdgeDetect": "0",
6486    "PEBS": "2",
6487    "Data_LA": "1",
6488    "L1_Hit_Indication": "0",
6489    "Errata": "HSD76, HSD25, HSM26",
6490    "Offcore": "0"
6491  },
6492  {
6493    "EventCode": "0xcd",
6494    "UMask": "0x01",
6495    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_64",
6496    "BriefDescription": "Randomly selected loads with latency value being above 64.",
6497    "PublicDescription": "Randomly selected loads with latency value being above 64.",
6498    "Counter": "3",
6499    "CounterHTOff": "3",
6500    "SampleAfterValue": "2003",
6501    "MSRIndex": "0x3F6",
6502    "MSRValue": "0x40",
6503    "TakenAlone": "1",
6504    "CounterMask": "0",
6505    "Invert": "0",
6506    "AnyThread": "0",
6507    "EdgeDetect": "0",
6508    "PEBS": "2",
6509    "Data_LA": "1",
6510    "L1_Hit_Indication": "0",
6511    "Errata": "HSD76, HSD25, HSM26",
6512    "Offcore": "0"
6513  },
6514  {
6515    "EventCode": "0xcd",
6516    "UMask": "0x01",
6517    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_128",
6518    "BriefDescription": "Randomly selected loads with latency value being above 128.",
6519    "PublicDescription": "Randomly selected loads with latency value being above 128.",
6520    "Counter": "3",
6521    "CounterHTOff": "3",
6522    "SampleAfterValue": "1009",
6523    "MSRIndex": "0x3F6",
6524    "MSRValue": "0x80",
6525    "TakenAlone": "1",
6526    "CounterMask": "0",
6527    "Invert": "0",
6528    "AnyThread": "0",
6529    "EdgeDetect": "0",
6530    "PEBS": "2",
6531    "Data_LA": "1",
6532    "L1_Hit_Indication": "0",
6533    "Errata": "HSD76, HSD25, HSM26",
6534    "Offcore": "0"
6535  },
6536  {
6537    "EventCode": "0xcd",
6538    "UMask": "0x01",
6539    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_256",
6540    "BriefDescription": "Randomly selected loads with latency value being above 256.",
6541    "PublicDescription": "Randomly selected loads with latency value being above 256.",
6542    "Counter": "3",
6543    "CounterHTOff": "3",
6544    "SampleAfterValue": "503",
6545    "MSRIndex": "0x3F6",
6546    "MSRValue": "0x100",
6547    "TakenAlone": "1",
6548    "CounterMask": "0",
6549    "Invert": "0",
6550    "AnyThread": "0",
6551    "EdgeDetect": "0",
6552    "PEBS": "2",
6553    "Data_LA": "1",
6554    "L1_Hit_Indication": "0",
6555    "Errata": "HSD76, HSD25, HSM26",
6556    "Offcore": "0"
6557  },
6558  {
6559    "EventCode": "0xcd",
6560    "UMask": "0x01",
6561    "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_512",
6562    "BriefDescription": "Randomly selected loads with latency value being above 512.",
6563    "PublicDescription": "Randomly selected loads with latency value being above 512.",
6564    "Counter": "3",
6565    "CounterHTOff": "3",
6566    "SampleAfterValue": "101",
6567    "MSRIndex": "0x3F6",
6568    "MSRValue": "0x200",
6569    "TakenAlone": "1",
6570    "CounterMask": "0",
6571    "Invert": "0",
6572    "AnyThread": "0",
6573    "EdgeDetect": "0",
6574    "PEBS": "2",
6575    "Data_LA": "1",
6576    "L1_Hit_Indication": "0",
6577    "Errata": "HSD76, HSD25, HSM26",
6578    "Offcore": "0"
6579  },
6580  {
6581    "EventCode": "0xD0",
6582    "UMask": "0x11",
6583    "EventName": "MEM_UOPS_RETIRED.STLB_MISS_LOADS",
6584    "BriefDescription": "Retired load uops that miss the STLB.",
6585    "PublicDescription": "Retired load uops that miss the STLB.",
6586    "Counter": "0,1,2,3",
6587    "CounterHTOff": "0,1,2,3",
6588    "SampleAfterValue": "100003",
6589    "MSRIndex": "0",
6590    "MSRValue": "0",
6591    "TakenAlone": "0",
6592    "CounterMask": "0",
6593    "Invert": "0",
6594    "AnyThread": "0",
6595    "EdgeDetect": "0",
6596    "PEBS": "1",
6597    "Data_LA": "1",
6598    "L1_Hit_Indication": "0",
6599    "Errata": "HSD29, HSM30",
6600    "Offcore": "0"
6601  },
6602  {
6603    "EventCode": "0xD0",
6604    "UMask": "0x12",
6605    "EventName": "MEM_UOPS_RETIRED.STLB_MISS_STORES",
6606    "BriefDescription": "Retired store uops that miss the STLB.",
6607    "PublicDescription": "Retired store uops that miss the STLB.",
6608    "Counter": "0,1,2,3",
6609    "CounterHTOff": "0,1,2,3",
6610    "SampleAfterValue": "100003",
6611    "MSRIndex": "0",
6612    "MSRValue": "0",
6613    "TakenAlone": "0",
6614    "CounterMask": "0",
6615    "Invert": "0",
6616    "AnyThread": "0",
6617    "EdgeDetect": "0",
6618    "PEBS": "1",
6619    "Data_LA": "1",
6620    "L1_Hit_Indication": "1",
6621    "Errata": "HSD29, HSM30",
6622    "Offcore": "0"
6623  },
6624  {
6625    "EventCode": "0xD0",
6626    "UMask": "0x21",
6627    "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS",
6628    "BriefDescription": "Retired load uops with locked access.",
6629    "PublicDescription": "Retired load uops with locked access.",
6630    "Counter": "0,1,2,3",
6631    "CounterHTOff": "0,1,2,3",
6632    "SampleAfterValue": "100003",
6633    "MSRIndex": "0",
6634    "MSRValue": "0",
6635    "TakenAlone": "0",
6636    "CounterMask": "0",
6637    "Invert": "0",
6638    "AnyThread": "0",
6639    "EdgeDetect": "0",
6640    "PEBS": "1",
6641    "Data_LA": "1",
6642    "L1_Hit_Indication": "0",
6643    "Errata": "HSD76, HSD29, HSM30",
6644    "Offcore": "0"
6645  },
6646  {
6647    "EventCode": "0xD0",
6648    "UMask": "0x41",
6649    "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS",
6650    "BriefDescription": "Retired load uops that split across a cacheline boundary.",
6651    "PublicDescription": "Retired load uops that split across a cacheline boundary.",
6652    "Counter": "0,1,2,3",
6653    "CounterHTOff": "0,1,2,3",
6654    "SampleAfterValue": "100003",
6655    "MSRIndex": "0",
6656    "MSRValue": "0",
6657    "TakenAlone": "0",
6658    "CounterMask": "0",
6659    "Invert": "0",
6660    "AnyThread": "0",
6661    "EdgeDetect": "0",
6662    "PEBS": "1",
6663    "Data_LA": "1",
6664    "L1_Hit_Indication": "0",
6665    "Errata": "HSD29, HSM30",
6666    "Offcore": "0"
6667  },
6668  {
6669    "EventCode": "0xD0",
6670    "UMask": "0x42",
6671    "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES",
6672    "BriefDescription": "Retired store uops that split across a cacheline boundary.",
6673    "PublicDescription": "Retired store uops that split across a cacheline boundary.",
6674    "Counter": "0,1,2,3",
6675    "CounterHTOff": "0,1,2,3",
6676    "SampleAfterValue": "100003",
6677    "MSRIndex": "0",
6678    "MSRValue": "0",
6679    "TakenAlone": "0",
6680    "CounterMask": "0",
6681    "Invert": "0",
6682    "AnyThread": "0",
6683    "EdgeDetect": "0",
6684    "PEBS": "1",
6685    "Data_LA": "1",
6686    "L1_Hit_Indication": "1",
6687    "Errata": "HSD29, HSM30",
6688    "Offcore": "0"
6689  },
6690  {
6691    "EventCode": "0xD0",
6692    "UMask": "0x81",
6693    "EventName": "MEM_UOPS_RETIRED.ALL_LOADS",
6694    "BriefDescription": "All retired load uops.",
6695    "PublicDescription": "All retired load uops.",
6696    "Counter": "0,1,2,3",
6697    "CounterHTOff": "0,1,2,3",
6698    "SampleAfterValue": "2000003",
6699    "MSRIndex": "0",
6700    "MSRValue": "0",
6701    "TakenAlone": "0",
6702    "CounterMask": "0",
6703    "Invert": "0",
6704    "AnyThread": "0",
6705    "EdgeDetect": "0",
6706    "PEBS": "1",
6707    "Data_LA": "1",
6708    "L1_Hit_Indication": "0",
6709    "Errata": "HSD29, HSM30",
6710    "Offcore": "0"
6711  },
6712  {
6713    "EventCode": "0xD0",
6714    "UMask": "0x82",
6715    "EventName": "MEM_UOPS_RETIRED.ALL_STORES",
6716    "BriefDescription": "All retired store uops.",
6717    "PublicDescription": "All retired store uops.",
6718    "Counter": "0,1,2,3",
6719    "CounterHTOff": "0,1,2,3",
6720    "SampleAfterValue": "2000003",
6721    "MSRIndex": "0",
6722    "MSRValue": "0",
6723    "TakenAlone": "0",
6724    "CounterMask": "0",
6725    "Invert": "0",
6726    "AnyThread": "0",
6727    "EdgeDetect": "0",
6728    "PEBS": "1",
6729    "Data_LA": "1",
6730    "L1_Hit_Indication": "1",
6731    "Errata": "HSD29, HSM30",
6732    "Offcore": "0"
6733  },
6734  {
6735    "EventCode": "0xD1",
6736    "UMask": "0x01",
6737    "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT",
6738    "BriefDescription": "Retired load uops with L1 cache hits as data sources.",
6739    "PublicDescription": "Retired load uops with L1 cache hits as data sources.",
6740    "Counter": "0,1,2,3",
6741    "CounterHTOff": "0,1,2,3",
6742    "SampleAfterValue": "2000003",
6743    "MSRIndex": "0",
6744    "MSRValue": "0",
6745    "TakenAlone": "0",
6746    "CounterMask": "0",
6747    "Invert": "0",
6748    "AnyThread": "0",
6749    "EdgeDetect": "0",
6750    "PEBS": "1",
6751    "Data_LA": "1",
6752    "L1_Hit_Indication": "0",
6753    "Errata": "HSD29, HSM30",
6754    "Offcore": "0"
6755  },
6756  {
6757    "EventCode": "0xD1",
6758    "UMask": "0x02",
6759    "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT",
6760    "BriefDescription": "Retired load uops with L2 cache hits as data sources.",
6761    "PublicDescription": "Retired load uops with L2 cache hits as data sources.",
6762    "Counter": "0,1,2,3",
6763    "CounterHTOff": "0,1,2,3",
6764    "SampleAfterValue": "100003",
6765    "MSRIndex": "0",
6766    "MSRValue": "0",
6767    "TakenAlone": "0",
6768    "CounterMask": "0",
6769    "Invert": "0",
6770    "AnyThread": "0",
6771    "EdgeDetect": "0",
6772    "PEBS": "1",
6773    "Data_LA": "1",
6774    "L1_Hit_Indication": "0",
6775    "Errata": "HSD76, HSD29, HSM30",
6776    "Offcore": "0"
6777  },
6778  {
6779    "EventCode": "0xD1",
6780    "UMask": "0x04",
6781    "EventName": "MEM_LOAD_UOPS_RETIRED.L3_HIT",
6782    "BriefDescription": "Retired load uops which data sources were data hits in L3 without snoops required.",
6783    "PublicDescription": "Retired load uops with L3 cache hits as data sources.",
6784    "Counter": "0,1,2,3",
6785    "CounterHTOff": "0,1,2,3",
6786    "SampleAfterValue": "50021",
6787    "MSRIndex": "0",
6788    "MSRValue": "0",
6789    "TakenAlone": "0",
6790    "CounterMask": "0",
6791    "Invert": "0",
6792    "AnyThread": "0",
6793    "EdgeDetect": "0",
6794    "PEBS": "1",
6795    "Data_LA": "1",
6796    "L1_Hit_Indication": "0",
6797    "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30",
6798    "Offcore": "0"
6799  },
6800  {
6801    "EventCode": "0xD1",
6802    "UMask": "0x08",
6803    "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS",
6804    "BriefDescription": "Retired load uops misses in L1 cache as data sources.",
6805    "PublicDescription": "Retired load uops missed L1 cache as data sources.",
6806    "Counter": "0,1,2,3",
6807    "CounterHTOff": "0,1,2,3",
6808    "SampleAfterValue": "100003",
6809    "MSRIndex": "0",
6810    "MSRValue": "0",
6811    "TakenAlone": "0",
6812    "CounterMask": "0",
6813    "Invert": "0",
6814    "AnyThread": "0",
6815    "EdgeDetect": "0",
6816    "PEBS": "1",
6817    "Data_LA": "1",
6818    "L1_Hit_Indication": "0",
6819    "Errata": "HSM30",
6820    "Offcore": "0"
6821  },
6822  {
6823    "EventCode": "0xD1",
6824    "UMask": "0x10",
6825    "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS",
6826    "BriefDescription": "Miss in mid-level (L2) cache. Excludes Unknown data-source.",
6827    "PublicDescription": "Retired load uops missed L2. Unknown data source excluded.",
6828    "Counter": "0,1,2,3",
6829    "CounterHTOff": "0,1,2,3",
6830    "SampleAfterValue": "50021",
6831    "MSRIndex": "0",
6832    "MSRValue": "0",
6833    "TakenAlone": "0",
6834    "CounterMask": "0",
6835    "Invert": "0",
6836    "AnyThread": "0",
6837    "EdgeDetect": "0",
6838    "PEBS": "1",
6839    "Data_LA": "1",
6840    "L1_Hit_Indication": "0",
6841    "Errata": "HSD29, HSM30",
6842    "Offcore": "0"
6843  },
6844  {
6845    "EventCode": "0xD1",
6846    "UMask": "0x20",
6847    "EventName": "MEM_LOAD_UOPS_RETIRED.L3_MISS",
6848    "BriefDescription": "Miss in last-level (L3) cache. Excludes Unknown data-source.",
6849    "PublicDescription": "Retired load uops missed L3. Excludes unknown data source .",
6850    "Counter": "0,1,2,3",
6851    "CounterHTOff": "0,1,2,3",
6852    "SampleAfterValue": "100003",
6853    "MSRIndex": "0",
6854    "MSRValue": "0",
6855    "TakenAlone": "0",
6856    "CounterMask": "0",
6857    "Invert": "0",
6858    "AnyThread": "0",
6859    "EdgeDetect": "0",
6860    "PEBS": "1",
6861    "Data_LA": "1",
6862    "L1_Hit_Indication": "0",
6863    "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30",
6864    "Offcore": "0"
6865  },
6866  {
6867    "EventCode": "0xD1",
6868    "UMask": "0x40",
6869    "EventName": "MEM_LOAD_UOPS_RETIRED.HIT_LFB",
6870    "BriefDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due to preceding miss to the same cache line with data not ready.",
6871    "PublicDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due to preceding miss to the same cache line with data not ready.",
6872    "Counter": "0,1,2,3",
6873    "CounterHTOff": "0,1,2,3",
6874    "SampleAfterValue": "100003",
6875    "MSRIndex": "0",
6876    "MSRValue": "0",
6877    "TakenAlone": "0",
6878    "CounterMask": "0",
6879    "Invert": "0",
6880    "AnyThread": "0",
6881    "EdgeDetect": "0",
6882    "PEBS": "1",
6883    "Data_LA": "1",
6884    "L1_Hit_Indication": "0",
6885    "Errata": "HSM30",
6886    "Offcore": "0"
6887  },
6888  {
6889    "EventCode": "0xD2",
6890    "UMask": "0x01",
6891    "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS",
6892    "BriefDescription": "Retired load uops which data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
6893    "PublicDescription": "Retired load uops which data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
6894    "Counter": "0,1,2,3",
6895    "CounterHTOff": "0,1,2,3",
6896    "SampleAfterValue": "20011",
6897    "MSRIndex": "0",
6898    "MSRValue": "0",
6899    "TakenAlone": "0",
6900    "CounterMask": "0",
6901    "Invert": "0",
6902    "AnyThread": "0",
6903    "EdgeDetect": "0",
6904    "PEBS": "1",
6905    "Data_LA": "1",
6906    "L1_Hit_Indication": "0",
6907    "Errata": "HSD29, HSD25, HSM26, HSM30",
6908    "Offcore": "0"
6909  },
6910  {
6911    "EventCode": "0xD2",
6912    "UMask": "0x02",
6913    "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT",
6914    "BriefDescription": "Retired load uops which data sources were L3 and cross-core snoop hits in on-pkg core cache.",
6915    "PublicDescription": "Retired load uops which data sources were L3 and cross-core snoop hits in on-pkg core cache.",
6916    "Counter": "0,1,2,3",
6917    "CounterHTOff": "0,1,2,3",
6918    "SampleAfterValue": "20011",
6919    "MSRIndex": "0",
6920    "MSRValue": "0",
6921    "TakenAlone": "0",
6922    "CounterMask": "0",
6923    "Invert": "0",
6924    "AnyThread": "0",
6925    "EdgeDetect": "0",
6926    "PEBS": "1",
6927    "Data_LA": "1",
6928    "L1_Hit_Indication": "0",
6929    "Errata": "HSD29, HSD25, HSM26, HSM30",
6930    "Offcore": "0"
6931  },
6932  {
6933    "EventCode": "0xD2",
6934    "UMask": "0x04",
6935    "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM",
6936    "BriefDescription": "Retired load uops which data sources were HitM responses from shared L3.",
6937    "PublicDescription": "Retired load uops which data sources were HitM responses from shared L3.",
6938    "Counter": "0,1,2,3",
6939    "CounterHTOff": "0,1,2,3",
6940    "SampleAfterValue": "20011",
6941    "MSRIndex": "0",
6942    "MSRValue": "0",
6943    "TakenAlone": "0",
6944    "CounterMask": "0",
6945    "Invert": "0",
6946    "AnyThread": "0",
6947    "EdgeDetect": "0",
6948    "PEBS": "1",
6949    "Data_LA": "1",
6950    "L1_Hit_Indication": "0",
6951    "Errata": "HSD29, HSD25, HSM26, HSM30",
6952    "Offcore": "0"
6953  },
6954  {
6955    "EventCode": "0xD2",
6956    "UMask": "0x08",
6957    "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_NONE",
6958    "BriefDescription": "Retired load uops which data sources were hits in L3 without snoops required.",
6959    "PublicDescription": "Retired load uops which data sources were hits in L3 without snoops required.",
6960    "Counter": "0,1,2,3",
6961    "CounterHTOff": "0,1,2,3",
6962    "SampleAfterValue": "100003",
6963    "MSRIndex": "0",
6964    "MSRValue": "0",
6965    "TakenAlone": "0",
6966    "CounterMask": "0",
6967    "Invert": "0",
6968    "AnyThread": "0",
6969    "EdgeDetect": "0",
6970    "PEBS": "1",
6971    "Data_LA": "1",
6972    "L1_Hit_Indication": "0",
6973    "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30",
6974    "Offcore": "0"
6975  },
6976  {
6977    "EventCode": "0xD3",
6978    "UMask": "0x01",
6979    "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM",
6980    "BriefDescription": "Data from local DRAM either Snoop not needed or Snoop Miss (RspI)",
6981    "PublicDescription": "This event counts retired load uops where the data came from local DRAM. This does not include hardware prefetches.",
6982    "Counter": "0,1,2,3",
6983    "CounterHTOff": "0,1,2,3",
6984    "SampleAfterValue": "100003",
6985    "MSRIndex": "0",
6986    "MSRValue": "0",
6987    "TakenAlone": "0",
6988    "CounterMask": "0",
6989    "Invert": "0",
6990    "AnyThread": "0",
6991    "EdgeDetect": "0",
6992    "PEBS": "1",
6993    "Data_LA": "1",
6994    "L1_Hit_Indication": "0",
6995    "Errata": "HSD74, HSD29, HSD25, HSM30",
6996    "Offcore": "0"
6997  },
6998  {
6999    "EventCode": "0xe6",
7000    "UMask": "0x1f",
7001    "EventName": "BACLEARS.ANY",
7002    "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.",
7003    "PublicDescription": "Number of front end re-steers due to BPU misprediction.",
7004    "Counter": "0,1,2,3",
7005    "CounterHTOff": "0,1,2,3,4,5,6,7",
7006    "SampleAfterValue": "100003",
7007    "MSRIndex": "0",
7008    "MSRValue": "0",
7009    "TakenAlone": "0",
7010    "CounterMask": "0",
7011    "Invert": "0",
7012    "AnyThread": "0",
7013    "EdgeDetect": "0",
7014    "PEBS": "0",
7015    "Data_LA": "0",
7016    "L1_Hit_Indication": "0",
7017    "Errata": "0",
7018    "Offcore": "0"
7019  },
7020  {
7021    "EventCode": "0xf0",
7022    "UMask": "0x01",
7023    "EventName": "L2_TRANS.DEMAND_DATA_RD",
7024    "BriefDescription": "Demand Data Read requests that access L2 cache",
7025    "PublicDescription": "Demand data read requests that access L2 cache.",
7026    "Counter": "0,1,2,3",
7027    "CounterHTOff": "0,1,2,3,4,5,6,7",
7028    "SampleAfterValue": "200003",
7029    "MSRIndex": "0",
7030    "MSRValue": "0",
7031    "TakenAlone": "0",
7032    "CounterMask": "0",
7033    "Invert": "0",
7034    "AnyThread": "0",
7035    "EdgeDetect": "0",
7036    "PEBS": "0",
7037    "Data_LA": "0",
7038    "L1_Hit_Indication": "0",
7039    "Errata": "0",
7040    "Offcore": "0"
7041  },
7042  {
7043    "EventCode": "0xf0",
7044    "UMask": "0x02",
7045    "EventName": "L2_TRANS.RFO",
7046    "BriefDescription": "RFO requests that access L2 cache",
7047    "PublicDescription": "RFO requests that access L2 cache.",
7048    "Counter": "0,1,2,3",
7049    "CounterHTOff": "0,1,2,3,4,5,6,7",
7050    "SampleAfterValue": "200003",
7051    "MSRIndex": "0",
7052    "MSRValue": "0",
7053    "TakenAlone": "0",
7054    "CounterMask": "0",
7055    "Invert": "0",
7056    "AnyThread": "0",
7057    "EdgeDetect": "0",
7058    "PEBS": "0",
7059    "Data_LA": "0",
7060    "L1_Hit_Indication": "0",
7061    "Errata": "0",
7062    "Offcore": "0"
7063  },
7064  {
7065    "EventCode": "0xf0",
7066    "UMask": "0x04",
7067    "EventName": "L2_TRANS.CODE_RD",
7068    "BriefDescription": "L2 cache accesses when fetching instructions",
7069    "PublicDescription": "L2 cache accesses when fetching instructions.",
7070    "Counter": "0,1,2,3",
7071    "CounterHTOff": "0,1,2,3,4,5,6,7",
7072    "SampleAfterValue": "200003",
7073    "MSRIndex": "0",
7074    "MSRValue": "0",
7075    "TakenAlone": "0",
7076    "CounterMask": "0",
7077    "Invert": "0",
7078    "AnyThread": "0",
7079    "EdgeDetect": "0",
7080    "PEBS": "0",
7081    "Data_LA": "0",
7082    "L1_Hit_Indication": "0",
7083    "Errata": "0",
7084    "Offcore": "0"
7085  },
7086  {
7087    "EventCode": "0xf0",
7088    "UMask": "0x08",
7089    "EventName": "L2_TRANS.ALL_PF",
7090    "BriefDescription": "L2 or L3 HW prefetches that access L2 cache",
7091    "PublicDescription": "Any MLC or L3 HW prefetch accessing L2, including rejects.",
7092    "Counter": "0,1,2,3",
7093    "CounterHTOff": "0,1,2,3,4,5,6,7",
7094    "SampleAfterValue": "200003",
7095    "MSRIndex": "0",
7096    "MSRValue": "0",
7097    "TakenAlone": "0",
7098    "CounterMask": "0",
7099    "Invert": "0",
7100    "AnyThread": "0",
7101    "EdgeDetect": "0",
7102    "PEBS": "0",
7103    "Data_LA": "0",
7104    "L1_Hit_Indication": "0",
7105    "Errata": "0",
7106    "Offcore": "0"
7107  },
7108  {
7109    "EventCode": "0xf0",
7110    "UMask": "0x10",
7111    "EventName": "L2_TRANS.L1D_WB",
7112    "BriefDescription": "L1D writebacks that access L2 cache",
7113    "PublicDescription": "L1D writebacks that access L2 cache.",
7114    "Counter": "0,1,2,3",
7115    "CounterHTOff": "0,1,2,3,4,5,6,7",
7116    "SampleAfterValue": "200003",
7117    "MSRIndex": "0",
7118    "MSRValue": "0",
7119    "TakenAlone": "0",
7120    "CounterMask": "0",
7121    "Invert": "0",
7122    "AnyThread": "0",
7123    "EdgeDetect": "0",
7124    "PEBS": "0",
7125    "Data_LA": "0",
7126    "L1_Hit_Indication": "0",
7127    "Errata": "0",
7128    "Offcore": "0"
7129  },
7130  {
7131    "EventCode": "0xf0",
7132    "UMask": "0x20",
7133    "EventName": "L2_TRANS.L2_FILL",
7134    "BriefDescription": "L2 fill requests that access L2 cache",
7135    "PublicDescription": "L2 fill requests that access L2 cache.",
7136    "Counter": "0,1,2,3",
7137    "CounterHTOff": "0,1,2,3,4,5,6,7",
7138    "SampleAfterValue": "200003",
7139    "MSRIndex": "0",
7140    "MSRValue": "0",
7141    "TakenAlone": "0",
7142    "CounterMask": "0",
7143    "Invert": "0",
7144    "AnyThread": "0",
7145    "EdgeDetect": "0",
7146    "PEBS": "0",
7147    "Data_LA": "0",
7148    "L1_Hit_Indication": "0",
7149    "Errata": "0",
7150    "Offcore": "0"
7151  },
7152  {
7153    "EventCode": "0xf0",
7154    "UMask": "0x40",
7155    "EventName": "L2_TRANS.L2_WB",
7156    "BriefDescription": "L2 writebacks that access L2 cache",
7157    "PublicDescription": "L2 writebacks that access L2 cache.",
7158    "Counter": "0,1,2,3",
7159    "CounterHTOff": "0,1,2,3,4,5,6,7",
7160    "SampleAfterValue": "200003",
7161    "MSRIndex": "0",
7162    "MSRValue": "0",
7163    "TakenAlone": "0",
7164    "CounterMask": "0",
7165    "Invert": "0",
7166    "AnyThread": "0",
7167    "EdgeDetect": "0",
7168    "PEBS": "0",
7169    "Data_LA": "0",
7170    "L1_Hit_Indication": "0",
7171    "Errata": "0",
7172    "Offcore": "0"
7173  },
7174  {
7175    "EventCode": "0xf0",
7176    "UMask": "0x80",
7177    "EventName": "L2_TRANS.ALL_REQUESTS",
7178    "BriefDescription": "Transactions accessing L2 pipe",
7179    "PublicDescription": "Transactions accessing L2 pipe.",
7180    "Counter": "0,1,2,3",
7181    "CounterHTOff": "0,1,2,3,4,5,6,7",
7182    "SampleAfterValue": "200003",
7183    "MSRIndex": "0",
7184    "MSRValue": "0",
7185    "TakenAlone": "0",
7186    "CounterMask": "0",
7187    "Invert": "0",
7188    "AnyThread": "0",
7189    "EdgeDetect": "0",
7190    "PEBS": "0",
7191    "Data_LA": "0",
7192    "L1_Hit_Indication": "0",
7193    "Errata": "0",
7194    "Offcore": "0"
7195  },
7196  {
7197    "EventCode": "0xF1",
7198    "UMask": "0x01",
7199    "EventName": "L2_LINES_IN.I",
7200    "BriefDescription": "L2 cache lines in I state filling L2",
7201    "PublicDescription": "L2 cache lines in I state filling L2.",
7202    "Counter": "0,1,2,3",
7203    "CounterHTOff": "0,1,2,3,4,5,6,7",
7204    "SampleAfterValue": "100003",
7205    "MSRIndex": "0",
7206    "MSRValue": "0",
7207    "TakenAlone": "0",
7208    "CounterMask": "0",
7209    "Invert": "0",
7210    "AnyThread": "0",
7211    "EdgeDetect": "0",
7212    "PEBS": "0",
7213    "Data_LA": "0",
7214    "L1_Hit_Indication": "0",
7215    "Errata": "0",
7216    "Offcore": "0"
7217  },
7218  {
7219    "EventCode": "0xF1",
7220    "UMask": "0x02",
7221    "EventName": "L2_LINES_IN.S",
7222    "BriefDescription": "L2 cache lines in S state filling L2",
7223    "PublicDescription": "L2 cache lines in S state filling L2.",
7224    "Counter": "0,1,2,3",
7225    "CounterHTOff": "0,1,2,3,4,5,6,7",
7226    "SampleAfterValue": "100003",
7227    "MSRIndex": "0",
7228    "MSRValue": "0",
7229    "TakenAlone": "0",
7230    "CounterMask": "0",
7231    "Invert": "0",
7232    "AnyThread": "0",
7233    "EdgeDetect": "0",
7234    "PEBS": "0",
7235    "Data_LA": "0",
7236    "L1_Hit_Indication": "0",
7237    "Errata": "0",
7238    "Offcore": "0"
7239  },
7240  {
7241    "EventCode": "0xF1",
7242    "UMask": "0x04",
7243    "EventName": "L2_LINES_IN.E",
7244    "BriefDescription": "L2 cache lines in E state filling L2",
7245    "PublicDescription": "L2 cache lines in E state filling L2.",
7246    "Counter": "0,1,2,3",
7247    "CounterHTOff": "0,1,2,3,4,5,6,7",
7248    "SampleAfterValue": "100003",
7249    "MSRIndex": "0",
7250    "MSRValue": "0",
7251    "TakenAlone": "0",
7252    "CounterMask": "0",
7253    "Invert": "0",
7254    "AnyThread": "0",
7255    "EdgeDetect": "0",
7256    "PEBS": "0",
7257    "Data_LA": "0",
7258    "L1_Hit_Indication": "0",
7259    "Errata": "0",
7260    "Offcore": "0"
7261  },
7262  {
7263    "EventCode": "0xF1",
7264    "UMask": "0x07",
7265    "EventName": "L2_LINES_IN.ALL",
7266    "BriefDescription": "L2 cache lines filling L2",
7267    "PublicDescription": "This event counts the number of L2 cache lines brought into the L2 cache.  Lines are filled into the L2 cache when there was an L2 miss.",
7268    "Counter": "0,1,2,3",
7269    "CounterHTOff": "0,1,2,3,4,5,6,7",
7270    "SampleAfterValue": "100003",
7271    "MSRIndex": "0",
7272    "MSRValue": "0",
7273    "TakenAlone": "0",
7274    "CounterMask": "0",
7275    "Invert": "0",
7276    "AnyThread": "0",
7277    "EdgeDetect": "0",
7278    "PEBS": "0",
7279    "Data_LA": "0",
7280    "L1_Hit_Indication": "0",
7281    "Errata": "0",
7282    "Offcore": "0"
7283  },
7284  {
7285    "EventCode": "0xF2",
7286    "UMask": "0x05",
7287    "EventName": "L2_LINES_OUT.DEMAND_CLEAN",
7288    "BriefDescription": "Clean L2 cache lines evicted by demand",
7289    "PublicDescription": "Clean L2 cache lines evicted by demand.",
7290    "Counter": "0,1,2,3",
7291    "CounterHTOff": "0,1,2,3,4,5,6,7",
7292    "SampleAfterValue": "100003",
7293    "MSRIndex": "0",
7294    "MSRValue": "0",
7295    "TakenAlone": "0",
7296    "CounterMask": "0",
7297    "Invert": "0",
7298    "AnyThread": "0",
7299    "EdgeDetect": "0",
7300    "PEBS": "0",
7301    "Data_LA": "0",
7302    "L1_Hit_Indication": "0",
7303    "Errata": "0",
7304    "Offcore": "0"
7305  },
7306  {
7307    "EventCode": "0xF2",
7308    "UMask": "0x06",
7309    "EventName": "L2_LINES_OUT.DEMAND_DIRTY",
7310    "BriefDescription": "Dirty L2 cache lines evicted by demand",
7311    "PublicDescription": "Dirty L2 cache lines evicted by demand.",
7312    "Counter": "0,1,2,3",
7313    "CounterHTOff": "0,1,2,3,4,5,6,7",
7314    "SampleAfterValue": "100003",
7315    "MSRIndex": "0",
7316    "MSRValue": "0",
7317    "TakenAlone": "0",
7318    "CounterMask": "0",
7319    "Invert": "0",
7320    "AnyThread": "0",
7321    "EdgeDetect": "0",
7322    "PEBS": "0",
7323    "Data_LA": "0",
7324    "L1_Hit_Indication": "0",
7325    "Errata": "0",
7326    "Offcore": "0"
7327  },
7328  {
7329    "EventCode": "0xf4",
7330    "UMask": "0x10",
7331    "EventName": "SQ_MISC.SPLIT_LOCK",
7332    "BriefDescription": "Split locks in SQ",
7333    "PublicDescription": "tbd",
7334    "Counter": "0,1,2,3",
7335    "CounterHTOff": "0,1,2,3,4,5,6,7",
7336    "SampleAfterValue": "100003",
7337    "MSRIndex": "0",
7338    "MSRValue": "0",
7339    "TakenAlone": "0",
7340    "CounterMask": "0",
7341    "Invert": "0",
7342    "AnyThread": "0",
7343    "EdgeDetect": "0",
7344    "PEBS": "0",
7345    "Data_LA": "0",
7346    "L1_Hit_Indication": "0",
7347    "Errata": "0",
7348    "Offcore": "0"
7349  },
7350  {
7351    "EventCode": "0xB7, 0xBB",
7352    "UMask": "0x01",
7353    "EventName": "OFFCORE_RESPONSE.ALL_REQUESTS.L3_MISS.ANY_RESPONSE",
7354    "BriefDescription": "Counts all requests miss in the L3 ",
7355    "PublicDescription": "Counts all requests miss in the L3",
7356    "Counter": "0,1,2,3",
7357    "CounterHTOff": "0,1,2,3",
7358    "SampleAfterValue": "100003",
7359    "MSRIndex": "0x1a6,0x1a7",
7360    "MSRValue": "0x3FFFC08FFF",
7361    "TakenAlone": "0",
7362    "CounterMask": "0",
7363    "Invert": "0",
7364    "AnyThread": "0",
7365    "EdgeDetect": "0",
7366    "PEBS": "0",
7367    "Data_LA": "0",
7368    "L1_Hit_Indication": "0",
7369    "Errata": "null",
7370    "Offcore": "1"
7371  },
7372  {
7373    "EventCode": "0xB7, 0xBB",
7374    "UMask": "0x01",
7375    "EventName": "OFFCORE_RESPONSE.ALL_REQUESTS.L3_HIT.ANY_RESPONSE",
7376    "BriefDescription": "Counts all requests hit in the L3 ",
7377    "PublicDescription": "Counts all requests hit in the L3",
7378    "Counter": "0,1,2,3",
7379    "CounterHTOff": "0,1,2,3",
7380    "SampleAfterValue": "100003",
7381    "MSRIndex": "0x1a6,0x1a7",
7382    "MSRValue": "0x3F803C8FFF",
7383    "TakenAlone": "0",
7384    "CounterMask": "0",
7385    "Invert": "0",
7386    "AnyThread": "0",
7387    "EdgeDetect": "0",
7388    "PEBS": "0",
7389    "Data_LA": "0",
7390    "L1_Hit_Indication": "0",
7391    "Errata": "null",
7392    "Offcore": "1"
7393  },
7394  {
7395    "EventCode": "0xB7, 0xBB",
7396    "UMask": "0x01",
7397    "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.LOCAL_DRAM",
7398    "BriefDescription": "miss the L3 and the data is returned from local dram ",
7399    "PublicDescription": "miss the L3 and the data is returned from local dram",
7400    "Counter": "0,1,2,3",
7401    "CounterHTOff": "0,1,2,3",
7402    "SampleAfterValue": "100003",
7403    "MSRIndex": "0x1a6,0x1a7",
7404    "MSRValue": "0x01004007F7",
7405    "TakenAlone": "0",
7406    "CounterMask": "0",
7407    "Invert": "0",
7408    "AnyThread": "0",
7409    "EdgeDetect": "0",
7410    "PEBS": "0",
7411    "Data_LA": "0",
7412    "L1_Hit_Indication": "0",
7413    "Errata": "null",
7414    "Offcore": "1"
7415  },
7416  {
7417    "EventCode": "0xB7, 0xBB",
7418    "UMask": "0x01",
7419    "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.ANY_RESPONSE",
7420    "BriefDescription": "miss in the L3 ",
7421    "PublicDescription": "miss in the L3",
7422    "Counter": "0,1,2,3",
7423    "CounterHTOff": "0,1,2,3",
7424    "SampleAfterValue": "100003",
7425    "MSRIndex": "0x1a6,0x1a7",
7426    "MSRValue": "0x3FFFC007F7",
7427    "TakenAlone": "0",
7428    "CounterMask": "0",
7429    "Invert": "0",
7430    "AnyThread": "0",
7431    "EdgeDetect": "0",
7432    "PEBS": "0",
7433    "Data_LA": "0",
7434    "L1_Hit_Indication": "0",
7435    "Errata": "null",
7436    "Offcore": "1"
7437  },
7438  {
7439    "EventCode": "0xB7, 0xBB",
7440    "UMask": "0x01",
7441    "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_HIT.HITM_OTHER_CORE",
7442    "BriefDescription": "hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
7443    "PublicDescription": "hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
7444    "Counter": "0,1,2,3",
7445    "CounterHTOff": "0,1,2,3",
7446    "SampleAfterValue": "100003",
7447    "MSRIndex": "0x1a6,0x1a7",
7448    "MSRValue": "0x10003C07F7",
7449    "TakenAlone": "0",
7450    "CounterMask": "0",
7451    "Invert": "0",
7452    "AnyThread": "0",
7453    "EdgeDetect": "0",
7454    "PEBS": "0",
7455    "Data_LA": "0",
7456    "L1_Hit_Indication": "0",
7457    "Errata": "null",
7458    "Offcore": "1"
7459  },
7460  {
7461    "EventCode": "0xB7, 0xBB",
7462    "UMask": "0x01",
7463    "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_HIT.HIT_OTHER_CORE_NO_FWD",
7464    "BriefDescription": "hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
7465    "PublicDescription": "hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
7466    "Counter": "0,1,2,3",
7467    "CounterHTOff": "0,1,2,3",
7468    "SampleAfterValue": "100003",
7469    "MSRIndex": "0x1a6,0x1a7",
7470    "MSRValue": "0x04003C07F7",
7471    "TakenAlone": "0",
7472    "CounterMask": "0",
7473    "Invert": "0",
7474    "AnyThread": "0",
7475    "EdgeDetect": "0",
7476    "PEBS": "0",
7477    "Data_LA": "0",
7478    "L1_Hit_Indication": "0",
7479    "Errata": "null",
7480    "Offcore": "1"
7481  },
7482  {
7483    "EventCode": "0xB7, 0xBB",
7484    "UMask": "0x01",
7485    "EventName": "OFFCORE_RESPONSE.ALL_CODE_RD.L3_MISS.LOCAL_DRAM",
7486    "BriefDescription": "Counts all demand & prefetch code reads miss the L3 and the data is returned from local dram ",
7487    "PublicDescription": "Counts all demand & prefetch code reads miss the L3 and the data is returned from local dram",
7488    "Counter": "0,1,2,3",
7489    "CounterHTOff": "0,1,2,3",
7490    "SampleAfterValue": "100003",
7491    "MSRIndex": "0x1a6,0x1a7",
7492    "MSRValue": "0x0100400244",
7493    "TakenAlone": "0",
7494    "CounterMask": "0",
7495    "Invert": "0",
7496    "AnyThread": "0",
7497    "EdgeDetect": "0",
7498    "PEBS": "0",
7499    "Data_LA": "0",
7500    "L1_Hit_Indication": "0",
7501    "Errata": "null",
7502    "Offcore": "1"
7503  },
7504  {
7505    "EventCode": "0xB7, 0xBB",
7506    "UMask": "0x01",
7507    "EventName": "OFFCORE_RESPONSE.ALL_CODE_RD.L3_MISS.ANY_RESPONSE",
7508    "BriefDescription": "Counts all demand & prefetch code reads miss in the L3 ",
7509    "PublicDescription": "Counts all demand & prefetch code reads miss in the L3",
7510    "Counter": "0,1,2,3",
7511    "CounterHTOff": "0,1,2,3",
7512    "SampleAfterValue": "100003",
7513    "MSRIndex": "0x1a6,0x1a7",
7514    "MSRValue": "0x3FFFC00244",
7515    "TakenAlone": "0",
7516    "CounterMask": "0",
7517    "Invert": "0",
7518    "AnyThread": "0",
7519    "EdgeDetect": "0",
7520    "PEBS": "0",
7521    "Data_LA": "0",
7522    "L1_Hit_Indication": "0",
7523    "Errata": "null",
7524    "Offcore": "1"
7525  },
7526  {
7527    "EventCode": "0xB7, 0xBB",
7528    "UMask": "0x01",
7529    "EventName": "OFFCORE_RESPONSE.ALL_CODE_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
7530    "BriefDescription": "Counts all demand & prefetch code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
7531    "PublicDescription": "Counts all demand & prefetch code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
7532    "Counter": "0,1,2,3",
7533    "CounterHTOff": "0,1,2,3",
7534    "SampleAfterValue": "100003",
7535    "MSRIndex": "0x1a6,0x1a7",
7536    "MSRValue": "0x04003C0244",
7537    "TakenAlone": "0",
7538    "CounterMask": "0",
7539    "Invert": "0",
7540    "AnyThread": "0",
7541    "EdgeDetect": "0",
7542    "PEBS": "0",
7543    "Data_LA": "0",
7544    "L1_Hit_Indication": "0",
7545    "Errata": "null",
7546    "Offcore": "1"
7547  },
7548  {
7549    "EventCode": "0xB7, 0xBB",
7550    "UMask": "0x01",
7551    "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.LOCAL_DRAM",
7552    "BriefDescription": "Counts all demand & prefetch RFOs miss the L3 and the data is returned from local dram ",
7553    "PublicDescription": "Counts all demand & prefetch RFOs miss the L3 and the data is returned from local dram",
7554    "Counter": "0,1,2,3",
7555    "CounterHTOff": "0,1,2,3",
7556    "SampleAfterValue": "100003",
7557    "MSRIndex": "0x1a6,0x1a7",
7558    "MSRValue": "0x0100400122",
7559    "TakenAlone": "0",
7560    "CounterMask": "0",
7561    "Invert": "0",
7562    "AnyThread": "0",
7563    "EdgeDetect": "0",
7564    "PEBS": "0",
7565    "Data_LA": "0",
7566    "L1_Hit_Indication": "0",
7567    "Errata": "null",
7568    "Offcore": "1"
7569  },
7570  {
7571    "EventCode": "0xB7, 0xBB",
7572    "UMask": "0x01",
7573    "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.ANY_RESPONSE",
7574    "BriefDescription": "Counts all demand & prefetch RFOs miss in the L3 ",
7575    "PublicDescription": "Counts all demand & prefetch RFOs miss in the L3",
7576    "Counter": "0,1,2,3",
7577    "CounterHTOff": "0,1,2,3",
7578    "SampleAfterValue": "100003",
7579    "MSRIndex": "0x1a6,0x1a7",
7580    "MSRValue": "0x3FFFC00122",
7581    "TakenAlone": "0",
7582    "CounterMask": "0",
7583    "Invert": "0",
7584    "AnyThread": "0",
7585    "EdgeDetect": "0",
7586    "PEBS": "0",
7587    "Data_LA": "0",
7588    "L1_Hit_Indication": "0",
7589    "Errata": "null",
7590    "Offcore": "1"
7591  },
7592  {
7593    "EventCode": "0xB7, 0xBB",
7594    "UMask": "0x01",
7595    "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HITM_OTHER_CORE",
7596    "BriefDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
7597    "PublicDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
7598    "Counter": "0,1,2,3",
7599    "CounterHTOff": "0,1,2,3",
7600    "SampleAfterValue": "100003",
7601    "MSRIndex": "0x1a6,0x1a7",
7602    "MSRValue": "0x10003C0122",
7603    "TakenAlone": "0",
7604    "CounterMask": "0",
7605    "Invert": "0",
7606    "AnyThread": "0",
7607    "EdgeDetect": "0",
7608    "PEBS": "0",
7609    "Data_LA": "0",
7610    "L1_Hit_Indication": "0",
7611    "Errata": "null",
7612    "Offcore": "1"
7613  },
7614  {
7615    "EventCode": "0xB7, 0xBB",
7616    "UMask": "0x01",
7617    "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
7618    "BriefDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
7619    "PublicDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
7620    "Counter": "0,1,2,3",
7621    "CounterHTOff": "0,1,2,3",
7622    "SampleAfterValue": "100003",
7623    "MSRIndex": "0x1a6,0x1a7",
7624    "MSRValue": "0x04003C0122",
7625    "TakenAlone": "0",
7626    "CounterMask": "0",
7627    "Invert": "0",
7628    "AnyThread": "0",
7629    "EdgeDetect": "0",
7630    "PEBS": "0",
7631    "Data_LA": "0",
7632    "L1_Hit_Indication": "0",
7633    "Errata": "null",
7634    "Offcore": "1"
7635  },
7636  {
7637    "EventCode": "0xB7, 0xBB",
7638    "UMask": "0x01",
7639    "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.LOCAL_DRAM",
7640    "BriefDescription": "Counts all demand & prefetch data reads miss the L3 and the data is returned from local dram ",
7641    "PublicDescription": "Counts all demand & prefetch data reads miss the L3 and the data is returned from local dram",
7642    "Counter": "0,1,2,3",
7643    "CounterHTOff": "0,1,2,3",
7644    "SampleAfterValue": "100003",
7645    "MSRIndex": "0x1a6,0x1a7",
7646    "MSRValue": "0x0100400091",
7647    "TakenAlone": "0",
7648    "CounterMask": "0",
7649    "Invert": "0",
7650    "AnyThread": "0",
7651    "EdgeDetect": "0",
7652    "PEBS": "0",
7653    "Data_LA": "0",
7654    "L1_Hit_Indication": "0",
7655    "Errata": "null",
7656    "Offcore": "1"
7657  },
7658  {
7659    "EventCode": "0xB7, 0xBB",
7660    "UMask": "0x01",
7661    "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.ANY_RESPONSE",
7662    "BriefDescription": "Counts all demand & prefetch data reads miss in the L3 ",
7663    "PublicDescription": "Counts all demand & prefetch data reads miss in the L3",
7664    "Counter": "0,1,2,3",
7665    "CounterHTOff": "0,1,2,3",
7666    "SampleAfterValue": "100003",
7667    "MSRIndex": "0x1a6,0x1a7",
7668    "MSRValue": "0x3FFFC00091",
7669    "TakenAlone": "0",
7670    "CounterMask": "0",
7671    "Invert": "0",
7672    "AnyThread": "0",
7673    "EdgeDetect": "0",
7674    "PEBS": "0",
7675    "Data_LA": "0",
7676    "L1_Hit_Indication": "0",
7677    "Errata": "null",
7678    "Offcore": "1"
7679  },
7680  {
7681    "EventCode": "0xB7, 0xBB",
7682    "UMask": "0x01",
7683    "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HITM_OTHER_CORE",
7684    "BriefDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
7685    "PublicDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
7686    "Counter": "0,1,2,3",
7687    "CounterHTOff": "0,1,2,3",
7688    "SampleAfterValue": "100003",
7689    "MSRIndex": "0x1a6,0x1a7",
7690    "MSRValue": "0x10003C0091",
7691    "TakenAlone": "0",
7692    "CounterMask": "0",
7693    "Invert": "0",
7694    "AnyThread": "0",
7695    "EdgeDetect": "0",
7696    "PEBS": "0",
7697    "Data_LA": "0",
7698    "L1_Hit_Indication": "0",
7699    "Errata": "null",
7700    "Offcore": "1"
7701  },
7702  {
7703    "EventCode": "0xB7, 0xBB",
7704    "UMask": "0x01",
7705    "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
7706    "BriefDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
7707    "PublicDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
7708    "Counter": "0,1,2,3",
7709    "CounterHTOff": "0,1,2,3",
7710    "SampleAfterValue": "100003",
7711    "MSRIndex": "0x1a6,0x1a7",
7712    "MSRValue": "0x04003C0091",
7713    "TakenAlone": "0",
7714    "CounterMask": "0",
7715    "Invert": "0",
7716    "AnyThread": "0",
7717    "EdgeDetect": "0",
7718    "PEBS": "0",
7719    "Data_LA": "0",
7720    "L1_Hit_Indication": "0",
7721    "Errata": "null",
7722    "Offcore": "1"
7723  },
7724  {
7725    "EventCode": "0xB7, 0xBB",
7726    "UMask": "0x01",
7727    "EventName": "OFFCORE_RESPONSE.PF_L3_CODE_RD.L3_MISS.ANY_RESPONSE",
7728    "BriefDescription": "Counts prefetch (that bring data to LLC only) code reads miss in the L3 ",
7729    "PublicDescription": "Counts prefetch (that bring data to LLC only) code reads miss in the L3",
7730    "Counter": "0,1,2,3",
7731    "CounterHTOff": "0,1,2,3",
7732    "SampleAfterValue": "100003",
7733    "MSRIndex": "0x1a6,0x1a7",
7734    "MSRValue": "0x3FFFC00200",
7735    "TakenAlone": "0",
7736    "CounterMask": "0",
7737    "Invert": "0",
7738    "AnyThread": "0",
7739    "EdgeDetect": "0",
7740    "PEBS": "0",
7741    "Data_LA": "0",
7742    "L1_Hit_Indication": "0",
7743    "Errata": "null",
7744    "Offcore": "1"
7745  },
7746  {
7747    "EventCode": "0xB7, 0xBB",
7748    "UMask": "0x01",
7749    "EventName": "OFFCORE_RESPONSE.PF_L3_CODE_RD.L3_HIT.ANY_RESPONSE",
7750    "BriefDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3 ",
7751    "PublicDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3",
7752    "Counter": "0,1,2,3",
7753    "CounterHTOff": "0,1,2,3",
7754    "SampleAfterValue": "100003",
7755    "MSRIndex": "0x1a6,0x1a7",
7756    "MSRValue": "0x3F803C0200",
7757    "TakenAlone": "0",
7758    "CounterMask": "0",
7759    "Invert": "0",
7760    "AnyThread": "0",
7761    "EdgeDetect": "0",
7762    "PEBS": "0",
7763    "Data_LA": "0",
7764    "L1_Hit_Indication": "0",
7765    "Errata": "null",
7766    "Offcore": "1"
7767  },
7768  {
7769    "EventCode": "0xB7, 0xBB",
7770    "UMask": "0x01",
7771    "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.ANY_RESPONSE",
7772    "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs miss in the L3 ",
7773    "PublicDescription": "Counts all prefetch (that bring data to LLC only) RFOs miss in the L3",
7774    "Counter": "0,1,2,3",
7775    "CounterHTOff": "0,1,2,3",
7776    "SampleAfterValue": "100003",
7777    "MSRIndex": "0x1a6,0x1a7",
7778    "MSRValue": "0x3FFFC00100",
7779    "TakenAlone": "0",
7780    "CounterMask": "0",
7781    "Invert": "0",
7782    "AnyThread": "0",
7783    "EdgeDetect": "0",
7784    "PEBS": "0",
7785    "Data_LA": "0",
7786    "L1_Hit_Indication": "0",
7787    "Errata": "null",
7788    "Offcore": "1"
7789  },
7790  {
7791    "EventCode": "0xB7, 0xBB",
7792    "UMask": "0x01",
7793    "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.ANY_RESPONSE",
7794    "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3 ",
7795    "PublicDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3",
7796    "Counter": "0,1,2,3",
7797    "CounterHTOff": "0,1,2,3",
7798    "SampleAfterValue": "100003",
7799    "MSRIndex": "0x1a6,0x1a7",
7800    "MSRValue": "0x3F803C0100",
7801    "TakenAlone": "0",
7802    "CounterMask": "0",
7803    "Invert": "0",
7804    "AnyThread": "0",
7805    "EdgeDetect": "0",
7806    "PEBS": "0",
7807    "Data_LA": "0",
7808    "L1_Hit_Indication": "0",
7809    "Errata": "null",
7810    "Offcore": "1"
7811  },
7812  {
7813    "EventCode": "0xB7, 0xBB",
7814    "UMask": "0x01",
7815    "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.ANY_RESPONSE",
7816    "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads miss in the L3 ",
7817    "PublicDescription": "Counts all prefetch (that bring data to LLC only) data reads miss in the L3",
7818    "Counter": "0,1,2,3",
7819    "CounterHTOff": "0,1,2,3",
7820    "SampleAfterValue": "100003",
7821    "MSRIndex": "0x1a6,0x1a7",
7822    "MSRValue": "0x3FFFC00080",
7823    "TakenAlone": "0",
7824    "CounterMask": "0",
7825    "Invert": "0",
7826    "AnyThread": "0",
7827    "EdgeDetect": "0",
7828    "PEBS": "0",
7829    "Data_LA": "0",
7830    "L1_Hit_Indication": "0",
7831    "Errata": "null",
7832    "Offcore": "1"
7833  },
7834  {
7835    "EventCode": "0xB7, 0xBB",
7836    "UMask": "0x01",
7837    "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.ANY_RESPONSE",
7838    "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads hit in the L3 ",
7839    "PublicDescription": "Counts all prefetch (that bring data to LLC only) data reads hit in the L3",
7840    "Counter": "0,1,2,3",
7841    "CounterHTOff": "0,1,2,3",
7842    "SampleAfterValue": "100003",
7843    "MSRIndex": "0x1a6,0x1a7",
7844    "MSRValue": "0x3F803C0080",
7845    "TakenAlone": "0",
7846    "CounterMask": "0",
7847    "Invert": "0",
7848    "AnyThread": "0",
7849    "EdgeDetect": "0",
7850    "PEBS": "0",
7851    "Data_LA": "0",
7852    "L1_Hit_Indication": "0",
7853    "Errata": "null",
7854    "Offcore": "1"
7855  },
7856  {
7857    "EventCode": "0xB7, 0xBB",
7858    "UMask": "0x01",
7859    "EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.L3_MISS.ANY_RESPONSE",
7860    "BriefDescription": "Counts all prefetch (that bring data to LLC only) code reads miss in the L3 ",
7861    "PublicDescription": "Counts all prefetch (that bring data to LLC only) code reads miss in the L3",
7862    "Counter": "0,1,2,3",
7863    "CounterHTOff": "0,1,2,3",
7864    "SampleAfterValue": "100003",
7865    "MSRIndex": "0x1a6,0x1a7",
7866    "MSRValue": "0x3FFFC00040",
7867    "TakenAlone": "0",
7868    "CounterMask": "0",
7869    "Invert": "0",
7870    "AnyThread": "0",
7871    "EdgeDetect": "0",
7872    "PEBS": "0",
7873    "Data_LA": "0",
7874    "L1_Hit_Indication": "0",
7875    "Errata": "null",
7876    "Offcore": "1"
7877  },
7878  {
7879    "EventCode": "0xB7, 0xBB",
7880    "UMask": "0x01",
7881    "EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.L3_HIT.ANY_RESPONSE",
7882    "BriefDescription": "Counts all prefetch (that bring data to LLC only) code reads hit in the L3 ",
7883    "PublicDescription": "Counts all prefetch (that bring data to LLC only) code reads hit in the L3",
7884    "Counter": "0,1,2,3",
7885    "CounterHTOff": "0,1,2,3",
7886    "SampleAfterValue": "100003",
7887    "MSRIndex": "0x1a6,0x1a7",
7888    "MSRValue": "0x3F803C0040",
7889    "TakenAlone": "0",
7890    "CounterMask": "0",
7891    "Invert": "0",
7892    "AnyThread": "0",
7893    "EdgeDetect": "0",
7894    "PEBS": "0",
7895    "Data_LA": "0",
7896    "L1_Hit_Indication": "0",
7897    "Errata": "null",
7898    "Offcore": "1"
7899  },
7900  {
7901    "EventCode": "0xB7, 0xBB",
7902    "UMask": "0x01",
7903    "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.ANY_RESPONSE",
7904    "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs miss in the L3 ",
7905    "PublicDescription": "Counts all prefetch (that bring data to L2) RFOs miss in the L3",
7906    "Counter": "0,1,2,3",
7907    "CounterHTOff": "0,1,2,3",
7908    "SampleAfterValue": "100003",
7909    "MSRIndex": "0x1a6,0x1a7",
7910    "MSRValue": "0x3FFFC00020",
7911    "TakenAlone": "0",
7912    "CounterMask": "0",
7913    "Invert": "0",
7914    "AnyThread": "0",
7915    "EdgeDetect": "0",
7916    "PEBS": "0",
7917    "Data_LA": "0",
7918    "L1_Hit_Indication": "0",
7919    "Errata": "null",
7920    "Offcore": "1"
7921  },
7922  {
7923    "EventCode": "0xB7, 0xBB",
7924    "UMask": "0x01",
7925    "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.ANY_RESPONSE",
7926    "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs hit in the L3 ",
7927    "PublicDescription": "Counts all prefetch (that bring data to L2) RFOs hit in the L3",
7928    "Counter": "0,1,2,3",
7929    "CounterHTOff": "0,1,2,3",
7930    "SampleAfterValue": "100003",
7931    "MSRIndex": "0x1a6,0x1a7",
7932    "MSRValue": "0x3F803C0020",
7933    "TakenAlone": "0",
7934    "CounterMask": "0",
7935    "Invert": "0",
7936    "AnyThread": "0",
7937    "EdgeDetect": "0",
7938    "PEBS": "0",
7939    "Data_LA": "0",
7940    "L1_Hit_Indication": "0",
7941    "Errata": "null",
7942    "Offcore": "1"
7943  },
7944  {
7945    "EventCode": "0xB7, 0xBB",
7946    "UMask": "0x01",
7947    "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.ANY_RESPONSE",
7948    "BriefDescription": "Counts prefetch (that bring data to L2) data reads miss in the L3 ",
7949    "PublicDescription": "Counts prefetch (that bring data to L2) data reads miss in the L3",
7950    "Counter": "0,1,2,3",
7951    "CounterHTOff": "0,1,2,3",
7952    "SampleAfterValue": "100003",
7953    "MSRIndex": "0x1a6,0x1a7",
7954    "MSRValue": "0x3FFFC00010",
7955    "TakenAlone": "0",
7956    "CounterMask": "0",
7957    "Invert": "0",
7958    "AnyThread": "0",
7959    "EdgeDetect": "0",
7960    "PEBS": "0",
7961    "Data_LA": "0",
7962    "L1_Hit_Indication": "0",
7963    "Errata": "null",
7964    "Offcore": "1"
7965  },
7966  {
7967    "EventCode": "0xB7, 0xBB",
7968    "UMask": "0x01",
7969    "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.ANY_RESPONSE",
7970    "BriefDescription": "Counts prefetch (that bring data to L2) data reads hit in the L3 ",
7971    "PublicDescription": "Counts prefetch (that bring data to L2) data reads hit in the L3",
7972    "Counter": "0,1,2,3",
7973    "CounterHTOff": "0,1,2,3",
7974    "SampleAfterValue": "100003",
7975    "MSRIndex": "0x1a6,0x1a7",
7976    "MSRValue": "0x3F803C0010",
7977    "TakenAlone": "0",
7978    "CounterMask": "0",
7979    "Invert": "0",
7980    "AnyThread": "0",
7981    "EdgeDetect": "0",
7982    "PEBS": "0",
7983    "Data_LA": "0",
7984    "L1_Hit_Indication": "0",
7985    "Errata": "null",
7986    "Offcore": "1"
7987  },
7988  {
7989    "EventCode": "0xB7, 0xBB",
7990    "UMask": "0x01",
7991    "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.LOCAL_DRAM",
7992    "BriefDescription": "Counts all demand code reads miss the L3 and the data is returned from local dram ",
7993    "PublicDescription": "Counts all demand code reads miss the L3 and the data is returned from local dram",
7994    "Counter": "0,1,2,3",
7995    "CounterHTOff": "0,1,2,3",
7996    "SampleAfterValue": "100003",
7997    "MSRIndex": "0x1a6,0x1a7",
7998    "MSRValue": "0x0100400004",
7999    "TakenAlone": "0",
8000    "CounterMask": "0",
8001    "Invert": "0",
8002    "AnyThread": "0",
8003    "EdgeDetect": "0",
8004    "PEBS": "0",
8005    "Data_LA": "0",
8006    "L1_Hit_Indication": "0",
8007    "Errata": "null",
8008    "Offcore": "1"
8009  },
8010  {
8011    "EventCode": "0xB7, 0xBB",
8012    "UMask": "0x01",
8013    "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.ANY_RESPONSE",
8014    "BriefDescription": "Counts all demand code reads miss in the L3 ",
8015    "PublicDescription": "Counts all demand code reads miss in the L3",
8016    "Counter": "0,1,2,3",
8017    "CounterHTOff": "0,1,2,3",
8018    "SampleAfterValue": "100003",
8019    "MSRIndex": "0x1a6,0x1a7",
8020    "MSRValue": "0x3FFFC00004",
8021    "TakenAlone": "0",
8022    "CounterMask": "0",
8023    "Invert": "0",
8024    "AnyThread": "0",
8025    "EdgeDetect": "0",
8026    "PEBS": "0",
8027    "Data_LA": "0",
8028    "L1_Hit_Indication": "0",
8029    "Errata": "null",
8030    "Offcore": "1"
8031  },
8032  {
8033    "EventCode": "0xB7, 0xBB",
8034    "UMask": "0x01",
8035    "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HITM_OTHER_CORE",
8036    "BriefDescription": "Counts all demand code reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
8037    "PublicDescription": "Counts all demand code reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
8038    "Counter": "0,1,2,3",
8039    "CounterHTOff": "0,1,2,3",
8040    "SampleAfterValue": "100003",
8041    "MSRIndex": "0x1a6,0x1a7",
8042    "MSRValue": "0x10003C0004",
8043    "TakenAlone": "0",
8044    "CounterMask": "0",
8045    "Invert": "0",
8046    "AnyThread": "0",
8047    "EdgeDetect": "0",
8048    "PEBS": "0",
8049    "Data_LA": "0",
8050    "L1_Hit_Indication": "0",
8051    "Errata": "null",
8052    "Offcore": "1"
8053  },
8054  {
8055    "EventCode": "0xB7, 0xBB",
8056    "UMask": "0x01",
8057    "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
8058    "BriefDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
8059    "PublicDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
8060    "Counter": "0,1,2,3",
8061    "CounterHTOff": "0,1,2,3",
8062    "SampleAfterValue": "100003",
8063    "MSRIndex": "0x1a6,0x1a7",
8064    "MSRValue": "0x04003C0004",
8065    "TakenAlone": "0",
8066    "CounterMask": "0",
8067    "Invert": "0",
8068    "AnyThread": "0",
8069    "EdgeDetect": "0",
8070    "PEBS": "0",
8071    "Data_LA": "0",
8072    "L1_Hit_Indication": "0",
8073    "Errata": "null",
8074    "Offcore": "1"
8075  },
8076  {
8077    "EventCode": "0xB7, 0xBB",
8078    "UMask": "0x01",
8079    "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.LOCAL_DRAM",
8080    "BriefDescription": "Counts all demand data writes (RFOs) miss the L3 and the data is returned from local dram ",
8081    "PublicDescription": "Counts all demand data writes (RFOs) miss the L3 and the data is returned from local dram",
8082    "Counter": "0,1,2,3",
8083    "CounterHTOff": "0,1,2,3",
8084    "SampleAfterValue": "100003",
8085    "MSRIndex": "0x1a6,0x1a7",
8086    "MSRValue": "0x0100400002",
8087    "TakenAlone": "0",
8088    "CounterMask": "0",
8089    "Invert": "0",
8090    "AnyThread": "0",
8091    "EdgeDetect": "0",
8092    "PEBS": "0",
8093    "Data_LA": "0",
8094    "L1_Hit_Indication": "0",
8095    "Errata": "null",
8096    "Offcore": "1"
8097  },
8098  {
8099    "EventCode": "0xB7, 0xBB",
8100    "UMask": "0x01",
8101    "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.ANY_RESPONSE",
8102    "BriefDescription": "Counts all demand data writes (RFOs) miss in the L3 ",
8103    "PublicDescription": "Counts all demand data writes (RFOs) miss in the L3",
8104    "Counter": "0,1,2,3",
8105    "CounterHTOff": "0,1,2,3",
8106    "SampleAfterValue": "100003",
8107    "MSRIndex": "0x1a6,0x1a7",
8108    "MSRValue": "0x3FFFC00002",
8109    "TakenAlone": "0",
8110    "CounterMask": "0",
8111    "Invert": "0",
8112    "AnyThread": "0",
8113    "EdgeDetect": "0",
8114    "PEBS": "0",
8115    "Data_LA": "0",
8116    "L1_Hit_Indication": "0",
8117    "Errata": "null",
8118    "Offcore": "1"
8119  },
8120  {
8121    "EventCode": "0xB7, 0xBB",
8122    "UMask": "0x01",
8123    "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HITM_OTHER_CORE",
8124    "BriefDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
8125    "PublicDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
8126    "Counter": "0,1,2,3",
8127    "CounterHTOff": "0,1,2,3",
8128    "SampleAfterValue": "100003",
8129    "MSRIndex": "0x1a6,0x1a7",
8130    "MSRValue": "0x10003C0002",
8131    "TakenAlone": "0",
8132    "CounterMask": "0",
8133    "Invert": "0",
8134    "AnyThread": "0",
8135    "EdgeDetect": "0",
8136    "PEBS": "0",
8137    "Data_LA": "0",
8138    "L1_Hit_Indication": "0",
8139    "Errata": "null",
8140    "Offcore": "1"
8141  },
8142  {
8143    "EventCode": "0xB7, 0xBB",
8144    "UMask": "0x01",
8145    "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
8146    "BriefDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
8147    "PublicDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
8148    "Counter": "0,1,2,3",
8149    "CounterHTOff": "0,1,2,3",
8150    "SampleAfterValue": "100003",
8151    "MSRIndex": "0x1a6,0x1a7",
8152    "MSRValue": "0x04003C0002",
8153    "TakenAlone": "0",
8154    "CounterMask": "0",
8155    "Invert": "0",
8156    "AnyThread": "0",
8157    "EdgeDetect": "0",
8158    "PEBS": "0",
8159    "Data_LA": "0",
8160    "L1_Hit_Indication": "0",
8161    "Errata": "null",
8162    "Offcore": "1"
8163  },
8164  {
8165    "EventCode": "0xB7, 0xBB",
8166    "UMask": "0x01",
8167    "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.LOCAL_DRAM",
8168    "BriefDescription": "Counts demand data reads miss the L3 and the data is returned from local dram ",
8169    "PublicDescription": "Counts demand data reads miss the L3 and the data is returned from local dram",
8170    "Counter": "0,1,2,3",
8171    "CounterHTOff": "0,1,2,3",
8172    "SampleAfterValue": "100003",
8173    "MSRIndex": "0x1a6,0x1a7",
8174    "MSRValue": "0x0100400001",
8175    "TakenAlone": "0",
8176    "CounterMask": "0",
8177    "Invert": "0",
8178    "AnyThread": "0",
8179    "EdgeDetect": "0",
8180    "PEBS": "0",
8181    "Data_LA": "0",
8182    "L1_Hit_Indication": "0",
8183    "Errata": "null",
8184    "Offcore": "1"
8185  },
8186  {
8187    "EventCode": "0xB7, 0xBB",
8188    "UMask": "0x01",
8189    "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.ANY_RESPONSE",
8190    "BriefDescription": "Counts demand data reads miss in the L3 ",
8191    "PublicDescription": "Counts demand data reads miss in the L3",
8192    "Counter": "0,1,2,3",
8193    "CounterHTOff": "0,1,2,3",
8194    "SampleAfterValue": "100003",
8195    "MSRIndex": "0x1a6,0x1a7",
8196    "MSRValue": "0x3FFFC00001",
8197    "TakenAlone": "0",
8198    "CounterMask": "0",
8199    "Invert": "0",
8200    "AnyThread": "0",
8201    "EdgeDetect": "0",
8202    "PEBS": "0",
8203    "Data_LA": "0",
8204    "L1_Hit_Indication": "0",
8205    "Errata": "null",
8206    "Offcore": "1"
8207  },
8208  {
8209    "EventCode": "0xB7, 0xBB",
8210    "UMask": "0x01",
8211    "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HITM_OTHER_CORE",
8212    "BriefDescription": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded ",
8213    "PublicDescription": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded",
8214    "Counter": "0,1,2,3",
8215    "CounterHTOff": "0,1,2,3",
8216    "SampleAfterValue": "100003",
8217    "MSRIndex": "0x1a6,0x1a7",
8218    "MSRValue": "0x10003C0001",
8219    "TakenAlone": "0",
8220    "CounterMask": "0",
8221    "Invert": "0",
8222    "AnyThread": "0",
8223    "EdgeDetect": "0",
8224    "PEBS": "0",
8225    "Data_LA": "0",
8226    "L1_Hit_Indication": "0",
8227    "Errata": "null",
8228    "Offcore": "1"
8229  },
8230  {
8231    "EventCode": "0xB7, 0xBB",
8232    "UMask": "0x01",
8233    "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
8234    "BriefDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded ",
8235    "PublicDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded",
8236    "Counter": "0,1,2,3",
8237    "CounterHTOff": "0,1,2,3",
8238    "SampleAfterValue": "100003",
8239    "MSRIndex": "0x1a6,0x1a7",
8240    "MSRValue": "0x04003C0001",
8241    "TakenAlone": "0",
8242    "CounterMask": "0",
8243    "Invert": "0",
8244    "AnyThread": "0",
8245    "EdgeDetect": "0",
8246    "PEBS": "0",
8247    "Data_LA": "0",
8248    "L1_Hit_Indication": "0",
8249    "Errata": "null",
8250    "Offcore": "1"
8251  }
8252]