aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/x86/icelake/cache.json
blob: 3529fc338c17d45d4a502e16b5809ed7ea221806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
[
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0x21",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
        "SampleAfterValue": "200003",
        "BriefDescription": "Demand Data Read miss L2, no rejects"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0x22",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.RFO_MISS",
        "SampleAfterValue": "200003",
        "BriefDescription": "RFO requests that miss L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts L2 cache misses when fetching instructions.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0x24",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.CODE_RD_MISS",
        "SampleAfterValue": "200003",
        "BriefDescription": "L2 cache misses when fetching instructions"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts demand requests that miss L2 cache.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0x27",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
        "SampleAfterValue": "200003",
        "BriefDescription": "Demand requests that miss L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts Software prefetch requests that miss the L2 cache. This event accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0x28",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.SWPF_MISS",
        "SampleAfterValue": "200003",
        "BriefDescription": "SW prefetch requests that miss L2 cache."
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xc1",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "Demand Data Read requests that hit L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xc2",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.RFO_HIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "RFO requests that hit L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xc4",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.CODE_RD_HIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "L2 cache hits when fetching instructions, code reads."
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts Software prefetch requests that hit the L2 cache. This event accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xc8",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.SWPF_HIT",
        "SampleAfterValue": "200003",
        "BriefDescription": "SW prefetch requests that hit L2 cache."
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xe1",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
        "SampleAfterValue": "200003",
        "BriefDescription": "Demand Data Read requests"
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xe2",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.ALL_RFO",
        "SampleAfterValue": "200003",
        "BriefDescription": "RFO requests to L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the total number of L2 code requests.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xe4",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.ALL_CODE_RD",
        "SampleAfterValue": "200003",
        "BriefDescription": "L2 code requests"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts demand requests to L2 cache.",
        "EventCode": "0x24",
        "Counter": "0,1,2,3",
        "UMask": "0xe7",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
        "SampleAfterValue": "200003",
        "BriefDescription": "Demand requests to L2 cache"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts number of L1D misses that are outstanding in each cycle, that is each cycle the 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.",
        "EventCode": "0x48",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D_PEND_MISS.PENDING",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of L1D misses that are outstanding"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
        "EventCode": "0x48",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Cycles with L1D load Misses outstanding.",
        "CounterMask": "1"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailablability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
        "EventCode": "0x48",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D_PEND_MISS.FB_FULL",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailablability."
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailablability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
        "EventCode": "0x48",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D_PEND_MISS.FB_FULL_PERIODS",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailablability.",
        "CounterMask": "1",
        "EdgeDetect": "1"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
        "EventCode": "0x48",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D_PEND_MISS.L2_STALL",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 resources."
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
        "EventCode": "0x51",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "L1D.REPLACEMENT",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Counts the number of cache lines replaced in L1 data cache."
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0x60",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Cycles with offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore.",
        "CounterMask": "1"
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0x60",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore"
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0x60",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
        "CounterMask": "1"
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0xB0",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
        "SampleAfterValue": "100003",
        "BriefDescription": "Demand Data Read requests sent to uncore"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
        "EventCode": "0xB0",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
        "SampleAfterValue": "100003",
        "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM"
    },
    {
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0xB0",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
        "SampleAfterValue": "100003",
        "BriefDescription": "Demand and prefetch data reads"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc..",
        "EventCode": "0xB0",
        "Counter": "0,1,2,3",
        "UMask": "0x80",
        "PEBScounters": "0,1,2,3",
        "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
        "SampleAfterValue": "100003",
        "BriefDescription": "Any memory transaction that reached the SQ."
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions that true miss the STLB.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x11",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired load instructions that miss the STLB.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired store instructions that true miss the STLB.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x12",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired store instructions that miss the STLB.",
        "Data_LA": "1",
        "L1_Hit_Indication": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions with locked access.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x21",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.LOCK_LOADS",
        "SampleAfterValue": "100007",
        "BriefDescription": "Retired load instructions with locked access.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x41",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired load instructions that split across a cacheline boundary.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x42",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.SPLIT_STORES",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired store instructions that split across a cacheline boundary.",
        "Data_LA": "1",
        "L1_Hit_Indication": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions for loads.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x81",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.ALL_LOADS",
        "SampleAfterValue": "2000003",
        "BriefDescription": "All retired load instructions.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts all retired store instructions. This event account for SW prefetch instructions and PREFETCHW instruction for stores.",
        "EventCode": "0xD0",
        "Counter": "0,1,2,3",
        "UMask": "0x82",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_INST_RETIRED.ALL_STORES",
        "SampleAfterValue": "2000003",
        "BriefDescription": "All retired store instructions.",
        "Data_LA": "1",
        "L1_Hit_Indication": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L1_HIT",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L2_HIT",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L3_HIT",
        "SampleAfterValue": "50021",
        "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L1_MISS",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired load instructions missed L1 cache as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x10",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L2_MISS",
        "SampleAfterValue": "50021",
        "BriefDescription": "Retired load instructions missed L2 cache as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
        "EventCode": "0xD1",
        "Counter": "0,1,2,3",
        "UMask": "0x20",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.L3_MISS",
        "SampleAfterValue": "100007",
        "BriefDescription": "Retired load instructions missed L3 cache as data sources",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "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.",
        "EventCode": "0xd1",
        "Counter": "0,1,2,3",
        "UMask": "0x40",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_RETIRED.FB_HIT",
        "SampleAfterValue": "100007",
        "BriefDescription": "Number of completed demand load requests that missed the L1, but hit the FB(fill buffer), because a preceding miss to the same cacheline initiated the line to be brought into L1, but data is not yet ready in L1.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
        "EventCode": "0xd2",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
        "SampleAfterValue": "20011",
        "BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache.",
        "EventCode": "0xd2",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT",
        "SampleAfterValue": "20011",
        "BriefDescription": "Retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3.",
        "EventCode": "0xd2",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM",
        "SampleAfterValue": "20011",
        "BriefDescription": "Retired load instructions whose data sources were HitM responses from shared L3",
        "Data_LA": "1"
    },
    {
        "PEBS": "1",
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required.",
        "EventCode": "0xd2",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "PEBScounters": "0,1,2,3",
        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
        "SampleAfterValue": "100003",
        "BriefDescription": "Retired load instructions whose data sources were hits in L3 without snoops required",
        "Data_LA": "1"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
        "EventCode": "0xF1",
        "Counter": "0,1,2,3",
        "UMask": "0x1f",
        "PEBScounters": "0,1,2,3",
        "EventName": "L2_LINES_IN.ALL",
        "SampleAfterValue": "100003",
        "BriefDescription": "L2 cache lines filling L2"
    },
    {
        "CollectPEBSRecord": "2",
        "PublicDescription": "Counts the cycles for which the thread is active and the superQ cannot take any more entries.",
        "EventCode": "0xF4",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "PEBScounters": "0,1,2,3",
        "EventName": "SQ_MISC.SQ_FULL",
        "SampleAfterValue": "100003",
        "BriefDescription": "Cycles the thread is active and superQ cannot take any more entries."
    }
]