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