aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/x86/icelakex/uncore-memory.json
blob: 814d9599474d4624f1d606eb30733249d5ef76c6 (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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
[
    {
        "BriefDescription": "DRAM Activate Count : All Activates",
        "EventCode": "0x01",
        "EventName": "UNC_M_ACT_COUNT.ALL",
        "PerPkg": "1",
        "PublicDescription": "DRAM Activate Count : All Activates : Counts the number of DRAM Activate commands sent on this channel.  Activate commands are issued to open up a page on the DRAM devices so that it can be read or written to with a CAS.  One can calculate the number of Page Misses by subtracting the number of Page Miss precharges from the number of Activates.",
        "UMask": "0xb",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Activate Count : Activate due to Bypass",
        "EventCode": "0x01",
        "EventName": "UNC_M_ACT_COUNT.BYP",
        "PerPkg": "1",
        "PublicDescription": "DRAM Activate Count : Activate due to Bypass : Counts the number of DRAM Activate commands sent on this channel.  Activate commands are issued to open up a page on the DRAM devices so that it can be read or written to with a CAS.  One can calculate the number of Page Misses by subtracting the number of Page Miss precharges from the number of Activates.",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "All DRAM CAS commands issued",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of DRAM CAS commands issued on this channel.",
        "UMask": "0x3f",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "All DRAM read CAS commands issued (including underfills)",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.RD",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of DRAM Read CAS commands, w/ and w/o auto-pre, issued on this channel.  This includes underfills.",
        "UMask": "0xf",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM RD_CAS commands w/auto-pre",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.RD_PRE_REG",
        "PerPkg": "1",
        "PublicDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM RD_CAS commands w/auto-pre : DRAM RD_CAS and WR_CAS Commands : Counts the total number or DRAM Read CAS commands issued on this channel.  This includes both regular RD CAS commands as well as those with explicit Precharge.  AutoPre is only used in systems that are using closed page policy.  We do not filter based on major mode, as RD_CAS is not issued during WMM (with the exception of underfills).",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.RD_PRE_UNDERFILL",
        "PerPkg": "1",
        "PublicDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM RD_CAS and WR_CAS Commands",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "All DRAM read CAS commands issued (does not include underfills)",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.RD_REG",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of DRAM Read CAS commands issued on this channel.  This includes both regular RD CAS commands as well as those with implicit Precharge.   We do not filter based on major mode, as RD_CAS is not issued during WMM (with the exception of underfills).",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM underfill read CAS commands issued",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.RD_UNDERFILL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total of DRAM Read CAS commands issued due to an underfill",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "All DRAM write CAS commands issued",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.WR",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of DRAM Write CAS commands issued, w/ and w/o auto-pre, on this channel.",
        "UMask": "0x30",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM WR_CAS commands w/o auto-pre",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.WR_NONPRE",
        "PerPkg": "1",
        "PublicDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM WR_CAS commands w/o auto-pre : DRAM RD_CAS and WR_CAS Commands",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM WR_CAS commands w/ auto-pre",
        "EventCode": "0x04",
        "EventName": "UNC_M_CAS_COUNT.WR_PRE",
        "PerPkg": "1",
        "PublicDescription": "DRAM RD_CAS and WR_CAS Commands. : DRAM WR_CAS commands w/ auto-pre : DRAM RD_CAS and WR_CAS Commands",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Clockticks",
        "EventName": "UNC_M_CLOCKTICKS",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Free running counter that increments for the Memory Controller",
        "EventCode": "0xff",
        "EventName": "UNC_M_CLOCKTICKS_FREERUN",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "imc_free_running"
    },
    {
        "BriefDescription": "DRAM Precharge All Commands",
        "EventCode": "0x44",
        "EventName": "UNC_M_DRAM_PRE_ALL",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge All Commands : Counts the number of times that the precharge all command was sent.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of DRAM Refreshes Issued",
        "EventCode": "0x45",
        "EventName": "UNC_M_DRAM_REFRESH.HIGH",
        "PerPkg": "1",
        "PublicDescription": "Number of DRAM Refreshes Issued : Counts the number of refreshes issued.",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of DRAM Refreshes Issued",
        "EventCode": "0x45",
        "EventName": "UNC_M_DRAM_REFRESH.OPPORTUNISTIC",
        "PerPkg": "1",
        "PublicDescription": "Number of DRAM Refreshes Issued : Counts the number of refreshes issued.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of DRAM Refreshes Issued",
        "EventCode": "0x45",
        "EventName": "UNC_M_DRAM_REFRESH.PANIC",
        "PerPkg": "1",
        "PublicDescription": "Number of DRAM Refreshes Issued : Counts the number of refreshes issued.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Half clockticks for IMC",
        "EventCode": "0xff",
        "EventName": "UNC_M_HCLOCKTICKS",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PARITY_ERRORS",
        "EventCode": "0x2c",
        "EventName": "UNC_M_PARITY_ERRORS",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PCLS.RD",
        "EventCode": "0xA0",
        "EventName": "UNC_M_PCLS.RD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PCLS.TOTAL",
        "EventCode": "0xA0",
        "EventName": "UNC_M_PCLS.TOTAL",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PCLS.WR",
        "EventCode": "0xA0",
        "EventName": "UNC_M_PCLS.WR",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : All",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.ALL",
        "PerPkg": "1",
        "PublicDescription": "PMM Commands : All : Counts all commands issued to PMM",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Misc Commands (error, flow ACKs)",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.MISC",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Misc GNTs",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.MISC_GNT",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Reads - RPQ",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.RD",
        "PerPkg": "1",
        "PublicDescription": "PMM Commands : Reads - RPQ : Counts read requests issued to the PMM RPQ",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : RPQ GNTs",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.RPQ_GNTS",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Underfill reads",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.UFILL_RD",
        "PerPkg": "1",
        "PublicDescription": "PMM Commands : Underfill reads : Counts underfill read commands, due to a partial write, issued to PMM",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Underfill GNTs",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.WPQ_GNTS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands : Writes",
        "EventCode": "0xEA",
        "EventName": "UNC_M_PMM_CMD1.WR",
        "PerPkg": "1",
        "PublicDescription": "PMM Commands : Writes : Counts write commands issued to PMM",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : Expected No data packet (ERID matched NDP encoding)",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.NODATA_EXP",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : Unexpected No data packet (ERID matched a Read, but data was a NDP)",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.NODATA_UNEXP",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : Opportunistic Reads",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.OPP_RD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : ECC Errors",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.PMM_ECC_ERROR",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : ERID detectable parity error",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.PMM_ERID_ERROR",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.PMM_ERID_STARVED",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : Read Requests - Slot 0",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.REQS_SLOT0",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Commands - Part 2 : Read Requests - Slot 1",
        "EventCode": "0xEB",
        "EventName": "UNC_M_PMM_CMD2.REQS_SLOT1",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Queue Cycles Full",
        "EventCode": "0xE2",
        "EventName": "UNC_M_PMM_RPQ_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Queue Cycles Not Empty",
        "EventCode": "0xE1",
        "EventName": "UNC_M_PMM_RPQ_CYCLES_NE",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Queue Inserts",
        "EventCode": "0xE3",
        "EventName": "UNC_M_PMM_RPQ_INSERTS",
        "PerPkg": "1",
        "PublicDescription": "PMM Read Queue Inserts : Counts number of read requests allocated in the PMM Read Pending Queue.   This includes both ISOCH and non-ISOCH requests.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Pending Queue Occupancy",
        "EventCode": "0xE0",
        "EventName": "UNC_M_PMM_RPQ_OCCUPANCY.ALL",
        "PerPkg": "1",
        "PublicDescription": "PMM Read Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Read Pending Queue.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Pending Queue Occupancy",
        "EventCode": "0xE0",
        "EventName": "UNC_M_PMM_RPQ_OCCUPANCY.GNT_WAIT",
        "PerPkg": "1",
        "PublicDescription": "PMM Read Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Read Pending Queue.",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Read Pending Queue Occupancy",
        "EventCode": "0xE0",
        "EventName": "UNC_M_PMM_RPQ_OCCUPANCY.NO_GNT",
        "PerPkg": "1",
        "PublicDescription": "PMM Read Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Read Pending Queue.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Queue Cycles Full",
        "EventCode": "0xE6",
        "EventName": "UNC_M_PMM_WPQ_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Queue Cycles Not Empty",
        "EventCode": "0xE5",
        "EventName": "UNC_M_PMM_WPQ_CYCLES_NE",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PMM_WPQ_FLUSH",
        "EventCode": "0xe8",
        "EventName": "UNC_M_PMM_WPQ_FLUSH",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_PMM_WPQ_FLUSH_CYC",
        "EventCode": "0xe9",
        "EventName": "UNC_M_PMM_WPQ_FLUSH_CYC",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Queue Inserts",
        "EventCode": "0xE7",
        "EventName": "UNC_M_PMM_WPQ_INSERTS",
        "PerPkg": "1",
        "PublicDescription": "PMM Write Queue Inserts : Counts number of  write requests allocated in the PMM Write Pending Queue.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Pending Queue Occupancy",
        "EventCode": "0xE4",
        "EventName": "UNC_M_PMM_WPQ_OCCUPANCY.ALL",
        "PerPkg": "1",
        "PublicDescription": "PMM Write Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Write Pending Queue.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Pending Queue Occupancy",
        "EventCode": "0xE4",
        "EventName": "UNC_M_PMM_WPQ_OCCUPANCY.CAS",
        "PerPkg": "1",
        "PublicDescription": "PMM Write Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Write Pending Queue.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "PMM Write Pending Queue Occupancy",
        "EventCode": "0xE4",
        "EventName": "UNC_M_PMM_WPQ_OCCUPANCY.PWR",
        "PerPkg": "1",
        "PublicDescription": "PMM Write Pending Queue Occupancy : Accumulates the per cycle occupancy of the PMM Write Pending Queue.",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Channel PPD Cycles",
        "EventCode": "0x85",
        "EventName": "UNC_M_POWER_CHANNEL_PPD",
        "PerPkg": "1",
        "PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are in PPD mode.  If IBT=off is enabled, then this can be used to count those cycles.  If it is not enabled, then this can count the number of cycles when that could have been taken advantage of.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "CKE_ON_CYCLES by Rank : DIMM ID",
        "EventCode": "0x47",
        "EventName": "UNC_M_POWER_CKE_CYCLES.LOW_0",
        "PerPkg": "1",
        "PublicDescription": "CKE_ON_CYCLES by Rank : DIMM ID : Number of cycles spent in CKE ON mode.  The filter allows you to select a rank to monitor.  If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing accumulation.  Multiple counters will need to be used to track multiple ranks simultaneously.  There is no distinction between the different CKE modes (APD, PPDS, PPDF).  This can be determined based on the system programming.  These events should commonly be used with Invert to get the number of cycles in power saving mode.  Edge Detect is also useful here.  Make sure that you do NOT use Invert with Edge Detect (this just confuses the system and is not necessary).",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "CKE_ON_CYCLES by Rank : DIMM ID",
        "EventCode": "0x47",
        "EventName": "UNC_M_POWER_CKE_CYCLES.LOW_1",
        "PerPkg": "1",
        "PublicDescription": "CKE_ON_CYCLES by Rank : DIMM ID : Number of cycles spent in CKE ON mode.  The filter allows you to select a rank to monitor.  If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing accumulation.  Multiple counters will need to be used to track multiple ranks simultaneously.  There is no distinction between the different CKE modes (APD, PPDS, PPDF).  This can be determined based on the system programming.  These events should commonly be used with Invert to get the number of cycles in power saving mode.  Edge Detect is also useful here.  Make sure that you do NOT use Invert with Edge Detect (this just confuses the system and is not necessary).",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "CKE_ON_CYCLES by Rank : DIMM ID",
        "EventCode": "0x47",
        "EventName": "UNC_M_POWER_CKE_CYCLES.LOW_2",
        "PerPkg": "1",
        "PublicDescription": "CKE_ON_CYCLES by Rank : DIMM ID : Number of cycles spent in CKE ON mode.  The filter allows you to select a rank to monitor.  If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing accumulation.  Multiple counters will need to be used to track multiple ranks simultaneously.  There is no distinction between the different CKE modes (APD, PPDS, PPDF).  This can be determined based on the system programming.  These events should commonly be used with Invert to get the number of cycles in power saving mode.  Edge Detect is also useful here.  Make sure that you do NOT use Invert with Edge Detect (this just confuses the system and is not necessary).",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "CKE_ON_CYCLES by Rank : DIMM ID",
        "EventCode": "0x47",
        "EventName": "UNC_M_POWER_CKE_CYCLES.LOW_3",
        "PerPkg": "1",
        "PublicDescription": "CKE_ON_CYCLES by Rank : DIMM ID : Number of cycles spent in CKE ON mode.  The filter allows you to select a rank to monitor.  If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing accumulation.  Multiple counters will need to be used to track multiple ranks simultaneously.  There is no distinction between the different CKE modes (APD, PPDS, PPDF).  This can be determined based on the system programming.  These events should commonly be used with Invert to get the number of cycles in power saving mode.  Edge Detect is also useful here.  Make sure that you do NOT use Invert with Edge Detect (this just confuses the system and is not necessary).",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Throttle Cycles for Rank 0",
        "EventCode": "0x86",
        "EventName": "UNC_M_POWER_CRIT_THROTTLE_CYCLES.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Throttle Cycles for Rank 0 : Counts the number of cycles while the iMC is being throttled by either thermal constraints or by the PCU throttling.  It is not possible to distinguish between the two.  This can be filtered by rank.  If multiple ranks are selected and are being throttled at the same time, the counter will only increment by 1. : Thermal throttling is performed per DIMM.  We support 3 DIMMs per channel.  This ID allows us to filter by ID.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Throttle Cycles for Rank 0",
        "EventCode": "0x86",
        "EventName": "UNC_M_POWER_CRIT_THROTTLE_CYCLES.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "Throttle Cycles for Rank 0 : Counts the number of cycles while the iMC is being throttled by either thermal constraints or by the PCU throttling.  It is not possible to distinguish between the two.  This can be filtered by rank.  If multiple ranks are selected and are being throttled at the same time, the counter will only increment by 1.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Clock-Enabled Self-Refresh",
        "EventCode": "0x43",
        "EventName": "UNC_M_POWER_SELF_REFRESH",
        "PerPkg": "1",
        "PublicDescription": "Clock-Enabled Self-Refresh : Counts the number of cycles when the iMC is in self-refresh and the iMC still has a clock.  This happens in some package C-states.  For example, the PCU may ask the iMC to enter self-refresh even though some of the cores are still processing.  One use of this is for Monroe technology.  Self-refresh is required during package C3 and C6, but there is no clock in the iMC at this time, so it is not possible to count these cases.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Throttle Cycles for Rank 0",
        "EventCode": "0x46",
        "EventName": "UNC_M_POWER_THROTTLE_CYCLES.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Throttle Cycles for Rank 0 : Counts the number of cycles while the iMC is being throttled by either thermal constraints or by the PCU throttling.  It is not possible to distinguish between the two.  This can be filtered by rank.  If multiple ranks are selected and are being throttled at the same time, the counter will only increment by 1. : Thermal throttling is performed per DIMM.  We support 3 DIMMs per channel.  This ID allows us to filter by ID.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Throttle Cycles for Rank 0",
        "EventCode": "0x46",
        "EventName": "UNC_M_POWER_THROTTLE_CYCLES.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "Throttle Cycles for Rank 0 : Counts the number of cycles while the iMC is being throttled by either thermal constraints or by the PCU throttling.  It is not possible to distinguish between the two.  This can be filtered by rank.  If multiple ranks are selected and are being throttled at the same time, the counter will only increment by 1.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Precharge commands.",
        "EventCode": "0x02",
        "EventName": "UNC_M_PRE_COUNT.ALL",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge commands. : Counts the number of DRAM Precharge commands sent on this channel.",
        "UMask": "0x1c",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Precharge commands. : Precharge due to page miss",
        "EventCode": "0x02",
        "EventName": "UNC_M_PRE_COUNT.PAGE_MISS",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge commands. : Precharge due to page miss : Counts the number of DRAM Precharge commands sent on this channel. : Pages Misses are due to precharges from bank scheduler (rd/wr requests)",
        "UMask": "0xc",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Precharge commands. : Precharge due to page table",
        "EventCode": "0x02",
        "EventName": "UNC_M_PRE_COUNT.PGT",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge commands. : Precharge due to page table : Counts the number of DRAM Precharge commands sent on this channel. : Precharges from Page Table",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Precharge commands. : Precharge due to read",
        "EventCode": "0x02",
        "EventName": "UNC_M_PRE_COUNT.RD",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge commands. : Precharge due to read : Counts the number of DRAM Precharge commands sent on this channel. : Precharge from read bank scheduler",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "DRAM Precharge commands. : Precharge due to write",
        "EventCode": "0x02",
        "EventName": "UNC_M_PRE_COUNT.WR",
        "PerPkg": "1",
        "PublicDescription": "DRAM Precharge commands. : Precharge due to write : Counts the number of DRAM Precharge commands sent on this channel. : Precharge from write bank scheduler",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Data Buffer Full",
        "EventCode": "0x19",
        "EventName": "UNC_M_RDB_FULL",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Data Buffer Inserts",
        "EventCode": "0x17",
        "EventName": "UNC_M_RDB_INSERTS",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Data Buffer Not Empty",
        "EventCode": "0x18",
        "EventName": "UNC_M_RDB_NOT_EMPTY",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Data Buffer Occupancy",
        "EventCode": "0x1A",
        "EventName": "UNC_M_RDB_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Full Cycles",
        "EventCode": "0x12",
        "EventName": "UNC_M_RPQ_CYCLES_FULL_PCH0",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Full Cycles : Counts the number of cycles when the Read Pending Queue is full.  When the RPQ is full, the HA will not be able to issue any additional read requests into the iMC.  This count should be similar count in the HA which tracks the number of cycles that the HA has no RPQ credits, just somewhat smaller to account for the credit return overhead.  We generally do not expect to see RPQ become full except for potentially during Write Major Mode or while running with slow DRAM.  This event only tracks non-ISOC queue entries.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Full Cycles",
        "EventCode": "0x15",
        "EventName": "UNC_M_RPQ_CYCLES_FULL_PCH1",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Full Cycles : Counts the number of cycles when the Read Pending Queue is full.  When the RPQ is full, the HA will not be able to issue any additional read requests into the iMC.  This count should be similar count in the HA which tracks the number of cycles that the HA has no RPQ credits, just somewhat smaller to account for the credit return overhead.  We generally do not expect to see RPQ become full except for potentially during Write Major Mode or while running with slow DRAM.  This event only tracks non-ISOC queue entries.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Not Empty",
        "EventCode": "0x11",
        "EventName": "UNC_M_RPQ_CYCLES_NE.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Not Empty : Counts the number of cycles that the Read Pending Queue is not empty.  This can then be used to calculate the average occupancy (in conjunction with the Read Pending Queue Occupancy count).  The RPQ is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after the CAS command has been issued to memory.  This filter is to be used in conjunction with the occupancy filter so that one can correctly track the average occupancies for schedulable entries and scheduled requests.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Not Empty",
        "EventCode": "0x11",
        "EventName": "UNC_M_RPQ_CYCLES_NE.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Not Empty : Counts the number of cycles that the Read Pending Queue is not empty.  This can then be used to calculate the average occupancy (in conjunction with the Read Pending Queue Occupancy count).  The RPQ is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after the CAS command has been issued to memory.  This filter is to be used in conjunction with the occupancy filter so that one can correctly track the average occupancies for schedulable entries and scheduled requests.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Allocations",
        "EventCode": "0x10",
        "EventName": "UNC_M_RPQ_INSERTS.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Allocations : Counts the number of allocations into the Read Pending Queue.  This queue is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after the CAS command has been issued to memory.  This includes both ISOCH and non-ISOCH requests.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Allocations",
        "EventCode": "0x10",
        "EventName": "UNC_M_RPQ_INSERTS.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Allocations : Counts the number of allocations into the Read Pending Queue.  This queue is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after the CAS command has been issued to memory.  This includes both ISOCH and non-ISOCH requests.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Occupancy",
        "EventCode": "0x80",
        "EventName": "UNC_M_RPQ_OCCUPANCY_PCH0",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Occupancy : Accumulates the occupancies of the Read Pending Queue each cycle.  This can then be used to calculate both the average occupancy (in conjunction with the number of cycles not empty) and the average latency (in conjunction with the number of allocations).  The RPQ is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC. They deallocate after the CAS command has been issued to memory.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Read Pending Queue Occupancy",
        "EventCode": "0x81",
        "EventName": "UNC_M_RPQ_OCCUPANCY_PCH1",
        "PerPkg": "1",
        "PublicDescription": "Read Pending Queue Occupancy : Accumulates the occupancies of the Read Pending Queue each cycle.  This can then be used to calculate both the average occupancy (in conjunction with the number of cycles not empty) and the average latency (in conjunction with the number of allocations).  The RPQ is used to schedule reads out to the memory controller and to track the requests.  Requests allocate into the RPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC. They deallocate after the CAS command has been issued to memory.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Scoreboard Accesses Accepted",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.ACCEPTS",
        "PerPkg": "1",
        "UMask": "0x5",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated.",
        "Deprecated": "1",
        "EventCode": "0xd2",
        "EventName": "UNC_M_SB_ACCESSES.FMRD_CMPS",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated.",
        "Deprecated": "1",
        "EventCode": "0xd2",
        "EventName": "UNC_M_SB_ACCESSES.FMWR_CMPS",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Write Accepts",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.FM_RD_CMPS",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Write Rejects",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.FM_WR_CMPS",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated.",
        "Deprecated": "1",
        "EventCode": "0xd2",
        "EventName": "UNC_M_SB_ACCESSES.NMRD_CMPS",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated.",
        "Deprecated": "1",
        "EventCode": "0xd2",
        "EventName": "UNC_M_SB_ACCESSES.NMWR_CMPS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : FM read completions",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.NM_RD_CMPS",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : FM write completions",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.NM_WR_CMPS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Read Accepts",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.RD_ACCEPTS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Read Rejects",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.RD_REJECTS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : Scoreboard Accesses Rejected",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.REJECTS",
        "PerPkg": "1",
        "UMask": "0xa",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : NM read completions",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.WR_ACCEPTS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Accesses : NM write completions",
        "EventCode": "0xD2",
        "EventName": "UNC_M_SB_ACCESSES.WR_REJECTS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Alloc",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.ALLOC",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Dealloc",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.DEALLOC",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_CANARY.FM_RD_STARVED",
        "Deprecated": "1",
        "EventCode": "0xd9",
        "EventName": "UNC_M_SB_CANARY.FMRD_STARVED",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_CANARY.FM_TGR_WR_STARVED",
        "Deprecated": "1",
        "EventCode": "0xd9",
        "EventName": "UNC_M_SB_CANARY.FMTGRWR_STARVED",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_CANARY.FM_WR_STARVED",
        "Deprecated": "1",
        "EventCode": "0xd9",
        "EventName": "UNC_M_SB_CANARY.FMWR_STARVED",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Write Starved",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.FM_RD_STARVED",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Write Starved",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.FM_TGR_WR_STARVED",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Read Starved",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.FM_WR_STARVED",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_CANARY.NM_RD_STARVED",
        "Deprecated": "1",
        "EventCode": "0xd9",
        "EventName": "UNC_M_SB_CANARY.NMRD_STARVED",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_CANARY.NM_WR_STARVED",
        "Deprecated": "1",
        "EventCode": "0xd9",
        "EventName": "UNC_M_SB_CANARY.NMWR_STARVED",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Valid",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.NM_RD_STARVED",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read Starved",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.NM_WR_STARVED",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Reject",
        "EventCode": "0xD9",
        "EventName": "UNC_M_SB_CANARY.VLD",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Cycles Full",
        "EventCode": "0xD1",
        "EventName": "UNC_M_SB_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Cycles Not-Empty",
        "EventCode": "0xD0",
        "EventName": "UNC_M_SB_CYCLES_NE",
        "PerPkg": "1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Block region reads",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.BLOCK_RDS",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Block region writes",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.BLOCK_WRS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Persistent Mem reads",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.PMM_RDS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Persistent Mem writes",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.PMM_WRS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Reads",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.RDS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Inserts : Writes",
        "EventCode": "0xD6",
        "EventName": "UNC_M_SB_INSERTS.WRS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Occupancy : Block region reads",
        "EventCode": "0xD5",
        "EventName": "UNC_M_SB_OCCUPANCY.BLOCK_RDS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Occupancy : Block region writes",
        "EventCode": "0xD5",
        "EventName": "UNC_M_SB_OCCUPANCY.BLOCK_WRS",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Occupancy : Persistent Mem reads",
        "EventCode": "0xD5",
        "EventName": "UNC_M_SB_OCCUPANCY.PMM_RDS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Occupancy : Persistent Mem writes",
        "EventCode": "0xD5",
        "EventName": "UNC_M_SB_OCCUPANCY.PMM_WRS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Occupancy : Reads",
        "EventCode": "0xD5",
        "EventName": "UNC_M_SB_OCCUPANCY.RDS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Inserts : All",
        "EventCode": "0xDA",
        "EventName": "UNC_M_SB_PREF_INSERTS.ALL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Inserts : DDR4",
        "EventCode": "0xDA",
        "EventName": "UNC_M_SB_PREF_INSERTS.DDR",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Inserts : Persistent Mem",
        "EventCode": "0xDA",
        "EventName": "UNC_M_SB_PREF_INSERTS.PMM",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Occupancy : All",
        "EventCode": "0xDB",
        "EventName": "UNC_M_SB_PREF_OCCUPANCY.ALL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Occupancy : DDR4",
        "EventCode": "0xDB",
        "EventName": "UNC_M_SB_PREF_OCCUPANCY.DDR",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_PREF_OCCUPANCY.PMM",
        "Deprecated": "1",
        "EventCode": "0xdb",
        "EventName": "UNC_M_SB_PREF_OCCUPANCY.PMEM",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Scoreboard Prefetch Occupancy : Persistent Mem",
        "EventCode": "0xdb",
        "EventName": "UNC_M_SB_PREF_OCCUPANCY.PMM",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of Scoreboard Requests Rejected",
        "EventCode": "0xD4",
        "EventName": "UNC_M_SB_REJECT.CANARY",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of Scoreboard Requests Rejected",
        "EventCode": "0xD4",
        "EventName": "UNC_M_SB_REJECT.DDR_EARLY_CMP",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of Scoreboard Requests Rejected : FM requests rejected due to full address conflict",
        "EventCode": "0xD4",
        "EventName": "UNC_M_SB_REJECT.FM_ADDR_CNFLT",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of Scoreboard Requests Rejected : NM requests rejected due to set conflict",
        "EventCode": "0xD4",
        "EventName": "UNC_M_SB_REJECT.NM_SET_CNFLT",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Number of Scoreboard Requests Rejected : Patrol requests rejected due to set conflict",
        "EventCode": "0xD4",
        "EventName": "UNC_M_SB_REJECT.PATROL_SET_CNFLT",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_ALLOC.FM_RD",
        "Deprecated": "1",
        "EventCode": "0xd7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FMRD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_ALLOC.FM_TGR",
        "Deprecated": "1",
        "EventCode": "0xd7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FMTGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_ALLOC.FM_WR",
        "Deprecated": "1",
        "EventCode": "0xd7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FMWR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Read - Set",
        "EventCode": "0xD7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FM_RD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read - Clear",
        "EventCode": "0xD7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FM_TGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Write - Set",
        "EventCode": "0xD7",
        "EventName": "UNC_M_SB_STRV_ALLOC.FM_WR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_ALLOC.NM_RD",
        "Deprecated": "1",
        "EventCode": "0xd7",
        "EventName": "UNC_M_SB_STRV_ALLOC.NMRD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_ALLOC.NM_WR",
        "Deprecated": "1",
        "EventCode": "0xd7",
        "EventName": "UNC_M_SB_STRV_ALLOC.NMWR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read - Set",
        "EventCode": "0xD7",
        "EventName": "UNC_M_SB_STRV_ALLOC.NM_RD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Write - Set",
        "EventCode": "0xD7",
        "EventName": "UNC_M_SB_STRV_ALLOC.NM_WR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_DEALLOC.FM_RD",
        "Deprecated": "1",
        "EventCode": "0xde",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FMRD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_DEALLOC.FM_TGR",
        "Deprecated": "1",
        "EventCode": "0xde",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FMTGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_DEALLOC.FM_WR",
        "Deprecated": "1",
        "EventCode": "0xde",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FMWR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Read - Set",
        "EventCode": "0xDE",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FM_RD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read - Clear",
        "EventCode": "0xDE",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FM_TGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Write - Set",
        "EventCode": "0xDE",
        "EventName": "UNC_M_SB_STRV_DEALLOC.FM_WR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_DEALLOC.NM_RD",
        "Deprecated": "1",
        "EventCode": "0xde",
        "EventName": "UNC_M_SB_STRV_DEALLOC.NMRD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_DEALLOC.NM_WR",
        "Deprecated": "1",
        "EventCode": "0xde",
        "EventName": "UNC_M_SB_STRV_DEALLOC.NMWR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read - Set",
        "EventCode": "0xDE",
        "EventName": "UNC_M_SB_STRV_DEALLOC.NM_RD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Write - Set",
        "EventCode": "0xDE",
        "EventName": "UNC_M_SB_STRV_DEALLOC.NM_WR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_OCC.FM_RD",
        "Deprecated": "1",
        "EventCode": "0xd8",
        "EventName": "UNC_M_SB_STRV_OCC.FMRD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_OCC.FM_TGR",
        "Deprecated": "1",
        "EventCode": "0xd8",
        "EventName": "UNC_M_SB_STRV_OCC.FMTGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_OCC.FM_WR",
        "Deprecated": "1",
        "EventCode": "0xd8",
        "EventName": "UNC_M_SB_STRV_OCC.FMWR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Read",
        "EventCode": "0xD8",
        "EventName": "UNC_M_SB_STRV_OCC.FM_RD",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read - Clear",
        "EventCode": "0xD8",
        "EventName": "UNC_M_SB_STRV_OCC.FM_TGR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Far Mem Write",
        "EventCode": "0xD8",
        "EventName": "UNC_M_SB_STRV_OCC.FM_WR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_OCC.NM_RD",
        "Deprecated": "1",
        "EventCode": "0xd8",
        "EventName": "UNC_M_SB_STRV_OCC.NMRD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "This event is deprecated. Refer to new event UNC_M_SB_STRV_OCC.NM_WR",
        "Deprecated": "1",
        "EventCode": "0xd8",
        "EventName": "UNC_M_SB_STRV_OCC.NMWR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Read",
        "EventCode": "0xD8",
        "EventName": "UNC_M_SB_STRV_OCC.NM_RD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": ": Near Mem Write",
        "EventCode": "0xD8",
        "EventName": "UNC_M_SB_STRV_OCC.NM_WR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.DDR4_CMP",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.DDR4_CMP",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.NEW",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.NEW",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.OCC",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.OCC",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.PMM0_CMP",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.PMM0_CMP",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.PMM1_CMP",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.PMM1_CMP",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.PMM2_CMP",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.PMM2_CMP",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.RD_HIT",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.RD_HIT",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "UNC_M_SB_TAGGED.RD_MISS",
        "EventCode": "0xDD",
        "EventName": "UNC_M_SB_TAGGED.RD_MISS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "2LM Tag Check : Hit in Near Memory Cache",
        "EventCode": "0xD3",
        "EventName": "UNC_M_TAGCHK.HIT",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "2LM Tag Check : Miss, no data in this line",
        "EventCode": "0xD3",
        "EventName": "UNC_M_TAGCHK.MISS_CLEAN",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "2LM Tag Check : Miss, existing data may be evicted to Far Memory",
        "EventCode": "0xD3",
        "EventName": "UNC_M_TAGCHK.MISS_DIRTY",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "2LM Tag Check : Read Hit in Near Memory Cache",
        "EventCode": "0xD3",
        "EventName": "UNC_M_TAGCHK.NM_RD_HIT",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "2LM Tag Check : Write Hit in Near Memory Cache",
        "EventCode": "0xD3",
        "EventName": "UNC_M_TAGCHK.NM_WR_HIT",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Full Cycles",
        "EventCode": "0x22",
        "EventName": "UNC_M_WPQ_CYCLES_FULL_PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Full Cycles : Counts the number of cycles when the Write Pending Queue is full.  When the WPQ is full, the HA will not be able to issue any additional write requests into the iMC.  This count should be similar count in the CHA which tracks the number of cycles that the CHA has no WPQ credits, just somewhat smaller to account for the credit return overhead.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Full Cycles",
        "EventCode": "0x16",
        "EventName": "UNC_M_WPQ_CYCLES_FULL_PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Full Cycles : Counts the number of cycles when the Write Pending Queue is full.  When the WPQ is full, the HA will not be able to issue any additional write requests into the iMC.  This count should be similar count in the CHA which tracks the number of cycles that the CHA has no WPQ credits, just somewhat smaller to account for the credit return overhead.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Not Empty",
        "EventCode": "0x21",
        "EventName": "UNC_M_WPQ_CYCLES_NE.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Not Empty : Counts the number of cycles that the Write Pending Queue is not empty.  This can then be used to calculate the average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the CHA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.  This is not to be confused with actually performing the write to DRAM.  Therefore, the average latency for this queue is actually not useful for deconstruction intermediate write latencies.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Not Empty",
        "EventCode": "0x21",
        "EventName": "UNC_M_WPQ_CYCLES_NE.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Not Empty : Counts the number of cycles that the Write Pending Queue is not empty.  This can then be used to calculate the average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the CHA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.  This is not to be confused with actually performing the write to DRAM.  Therefore, the average latency for this queue is actually not useful for deconstruction intermediate write latencies.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Allocations",
        "EventCode": "0x20",
        "EventName": "UNC_M_WPQ_INSERTS.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Allocations : Counts the number of allocations into the Write Pending Queue.  This can then be used to calculate the average queuing latency (in conjunction with the WPQ occupancy count).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the CHA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Allocations",
        "EventCode": "0x20",
        "EventName": "UNC_M_WPQ_INSERTS.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Allocations : Counts the number of allocations into the Write Pending Queue.  This can then be used to calculate the average queuing latency (in conjunction with the WPQ occupancy count).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the CHA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Occupancy",
        "EventCode": "0x82",
        "EventName": "UNC_M_WPQ_OCCUPANCY_PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Occupancy : Accumulates the occupancies of the Write Pending Queue each cycle.  This can then be used to calculate both the average queue occupancy (in conjunction with the number of cycles not empty) and the average latency (in conjunction with the number of allocations).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.  This is not to be confused with actually performing the write to DRAM.  Therefore, the average latency for this queue is actually not useful for deconstruction intermediate write latencies.  So, we provide filtering based on if the request has posted or not.  By using the not posted filter, we can track how long writes spent in the iMC before completions were sent to the HA.  The posted filter, on the other hand, provides information about how much queueing is actually happening in the iMC for writes before they are actually issued to memory.  High average occupancies will generally coincide with high write major mode counts.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue Occupancy",
        "EventCode": "0x83",
        "EventName": "UNC_M_WPQ_OCCUPANCY_PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue Occupancy : Accumulates the occupancies of the Write Pending Queue each cycle.  This can then be used to calculate both the average queue occupancy (in conjunction with the number of cycles not empty) and the average latency (in conjunction with the number of allocations).  The WPQ is used to schedule write out to the memory controller and to track the writes.  Requests allocate into the WPQ soon after they enter the memory controller, and need credits for an entry in this buffer before being sent from the HA to the iMC.  They deallocate after being issued to DRAM.  Write requests themselves are able to complete (from the perspective of the rest of the system) as soon they have posted to the iMC.  This is not to be confused with actually performing the write to DRAM.  Therefore, the average latency for this queue is actually not useful for deconstruction intermediate write latencies.  So, we provide filtering based on if the request has posted or not.  By using the not posted filter, we can track how long writes spent in the iMC before completions were sent to the HA.  The posted filter, on the other hand, provides information about how much queueing is actually happening in the iMC for writes before they are actually issued to memory.  High average occupancies will generally coincide with high write major mode counts.",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue CAM Match",
        "EventCode": "0x23",
        "EventName": "UNC_M_WPQ_READ_HIT.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue CAM Match : Counts the number of times a request hits in the WPQ (write-pending queue).  The iMC allows writes and reads to pass up other writes to different addresses.  Before a read or a write is issued, it will first CAM the WPQ to see if there is a write pending to that address.  When reads hit, they are able to directly pull their data from the WPQ instead of going to memory.  Writes that hit will overwrite the existing data.  Partial writes that hit will not need to do underfill reads and will simply update their relevant sections.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue CAM Match",
        "EventCode": "0x23",
        "EventName": "UNC_M_WPQ_READ_HIT.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue CAM Match : Counts the number of times a request hits in the WPQ (write-pending queue).  The iMC allows writes and reads to pass up other writes to different addresses.  Before a read or a write is issued, it will first CAM the WPQ to see if there is a write pending to that address.  When reads hit, they are able to directly pull their data from the WPQ instead of going to memory.  Writes that hit will overwrite the existing data.  Partial writes that hit will not need to do underfill reads and will simply update their relevant sections.",
        "UMask": "0x2",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue CAM Match",
        "EventCode": "0x24",
        "EventName": "UNC_M_WPQ_WRITE_HIT.PCH0",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue CAM Match : Counts the number of times a request hits in the WPQ (write-pending queue).  The iMC allows writes and reads to pass up other writes to different addresses.  Before a read or a write is issued, it will first CAM the WPQ to see if there is a write pending to that address.  When reads hit, they are able to directly pull their data from the WPQ instead of going to memory.  Writes that hit will overwrite the existing data.  Partial writes that hit will not need to do underfill reads and will simply update their relevant sections.",
        "UMask": "0x1",
        "Unit": "iMC"
    },
    {
        "BriefDescription": "Write Pending Queue CAM Match",
        "EventCode": "0x24",
        "EventName": "UNC_M_WPQ_WRITE_HIT.PCH1",
        "PerPkg": "1",
        "PublicDescription": "Write Pending Queue CAM Match : Counts the number of times a request hits in the WPQ (write-pending queue).  The iMC allows writes and reads to pass up other writes to different addresses.  Before a read or a write is issued, it will first CAM the WPQ to see if there is a write pending to that address.  When reads hit, they are able to directly pull their data from the WPQ instead of going to memory.  Writes that hit will overwrite the existing data.  Partial writes that hit will not need to do underfill reads and will simply update their relevant sections.",
        "UMask": "0x2",
        "Unit": "iMC"
    }
]