1[
2    {
3        "BriefDescription": "L1D data line replacements",
4        "EventCode": "0x51",
5        "EventName": "L1D.REPLACEMENT",
6        "PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
7        "SampleAfterValue": "2000003",
8        "UMask": "0x1"
9    },
10    {
11        "BriefDescription": "Number of times a request needed a FB entry but there was no entry available for it. That is the FB unavailability was dominant reason for blocking the request. A request includes cacheable/uncacheable demands that is load, store or SW prefetch.",
12        "EventCode": "0x48",
13        "EventName": "L1D_PEND_MISS.FB_FULL",
14        "PublicDescription": "Number of times a request needed a FB (Fill Buffer) entry but there was no entry available for it. A request includes cacheable/uncacheable demands that are load, store or SW prefetch instructions.",
15        "SampleAfterValue": "2000003",
16        "UMask": "0x2"
17    },
18    {
19        "BriefDescription": "L1D miss outstandings duration in cycles",
20        "EventCode": "0x48",
21        "EventName": "L1D_PEND_MISS.PENDING",
22        "PublicDescription": "Counts duration of L1D miss outstanding, that is each cycle number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand from the demand Hit FB, if it is allocated by hardware or software prefetch.Note: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type.",
23        "SampleAfterValue": "2000003",
24        "UMask": "0x1"
25    },
26    {
27        "BriefDescription": "Cycles with L1D load Misses outstanding.",
28        "CounterMask": "1",
29        "EventCode": "0x48",
30        "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
31        "PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
32        "SampleAfterValue": "2000003",
33        "UMask": "0x1"
34    },
35    {
36        "AnyThread": "1",
37        "BriefDescription": "Cycles with L1D load Misses outstanding from any thread on physical core.",
38        "CounterMask": "1",
39        "EventCode": "0x48",
40        "EventName": "L1D_PEND_MISS.PENDING_CYCLES_ANY",
41        "SampleAfterValue": "2000003",
42        "UMask": "0x1"
43    },
44    {
45        "BriefDescription": "L2 cache lines filling L2",
46        "EventCode": "0xF1",
47        "EventName": "L2_LINES_IN.ALL",
48        "PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
49        "SampleAfterValue": "100003",
50        "UMask": "0x1f"
51    },
52    {
53        "BriefDescription": "Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines can be either in modified state or clean state. Modified lines may either be written back to L3 or directly written to memory and not allocated in L3.  Clean lines may either be allocated in L3 or dropped",
54        "EventCode": "0xF2",
55        "EventName": "L2_LINES_OUT.NON_SILENT",
56        "PublicDescription": "Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines can be either in modified state or clean state. Modified lines may either be written back to L3 or directly written to memory and not allocated in L3.  Clean lines may either be allocated in L3 or dropped.",
57        "SampleAfterValue": "200003",
58        "UMask": "0x2"
59    },
60    {
61        "BriefDescription": "Counts the number of lines that are silently dropped by L2 cache when triggered by an L2 cache fill. These lines are typically in Shared state. A non-threaded event.",
62        "EventCode": "0xF2",
63        "EventName": "L2_LINES_OUT.SILENT",
64        "SampleAfterValue": "200003",
65        "UMask": "0x1"
66    },
67    {
68        "BriefDescription": "Counts the number of lines that have been hardware prefetched but not used and now evicted by L2 cache",
69        "EventCode": "0xF2",
70        "EventName": "L2_LINES_OUT.USELESS_HWPF",
71        "SampleAfterValue": "200003",
72        "UMask": "0x4"
73    },
74    {
75        "BriefDescription": "This event is deprecated. Refer to new event L2_LINES_OUT.USELESS_HWPF",
76        "Deprecated": "1",
77        "EventCode": "0xF2",
78        "EventName": "L2_LINES_OUT.USELESS_PREF",
79        "SampleAfterValue": "200003",
80        "UMask": "0x4"
81    },
82    {
83        "BriefDescription": "L2 code requests",
84        "EventCode": "0x24",
85        "EventName": "L2_RQSTS.ALL_CODE_RD",
86        "PublicDescription": "Counts the total number of L2 code requests.",
87        "SampleAfterValue": "200003",
88        "UMask": "0xe4"
89    },
90    {
91        "BriefDescription": "Demand Data Read requests",
92        "EventCode": "0x24",
93        "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
94        "PublicDescription": "Counts the number of demand Data Read requests (including requests from L1D hardware prefetchers). These loads may hit or miss L2 cache. Only non rejected loads are counted.",
95        "SampleAfterValue": "200003",
96        "UMask": "0xe1"
97    },
98    {
99        "BriefDescription": "Demand requests that miss L2 cache",
100        "EventCode": "0x24",
101        "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
102        "PublicDescription": "Demand requests that miss L2 cache.",
103        "SampleAfterValue": "200003",
104        "UMask": "0x27"
105    },
106    {
107        "BriefDescription": "Demand requests to L2 cache",
108        "EventCode": "0x24",
109        "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
110        "PublicDescription": "Demand requests to L2 cache.",
111        "SampleAfterValue": "200003",
112        "UMask": "0xe7"
113    },
114    {
115        "BriefDescription": "Requests from the L1/L2/L3 hardware prefetchers or Load software prefetches",
116        "EventCode": "0x24",
117        "EventName": "L2_RQSTS.ALL_PF",
118        "PublicDescription": "Counts the total number of requests from the L2 hardware prefetchers.",
119        "SampleAfterValue": "200003",
120        "UMask": "0xf8"
121    },
122    {
123        "BriefDescription": "RFO requests to L2 cache",
124        "EventCode": "0x24",
125        "EventName": "L2_RQSTS.ALL_RFO",
126        "PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2 RFO requests include both L1D demand RFO misses as well as L1D RFO prefetches.",
127        "SampleAfterValue": "200003",
128        "UMask": "0xe2"
129    },
130    {
131        "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
132        "EventCode": "0x24",
133        "EventName": "L2_RQSTS.CODE_RD_HIT",
134        "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
135        "SampleAfterValue": "200003",
136        "UMask": "0xc4"
137    },
138    {
139        "BriefDescription": "L2 cache misses when fetching instructions",
140        "EventCode": "0x24",
141        "EventName": "L2_RQSTS.CODE_RD_MISS",
142        "PublicDescription": "Counts L2 cache misses when fetching instructions.",
143        "SampleAfterValue": "200003",
144        "UMask": "0x24"
145    },
146    {
147        "BriefDescription": "Demand Data Read requests that hit L2 cache",
148        "EventCode": "0x24",
149        "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
150        "PublicDescription": "Counts the number of demand Data Read requests, initiated by load instructions, that hit L2 cache",
151        "SampleAfterValue": "200003",
152        "UMask": "0xc1"
153    },
154    {
155        "BriefDescription": "Demand Data Read miss L2, no rejects",
156        "EventCode": "0x24",
157        "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
158        "PublicDescription": "Counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.",
159        "SampleAfterValue": "200003",
160        "UMask": "0x21"
161    },
162    {
163        "BriefDescription": "All requests that miss L2 cache",
164        "EventCode": "0x24",
165        "EventName": "L2_RQSTS.MISS",
166        "PublicDescription": "All requests that miss L2 cache.",
167        "SampleAfterValue": "200003",
168        "UMask": "0x3f"
169    },
170    {
171        "BriefDescription": "Requests from the L1/L2/L3 hardware prefetchers or Load software prefetches that hit L2 cache",
172        "EventCode": "0x24",
173        "EventName": "L2_RQSTS.PF_HIT",
174        "PublicDescription": "Counts requests from the L1/L2/L3 hardware prefetchers or Load software prefetches that hit L2 cache.",
175        "SampleAfterValue": "200003",
176        "UMask": "0xd8"
177    },
178    {
179        "BriefDescription": "Requests from the L1/L2/L3 hardware prefetchers or Load software prefetches that miss L2 cache",
180        "EventCode": "0x24",
181        "EventName": "L2_RQSTS.PF_MISS",
182        "PublicDescription": "Counts requests from the L1/L2/L3 hardware prefetchers or Load software prefetches that miss L2 cache.",
183        "SampleAfterValue": "200003",
184        "UMask": "0x38"
185    },
186    {
187        "BriefDescription": "All L2 requests",
188        "EventCode": "0x24",
189        "EventName": "L2_RQSTS.REFERENCES",
190        "PublicDescription": "All L2 requests.",
191        "SampleAfterValue": "200003",
192        "UMask": "0xff"
193    },
194    {
195        "BriefDescription": "RFO requests that hit L2 cache",
196        "EventCode": "0x24",
197        "EventName": "L2_RQSTS.RFO_HIT",
198        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
199        "SampleAfterValue": "200003",
200        "UMask": "0xc2"
201    },
202    {
203        "BriefDescription": "RFO requests that miss L2 cache",
204        "EventCode": "0x24",
205        "EventName": "L2_RQSTS.RFO_MISS",
206        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
207        "SampleAfterValue": "200003",
208        "UMask": "0x22"
209    },
210    {
211        "BriefDescription": "L2 writebacks that access L2 cache",
212        "EventCode": "0xF0",
213        "EventName": "L2_TRANS.L2_WB",
214        "PublicDescription": "Counts L2 writebacks that access L2 cache.",
215        "SampleAfterValue": "200003",
216        "UMask": "0x40"
217    },
218    {
219        "BriefDescription": "Core-originated cacheable demand requests missed L3",
220        "Errata": "SKL057",
221        "EventCode": "0x2E",
222        "EventName": "LONGEST_LAT_CACHE.MISS",
223        "PublicDescription": "Counts core-originated cacheable requests that miss the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches from L1 and L2. It does not include all misses to the L3.",
224        "SampleAfterValue": "100003",
225        "UMask": "0x41"
226    },
227    {
228        "BriefDescription": "Core-originated cacheable demand requests that refer to L3",
229        "Errata": "SKL057",
230        "EventCode": "0x2E",
231        "EventName": "LONGEST_LAT_CACHE.REFERENCE",
232        "PublicDescription": "Counts core-originated cacheable requests to the  L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches from L1 and L2.  It does not include all accesses to the L3.",
233        "SampleAfterValue": "100003",
234        "UMask": "0x4f"
235    },
236    {
237        "BriefDescription": "Retired load instructions.",
238        "Data_LA": "1",
239        "EventCode": "0xD0",
240        "EventName": "MEM_INST_RETIRED.ALL_LOADS",
241        "PEBS": "1",
242        "PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW.",
243        "SampleAfterValue": "2000003",
244        "UMask": "0x81"
245    },
246    {
247        "BriefDescription": "Retired store instructions.",
248        "Data_LA": "1",
249        "EventCode": "0xD0",
250        "EventName": "MEM_INST_RETIRED.ALL_STORES",
251        "PEBS": "1",
252        "PublicDescription": "Counts all retired store instructions.",
253        "SampleAfterValue": "2000003",
254        "UMask": "0x82"
255    },
256    {
257        "BriefDescription": "All retired memory instructions.",
258        "Data_LA": "1",
259        "EventCode": "0xD0",
260        "EventName": "MEM_INST_RETIRED.ANY",
261        "PEBS": "1",
262        "PublicDescription": "Counts all retired memory instructions - loads and stores.",
263        "SampleAfterValue": "2000003",
264        "UMask": "0x83"
265    },
266    {
267        "BriefDescription": "Retired load instructions with locked access.",
268        "Data_LA": "1",
269        "EventCode": "0xD0",
270        "EventName": "MEM_INST_RETIRED.LOCK_LOADS",
271        "PEBS": "1",
272        "SampleAfterValue": "100007",
273        "UMask": "0x21"
274    },
275    {
276        "BriefDescription": "Retired load instructions that split across a cacheline boundary.",
277        "Data_LA": "1",
278        "EventCode": "0xD0",
279        "EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
280        "PEBS": "1",
281        "PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
282        "SampleAfterValue": "100003",
283        "UMask": "0x41"
284    },
285    {
286        "BriefDescription": "Retired store instructions that split across a cacheline boundary.",
287        "Data_LA": "1",
288        "EventCode": "0xD0",
289        "EventName": "MEM_INST_RETIRED.SPLIT_STORES",
290        "PEBS": "1",
291        "PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
292        "SampleAfterValue": "100003",
293        "UMask": "0x42"
294    },
295    {
296        "BriefDescription": "Retired load instructions that miss the STLB.",
297        "Data_LA": "1",
298        "EventCode": "0xD0",
299        "EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
300        "PEBS": "1",
301        "PublicDescription": "Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB).",
302        "SampleAfterValue": "100003",
303        "UMask": "0x11"
304    },
305    {
306        "BriefDescription": "Retired store instructions that miss the STLB.",
307        "Data_LA": "1",
308        "EventCode": "0xD0",
309        "EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
310        "PEBS": "1",
311        "PublicDescription": "Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB).",
312        "SampleAfterValue": "100003",
313        "UMask": "0x12"
314    },
315    {
316        "BriefDescription": "Retired load instructions which data sources were L3 and cross-core snoop hits in on-pkg core cache",
317        "Data_LA": "1",
318        "EventCode": "0xD2",
319        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT",
320        "PEBS": "1",
321        "PublicDescription": "Retired load instructions which data sources were L3 and cross-core snoop hits in on-pkg core cache.",
322        "SampleAfterValue": "20011",
323        "UMask": "0x2"
324    },
325    {
326        "BriefDescription": "Retired load instructions which data sources were HitM responses from shared L3",
327        "Data_LA": "1",
328        "EventCode": "0xD2",
329        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM",
330        "PEBS": "1",
331        "PublicDescription": "Retired load instructions which data sources were HitM responses from shared L3.",
332        "SampleAfterValue": "20011",
333        "UMask": "0x4"
334    },
335    {
336        "BriefDescription": "Retired load instructions which data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
337        "Data_LA": "1",
338        "EventCode": "0xD2",
339        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
340        "PEBS": "1",
341        "SampleAfterValue": "20011",
342        "UMask": "0x1"
343    },
344    {
345        "BriefDescription": "Retired load instructions which data sources were hits in L3 without snoops required",
346        "Data_LA": "1",
347        "EventCode": "0xD2",
348        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
349        "PEBS": "1",
350        "PublicDescription": "Retired load instructions which data sources were hits in L3 without snoops required.",
351        "SampleAfterValue": "100003",
352        "UMask": "0x8"
353    },
354    {
355        "BriefDescription": "Retired load instructions which data sources missed L3 but serviced from local dram",
356        "Data_LA": "1",
357        "EventCode": "0xD3",
358        "EventName": "MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM",
359        "PEBS": "1",
360        "PublicDescription": "Retired load instructions which data sources missed L3 but serviced from local DRAM.",
361        "SampleAfterValue": "100007",
362        "UMask": "0x1"
363    },
364    {
365        "BriefDescription": "Retired load instructions which data sources missed L3 but serviced from remote dram",
366        "Data_LA": "1",
367        "EventCode": "0xD3",
368        "EventName": "MEM_LOAD_L3_MISS_RETIRED.REMOTE_DRAM",
369        "PEBS": "1",
370        "SampleAfterValue": "100007",
371        "UMask": "0x2"
372    },
373    {
374        "BriefDescription": "Retired load instructions whose data sources was forwarded from a remote cache",
375        "Data_LA": "1",
376        "EventCode": "0xD3",
377        "EventName": "MEM_LOAD_L3_MISS_RETIRED.REMOTE_FWD",
378        "PEBS": "1",
379        "PublicDescription": "Retired load instructions whose data sources was forwarded from a remote cache.",
380        "SampleAfterValue": "100007",
381        "UMask": "0x8"
382    },
383    {
384        "BriefDescription": "Retired load instructions whose data sources was remote HITM",
385        "Data_LA": "1",
386        "EventCode": "0xD3",
387        "EventName": "MEM_LOAD_L3_MISS_RETIRED.REMOTE_HITM",
388        "PEBS": "1",
389        "PublicDescription": "Retired load instructions whose data sources was remote HITM.",
390        "SampleAfterValue": "100007",
391        "UMask": "0x4"
392    },
393    {
394        "BriefDescription": "Retired instructions with at least 1 uncacheable load or lock.",
395        "Data_LA": "1",
396        "EventCode": "0xD4",
397        "EventName": "MEM_LOAD_MISC_RETIRED.UC",
398        "PEBS": "1",
399        "SampleAfterValue": "100007",
400        "UMask": "0x4"
401    },
402    {
403        "BriefDescription": "Retired load instructions which data sources were load missed L1 but hit FB due to preceding miss to the same cache line with data not ready",
404        "Data_LA": "1",
405        "EventCode": "0xD1",
406        "EventName": "MEM_LOAD_RETIRED.FB_HIT",
407        "PEBS": "1",
408        "PublicDescription": "Counts retired load instructions with at least one uop was load missed in L1 but hit FB (Fill Buffers) due to preceding miss to the same cache line with data not ready.",
409        "SampleAfterValue": "100007",
410        "UMask": "0x40"
411    },
412    {
413        "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
414        "Data_LA": "1",
415        "EventCode": "0xD1",
416        "EventName": "MEM_LOAD_RETIRED.L1_HIT",
417        "PEBS": "1",
418        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L1 data cache. This event includes all SW prefetches and lock instructions regardless of the data source.",
419        "SampleAfterValue": "2000003",
420        "UMask": "0x1"
421    },
422    {
423        "BriefDescription": "Retired load instructions missed L1 cache as data sources",
424        "Data_LA": "1",
425        "EventCode": "0xD1",
426        "EventName": "MEM_LOAD_RETIRED.L1_MISS",
427        "PEBS": "1",
428        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
429        "SampleAfterValue": "100003",
430        "UMask": "0x8"
431    },
432    {
433        "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
434        "Data_LA": "1",
435        "EventCode": "0xD1",
436        "EventName": "MEM_LOAD_RETIRED.L2_HIT",
437        "PEBS": "1",
438        "PublicDescription": "Retired load instructions with L2 cache hits as data sources.",
439        "SampleAfterValue": "100003",
440        "UMask": "0x2"
441    },
442    {
443        "BriefDescription": "Retired load instructions missed L2 cache as data sources",
444        "Data_LA": "1",
445        "EventCode": "0xD1",
446        "EventName": "MEM_LOAD_RETIRED.L2_MISS",
447        "PEBS": "1",
448        "PublicDescription": "Retired load instructions missed L2 cache as data sources.",
449        "SampleAfterValue": "50021",
450        "UMask": "0x10"
451    },
452    {
453        "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
454        "Data_LA": "1",
455        "EventCode": "0xD1",
456        "EventName": "MEM_LOAD_RETIRED.L3_HIT",
457        "PEBS": "1",
458        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
459        "SampleAfterValue": "50021",
460        "UMask": "0x4"
461    },
462    {
463        "BriefDescription": "Retired load instructions missed L3 cache as data sources",
464        "Data_LA": "1",
465        "EventCode": "0xD1",
466        "EventName": "MEM_LOAD_RETIRED.L3_MISS",
467        "PEBS": "1",
468        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
469        "SampleAfterValue": "100007",
470        "UMask": "0x20"
471    },
472    {
473        "BriefDescription": "Demand and prefetch data reads",
474        "EventCode": "0xB0",
475        "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
476        "PublicDescription": "Counts the demand and prefetch data reads. All Core Data Reads include cacheable 'Demands' and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type.",
477        "SampleAfterValue": "100003",
478        "UMask": "0x8"
479    },
480    {
481        "BriefDescription": "Any memory transaction that reached the SQ.",
482        "EventCode": "0xB0",
483        "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
484        "PublicDescription": "Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc..",
485        "SampleAfterValue": "100003",
486        "UMask": "0x80"
487    },
488    {
489        "BriefDescription": "Cacheable and non-cacheable code read requests",
490        "EventCode": "0xB0",
491        "EventName": "OFFCORE_REQUESTS.DEMAND_CODE_RD",
492        "PublicDescription": "Counts both cacheable and non-cacheable code read requests.",
493        "SampleAfterValue": "100003",
494        "UMask": "0x2"
495    },
496    {
497        "BriefDescription": "Demand Data Read requests sent to uncore",
498        "EventCode": "0xB0",
499        "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
500        "PublicDescription": "Counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore.",
501        "SampleAfterValue": "100003",
502        "UMask": "0x1"
503    },
504    {
505        "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM",
506        "EventCode": "0xB0",
507        "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
508        "PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
509        "SampleAfterValue": "100003",
510        "UMask": "0x4"
511    },
512    {
513        "BriefDescription": "Offcore requests buffer cannot take more entries for this thread core.",
514        "EventCode": "0xB2",
515        "EventName": "OFFCORE_REQUESTS_BUFFER.SQ_FULL",
516        "PublicDescription": "Counts the number of cases when the offcore requests buffer cannot take more entries for the core. This can happen when the superqueue does not contain eligible entries, or when L1D writeback pending FIFO requests is full.Note: Writeback pending FIFO has six entries.",
517        "SampleAfterValue": "2000003",
518        "UMask": "0x1"
519    },
520    {
521        "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore",
522        "EventCode": "0x60",
523        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
524        "PublicDescription": "Counts the number of offcore outstanding cacheable Core Data Read transactions in the super queue every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
525        "SampleAfterValue": "2000003",
526        "UMask": "0x8"
527    },
528    {
529        "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
530        "CounterMask": "1",
531        "EventCode": "0x60",
532        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
533        "PublicDescription": "Counts cycles when offcore outstanding cacheable Core Data Read transactions are present in the super queue. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
534        "SampleAfterValue": "2000003",
535        "UMask": "0x8"
536    },
537    {
538        "BriefDescription": "Cycles with offcore outstanding Code Reads transactions in the SuperQueue (SQ), queue to uncore.",
539        "CounterMask": "1",
540        "EventCode": "0x60",
541        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_CODE_RD",
542        "PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
543        "SampleAfterValue": "2000003",
544        "UMask": "0x2"
545    },
546    {
547        "BriefDescription": "Cycles when offcore outstanding Demand Data Read transactions are present in SuperQueue (SQ), queue to uncore",
548        "CounterMask": "1",
549        "EventCode": "0x60",
550        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD",
551        "PublicDescription": "Counts cycles when offcore outstanding Demand Data Read transactions are present in the super queue (SQ). A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation).",
552        "SampleAfterValue": "2000003",
553        "UMask": "0x1"
554    },
555    {
556        "BriefDescription": "Cycles with offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore.",
557        "CounterMask": "1",
558        "EventCode": "0x60",
559        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
560        "PublicDescription": "Counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
561        "SampleAfterValue": "2000003",
562        "UMask": "0x4"
563    },
564    {
565        "BriefDescription": "Offcore outstanding Code Reads transactions in the SuperQueue (SQ), queue to uncore, every cycle.",
566        "EventCode": "0x60",
567        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD",
568        "PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
569        "SampleAfterValue": "2000003",
570        "UMask": "0x2"
571    },
572    {
573        "BriefDescription": "Offcore outstanding Demand Data Read transactions in uncore queue.",
574        "EventCode": "0x60",
575        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
576        "PublicDescription": "Counts the number of offcore outstanding Demand Data Read transactions in the super queue (SQ) every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor. See the corresponding Umask under OFFCORE_REQUESTS.Note: A prefetch promoted to Demand is counted from the promotion point.",
577        "SampleAfterValue": "2000003",
578        "UMask": "0x1"
579    },
580    {
581        "BriefDescription": "Cycles with at least 6 offcore outstanding Demand Data Read transactions in uncore queue.",
582        "CounterMask": "6",
583        "EventCode": "0x60",
584        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD_GE_6",
585        "SampleAfterValue": "2000003",
586        "UMask": "0x1"
587    },
588    {
589        "BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle",
590        "EventCode": "0x60",
591        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
592        "PublicDescription": "Counts the number of offcore outstanding RFO (store) transactions in the super queue (SQ) every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
593        "SampleAfterValue": "2000003",
594        "UMask": "0x4"
595    },
596    {
597        "BriefDescription": "Offcore response can be programmed only with a specific pair of event select and counter MSR, and with specific event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction",
598        "EventCode": "0xB7, 0xBB",
599        "EventName": "OFFCORE_RESPONSE",
600        "PublicDescription": "Offcore response can be programmed only with a specific pair of event select and counter MSR, and with specific event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.",
601        "SampleAfterValue": "100003",
602        "UMask": "0x1"
603    },
604    {
605        "BriefDescription": "Counts all demand & prefetch data reads that have any response type.",
606        "EventCode": "0xB7, 0xBB",
607        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.ANY_RESPONSE",
608        "MSRIndex": "0x1a6,0x1a7",
609        "MSRValue": "0x10491",
610        "SampleAfterValue": "100003",
611        "UMask": "0x1"
612    },
613    {
614        "BriefDescription": "Counts all demand & prefetch data reads that hit in the L3.",
615        "EventCode": "0xB7, 0xBB",
616        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.ANY_SNOOP",
617        "MSRIndex": "0x1a6,0x1a7",
618        "MSRValue": "0x3F803C0491",
619        "SampleAfterValue": "100003",
620        "UMask": "0x1"
621    },
622    {
623        "BriefDescription": "Counts all demand & prefetch data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
624        "EventCode": "0xB7, 0xBB",
625        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HITM_OTHER_CORE",
626        "MSRIndex": "0x1a6,0x1a7",
627        "MSRValue": "0x10003C0491",
628        "SampleAfterValue": "100003",
629        "UMask": "0x1"
630    },
631    {
632        "BriefDescription": "Counts all demand & prefetch data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
633        "EventCode": "0xB7, 0xBB",
634        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
635        "MSRIndex": "0x1a6,0x1a7",
636        "MSRValue": "0x4003C0491",
637        "SampleAfterValue": "100003",
638        "UMask": "0x1"
639    },
640    {
641        "BriefDescription": "Counts all demand & prefetch data reads that hit in the L3 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.",
642        "EventCode": "0xB7, 0xBB",
643        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.NO_SNOOP_NEEDED",
644        "MSRIndex": "0x1a6,0x1a7",
645        "MSRValue": "0x1003C0491",
646        "SampleAfterValue": "100003",
647        "UMask": "0x1"
648    },
649    {
650        "BriefDescription": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
651        "EventCode": "0xB7, 0xBB",
652        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
653        "MSRIndex": "0x1a6,0x1a7",
654        "MSRValue": "0x8003C0491",
655        "SampleAfterValue": "100003",
656        "UMask": "0x1"
657    },
658    {
659        "BriefDescription": "Counts all prefetch data reads that have any response type.",
660        "EventCode": "0xB7, 0xBB",
661        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.ANY_RESPONSE",
662        "MSRIndex": "0x1a6,0x1a7",
663        "MSRValue": "0x10490",
664        "SampleAfterValue": "100003",
665        "UMask": "0x1"
666    },
667    {
668        "BriefDescription": "Counts all prefetch data reads that hit in the L3.",
669        "EventCode": "0xB7, 0xBB",
670        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.ANY_SNOOP",
671        "MSRIndex": "0x1a6,0x1a7",
672        "MSRValue": "0x3F803C0490",
673        "SampleAfterValue": "100003",
674        "UMask": "0x1"
675    },
676    {
677        "BriefDescription": "Counts all prefetch data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
678        "EventCode": "0xB7, 0xBB",
679        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.HITM_OTHER_CORE",
680        "MSRIndex": "0x1a6,0x1a7",
681        "MSRValue": "0x10003C0490",
682        "SampleAfterValue": "100003",
683        "UMask": "0x1"
684    },
685    {
686        "BriefDescription": "Counts all prefetch data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
687        "EventCode": "0xB7, 0xBB",
688        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
689        "MSRIndex": "0x1a6,0x1a7",
690        "MSRValue": "0x4003C0490",
691        "SampleAfterValue": "100003",
692        "UMask": "0x1"
693    },
694    {
695        "BriefDescription": "Counts all prefetch data reads that hit in the L3 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.",
696        "EventCode": "0xB7, 0xBB",
697        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.NO_SNOOP_NEEDED",
698        "MSRIndex": "0x1a6,0x1a7",
699        "MSRValue": "0x1003C0490",
700        "SampleAfterValue": "100003",
701        "UMask": "0x1"
702    },
703    {
704        "BriefDescription": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
705        "EventCode": "0xB7, 0xBB",
706        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
707        "MSRIndex": "0x1a6,0x1a7",
708        "MSRValue": "0x8003C0490",
709        "SampleAfterValue": "100003",
710        "UMask": "0x1"
711    },
712    {
713        "BriefDescription": "Counts prefetch RFOs that have any response type.",
714        "EventCode": "0xB7, 0xBB",
715        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.ANY_RESPONSE",
716        "MSRIndex": "0x1a6,0x1a7",
717        "MSRValue": "0x10120",
718        "SampleAfterValue": "100003",
719        "UMask": "0x1"
720    },
721    {
722        "BriefDescription": "Counts prefetch RFOs that hit in the L3.",
723        "EventCode": "0xB7, 0xBB",
724        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.ANY_SNOOP",
725        "MSRIndex": "0x1a6,0x1a7",
726        "MSRValue": "0x3F803C0120",
727        "SampleAfterValue": "100003",
728        "UMask": "0x1"
729    },
730    {
731        "BriefDescription": "Counts prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
732        "EventCode": "0xB7, 0xBB",
733        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.HITM_OTHER_CORE",
734        "MSRIndex": "0x1a6,0x1a7",
735        "MSRValue": "0x10003C0120",
736        "SampleAfterValue": "100003",
737        "UMask": "0x1"
738    },
739    {
740        "BriefDescription": "Counts prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
741        "EventCode": "0xB7, 0xBB",
742        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
743        "MSRIndex": "0x1a6,0x1a7",
744        "MSRValue": "0x4003C0120",
745        "SampleAfterValue": "100003",
746        "UMask": "0x1"
747    },
748    {
749        "BriefDescription": "Counts prefetch RFOs that hit in the L3 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.",
750        "EventCode": "0xB7, 0xBB",
751        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.NO_SNOOP_NEEDED",
752        "MSRIndex": "0x1a6,0x1a7",
753        "MSRValue": "0x1003C0120",
754        "SampleAfterValue": "100003",
755        "UMask": "0x1"
756    },
757    {
758        "BriefDescription": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
759        "EventCode": "0xB7, 0xBB",
760        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
761        "MSRIndex": "0x1a6,0x1a7",
762        "MSRValue": "0x8003C0120",
763        "SampleAfterValue": "100003",
764        "UMask": "0x1"
765    },
766    {
767        "BriefDescription": "Counts all demand & prefetch RFOs that have any response type.",
768        "EventCode": "0xB7, 0xBB",
769        "EventName": "OFFCORE_RESPONSE.ALL_RFO.ANY_RESPONSE",
770        "MSRIndex": "0x1a6,0x1a7",
771        "MSRValue": "0x10122",
772        "SampleAfterValue": "100003",
773        "UMask": "0x1"
774    },
775    {
776        "BriefDescription": "Counts all demand & prefetch RFOs that hit in the L3.",
777        "EventCode": "0xB7, 0xBB",
778        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.ANY_SNOOP",
779        "MSRIndex": "0x1a6,0x1a7",
780        "MSRValue": "0x3F803C0122",
781        "SampleAfterValue": "100003",
782        "UMask": "0x1"
783    },
784    {
785        "BriefDescription": "Counts all demand & prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
786        "EventCode": "0xB7, 0xBB",
787        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HITM_OTHER_CORE",
788        "MSRIndex": "0x1a6,0x1a7",
789        "MSRValue": "0x10003C0122",
790        "SampleAfterValue": "100003",
791        "UMask": "0x1"
792    },
793    {
794        "BriefDescription": "Counts all demand & prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
795        "EventCode": "0xB7, 0xBB",
796        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
797        "MSRIndex": "0x1a6,0x1a7",
798        "MSRValue": "0x4003C0122",
799        "SampleAfterValue": "100003",
800        "UMask": "0x1"
801    },
802    {
803        "BriefDescription": "Counts all demand & prefetch RFOs that hit in the L3 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.",
804        "EventCode": "0xB7, 0xBB",
805        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.NO_SNOOP_NEEDED",
806        "MSRIndex": "0x1a6,0x1a7",
807        "MSRValue": "0x1003C0122",
808        "SampleAfterValue": "100003",
809        "UMask": "0x1"
810    },
811    {
812        "BriefDescription": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
813        "EventCode": "0xB7, 0xBB",
814        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
815        "MSRIndex": "0x1a6,0x1a7",
816        "MSRValue": "0x8003C0122",
817        "SampleAfterValue": "100003",
818        "UMask": "0x1"
819    },
820    {
821        "BriefDescription": "Counts all demand code reads that have any response type.",
822        "EventCode": "0xB7, 0xBB",
823        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.ANY_RESPONSE",
824        "MSRIndex": "0x1a6,0x1a7",
825        "MSRValue": "0x10004",
826        "SampleAfterValue": "100003",
827        "UMask": "0x1"
828    },
829    {
830        "BriefDescription": "Counts all demand code reads that hit in the L3.",
831        "EventCode": "0xB7, 0xBB",
832        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.ANY_SNOOP",
833        "MSRIndex": "0x1a6,0x1a7",
834        "MSRValue": "0x3F803C0004",
835        "SampleAfterValue": "100003",
836        "UMask": "0x1"
837    },
838    {
839        "BriefDescription": "Counts all demand code reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
840        "EventCode": "0xB7, 0xBB",
841        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HITM_OTHER_CORE",
842        "MSRIndex": "0x1a6,0x1a7",
843        "MSRValue": "0x10003C0004",
844        "SampleAfterValue": "100003",
845        "UMask": "0x1"
846    },
847    {
848        "BriefDescription": "Counts all demand code reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
849        "EventCode": "0xB7, 0xBB",
850        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
851        "MSRIndex": "0x1a6,0x1a7",
852        "MSRValue": "0x4003C0004",
853        "SampleAfterValue": "100003",
854        "UMask": "0x1"
855    },
856    {
857        "BriefDescription": "Counts all demand code reads that hit in the L3 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.",
858        "EventCode": "0xB7, 0xBB",
859        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.NO_SNOOP_NEEDED",
860        "MSRIndex": "0x1a6,0x1a7",
861        "MSRValue": "0x1003C0004",
862        "SampleAfterValue": "100003",
863        "UMask": "0x1"
864    },
865    {
866        "BriefDescription": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
867        "EventCode": "0xB7, 0xBB",
868        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
869        "MSRIndex": "0x1a6,0x1a7",
870        "MSRValue": "0x8003C0004",
871        "SampleAfterValue": "100003",
872        "UMask": "0x1"
873    },
874    {
875        "BriefDescription": "Counts demand data reads that have any response type.",
876        "EventCode": "0xB7, 0xBB",
877        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.ANY_RESPONSE",
878        "MSRIndex": "0x1a6,0x1a7",
879        "MSRValue": "0x10001",
880        "SampleAfterValue": "100003",
881        "UMask": "0x1"
882    },
883    {
884        "BriefDescription": "Counts demand data reads that hit in the L3.",
885        "EventCode": "0xB7, 0xBB",
886        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.ANY_SNOOP",
887        "MSRIndex": "0x1a6,0x1a7",
888        "MSRValue": "0x3F803C0001",
889        "SampleAfterValue": "100003",
890        "UMask": "0x1"
891    },
892    {
893        "BriefDescription": "Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
894        "EventCode": "0xB7, 0xBB",
895        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HITM_OTHER_CORE",
896        "MSRIndex": "0x1a6,0x1a7",
897        "MSRValue": "0x10003C0001",
898        "SampleAfterValue": "100003",
899        "UMask": "0x1"
900    },
901    {
902        "BriefDescription": "Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
903        "EventCode": "0xB7, 0xBB",
904        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
905        "MSRIndex": "0x1a6,0x1a7",
906        "MSRValue": "0x4003C0001",
907        "SampleAfterValue": "100003",
908        "UMask": "0x1"
909    },
910    {
911        "BriefDescription": "Counts demand data reads that hit in the L3 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.",
912        "EventCode": "0xB7, 0xBB",
913        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.NO_SNOOP_NEEDED",
914        "MSRIndex": "0x1a6,0x1a7",
915        "MSRValue": "0x1003C0001",
916        "SampleAfterValue": "100003",
917        "UMask": "0x1"
918    },
919    {
920        "BriefDescription": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
921        "EventCode": "0xB7, 0xBB",
922        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
923        "MSRIndex": "0x1a6,0x1a7",
924        "MSRValue": "0x8003C0001",
925        "SampleAfterValue": "100003",
926        "UMask": "0x1"
927    },
928    {
929        "BriefDescription": "Counts all demand data writes (RFOs) that have any response type.",
930        "EventCode": "0xB7, 0xBB",
931        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.ANY_RESPONSE",
932        "MSRIndex": "0x1a6,0x1a7",
933        "MSRValue": "0x10002",
934        "SampleAfterValue": "100003",
935        "UMask": "0x1"
936    },
937    {
938        "BriefDescription": "Counts all demand data writes (RFOs) that hit in the L3.",
939        "EventCode": "0xB7, 0xBB",
940        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.ANY_SNOOP",
941        "MSRIndex": "0x1a6,0x1a7",
942        "MSRValue": "0x3F803C0002",
943        "SampleAfterValue": "100003",
944        "UMask": "0x1"
945    },
946    {
947        "BriefDescription": "Counts all demand data writes (RFOs) that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
948        "EventCode": "0xB7, 0xBB",
949        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HITM_OTHER_CORE",
950        "MSRIndex": "0x1a6,0x1a7",
951        "MSRValue": "0x10003C0002",
952        "SampleAfterValue": "100003",
953        "UMask": "0x1"
954    },
955    {
956        "BriefDescription": "Counts all demand data writes (RFOs) that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
957        "EventCode": "0xB7, 0xBB",
958        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
959        "MSRIndex": "0x1a6,0x1a7",
960        "MSRValue": "0x4003C0002",
961        "SampleAfterValue": "100003",
962        "UMask": "0x1"
963    },
964    {
965        "BriefDescription": "Counts all demand data writes (RFOs) that hit in the L3 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.",
966        "EventCode": "0xB7, 0xBB",
967        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.NO_SNOOP_NEEDED",
968        "MSRIndex": "0x1a6,0x1a7",
969        "MSRValue": "0x1003C0002",
970        "SampleAfterValue": "100003",
971        "UMask": "0x1"
972    },
973    {
974        "BriefDescription": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
975        "EventCode": "0xB7, 0xBB",
976        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
977        "MSRIndex": "0x1a6,0x1a7",
978        "MSRValue": "0x8003C0002",
979        "SampleAfterValue": "100003",
980        "UMask": "0x1"
981    },
982    {
983        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests that have any response type.",
984        "EventCode": "0xB7, 0xBB",
985        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.ANY_RESPONSE",
986        "MSRIndex": "0x1a6,0x1a7",
987        "MSRValue": "0x10400",
988        "SampleAfterValue": "100003",
989        "UMask": "0x1"
990    },
991    {
992        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests that hit in the L3.",
993        "EventCode": "0xB7, 0xBB",
994        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.ANY_SNOOP",
995        "MSRIndex": "0x1a6,0x1a7",
996        "MSRValue": "0x3F803C0400",
997        "SampleAfterValue": "100003",
998        "UMask": "0x1"
999    },
1000    {
1001        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1002        "EventCode": "0xB7, 0xBB",
1003        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.HITM_OTHER_CORE",
1004        "MSRIndex": "0x1a6,0x1a7",
1005        "MSRValue": "0x10003C0400",
1006        "SampleAfterValue": "100003",
1007        "UMask": "0x1"
1008    },
1009    {
1010        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1011        "EventCode": "0xB7, 0xBB",
1012        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.HIT_OTHER_CORE_NO_FWD",
1013        "MSRIndex": "0x1a6,0x1a7",
1014        "MSRValue": "0x4003C0400",
1015        "SampleAfterValue": "100003",
1016        "UMask": "0x1"
1017    },
1018    {
1019        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests that hit in the L3 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.",
1020        "EventCode": "0xB7, 0xBB",
1021        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.NO_SNOOP_NEEDED",
1022        "MSRIndex": "0x1a6,0x1a7",
1023        "MSRValue": "0x1003C0400",
1024        "SampleAfterValue": "100003",
1025        "UMask": "0x1"
1026    },
1027    {
1028        "BriefDescription": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.SNOOP_HIT_WITH_FWD",
1029        "EventCode": "0xB7, 0xBB",
1030        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_HIT.SNOOP_HIT_WITH_FWD",
1031        "MSRIndex": "0x1a6,0x1a7",
1032        "MSRValue": "0x8003C0400",
1033        "SampleAfterValue": "100003",
1034        "UMask": "0x1"
1035    },
1036    {
1037        "BriefDescription": "Counts prefetch (that bring data to L2) data reads that have any response type.",
1038        "EventCode": "0xB7, 0xBB",
1039        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.ANY_RESPONSE",
1040        "MSRIndex": "0x1a6,0x1a7",
1041        "MSRValue": "0x10010",
1042        "SampleAfterValue": "100003",
1043        "UMask": "0x1"
1044    },
1045    {
1046        "BriefDescription": "Counts prefetch (that bring data to L2) data reads that hit in the L3.",
1047        "EventCode": "0xB7, 0xBB",
1048        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.ANY_SNOOP",
1049        "MSRIndex": "0x1a6,0x1a7",
1050        "MSRValue": "0x3F803C0010",
1051        "SampleAfterValue": "100003",
1052        "UMask": "0x1"
1053    },
1054    {
1055        "BriefDescription": "Counts prefetch (that bring data to L2) data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1056        "EventCode": "0xB7, 0xBB",
1057        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.HITM_OTHER_CORE",
1058        "MSRIndex": "0x1a6,0x1a7",
1059        "MSRValue": "0x10003C0010",
1060        "SampleAfterValue": "100003",
1061        "UMask": "0x1"
1062    },
1063    {
1064        "BriefDescription": "Counts prefetch (that bring data to L2) data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1065        "EventCode": "0xB7, 0xBB",
1066        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
1067        "MSRIndex": "0x1a6,0x1a7",
1068        "MSRValue": "0x4003C0010",
1069        "SampleAfterValue": "100003",
1070        "UMask": "0x1"
1071    },
1072    {
1073        "BriefDescription": "Counts prefetch (that bring data to L2) data reads that hit in the L3 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.",
1074        "EventCode": "0xB7, 0xBB",
1075        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.NO_SNOOP_NEEDED",
1076        "MSRIndex": "0x1a6,0x1a7",
1077        "MSRValue": "0x1003C0010",
1078        "SampleAfterValue": "100003",
1079        "UMask": "0x1"
1080    },
1081    {
1082        "BriefDescription": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
1083        "EventCode": "0xB7, 0xBB",
1084        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
1085        "MSRIndex": "0x1a6,0x1a7",
1086        "MSRValue": "0x8003C0010",
1087        "SampleAfterValue": "100003",
1088        "UMask": "0x1"
1089    },
1090    {
1091        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that have any response type.",
1092        "EventCode": "0xB7, 0xBB",
1093        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.ANY_RESPONSE",
1094        "MSRIndex": "0x1a6,0x1a7",
1095        "MSRValue": "0x10020",
1096        "SampleAfterValue": "100003",
1097        "UMask": "0x1"
1098    },
1099    {
1100        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that hit in the L3.",
1101        "EventCode": "0xB7, 0xBB",
1102        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.ANY_SNOOP",
1103        "MSRIndex": "0x1a6,0x1a7",
1104        "MSRValue": "0x3F803C0020",
1105        "SampleAfterValue": "100003",
1106        "UMask": "0x1"
1107    },
1108    {
1109        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1110        "EventCode": "0xB7, 0xBB",
1111        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.HITM_OTHER_CORE",
1112        "MSRIndex": "0x1a6,0x1a7",
1113        "MSRValue": "0x10003C0020",
1114        "SampleAfterValue": "100003",
1115        "UMask": "0x1"
1116    },
1117    {
1118        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1119        "EventCode": "0xB7, 0xBB",
1120        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
1121        "MSRIndex": "0x1a6,0x1a7",
1122        "MSRValue": "0x4003C0020",
1123        "SampleAfterValue": "100003",
1124        "UMask": "0x1"
1125    },
1126    {
1127        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that hit in the L3 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.",
1128        "EventCode": "0xB7, 0xBB",
1129        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.NO_SNOOP_NEEDED",
1130        "MSRIndex": "0x1a6,0x1a7",
1131        "MSRValue": "0x1003C0020",
1132        "SampleAfterValue": "100003",
1133        "UMask": "0x1"
1134    },
1135    {
1136        "BriefDescription": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
1137        "EventCode": "0xB7, 0xBB",
1138        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
1139        "MSRIndex": "0x1a6,0x1a7",
1140        "MSRValue": "0x8003C0020",
1141        "SampleAfterValue": "100003",
1142        "UMask": "0x1"
1143    },
1144    {
1145        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads that have any response type.",
1146        "EventCode": "0xB7, 0xBB",
1147        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.ANY_RESPONSE",
1148        "MSRIndex": "0x1a6,0x1a7",
1149        "MSRValue": "0x10080",
1150        "SampleAfterValue": "100003",
1151        "UMask": "0x1"
1152    },
1153    {
1154        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads that hit in the L3.",
1155        "EventCode": "0xB7, 0xBB",
1156        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.ANY_SNOOP",
1157        "MSRIndex": "0x1a6,0x1a7",
1158        "MSRValue": "0x3F803C0080",
1159        "SampleAfterValue": "100003",
1160        "UMask": "0x1"
1161    },
1162    {
1163        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1164        "EventCode": "0xB7, 0xBB",
1165        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.HITM_OTHER_CORE",
1166        "MSRIndex": "0x1a6,0x1a7",
1167        "MSRValue": "0x10003C0080",
1168        "SampleAfterValue": "100003",
1169        "UMask": "0x1"
1170    },
1171    {
1172        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1173        "EventCode": "0xB7, 0xBB",
1174        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD",
1175        "MSRIndex": "0x1a6,0x1a7",
1176        "MSRValue": "0x4003C0080",
1177        "SampleAfterValue": "100003",
1178        "UMask": "0x1"
1179    },
1180    {
1181        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads that hit in the L3 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.",
1182        "EventCode": "0xB7, 0xBB",
1183        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.NO_SNOOP_NEEDED",
1184        "MSRIndex": "0x1a6,0x1a7",
1185        "MSRValue": "0x1003C0080",
1186        "SampleAfterValue": "100003",
1187        "UMask": "0x1"
1188    },
1189    {
1190        "BriefDescription": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
1191        "EventCode": "0xB7, 0xBB",
1192        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
1193        "MSRIndex": "0x1a6,0x1a7",
1194        "MSRValue": "0x8003C0080",
1195        "SampleAfterValue": "100003",
1196        "UMask": "0x1"
1197    },
1198    {
1199        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that have any response type.",
1200        "EventCode": "0xB7, 0xBB",
1201        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.ANY_RESPONSE",
1202        "MSRIndex": "0x1a6,0x1a7",
1203        "MSRValue": "0x10100",
1204        "SampleAfterValue": "100003",
1205        "UMask": "0x1"
1206    },
1207    {
1208        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that hit in the L3.",
1209        "EventCode": "0xB7, 0xBB",
1210        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.ANY_SNOOP",
1211        "MSRIndex": "0x1a6,0x1a7",
1212        "MSRValue": "0x3F803C0100",
1213        "SampleAfterValue": "100003",
1214        "UMask": "0x1"
1215    },
1216    {
1217        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1218        "EventCode": "0xB7, 0xBB",
1219        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.HITM_OTHER_CORE",
1220        "MSRIndex": "0x1a6,0x1a7",
1221        "MSRValue": "0x10003C0100",
1222        "SampleAfterValue": "100003",
1223        "UMask": "0x1"
1224    },
1225    {
1226        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded.",
1227        "EventCode": "0xB7, 0xBB",
1228        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD",
1229        "MSRIndex": "0x1a6,0x1a7",
1230        "MSRValue": "0x4003C0100",
1231        "SampleAfterValue": "100003",
1232        "UMask": "0x1"
1233    },
1234    {
1235        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that hit in the L3 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.",
1236        "EventCode": "0xB7, 0xBB",
1237        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.NO_SNOOP_NEEDED",
1238        "MSRIndex": "0x1a6,0x1a7",
1239        "MSRValue": "0x1003C0100",
1240        "SampleAfterValue": "100003",
1241        "UMask": "0x1"
1242    },
1243    {
1244        "BriefDescription": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
1245        "EventCode": "0xB7, 0xBB",
1246        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.SNOOP_HIT_WITH_FWD",
1247        "MSRIndex": "0x1a6,0x1a7",
1248        "MSRValue": "0x8003C0100",
1249        "SampleAfterValue": "100003",
1250        "UMask": "0x1"
1251    },
1252    {
1253        "BriefDescription": "Number of cache line split locks sent to uncore.",
1254        "EventCode": "0xF4",
1255        "EventName": "SQ_MISC.SPLIT_LOCK",
1256        "PublicDescription": "Counts the number of cache line split locks sent to the uncore.",
1257        "SampleAfterValue": "100003",
1258        "UMask": "0x10"
1259    },
1260    {
1261        "BriefDescription": "Number of PREFETCHNTA instructions executed.",
1262        "EventCode": "0x32",
1263        "EventName": "SW_PREFETCH_ACCESS.NTA",
1264        "SampleAfterValue": "2000003",
1265        "UMask": "0x1"
1266    },
1267    {
1268        "BriefDescription": "Number of PREFETCHW instructions executed.",
1269        "EventCode": "0x32",
1270        "EventName": "SW_PREFETCH_ACCESS.PREFETCHW",
1271        "SampleAfterValue": "2000003",
1272        "UMask": "0x8"
1273    },
1274    {
1275        "BriefDescription": "Number of PREFETCHT0 instructions executed.",
1276        "EventCode": "0x32",
1277        "EventName": "SW_PREFETCH_ACCESS.T0",
1278        "SampleAfterValue": "2000003",
1279        "UMask": "0x2"
1280    },
1281    {
1282        "BriefDescription": "Number of PREFETCHT1 or PREFETCHT2 instructions executed.",
1283        "EventCode": "0x32",
1284        "EventName": "SW_PREFETCH_ACCESS.T1_T2",
1285        "SampleAfterValue": "2000003",
1286        "UMask": "0x4"
1287    }
1288]
1289