1[
2    {
3        "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.",
4        "CollectPEBSRecord": "2",
5        "Counter": "0,1,2,3,4,5,6,7",
6        "EventCode": "0xc1",
7        "EventName": "ASSISTS.ANY",
8        "PEBScounters": "0,1,2,3,4,5,6,7",
9        "PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hardware Examples include AD (page Access Dirty), FP and AVX related assists.",
10        "SampleAfterValue": "100003",
11        "Speculative": "1",
12        "UMask": "0x7"
13    },
14    {
15        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the Non-AVX turbo schedule.",
16        "CollectPEBSRecord": "2",
17        "Counter": "0,1,2,3",
18        "EventCode": "0x28",
19        "EventName": "CORE_POWER.LVL0_TURBO_LICENSE",
20        "PEBScounters": "0,1,2,3",
21        "PublicDescription": "Counts Core cycles where the core was running with power-delivery for baseline license level 0.  This includes non-AVX codes, SSE, AVX 128-bit, and low-current AVX 256-bit codes.",
22        "SampleAfterValue": "200003",
23        "Speculative": "1",
24        "UMask": "0x7"
25    },
26    {
27        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the AVX2 turbo schedule.",
28        "CollectPEBSRecord": "2",
29        "Counter": "0,1,2,3",
30        "EventCode": "0x28",
31        "EventName": "CORE_POWER.LVL1_TURBO_LICENSE",
32        "PEBScounters": "0,1,2,3",
33        "PublicDescription": "Counts Core cycles where the core was running with power-delivery for license level 1.  This includes high current AVX 256-bit instructions as well as low current AVX 512-bit instructions.",
34        "SampleAfterValue": "200003",
35        "Speculative": "1",
36        "UMask": "0x18"
37    },
38    {
39        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the AVX512 turbo schedule.",
40        "CollectPEBSRecord": "2",
41        "Counter": "0,1,2,3",
42        "EventCode": "0x28",
43        "EventName": "CORE_POWER.LVL2_TURBO_LICENSE",
44        "PEBScounters": "0,1,2,3",
45        "PublicDescription": "Core cycles where the core was running with power-delivery for license level 2 (introduced in Skylake Server microarchtecture).  This includes high current AVX 512-bit instructions.",
46        "SampleAfterValue": "200003",
47        "Speculative": "1",
48        "UMask": "0x20"
49    },
50    {
51        "BriefDescription": "Hit snoop reply with data, line invalidated.",
52        "CollectPEBSRecord": "2",
53        "Counter": "0,1,2,3",
54        "EventCode": "0xef",
55        "EventName": "CORE_SNOOP_RESPONSE.I_FWD_FE",
56        "PEBScounters": "0,1,2,3",
57        "PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated: removed from this core's cache, after the data is forwarded back to the requestor and indicating the data was found unmodified in the (FE) Forward or Exclusive State in this cores caches cache.  A single snoop response from the core counts on all hyperthreads of the core.",
58        "SampleAfterValue": "1000003",
59        "Speculative": "1",
60        "UMask": "0x20"
61    },
62    {
63        "BriefDescription": "HitM snoop reply with data, line invalidated.",
64        "CollectPEBSRecord": "2",
65        "Counter": "0,1,2,3",
66        "EventCode": "0xef",
67        "EventName": "CORE_SNOOP_RESPONSE.I_FWD_M",
68        "PEBScounters": "0,1,2,3",
69        "PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated: removed from this core's caches, after the data is forwarded back to the requestor, and indicating the data was found modified(M) in this cores caches cache (aka HitM response).  A single snoop response from the core counts on all hyperthreads of the core.",
70        "SampleAfterValue": "1000003",
71        "Speculative": "1",
72        "UMask": "0x10"
73    },
74    {
75        "BriefDescription": "Hit snoop reply without sending the data, line invalidated.",
76        "CollectPEBSRecord": "2",
77        "Counter": "0,1,2,3",
78        "EventCode": "0xef",
79        "EventName": "CORE_SNOOP_RESPONSE.I_HIT_FSE",
80        "PEBScounters": "0,1,2,3",
81        "PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated in this core's caches without being forwarded back to the requestor. The line was in Forward, Shared or Exclusive (FSE) state in this cores caches.  A single snoop response from the core counts on all hyperthreads of the core.",
82        "SampleAfterValue": "1000003",
83        "Speculative": "1",
84        "UMask": "0x2"
85    },
86    {
87        "BriefDescription": "Line not found snoop reply",
88        "CollectPEBSRecord": "2",
89        "Counter": "0,1,2,3",
90        "EventCode": "0xef",
91        "EventName": "CORE_SNOOP_RESPONSE.MISS",
92        "PEBScounters": "0,1,2,3",
93        "PublicDescription": "Counts responses to snoops indicating that the data was not found (IHitI) in this core's caches. A single snoop response from the core counts on all hyperthreads of the Core.",
94        "SampleAfterValue": "1000003",
95        "Speculative": "1",
96        "UMask": "0x1"
97    },
98    {
99        "BriefDescription": "Hit snoop reply with data, line kept in Shared state.",
100        "CollectPEBSRecord": "2",
101        "Counter": "0,1,2,3",
102        "EventCode": "0xef",
103        "EventName": "CORE_SNOOP_RESPONSE.S_FWD_FE",
104        "PEBScounters": "0,1,2,3",
105        "PublicDescription": "Counts responses to snoops indicating the line may be kept on this core in the (S)hared state, after the data is forwarded back to the requestor, initially the data was found in the cache in the (FS) Forward or Shared state.  A single snoop response from the core counts on all hyperthreads of the core.",
106        "SampleAfterValue": "1000003",
107        "Speculative": "1",
108        "UMask": "0x40"
109    },
110    {
111        "BriefDescription": "HitM snoop reply with data, line kept in Shared state",
112        "CollectPEBSRecord": "2",
113        "Counter": "0,1,2,3",
114        "EventCode": "0xef",
115        "EventName": "CORE_SNOOP_RESPONSE.S_FWD_M",
116        "PEBScounters": "0,1,2,3",
117        "PublicDescription": "Counts responses to snoops indicating the line may be kept on this core in the (S)hared state, after the data is forwarded back to the requestor, initially the data was found in the cache in the (M)odified state.  A single snoop response from the core counts on all hyperthreads of the core.",
118        "SampleAfterValue": "1000003",
119        "Speculative": "1",
120        "UMask": "0x8"
121    },
122    {
123        "BriefDescription": "Hit snoop reply without sending the data, line kept in Shared state.",
124        "CollectPEBSRecord": "2",
125        "Counter": "0,1,2,3",
126        "EventCode": "0xef",
127        "EventName": "CORE_SNOOP_RESPONSE.S_HIT_FSE",
128        "PEBScounters": "0,1,2,3",
129        "PublicDescription": "Counts responses to snoops indicating the line was kept on this core in the (S)hared state, and that the data was found unmodified but not forwarded back to the requestor, initially the data was found in the cache in the (FSE) Forward, Shared state or Exclusive state.  A single snoop response from the core counts on all hyperthreads of the core.",
130        "SampleAfterValue": "1000003",
131        "Speculative": "1",
132        "UMask": "0x4"
133    },
134    {
135        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that have any type of response.",
136        "Counter": "0,1,2,3",
137        "EventCode": "0xB7, 0xBB",
138        "EventName": "OCR.DEMAND_CODE_RD.ANY_RESPONSE",
139        "MSRIndex": "0x1a6,0x1a7",
140        "MSRValue": "0x10004",
141        "Offcore": "1",
142        "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.",
143        "SampleAfterValue": "100003",
144        "UMask": "0x1"
145    },
146    {
147        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.",
148        "Counter": "0,1,2,3",
149        "EventCode": "0xB7, 0xBB",
150        "EventName": "OCR.DEMAND_CODE_RD.DRAM",
151        "MSRIndex": "0x1a6,0x1a7",
152        "MSRValue": "0x73C000004",
153        "Offcore": "1",
154        "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.",
155        "SampleAfterValue": "100003",
156        "UMask": "0x1"
157    },
158    {
159        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit in the L3 or were snooped from another core's caches on the same socket.",
160        "Counter": "0,1,2,3",
161        "EventCode": "0xB7, 0xBB",
162        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT",
163        "MSRIndex": "0x1a6,0x1a7",
164        "MSRValue": "0x3F803C0004",
165        "Offcore": "1",
166        "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.",
167        "SampleAfterValue": "100003",
168        "UMask": "0x1"
169    },
170    {
171        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that resulted in a snoop hit a modified line in another core's caches which forwarded the data.",
172        "Counter": "0,1,2,3",
173        "EventCode": "0xB7, 0xBB",
174        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HITM",
175        "MSRIndex": "0x1a6,0x1a7",
176        "MSRValue": "0x10003C0004",
177        "Offcore": "1",
178        "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.",
179        "SampleAfterValue": "100003",
180        "UMask": "0x1"
181    },
182    {
183        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that the DRAM attached to this socket supplied the request.",
184        "Counter": "0,1,2,3",
185        "EventCode": "0xB7, 0xBB",
186        "EventName": "OCR.DEMAND_CODE_RD.LOCAL_DRAM",
187        "MSRIndex": "0x1a6,0x1a7",
188        "MSRValue": "0x104000004",
189        "Offcore": "1",
190        "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.",
191        "SampleAfterValue": "100003",
192        "UMask": "0x1"
193    },
194    {
195        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
196        "Counter": "0,1,2,3",
197        "EventCode": "0xB7, 0xBB",
198        "EventName": "OCR.DEMAND_CODE_RD.SNC_DRAM",
199        "MSRIndex": "0x1a6,0x1a7",
200        "MSRValue": "0x708000004",
201        "Offcore": "1",
202        "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.",
203        "SampleAfterValue": "100003",
204        "UMask": "0x1"
205    },
206    {
207        "BriefDescription": "Counts demand data reads that have any type of response.",
208        "Counter": "0,1,2,3",
209        "EventCode": "0xB7, 0xBB",
210        "EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
211        "MSRIndex": "0x1a6,0x1a7",
212        "MSRValue": "0x10001",
213        "Offcore": "1",
214        "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.",
215        "SampleAfterValue": "100003",
216        "UMask": "0x1"
217    },
218    {
219        "BriefDescription": "Counts demand data reads that were supplied by DRAM.",
220        "Counter": "0,1,2,3",
221        "EventCode": "0xB7, 0xBB",
222        "EventName": "OCR.DEMAND_DATA_RD.DRAM",
223        "MSRIndex": "0x1a6,0x1a7",
224        "MSRValue": "0x73C000001",
225        "Offcore": "1",
226        "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.",
227        "SampleAfterValue": "100003",
228        "UMask": "0x1"
229    },
230    {
231        "BriefDescription": "Counts demand data reads that hit in the L3 or were snooped from another core's caches on the same socket.",
232        "Counter": "0,1,2,3",
233        "EventCode": "0xB7, 0xBB",
234        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT",
235        "MSRIndex": "0x1a6,0x1a7",
236        "MSRValue": "0x3F803C0001",
237        "Offcore": "1",
238        "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.",
239        "SampleAfterValue": "100003",
240        "UMask": "0x1"
241    },
242    {
243        "BriefDescription": "Counts demand data reads that resulted in a snoop hit a modified line in another core's caches which forwarded the data.",
244        "Counter": "0,1,2,3",
245        "EventCode": "0xB7, 0xBB",
246        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM",
247        "MSRIndex": "0x1a6,0x1a7",
248        "MSRValue": "0x10003C0001",
249        "Offcore": "1",
250        "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.",
251        "SampleAfterValue": "100003",
252        "UMask": "0x1"
253    },
254    {
255        "BriefDescription": "Counts demand data reads that resulted in a snoop that hit in another core, which did not forward the data.",
256        "Counter": "0,1,2,3",
257        "EventCode": "0xB7, 0xBB",
258        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD",
259        "MSRIndex": "0x1a6,0x1a7",
260        "MSRValue": "0x4003C0001",
261        "Offcore": "1",
262        "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.",
263        "SampleAfterValue": "100003",
264        "UMask": "0x1"
265    },
266    {
267        "BriefDescription": "Counts demand data reads that resulted in a snoop hit in another core's caches which forwarded the unmodified data to the requesting core.",
268        "Counter": "0,1,2,3",
269        "EventCode": "0xB7, 0xBB",
270        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD",
271        "MSRIndex": "0x1a6,0x1a7",
272        "MSRValue": "0x8003C0001",
273        "Offcore": "1",
274        "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.",
275        "SampleAfterValue": "100003",
276        "UMask": "0x1"
277    },
278    {
279        "BriefDescription": "Counts demand data reads that the DRAM attached to this socket supplied the request.",
280        "Counter": "0,1,2,3",
281        "EventCode": "0xB7, 0xBB",
282        "EventName": "OCR.DEMAND_DATA_RD.LOCAL_DRAM",
283        "MSRIndex": "0x1a6,0x1a7",
284        "MSRValue": "0x104000001",
285        "Offcore": "1",
286        "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.",
287        "SampleAfterValue": "100003",
288        "UMask": "0x1"
289    },
290    {
291        "BriefDescription": "Counts demand data reads that were supplied by PMM attached to this socket.",
292        "Counter": "0,1,2,3",
293        "EventCode": "0xB7, 0xBB",
294        "EventName": "OCR.DEMAND_DATA_RD.LOCAL_PMM",
295        "MSRIndex": "0x1a6,0x1a7",
296        "MSRValue": "0x100400001",
297        "Offcore": "1",
298        "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.",
299        "SampleAfterValue": "100003",
300        "UMask": "0x1"
301    },
302    {
303        "BriefDescription": "Counts demand data reads that were supplied by PMM.",
304        "Counter": "0,1,2,3",
305        "EventCode": "0xB7, 0xBB",
306        "EventName": "OCR.DEMAND_DATA_RD.PMM",
307        "MSRIndex": "0x1a6,0x1a7",
308        "MSRValue": "0x703C00001",
309        "Offcore": "1",
310        "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.",
311        "SampleAfterValue": "100003",
312        "UMask": "0x1"
313    },
314    {
315        "BriefDescription": "Counts demand data reads that were supplied by DRAM attached to another socket.",
316        "Counter": "0,1,2,3",
317        "EventCode": "0xB7, 0xBB",
318        "EventName": "OCR.DEMAND_DATA_RD.REMOTE_DRAM",
319        "MSRIndex": "0x1a6,0x1a7",
320        "MSRValue": "0x730000001",
321        "Offcore": "1",
322        "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.",
323        "SampleAfterValue": "100003",
324        "UMask": "0x1"
325    },
326    {
327        "BriefDescription": "Counts demand data reads that were supplied by PMM attached to another socket.",
328        "Counter": "0,1,2,3",
329        "EventCode": "0xB7, 0xBB",
330        "EventName": "OCR.DEMAND_DATA_RD.REMOTE_PMM",
331        "MSRIndex": "0x1a6,0x1a7",
332        "MSRValue": "0x703000001",
333        "Offcore": "1",
334        "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.",
335        "SampleAfterValue": "100003",
336        "UMask": "0x1"
337    },
338    {
339        "BriefDescription": "Counts demand data reads that were supplied by DRAM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
340        "Counter": "0,1,2,3",
341        "EventCode": "0xB7, 0xBB",
342        "EventName": "OCR.DEMAND_DATA_RD.SNC_DRAM",
343        "MSRIndex": "0x1a6,0x1a7",
344        "MSRValue": "0x708000001",
345        "Offcore": "1",
346        "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.",
347        "SampleAfterValue": "100003",
348        "UMask": "0x1"
349    },
350    {
351        "BriefDescription": "Counts demand data reads that (IC) were supplied by PMM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
352        "Counter": "0,1,2,3",
353        "EventCode": "0xB7, 0xBB",
354        "EventName": "OCR.DEMAND_DATA_RD.SNC_PMM",
355        "MSRIndex": "0x1a6,0x1a7",
356        "MSRValue": "0x700800001",
357        "Offcore": "1",
358        "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.",
359        "SampleAfterValue": "100003",
360        "UMask": "0x1"
361    },
362    {
363        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that have any type of response.",
364        "Counter": "0,1,2,3",
365        "EventCode": "0xB7, 0xBB",
366        "EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
367        "MSRIndex": "0x1a6,0x1a7",
368        "MSRValue": "0x3F3FFC0002",
369        "Offcore": "1",
370        "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.",
371        "SampleAfterValue": "100003",
372        "UMask": "0x1"
373    },
374    {
375        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.",
376        "Counter": "0,1,2,3",
377        "EventCode": "0xB7, 0xBB",
378        "EventName": "OCR.DEMAND_RFO.DRAM",
379        "MSRIndex": "0x1a6,0x1a7",
380        "MSRValue": "0x73C000002",
381        "Offcore": "1",
382        "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.",
383        "SampleAfterValue": "100003",
384        "UMask": "0x1"
385    },
386    {
387        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit in the L3 or were snooped from another core's caches on the same socket.",
388        "Counter": "0,1,2,3",
389        "EventCode": "0xB7, 0xBB",
390        "EventName": "OCR.DEMAND_RFO.L3_HIT",
391        "MSRIndex": "0x1a6,0x1a7",
392        "MSRValue": "0x3F803C0002",
393        "Offcore": "1",
394        "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.",
395        "SampleAfterValue": "100003",
396        "UMask": "0x1"
397    },
398    {
399        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that resulted in a snoop hit a modified line in another core's caches which forwarded the data.",
400        "Counter": "0,1,2,3",
401        "EventCode": "0xB7, 0xBB",
402        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM",
403        "MSRIndex": "0x1a6,0x1a7",
404        "MSRValue": "0x10003C0002",
405        "Offcore": "1",
406        "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.",
407        "SampleAfterValue": "100003",
408        "UMask": "0x1"
409    },
410    {
411        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that the DRAM attached to this socket supplied the request.",
412        "Counter": "0,1,2,3",
413        "EventCode": "0xB7, 0xBB",
414        "EventName": "OCR.DEMAND_RFO.LOCAL_DRAM",
415        "MSRIndex": "0x1a6,0x1a7",
416        "MSRValue": "0x104000002",
417        "Offcore": "1",
418        "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.",
419        "SampleAfterValue": "100003",
420        "UMask": "0x1"
421    },
422    {
423        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by PMM attached to this socket.",
424        "Counter": "0,1,2,3",
425        "EventCode": "0xB7, 0xBB",
426        "EventName": "OCR.DEMAND_RFO.LOCAL_PMM",
427        "MSRIndex": "0x1a6,0x1a7",
428        "MSRValue": "0x100400002",
429        "Offcore": "1",
430        "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.",
431        "SampleAfterValue": "100003",
432        "UMask": "0x1"
433    },
434    {
435        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by PMM.",
436        "Counter": "0,1,2,3",
437        "EventCode": "0xB7, 0xBB",
438        "EventName": "OCR.DEMAND_RFO.PMM",
439        "MSRIndex": "0x1a6,0x1a7",
440        "MSRValue": "0x703C00002",
441        "Offcore": "1",
442        "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.",
443        "SampleAfterValue": "100003",
444        "UMask": "0x1"
445    },
446    {
447        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by PMM attached to another socket.",
448        "Counter": "0,1,2,3",
449        "EventCode": "0xB7, 0xBB",
450        "EventName": "OCR.DEMAND_RFO.REMOTE_PMM",
451        "MSRIndex": "0x1a6,0x1a7",
452        "MSRValue": "0x703000002",
453        "Offcore": "1",
454        "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.",
455        "SampleAfterValue": "100003",
456        "UMask": "0x1"
457    },
458    {
459        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
460        "Counter": "0,1,2,3",
461        "EventCode": "0xB7, 0xBB",
462        "EventName": "OCR.DEMAND_RFO.SNC_DRAM",
463        "MSRIndex": "0x1a6,0x1a7",
464        "MSRValue": "0x708000002",
465        "Offcore": "1",
466        "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.",
467        "SampleAfterValue": "100003",
468        "UMask": "0x1"
469    },
470    {
471        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that (IC) were supplied by PMM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
472        "Counter": "0,1,2,3",
473        "EventCode": "0xB7, 0xBB",
474        "EventName": "OCR.DEMAND_RFO.SNC_PMM",
475        "MSRIndex": "0x1a6,0x1a7",
476        "MSRValue": "0x700800002",
477        "Offcore": "1",
478        "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.",
479        "SampleAfterValue": "100003",
480        "UMask": "0x1"
481    },
482    {
483        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that were supplied by DRAM.",
484        "Counter": "0,1,2,3",
485        "EventCode": "0xB7, 0xBB",
486        "EventName": "OCR.HWPF_L1D_AND_SWPF.DRAM",
487        "MSRIndex": "0x1a6,0x1a7",
488        "MSRValue": "0x73C000400",
489        "Offcore": "1",
490        "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.",
491        "SampleAfterValue": "100003",
492        "UMask": "0x1"
493    },
494    {
495        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that hit in the L3 or were snooped from another core's caches on the same socket.",
496        "Counter": "0,1,2,3",
497        "EventCode": "0xB7, 0xBB",
498        "EventName": "OCR.HWPF_L1D_AND_SWPF.L3_HIT",
499        "MSRIndex": "0x1a6,0x1a7",
500        "MSRValue": "0x3F803C0400",
501        "Offcore": "1",
502        "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.",
503        "SampleAfterValue": "100003",
504        "UMask": "0x1"
505    },
506    {
507        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that the DRAM attached to this socket supplied the request.",
508        "Counter": "0,1,2,3",
509        "EventCode": "0xB7, 0xBB",
510        "EventName": "OCR.HWPF_L1D_AND_SWPF.LOCAL_DRAM",
511        "MSRIndex": "0x1a6,0x1a7",
512        "MSRValue": "0x104000400",
513        "Offcore": "1",
514        "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.",
515        "SampleAfterValue": "100003",
516        "UMask": "0x1"
517    },
518    {
519        "BriefDescription": "Counts hardware prefetches to the L3 only that have any type of response.",
520        "Counter": "0,1,2,3",
521        "EventCode": "0xB7, 0xBB",
522        "EventName": "OCR.HWPF_L3.ANY_RESPONSE",
523        "MSRIndex": "0x1a6,0x1a7",
524        "MSRValue": "0x12380",
525        "Offcore": "1",
526        "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.",
527        "SampleAfterValue": "100003",
528        "UMask": "0x1"
529    },
530    {
531        "BriefDescription": "Counts hardware prefetches to the L3 only that hit in the L3 or were snooped from another core's caches on the same socket.",
532        "Counter": "0,1,2,3",
533        "EventCode": "0xB7, 0xBB",
534        "EventName": "OCR.HWPF_L3.L3_HIT",
535        "MSRIndex": "0x1a6,0x1a7",
536        "MSRValue": "0x80082380",
537        "Offcore": "1",
538        "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.",
539        "SampleAfterValue": "100003",
540        "UMask": "0x1"
541    },
542    {
543        "BriefDescription": "Counts hardware prefetches to the L3 only that were not supplied by the local socket's L1, L2, or L3 caches and the cacheline was homed in a remote socket.",
544        "Counter": "0,1,2,3",
545        "EventCode": "0xB7, 0xBB",
546        "EventName": "OCR.HWPF_L3.REMOTE",
547        "MSRIndex": "0x1a6,0x1a7",
548        "MSRValue": "0x90002380",
549        "Offcore": "1",
550        "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.",
551        "SampleAfterValue": "100003",
552        "UMask": "0x1"
553    },
554    {
555        "BriefDescription": "Counts full cacheline writes (ItoM) that were not supplied by the local socket's L1, L2, or L3 caches and the cacheline was homed in a remote socket.",
556        "Counter": "0,1,2,3",
557        "EventCode": "0xB7, 0xBB",
558        "EventName": "OCR.ITOM.REMOTE",
559        "MSRIndex": "0x1a6,0x1a7",
560        "MSRValue": "0x90000002",
561        "Offcore": "1",
562        "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.",
563        "SampleAfterValue": "100003",
564        "UMask": "0x1"
565    },
566    {
567        "BriefDescription": "Counts miscellaneous requests, such as I/O and un-cacheable accesses that have any type of response.",
568        "Counter": "0,1,2,3",
569        "EventCode": "0xB7, 0xBB",
570        "EventName": "OCR.OTHER.ANY_RESPONSE",
571        "MSRIndex": "0x1a6,0x1a7",
572        "MSRValue": "0x18000",
573        "Offcore": "1",
574        "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.",
575        "SampleAfterValue": "100003",
576        "UMask": "0x1"
577    },
578    {
579        "BriefDescription": "Counts hardware and software prefetches to all cache levels that hit in the L3 or were snooped from another core's caches on the same socket.",
580        "Counter": "0,1,2,3",
581        "EventCode": "0xB7, 0xBB",
582        "EventName": "OCR.PREFETCHES.L3_HIT",
583        "MSRIndex": "0x1a6,0x1a7",
584        "MSRValue": "0x3F803C27F0",
585        "Offcore": "1",
586        "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.",
587        "SampleAfterValue": "100003",
588        "UMask": "0x1"
589    },
590    {
591        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that have any type of response.",
592        "Counter": "0,1,2,3",
593        "EventCode": "0xB7, 0xBB",
594        "EventName": "OCR.READS_TO_CORE.ANY_RESPONSE",
595        "MSRIndex": "0x1a6,0x1a7",
596        "MSRValue": "0x3F3FFC0477",
597        "Offcore": "1",
598        "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.",
599        "SampleAfterValue": "100003",
600        "UMask": "0x1"
601    },
602    {
603        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by DRAM.",
604        "Counter": "0,1,2,3",
605        "EventCode": "0xB7, 0xBB",
606        "EventName": "OCR.READS_TO_CORE.DRAM",
607        "MSRIndex": "0x1a6,0x1a7",
608        "MSRValue": "0x73C000477",
609        "Offcore": "1",
610        "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.",
611        "SampleAfterValue": "100003",
612        "UMask": "0x1"
613    },
614    {
615        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that hit in the L3 or were snooped from another core's caches on the same socket.",
616        "Counter": "0,1,2,3",
617        "EventCode": "0xB7, 0xBB",
618        "EventName": "OCR.READS_TO_CORE.L3_HIT",
619        "MSRIndex": "0x1a6,0x1a7",
620        "MSRValue": "0x3F003C0477",
621        "Offcore": "1",
622        "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.",
623        "SampleAfterValue": "100003",
624        "UMask": "0x1"
625    },
626    {
627        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that resulted in a snoop hit a modified line in another core's caches which forwarded the data.",
628        "Counter": "0,1,2,3",
629        "EventCode": "0xB7, 0xBB",
630        "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HITM",
631        "MSRIndex": "0x1a6,0x1a7",
632        "MSRValue": "0x10003C0477",
633        "Offcore": "1",
634        "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.",
635        "SampleAfterValue": "100003",
636        "UMask": "0x1"
637    },
638    {
639        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that resulted in a snoop that hit in another core, which did not forward the data.",
640        "Counter": "0,1,2,3",
641        "EventCode": "0xB7, 0xBB",
642        "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HIT_NO_FWD",
643        "MSRIndex": "0x1a6,0x1a7",
644        "MSRValue": "0x4003C0477",
645        "Offcore": "1",
646        "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.",
647        "SampleAfterValue": "100003",
648        "UMask": "0x1"
649    },
650    {
651        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that resulted in a snoop hit in another core's caches which forwarded the unmodified data to the requesting core.",
652        "Counter": "0,1,2,3",
653        "EventCode": "0xB7, 0xBB",
654        "EventName": "OCR.READS_TO_CORE.L3_HIT.SNOOP_HIT_WITH_FWD",
655        "MSRIndex": "0x1a6,0x1a7",
656        "MSRValue": "0x8003C0477",
657        "Offcore": "1",
658        "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.",
659        "SampleAfterValue": "100003",
660        "UMask": "0x1"
661    },
662    {
663        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that the DRAM attached to this socket supplied the request.",
664        "Counter": "0,1,2,3",
665        "EventCode": "0xB7, 0xBB",
666        "EventName": "OCR.READS_TO_CORE.LOCAL_DRAM",
667        "MSRIndex": "0x1a6,0x1a7",
668        "MSRValue": "0x104000477",
669        "Offcore": "1",
670        "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.",
671        "SampleAfterValue": "100003",
672        "UMask": "0x1"
673    },
674    {
675        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by PMM attached to this socket.",
676        "Counter": "0,1,2,3",
677        "EventCode": "0xB7, 0xBB",
678        "EventName": "OCR.READS_TO_CORE.LOCAL_PMM",
679        "MSRIndex": "0x1a6,0x1a7",
680        "MSRValue": "0x100400477",
681        "Offcore": "1",
682        "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.",
683        "SampleAfterValue": "100003",
684        "UMask": "0x1"
685    },
686    {
687        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were not supplied by the local socket's L1, L2, or L3 caches and were supplied by a remote socket.",
688        "Counter": "0,1,2,3",
689        "EventCode": "0xB7, 0xBB",
690        "EventName": "OCR.READS_TO_CORE.REMOTE",
691        "MSRIndex": "0x1a6,0x1a7",
692        "MSRValue": "0x3F33000477",
693        "Offcore": "1",
694        "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.",
695        "SampleAfterValue": "100003",
696        "UMask": "0x1"
697    },
698    {
699        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by DRAM attached to another socket.",
700        "Counter": "0,1,2,3",
701        "EventCode": "0xB7, 0xBB",
702        "EventName": "OCR.READS_TO_CORE.REMOTE_DRAM",
703        "MSRIndex": "0x1a6,0x1a7",
704        "MSRValue": "0x730000477",
705        "Offcore": "1",
706        "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.",
707        "SampleAfterValue": "100003",
708        "UMask": "0x1"
709    },
710    {
711        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by PMM attached to another socket.",
712        "Counter": "0,1,2,3",
713        "EventCode": "0xB7, 0xBB",
714        "EventName": "OCR.READS_TO_CORE.REMOTE_PMM",
715        "MSRIndex": "0x1a6,0x1a7",
716        "MSRValue": "0x703000477",
717        "Offcore": "1",
718        "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.",
719        "SampleAfterValue": "100003",
720        "UMask": "0x1"
721    },
722    {
723        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by DRAM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
724        "Counter": "0,1,2,3",
725        "EventCode": "0xB7, 0xBB",
726        "EventName": "OCR.READS_TO_CORE.SNC_DRAM",
727        "MSRIndex": "0x1a6,0x1a7",
728        "MSRValue": "0x708000477",
729        "Offcore": "1",
730        "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.",
731        "SampleAfterValue": "100003",
732        "UMask": "0x1"
733    },
734    {
735        "BriefDescription": "Counts all data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that (IC) were supplied by PMM on a distant memory controller of this socket when the system is in SNC (sub-NUMA cluster) mode.",
736        "Counter": "0,1,2,3",
737        "EventCode": "0xB7, 0xBB",
738        "EventName": "OCR.READS_TO_CORE.SNC_PMM",
739        "MSRIndex": "0x1a6,0x1a7",
740        "MSRValue": "0x700800477",
741        "Offcore": "1",
742        "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.",
743        "SampleAfterValue": "100003",
744        "UMask": "0x1"
745    },
746    {
747        "BriefDescription": "Counts streaming stores that have any type of response.",
748        "Counter": "0,1,2,3",
749        "EventCode": "0xB7, 0xBB",
750        "EventName": "OCR.STREAMING_WR.ANY_RESPONSE",
751        "MSRIndex": "0x1a6,0x1a7",
752        "MSRValue": "0x10800",
753        "Offcore": "1",
754        "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.",
755        "SampleAfterValue": "100003",
756        "UMask": "0x1"
757    },
758    {
759        "BriefDescription": "Counts streaming stores that hit in the L3 or were snooped from another core's caches on the same socket.",
760        "Counter": "0,1,2,3",
761        "EventCode": "0xB7, 0xBB",
762        "EventName": "OCR.STREAMING_WR.L3_HIT",
763        "MSRIndex": "0x1a6,0x1a7",
764        "MSRValue": "0x80080800",
765        "Offcore": "1",
766        "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.",
767        "SampleAfterValue": "100003",
768        "UMask": "0x1"
769    },
770    {
771        "BriefDescription": "Number of PREFETCHNTA instructions executed.",
772        "CollectPEBSRecord": "2",
773        "Counter": "0,1,2,3",
774        "EventCode": "0x32",
775        "EventName": "SW_PREFETCH_ACCESS.NTA",
776        "PEBScounters": "0,1,2,3",
777        "PublicDescription": "Counts the number of PREFETCHNTA instructions executed.",
778        "SampleAfterValue": "100003",
779        "Speculative": "1",
780        "UMask": "0x1"
781    },
782    {
783        "BriefDescription": "Number of PREFETCHW instructions executed.",
784        "CollectPEBSRecord": "2",
785        "Counter": "0,1,2,3",
786        "EventCode": "0x32",
787        "EventName": "SW_PREFETCH_ACCESS.PREFETCHW",
788        "PEBScounters": "0,1,2,3",
789        "PublicDescription": "Counts the number of PREFETCHW instructions executed.",
790        "SampleAfterValue": "100003",
791        "Speculative": "1",
792        "UMask": "0x8"
793    },
794    {
795        "BriefDescription": "Number of PREFETCHT0 instructions executed.",
796        "CollectPEBSRecord": "2",
797        "Counter": "0,1,2,3",
798        "EventCode": "0x32",
799        "EventName": "SW_PREFETCH_ACCESS.T0",
800        "PEBScounters": "0,1,2,3",
801        "PublicDescription": "Counts the number of PREFETCHT0 instructions executed.",
802        "SampleAfterValue": "100003",
803        "Speculative": "1",
804        "UMask": "0x2"
805    },
806    {
807        "BriefDescription": "Number of PREFETCHT1 or PREFETCHT2 instructions executed.",
808        "CollectPEBSRecord": "2",
809        "Counter": "0,1,2,3",
810        "EventCode": "0x32",
811        "EventName": "SW_PREFETCH_ACCESS.T1_T2",
812        "PEBScounters": "0,1,2,3",
813        "PublicDescription": "Counts the number of PREFETCHT1 or PREFETCHT2 instructions executed.",
814        "SampleAfterValue": "100003",
815        "Speculative": "1",
816        "UMask": "0x4"
817    },
818    {
819        "BriefDescription": "TMA slots where no uops were being issued due to lack of back-end resources.",
820        "CollectPEBSRecord": "2",
821        "Counter": "0,1,2,3,4,5,6,7",
822        "EventCode": "0xa4",
823        "EventName": "TOPDOWN.BACKEND_BOUND_SLOTS",
824        "PEBScounters": "0,1,2,3,4,5,6,7",
825        "PublicDescription": "Counts the number of Top-down Microarchitecture Analysis (TMA) method's  slots where no micro-operations were being issued from front-end to back-end of the machine due to lack of back-end resources.",
826        "SampleAfterValue": "10000003",
827        "Speculative": "1",
828        "UMask": "0x2"
829    },
830    {
831        "BriefDescription": "TMA slots available for an unhalted logical processor. Fixed counter - architectural event",
832        "CollectPEBSRecord": "2",
833        "Counter": "Fixed counter 3",
834        "EventName": "TOPDOWN.SLOTS",
835        "PEBScounters": "35",
836        "PublicDescription": "Number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method (TMA). The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. Software can use this event as the denominator for the top-level metrics of the TMA method. This architectural event is counted on a designated fixed counter (Fixed Counter 3).",
837        "SampleAfterValue": "10000003",
838        "Speculative": "1",
839        "UMask": "0x4"
840    },
841    {
842        "BriefDescription": "TMA slots available for an unhalted logical processor. General counter - architectural event",
843        "CollectPEBSRecord": "2",
844        "Counter": "0,1,2,3,4,5,6,7",
845        "EventCode": "0xa4",
846        "EventName": "TOPDOWN.SLOTS_P",
847        "PEBScounters": "0,1,2,3,4,5,6,7",
848        "PublicDescription": "Counts the number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core.",
849        "SampleAfterValue": "10000003",
850        "Speculative": "1",
851        "UMask": "0x1"
852    }
853]