summaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events/arch/x86/ivytown/uncore-cache.json
blob: 521175881173a18fdb1ca7201dce4642de884b02 (plain)
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
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
[
    {
        "BriefDescription": "Uncore Clocks",
        "EventName": "UNC_C_CLOCKTICKS",
        "PerPkg": "1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Counter 0 Occupancy",
        "EventCode": "0x1f",
        "EventName": "UNC_C_COUNTER0_OCCUPANCY",
        "PerPkg": "1",
        "PublicDescription": "Since occupancy counts can only be captured in the Cbo's 0 counter, this event allows a user to capture occupancy related information by filtering the Cb0 occupancy count captured in Counter 0.   The filtering available is found in the control register - threshold, invert and edge detect.   E.g. setting threshold to 1 can effectively monitor how many cycles the monitored queue has an entry.",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cache Lookups; Any Request",
        "EventCode": "0x34",
        "EventName": "UNC_C_LLC_LOOKUP.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times the LLC was accessed - this includes code, data, prefetches and hints coming from L2.  This has numerous filters available.  Note the non-standard filtering equation.  This event will count requests that lookup the cache multiple times with multiple increments.  One must ALWAYS set filter mask bit 0 and select a state or states to match.  Otherwise, the event will count nothing.   CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Filters for any transaction originating from the IPQ or IRQ.  This does not include lookups originating from the ISMQ.",
        "UMask": "0x11",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cache Lookups; Data Read Request",
        "EventCode": "0x34",
        "EventName": "UNC_C_LLC_LOOKUP.DATA_READ",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times the LLC was accessed - this includes code, data, prefetches and hints coming from L2.  This has numerous filters available.  Note the non-standard filtering equation.  This event will count requests that lookup the cache multiple times with multiple increments.  One must ALWAYS set filter mask bit 0 and select a state or states to match.  Otherwise, the event will count nothing.   CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Read transactions",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cache Lookups; Lookups that Match NID",
        "EventCode": "0x34",
        "EventName": "UNC_C_LLC_LOOKUP.NID",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times the LLC was accessed - this includes code, data, prefetches and hints coming from L2.  This has numerous filters available.  Note the non-standard filtering equation.  This event will count requests that lookup the cache multiple times with multiple increments.  One must ALWAYS set filter mask bit 0 and select a state or states to match.  Otherwise, the event will count nothing.   CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Qualify one of the other subevents by the Target NID.  The NID is programmed in Cn_MSR_PMON_BOX_FILTER.nid.   In conjunction with STATE = I, it is possible to monitor misses to specific NIDs in the system.",
        "UMask": "0x41",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cache Lookups; External Snoop Request",
        "EventCode": "0x34",
        "EventName": "UNC_C_LLC_LOOKUP.REMOTE_SNOOP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times the LLC was accessed - this includes code, data, prefetches and hints coming from L2.  This has numerous filters available.  Note the non-standard filtering equation.  This event will count requests that lookup the cache multiple times with multiple increments.  One must ALWAYS set filter mask bit 0 and select a state or states to match.  Otherwise, the event will count nothing.   CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Filters for only snoop requests coming from the remote socket(s) through the IPQ.",
        "UMask": "0x9",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cache Lookups; Write Requests",
        "EventCode": "0x34",
        "EventName": "UNC_C_LLC_LOOKUP.WRITE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times the LLC was accessed - this includes code, data, prefetches and hints coming from L2.  This has numerous filters available.  Note the non-standard filtering equation.  This event will count requests that lookup the cache multiple times with multiple increments.  One must ALWAYS set filter mask bit 0 and select a state or states to match.  Otherwise, the event will count nothing.   CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Writeback transactions from L2 to the LLC  This includes all write transactions -- both Cacheable and UC.",
        "UMask": "0x5",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Lines Victimized; Lines in E state",
        "EventCode": "0x37",
        "EventName": "UNC_C_LLC_VICTIMS.E_STATE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of lines that were victimized on a fill.  This can be filtered by the state that the line was in.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Lines Victimized",
        "EventCode": "0x37",
        "EventName": "UNC_C_LLC_VICTIMS.MISS",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of lines that were victimized on a fill.  This can be filtered by the state that the line was in.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Lines Victimized; Lines in M state",
        "EventCode": "0x37",
        "EventName": "UNC_C_LLC_VICTIMS.M_STATE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of lines that were victimized on a fill.  This can be filtered by the state that the line was in.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Lines Victimized; Victimized Lines that Match NID",
        "EventCode": "0x37",
        "EventName": "UNC_C_LLC_VICTIMS.NID",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of lines that were victimized on a fill.  This can be filtered by the state that the line was in.; Qualify one of the other subevents by the Target NID.  The NID is programmed in Cn_MSR_PMON_BOX_FILTER.nid.   In conjunction with STATE = I, it is possible to monitor misses to specific NIDs in the system.",
        "UMask": "0x40",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Lines Victimized; Lines in S State",
        "EventCode": "0x37",
        "EventName": "UNC_C_LLC_VICTIMS.S_STATE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of lines that were victimized on a fill.  This can be filtered by the state that the line was in.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cbo Misc; RFO HitS",
        "EventCode": "0x39",
        "EventName": "UNC_C_MISC.RFO_HIT_S",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous events in the Cbo.; Number of times that an RFO hit in S state.  This is useful for determining if it might be good for a workload to use RspIWB instead of RspSWB.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cbo Misc; Silent Snoop Eviction",
        "EventCode": "0x39",
        "EventName": "UNC_C_MISC.RSPI_WAS_FSE",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous events in the Cbo.; Counts the number of times when a Snoop hit in FSE states and triggered a silent eviction.  This is useful because this information is lost in the PRE encodings.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cbo Misc",
        "EventCode": "0x39",
        "EventName": "UNC_C_MISC.STARTED",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous events in the Cbo.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Cbo Misc; Write Combining Aliasing",
        "EventCode": "0x39",
        "EventName": "UNC_C_MISC.WC_ALIASING",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous events in the Cbo.; Counts the number of times that a USWC write (WCIL(F)) transaction hit in the LLC in M state, triggering a WBMtoI followed by the USWC write.  This occurs when there is WC aliasing.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; LRU Age 0",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.AGE0",
        "PerPkg": "1",
        "PublicDescription": "How often age was set to 0",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; LRU Age 1",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.AGE1",
        "PerPkg": "1",
        "PublicDescription": "How often age was set to 1",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; LRU Age 2",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.AGE2",
        "PerPkg": "1",
        "PublicDescription": "How often age was set to 2",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; LRU Age 3",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.AGE3",
        "PerPkg": "1",
        "PublicDescription": "How often age was set to 3",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; LRU Bits Decremented",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.LRU_DECREMENT",
        "PerPkg": "1",
        "PublicDescription": "How often all LRU bits were decremented by 1",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "LRU Queue; Non-0 Aged Victim",
        "EventCode": "0x3c",
        "EventName": "UNC_C_QLRU.VICTIM_NON_ZERO",
        "PerPkg": "1",
        "PublicDescription": "How often we picked a victim that had a non-zero age",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Counterclockwise",
        "EventCode": "0x1B",
        "EventName": "UNC_C_RING_AD_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Clockwise",
        "EventCode": "0x1B",
        "EventName": "UNC_C_RING_AD_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Down",
        "EventCode": "0x1B",
        "EventName": "UNC_C_RING_AD_USED.DOWN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xcc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Down and Even on Vring 0",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.DOWN_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Down and Odd on Vring 0",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.DOWN_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Down and Even on VRing 1",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.DOWN_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Down and Odd on VRing 1",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.DOWN_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Up",
        "EventCode": "0x1B",
        "EventName": "UNC_C_RING_AD_USED.UP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x33",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Up and Even on Vring 0",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.UP_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Up and Odd on Vring 0",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.UP_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Up and Even on VRing 1",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.UP_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AD Ring In Use; Up and Odd on VRing 1",
        "EventCode": "0x1b",
        "EventName": "UNC_C_RING_AD_USED.UP_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Counterclockwise",
        "EventCode": "0x1C",
        "EventName": "UNC_C_RING_AK_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Clockwise",
        "EventCode": "0x1C",
        "EventName": "UNC_C_RING_AK_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Down",
        "EventCode": "0x1C",
        "EventName": "UNC_C_RING_AK_USED.DOWN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xcc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Down and Even on Vring 0",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.DOWN_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Down and Odd on Vring 0",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.DOWN_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Down and Even on VRing 1",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.DOWN_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Down and Odd on VRing 1",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.DOWN_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Up",
        "EventCode": "0x1C",
        "EventName": "UNC_C_RING_AK_USED.UP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x33",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Up and Even on Vring 0",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.UP_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Up and Odd on Vring 0",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.UP_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Up and Even on VRing 1",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.UP_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "AK Ring In Use; Up and Odd on VRing 1",
        "EventCode": "0x1c",
        "EventName": "UNC_C_RING_AK_USED.UP_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Counterclockwise",
        "EventCode": "0x1D",
        "EventName": "UNC_C_RING_BL_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Clockwise",
        "EventCode": "0x1D",
        "EventName": "UNC_C_RING_BL_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Down",
        "EventCode": "0x1D",
        "EventName": "UNC_C_RING_BL_USED.DOWN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0xcc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Down and Even on Vring 0",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.DOWN_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Down and Odd on Vring 0",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.DOWN_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Down and Even on VRing 1",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.DOWN_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Down and Odd on VRing 1",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.DOWN_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Up",
        "EventCode": "0x1D",
        "EventName": "UNC_C_RING_BL_USED.UP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
        "UMask": "0x33",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Up and Even on Vring 0",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.UP_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Up and Odd on Vring 0",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.UP_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Up and Even on VRing 1",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.UP_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BL Ring in Use; Up and Odd on VRing 1",
        "EventCode": "0x1d",
        "EventName": "UNC_C_RING_BL_USED.UP_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in JKT -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.AD_IRQ",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.; Acknowledgements to core",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.AK",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.: Acknowledgements to core",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.AK_CORE",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.; Data Responses to core",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.BL",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.: Data Responses to core",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.BL_CORE",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.; Snoops of processor's cache.",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.IV",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Number of LLC responses that bounced on the Ring.: Snoops of processor's cache.",
        "EventCode": "0x5",
        "EventName": "UNC_C_RING_BOUNCES.IV_CORE",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "IV Ring in Use; Any",
        "EventCode": "0x1e",
        "EventName": "UNC_C_RING_IV_USED.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters any polarity",
        "UMask": "0xf",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "IV Ring in Use; Down",
        "EventCode": "0x1e",
        "EventName": "UNC_C_RING_IV_USED.DOWN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for Down polarity",
        "UMask": "0xcc",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "IV Ring in Use; Up",
        "EventCode": "0x1e",
        "EventName": "UNC_C_RING_IV_USED.UP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for Up polarity",
        "UMask": "0x33",
        "Unit": "CBO"
    },
    {
        "EventCode": "0x6",
        "EventName": "UNC_C_RING_SINK_STARVED.AD_IPQ",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "EventCode": "0x6",
        "EventName": "UNC_C_RING_SINK_STARVED.AD_IRQ",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "EventCode": "0x6",
        "EventName": "UNC_C_RING_SINK_STARVED.IV",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "EventCode": "0x7",
        "EventName": "UNC_C_RING_SRC_THRTL",
        "PerPkg": "1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Arbiter Blocking Cycles; IRQ",
        "EventCode": "0x12",
        "EventName": "UNC_C_RxR_EXT_STARVED.IPQ",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in external starvation.  This occurs when one of the ingress queues is being starved by the other queues.; IPQ is externally startved and therefore we are blocking the IRQ.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Arbiter Blocking Cycles; IPQ",
        "EventCode": "0x12",
        "EventName": "UNC_C_RxR_EXT_STARVED.IRQ",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in external starvation.  This occurs when one of the ingress queues is being starved by the other queues.; IRQ is externally starved and therefore we are blocking the IPQ.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Arbiter Blocking Cycles; ISMQ_BID",
        "EventCode": "0x12",
        "EventName": "UNC_C_RxR_EXT_STARVED.ISMQ_BIDS",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in external starvation.  This occurs when one of the ingress queues is being starved by the other queues.; Number of times that the ISMQ Bid.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Arbiter Blocking Cycles",
        "EventCode": "0x12",
        "EventName": "UNC_C_RxR_EXT_STARVED.PRQ",
        "PerPkg": "1",
        "PublicDescription": "IRQ is blocking the ingress queue and causing the starvation.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Allocations; IPQ",
        "EventCode": "0x13",
        "EventName": "UNC_C_RxR_INSERTS.IPQ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of allocations per cycle into the specified Ingress queue.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Allocations; IRQ",
        "EventCode": "0x13",
        "EventName": "UNC_C_RxR_INSERTS.IRQ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of allocations per cycle into the specified Ingress queue.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Allocations; IRQ Rejected",
        "EventCode": "0x13",
        "EventName": "UNC_C_RxR_INSERTS.IRQ_REJ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of allocations per cycle into the specified Ingress queue.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Allocations: IRQ Rejected",
        "EventCode": "0x13",
        "EventName": "UNC_C_RxR_INSERTS.IRQ_REJECTED",
        "PerPkg": "1",
        "PublicDescription": "Counts number of allocations per cycle into the specified Ingress queue.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Allocations; VFIFO",
        "EventCode": "0x13",
        "EventName": "UNC_C_RxR_INSERTS.VFIFO",
        "PerPkg": "1",
        "PublicDescription": "Counts number of allocations per cycle into the specified Ingress queue.; Counts the number of allocations into the IRQ Ordering FIFO.  In JKT, it is necessary to keep IO requests in order.  Therefore, they are allocated into an ordering FIFO that sits next to the IRQ, and must be satisfied from the FIFO in order (with respect to each other).  This event, in conjunction with the Occupancy Accumulator event, can be used to calculate average lifetime in the FIFO.  Transactions are allocated into the FIFO as soon as they enter the Cachebo (and the IRQ) and are deallocated from the FIFO as soon as they are deallocated from the IRQ.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Internal Starvation Cycles; IPQ",
        "EventCode": "0x14",
        "EventName": "UNC_C_RxR_INT_STARVED.IPQ",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in internal starvation.  This occurs when one (or more) of the entries in the ingress queue are being starved out by other entries in that queue.; Cycles with the IPQ in Internal Starvation.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Internal Starvation Cycles; IRQ",
        "EventCode": "0x14",
        "EventName": "UNC_C_RxR_INT_STARVED.IRQ",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in internal starvation.  This occurs when one (or more) of the entries in the ingress queue are being starved out by other entries in that queue.; Cycles with the IRQ in Internal Starvation.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Internal Starvation Cycles; ISMQ",
        "EventCode": "0x14",
        "EventName": "UNC_C_RxR_INT_STARVED.ISMQ",
        "PerPkg": "1",
        "PublicDescription": "Counts cycles in internal starvation.  This occurs when one (or more) of the entries in the ingress queue are being starved out by other entries in that queue.; Cycles with the ISMQ in Internal Starvation.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Probe Queue Retries; Address Conflict",
        "EventCode": "0x31",
        "EventName": "UNC_C_RxR_IPQ_RETRY.ADDR_CONFLICT",
        "PerPkg": "1",
        "PublicDescription": "Number of times a snoop (probe) request had to retry.  Filters exist to cover some of the common cases retries.; Counts the number of times that a request form the IPQ was retried because of a TOR reject from an address conflicts.  Address conflicts out of the IPQ should be rare.  They will generally only occur if two different sockets are sending requests to the same address at the same time.  This is a true conflict case, unlike the IPQ Address Conflict which is commonly caused by prefetching characteristics.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Probe Queue Retries; Any Reject",
        "EventCode": "0x31",
        "EventName": "UNC_C_RxR_IPQ_RETRY.ANY",
        "PerPkg": "1",
        "PublicDescription": "Number of times a snoop (probe) request had to retry.  Filters exist to cover some of the common cases retries.; Counts the number of times that a request form the IPQ was retried because of a TOR reject.  TOR rejects from the IPQ can be caused by the Egress being full or Address Conflicts.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Probe Queue Retries; No Egress Credits",
        "EventCode": "0x31",
        "EventName": "UNC_C_RxR_IPQ_RETRY.FULL",
        "PerPkg": "1",
        "PublicDescription": "Number of times a snoop (probe) request had to retry.  Filters exist to cover some of the common cases retries.; Counts the number of times that a request form the IPQ was retried because of a TOR reject from the Egress being full.  IPQ requests make use of the AD Egress for regular responses, the BL egress to forward data, and the AK egress to return credits.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Probe Queue Retries; No QPI Credits",
        "EventCode": "0x31",
        "EventName": "UNC_C_RxR_IPQ_RETRY.QPI_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of times a snoop (probe) request had to retry.  Filters exist to cover some of the common cases retries.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; Address Conflict",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.ADDR_CONFLICT",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times that a request from the IRQ was retried because of an address match in the TOR.  In order to maintain coherency, requests to the same address are not allowed to pass each other up in the Cbo.  Therefore, if there is an outstanding request to a given address, one cannot issue another request to that address until it is complete.  This comes up most commonly with prefetches.  Outstanding prefetches occasionally will not complete their memory fetch and a demand request to the same address will then sit in the IRQ and get retried until the prefetch fills the data into the LLC.  Therefore, it will not be uncommon to see this case in high bandwidth streaming workloads when the LLC Prefetcher in the core is enabled.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; Any Reject",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of IRQ retries that occur.  Requests from the IRQ are retried if they are rejected from the TOR pipeline for a variety of reasons.  Some of the most common reasons include if the Egress is full, there are no RTIDs, or there is a Physical Address match to another outstanding request.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; No Egress Credits",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.FULL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times that a request from the IRQ was retried because it failed to acquire an entry in the Egress.  The egress is the buffer that queues up for allocating onto the ring.  IRQ requests can make use of all four rings and all four Egresses.  If any of the queues that a given request needs to make use of are full, the request will be retried.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; No IIO Credits",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.IIO_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of times a request attempted to acquire the NCS/NCB credit for sending messages on BL to the IIO.  There is a single credit in each CBo that is shared between the NCS and NCB message classes for sending transactions on the BL ring (such as read data) to the IIO.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; No QPI Credits",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.QPI_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of requests rejects because of lack of QPI Ingress credits.  These credits are required in order to send transactions to the QPI agent.  Please see the QPI_IGR_CREDITS events for more information.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Request Queue Rejects; No RTIDs",
        "EventCode": "0x32",
        "EventName": "UNC_C_RxR_IRQ_RETRY.RTID",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times that requests from the IRQ were retried because there were no RTIDs available.  RTIDs are required after a request misses the LLC and needs to send snoops and/or requests to memory.  If there are no RTIDs available, requests will queue up in the IRQ and retry until one becomes available.  Note that there are multiple RTID pools for the different sockets.  There may be cases where the local RTIDs are all used, but requests destined for remote memory can still acquire an RTID because there are remote RTIDs available.  This event does not provide any filtering for this case.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; Any Reject",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.ANY",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.; Counts the total number of times that a request from the ISMQ retried because of a TOR reject.  ISMQ requests generally will not need to retry (or at least ISMQ retries are less common than IRQ retries).  ISMQ requests will retry if they are not able to acquire a needed Egress credit to get onto the ring, or for cache evictions that need to acquire an RTID.  Most ISMQ requests already have an RTID, so eviction retries will be less common here.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; No Egress Credits",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.FULL",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.; Counts the number of times that a request from the ISMQ retried because of a TOR reject caused by a lack of Egress credits. The egress is the buffer that queues up for allocating onto the ring.  If any of the Egress queues that a given request needs to make use of are full, the request will be retried.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; No IIO Credits",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.IIO_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.; Number of times a request attempted to acquire the NCS/NCB credit for sending messages on BL to the IIO.  There is a single credit in each CBo that is shared between the NCS and NCB message classes for sending transactions on the BL ring (such as read data) to the IIO.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; No QPI Credits",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.QPI_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; No RTIDs",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.RTID",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.; Counts the number of times that a request from the ISMQ retried because of a TOR reject caused by no RTIDs.  M-state cache evictions are serviced through the ISMQ, and must acquire an RTID in order to write back to memory.  If no RTIDs are available, they will be retried.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "ISMQ Retries; No WB Credits",
        "EventCode": "0x33",
        "EventName": "UNC_C_RxR_ISMQ_RETRY.WB_CREDITS",
        "PerPkg": "1",
        "PublicDescription": "Number of times a transaction flowing through the ISMQ had to retry.  Transaction pass through the ISMQ as responses for requests that already exist in the Cbo.  Some examples include: when data is returned or when snoop responses come back from the cores.; Retries of writes to local memory due to lack of HT WB credits",
        "UMask": "0x80",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Occupancy; IPQ",
        "EventCode": "0x11",
        "EventName": "UNC_C_RxR_OCCUPANCY.IPQ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of entries in the specified Ingress queue in each cycle.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Occupancy; IRQ",
        "EventCode": "0x11",
        "EventName": "UNC_C_RxR_OCCUPANCY.IRQ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of entries in the specified Ingress queue in each cycle.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Occupancy; IRQ Rejected",
        "EventCode": "0x11",
        "EventName": "UNC_C_RxR_OCCUPANCY.IRQ_REJ",
        "PerPkg": "1",
        "PublicDescription": "Counts number of entries in the specified Ingress queue in each cycle.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "IRQ Rejected",
        "EventCode": "0x11",
        "EventName": "UNC_C_RxR_OCCUPANCY.IRQ_REJECTED",
        "PerPkg": "1",
        "PublicDescription": "Counts number of entries in the specified Ingress queue in each cycle.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Ingress Occupancy; VFIFO",
        "EventCode": "0x11",
        "EventName": "UNC_C_RxR_OCCUPANCY.VFIFO",
        "PerPkg": "1",
        "PublicDescription": "Counts number of entries in the specified Ingress queue in each cycle.; Accumulates the number of used entries in the IRQ Ordering FIFO in each cycle.  In JKT, it is necessary to keep IO requests in order.  Therefore, they are allocated into an ordering FIFO that sits next to the IRQ, and must be satisfied from the FIFO in order (with respect to each other).  This event, in conjunction with the Allocations event, can be used to calculate average lifetime in the FIFO.  This event can be used in conjunction with the Not Empty event to calculate average queue occupancy. Transactions are allocated into the FIFO as soon as they enter the Cachebo (and the IRQ) and are deallocated from the FIFO as soon as they are deallocated from the IRQ.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; All",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All transactions inserted into the TOR.    This includes requests that reside in the TOR for a short time, such as LLC Hits that do not need to snoop cores or requests that get rejected and have to be retried through one of the ingress queues.  The TOR is more commonly a bottleneck in skews with smaller core counts, where the ratio of RTIDs to TOR entries is larger.  Note that there are reserved TOR entries for various request types, so it is possible that a given request type be blocked with an occupancy that is less than 20.  Also note that generally requests will not be able to arbitrate into the TOR pipeline if there are no available TOR slots.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Evictions",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.EVICTION",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Eviction transactions inserted into the TOR.  Evictions can be quick, such as when the line is in the F, S, or E states and no core valid bits are set.  They can also be longer if either CV bits are set (so the cores need to be snooped) and/or if there is a HitM (in which case it is necessary to write the request out to memory).",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Local Memory",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All transactions inserted into the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x28",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Local Memory - Opcode Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.LOCAL_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All transactions, satisfied by an opcode,  inserted into the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x21",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Misses to Local Memory",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.MISS_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions inserted into the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x2a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Misses to Local Memory - Opcode Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.MISS_LOCAL_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions, satisfied by an opcode, inserted into the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x23",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Miss Opcode Match",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.MISS_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Misses to Remote Memory",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.MISS_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions inserted into the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x8a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Misses to Remote Memory - Opcode Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.MISS_REMOTE_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions, satisfied by an opcode,  inserted into the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x83",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All NID matched (matches an RTID destination) transactions inserted into the TOR.  The NID is programmed in Cn_MSR_PMON_BOX_FILTER.nid.  In conjunction with STATE = I, it is possible to monitor misses to specific NIDs in the system.",
        "UMask": "0x48",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID Matched Evictions",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_EVICTION",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; NID matched eviction transactions inserted into the TOR.",
        "UMask": "0x44",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID Matched Miss All",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_MISS_ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All NID matched miss requests that were inserted into the TOR.",
        "UMask": "0x4a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID and Opcode Matched Miss",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_MISS_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Miss transactions inserted into the TOR that match a NID and an opcode.",
        "UMask": "0x43",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID and Opcode Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Transactions inserted into the TOR that match a NID and an opcode.",
        "UMask": "0x41",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; NID Matched Writebacks",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.NID_WB",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; NID matched write transactions inserted into the TOR.",
        "UMask": "0x50",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Opcode Match",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Transactions inserted into the TOR that match an opcode (matched by Cn_MSR_PMON_BOX_FILTER.opc)",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Remote Memory",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All transactions inserted into the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x88",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Remote Memory - Opcode Matched",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.REMOTE_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; All transactions, satisfied by an opcode,  inserted into the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x81",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Inserts; Writebacks",
        "EventCode": "0x35",
        "EventName": "UNC_C_TOR_INSERTS.WB",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match  qualifications specified by the subevent.  There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc  to DRD (0x182).; Write transactions inserted into the TOR.   This does not include RFO, but actual operations that contain data being sent from the core.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Any",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.ALL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); All valid TOR entries.  This includes requests that reside in the TOR for a short time, such as LLC Hits that do not need to snoop cores or requests that get rejected and have to be retried through one of the ingress queues.  The TOR is more commonly a bottleneck in skews with smaller core counts, where the ratio of RTIDs to TOR entries is larger.  Note that there are reserved TOR entries for various request types, so it is possible that a given request type be blocked with an occupancy that is less than 20.  Also note that generally requests will not be able to arbitrate into the TOR pipeline if there are no available TOR slots.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Evictions",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.EVICTION",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding eviction transactions in the TOR.  Evictions can be quick, such as when the line is in the F, S, or E states and no core valid bits are set.  They can also be longer if either CV bits are set (so the cores need to be snooped) and/or if there is a HitM (in which case it is necessary to write the request out to memory).",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.LOCAL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182)",
        "UMask": "0x28",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Local Memory - Opcode Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.LOCAL_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding  transactions, satisfied by an opcode,  in the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x21",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Miss All",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_ALL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding miss requests in the TOR.  'Miss' means the allocation requires an RTID.  This generally means that the request was sent to memory or MMIO.",
        "UMask": "0xa",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182)",
        "UMask": "0x2a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Misses to Local Memory - Opcode Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_LOCAL_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding Miss transactions, satisfied by an opcode, in the TOR that are satisfied by locally HOMed memory.",
        "UMask": "0x23",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Miss Opcode Match",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); TOR entries for miss transactions that match an opcode. This generally means that the request was sent to memory or MMIO.",
        "UMask": "0x3",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182)",
        "UMask": "0x8a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Misses to Remote Memory - Opcode Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.MISS_REMOTE_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding Miss transactions, satisfied by an opcode, in the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x83",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_ALL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of NID matched outstanding requests in the TOR.  The NID is programmed in Cn_MSR_PMON_BOX_FILTER.nid.In conjunction with STATE = I, it is possible to monitor misses to specific NIDs in the system.",
        "UMask": "0x48",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID Matched Evictions",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_EVICTION",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding NID matched eviction transactions in the TOR .",
        "UMask": "0x44",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_MISS_ALL",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding Miss requests in the TOR that match a NID.",
        "UMask": "0x4a",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID and Opcode Matched Miss",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_MISS_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding Miss requests in the TOR that match a NID and an opcode.",
        "UMask": "0x43",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID and Opcode Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); TOR entries that match a NID and an opcode.",
        "UMask": "0x41",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; NID Matched Writebacks",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.NID_WB",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); NID matched write transactions int the TOR.",
        "UMask": "0x50",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Opcode Match",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); TOR entries that match an opcode (matched by Cn_MSR_PMON_BOX_FILTER.opc).",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.REMOTE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182)",
        "UMask": "0x88",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Remote Memory - Opcode Matched",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.REMOTE_OPCODE",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Number of outstanding  transactions, satisfied by an opcode,  in the TOR that are satisfied by remote caches or remote memory.",
        "UMask": "0x81",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "TOR Occupancy; Writebacks",
        "EventCode": "0x36",
        "EventName": "UNC_C_TOR_OCCUPANCY.WB",
        "PerPkg": "1",
        "PublicDescription": "For each cycle, this event accumulates the number of valid entries in the TOR that match qualifications specified by the subevent.   There are a number of subevent 'filters' but only a subset of the subevent combinations are valid.  Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set.  If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182); Write transactions in the TOR.   This does not include RFO, but actual operations that contain data being sent from the core.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Onto AD Ring",
        "EventCode": "0x4",
        "EventName": "UNC_C_TxR_ADS_USED.AD",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Onto AK Ring",
        "EventCode": "0x4",
        "EventName": "UNC_C_TxR_ADS_USED.AK",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Onto BL Ring",
        "EventCode": "0x4",
        "EventName": "UNC_C_TxR_ADS_USED.BL",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; AD - Cachebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.AD_CACHE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Cachebo destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
        "UMask": "0x1",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; AD - Corebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.AD_CORE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Corebo destined for the AD ring.  This is commonly used for outbound requests.",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; AK - Cachebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.AK_CACHE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Cachebo destined for the AK ring.  This is commonly used for credit returns and GO responses.",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; AK - Corebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.AK_CORE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Corebo destined for the AK ring.  This is commonly used for snoop responses coming from the core and destined for a Cachebo.",
        "UMask": "0x20",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; BL - Cacheno",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.BL_CACHE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Cachebo destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
        "UMask": "0x4",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; BL - Corebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.BL_CORE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Corebo destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
        "UMask": "0x40",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Egress Allocations; IV - Cachebo",
        "EventCode": "0x2",
        "EventName": "UNC_C_TxR_INSERTS.IV_CACHE",
        "PerPkg": "1",
        "PublicDescription": "Number of allocations into the Cbo Egress.  The Egress is used to queue up requests destined for the ring.; Ring transactions from the Cachebo destined for the IV ring.  This is commonly used for snoops to the cores.",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Injection Starvation; Onto AD Ring (to core)",
        "EventCode": "0x3",
        "EventName": "UNC_C_TxR_STARVED.AD_CORE",
        "PerPkg": "1",
        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the Egress cannot send a transaction onto the ring for a long period of time.; cycles that the core AD egress spent in starvation",
        "UMask": "0x10",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Injection Starvation; Onto AK Ring",
        "EventCode": "0x3",
        "EventName": "UNC_C_TxR_STARVED.AK_BOTH",
        "PerPkg": "1",
        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the Egress cannot send a transaction onto the ring for a long period of time.; cycles that both AK egresses spent in starvation",
        "UMask": "0x2",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "Injection Starvation; Onto IV Ring",
        "EventCode": "0x3",
        "EventName": "UNC_C_TxR_STARVED.IV",
        "PerPkg": "1",
        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the Egress cannot send a transaction onto the ring for a long period of time.; cycles that the cachebo IV egress spent in starvation",
        "UMask": "0x8",
        "Unit": "CBO"
    },
    {
        "BriefDescription": "BT Bypass",
        "EventCode": "0x52",
        "EventName": "UNC_H_BT_BYPASS",
        "PerPkg": "1",
        "PublicDescription": "Number of transactions that bypass the BT (fifo) to HT",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Cycles Not Empty",
        "EventCode": "0x42",
        "EventName": "UNC_H_BT_CYCLES_NE",
        "PerPkg": "1",
        "PublicDescription": "Cycles the Backup Tracker (BT) is not empty. The BT is the actual HOM tracker in IVT.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Cycles Not Empty: Local",
        "EventCode": "0x42",
        "EventName": "UNC_H_BT_CYCLES_NE.LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Cycles the Backup Tracker (BT) is not empty. The BT is the actual HOM tracker in IVT.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Cycles Not Empty: Remote",
        "EventCode": "0x42",
        "EventName": "UNC_H_BT_CYCLES_NE.REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Cycles the Backup Tracker (BT) is not empty. The BT is the actual HOM tracker in IVT.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Local",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Reads Local",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.READS_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Reads Remote",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.READS_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Remote",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Writes Local",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.WRITES_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT Occupancy; Writes Remote",
        "EventCode": "0x43",
        "EventName": "UNC_H_BT_OCCUPANCY.WRITES_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the occupancy of the HA BT pool in every cycle.  This can be used with the not empty stat to calculate average queue occupancy or the allocations stat in order to calculate average queue latency.  HA BTs are allocated as soon as a request enters the HA and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT to HT Not Issued; Incoming Data Hazard",
        "EventCode": "0x51",
        "EventName": "UNC_H_BT_TO_HT_NOT_ISSUED.INCOMING_BL_HAZARD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not issue transaction from BT to HT.; Cycles unable to issue from BT due to incoming BL data hazard",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT to HT Not Issued; Incoming Snoop Hazard",
        "EventCode": "0x51",
        "EventName": "UNC_H_BT_TO_HT_NOT_ISSUED.INCOMING_SNP_HAZARD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not issue transaction from BT to HT.; Cycles unable to issue from BT due to incoming snoop hazard",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT to HT Not Issued; Incoming Data Hazard",
        "EventCode": "0x51",
        "EventName": "UNC_H_BT_TO_HT_NOT_ISSUED.RSPACKCFLT_HAZARD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not issue transaction from BT to HT.; Cycles unable to issue from BT due to incoming BL data hazard",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BT to HT Not Issued; Incoming Data Hazard",
        "EventCode": "0x51",
        "EventName": "UNC_H_BT_TO_HT_NOT_ISSUED.WBMDATA_HAZARD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not issue transaction from BT to HT.; Cycles unable to issue from BT due to incoming BL data hazard",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Bypass; Not Taken",
        "EventCode": "0x14",
        "EventName": "UNC_H_BYPASS_IMC.NOT_TAKEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times when the HA was able to bypass was attempted.  This is a latency optimization for situations when there is light loadings on the memory subsystem.  This can be filted by when the bypass was taken and when it was not.; Filter for transactions that could not take the bypass.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Bypass; Taken",
        "EventCode": "0x14",
        "EventName": "UNC_H_BYPASS_IMC.TAKEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times when the HA was able to bypass was attempted.  This is a latency optimization for situations when there is light loadings on the memory subsystem.  This can be filted by when the bypass was taken and when it was not.; Filter for transactions that succeeded in taking the bypass.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "uclks",
        "EventName": "UNC_H_CLOCKTICKS",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of uclks in the HA.  This will be slightly different than the count in the Ubox because of enable/freeze delays.  The HA is on the other side of the die from the fixed Ubox uclk counter, so the drift could be somewhat larger than in units that are closer like the QPI Agent.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Conflict Checks; Acknowledge Conflicts",
        "EventCode": "0xb",
        "EventName": "UNC_H_CONFLICT_CYCLES.ACKCNFLTS",
        "PerPkg": "1",
        "PublicDescription": "Count the number of Ackcnflts",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Conflict Checks; Cmp Fwds",
        "EventCode": "0xb",
        "EventName": "UNC_H_CONFLICT_CYCLES.CMP_FWDS",
        "PerPkg": "1",
        "PublicDescription": "Count the number of Cmp_Fwd. This will give the number of late conflicts.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Conflict Checks; Conflict Detected",
        "EventCode": "0xb",
        "EventName": "UNC_H_CONFLICT_CYCLES.CONFLICT",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that we are handling conflicts.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Conflict Checks; Last in conflict chain",
        "EventCode": "0xb",
        "EventName": "UNC_H_CONFLICT_CYCLES.LAST",
        "PerPkg": "1",
        "PublicDescription": "Count every last conflictor in conflict chain. Can be used to compute the average conflict chain length as (#Ackcnflts/#LastConflictor)+1. This can be used to give a feel for the conflict chain lengths while analyzing lock kernels.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Direct2Core Messages Sent",
        "EventCode": "0x11",
        "EventName": "UNC_H_DIRECT2CORE_COUNT",
        "PerPkg": "1",
        "PublicDescription": "Number of Direct2Core messages sent",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Cycles when Direct2Core was Disabled",
        "EventCode": "0x12",
        "EventName": "UNC_H_DIRECT2CORE_CYCLES_DISABLED",
        "PerPkg": "1",
        "PublicDescription": "Number of cycles in which Direct2Core was disabled",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Number of Reads that had Direct2Core Overridden",
        "EventCode": "0x13",
        "EventName": "UNC_H_DIRECT2CORE_TXN_OVERRIDE",
        "PerPkg": "1",
        "PublicDescription": "Number of Reads where Direct2Core overridden",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lat Opt Return",
        "EventCode": "0x41",
        "EventName": "UNC_H_DIRECTORY_LAT_OPT",
        "PerPkg": "1",
        "PublicDescription": "Directory Latency Optimization Data Return Path Taken. When directory mode is enabled and the directory returned for a read is Dir=I, then data can be returned using a faster path if certain conditions are met (credits, free pipeline, etc).",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: Any state",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups; Snoop Not Needed",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.NO_SNP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.; Filters for transactions that did not have to send any snoops because the directory bit was clear.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: Snoop A",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.SNOOP_A",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: Snoop S",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.SNOOP_S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups; Snoop Needed",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.SNP",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.; Filters for transactions that had to send one or more snoops because the directory bit was set.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: A State",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.STATE_A",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: I State",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.STATE_I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Lookups: S State",
        "EventCode": "0xc",
        "EventName": "UNC_H_DIRECTORY_LOOKUP.STATE_S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that looked up the directory.  Can be filtered by requests that had to snoop and those that did not have to.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: A2I",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.A2I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: A2S",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.A2S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates; Any Directory Update",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates; Directory Clear",
        "EventCode": "0xD",
        "EventName": "UNC_H_DIRECTORY_UPDATE.CLEAR",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.; Filter for directory clears.  This occurs when snoops were sent and all returned with RspI.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: I2A",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.I2A",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: I2S",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.I2S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: S2A",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.S2A",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates: S2I",
        "EventCode": "0xd",
        "EventName": "UNC_H_DIRECTORY_UPDATE.S2I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Directory Updates; Directory Set",
        "EventCode": "0xD",
        "EventName": "UNC_H_DIRECTORY_UPDATE.SET",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of directory updates that were required.  These result in writes to the memory controller.  This can be filtered by directory sets and directory clears.; Filter for directory sets.  This occurs when a remote read transaction requests memory, bringing it to a remote cache.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD QPI Link 2 Credit Accumulator",
        "EventCode": "0x59",
        "EventName": "UNC_H_IGR_AD_QPI2_ACCUMULATOR",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the number of credits available to the QPI Link 2 AD Ingress buffer.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL QPI Link 2 Credit Accumulator",
        "EventCode": "0x5a",
        "EventName": "UNC_H_IGR_BL_QPI2_ACCUMULATOR",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the number of credits available to the QPI Link 2 BL Ingress buffer.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD QPI Link 2 Credit Accumulator",
        "EventCode": "0x59",
        "EventName": "UNC_H_IGR_CREDITS_AD_QPI2",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the number of credits available to the QPI Link 2 AD Ingress buffer.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL QPI Link 2 Credit Accumulator",
        "EventCode": "0x5A",
        "EventName": "UNC_H_IGR_CREDITS_BL_QPI2",
        "PerPkg": "1",
        "PublicDescription": "Accumulates the number of credits available to the QPI Link 2 BL Ingress buffer.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Cycles without QPI Ingress Credits; AD to QPI Link 0",
        "EventCode": "0x22",
        "EventName": "UNC_H_IGR_NO_CREDIT_CYCLES.AD_QPI0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not have credits to send messages to the QPI Agent.  This can be filtered by the different credit pools and the different links.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Cycles without QPI Ingress Credits; AD to QPI Link 1",
        "EventCode": "0x22",
        "EventName": "UNC_H_IGR_NO_CREDIT_CYCLES.AD_QPI1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not have credits to send messages to the QPI Agent.  This can be filtered by the different credit pools and the different links.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Cycles without QPI Ingress Credits; BL to QPI Link 0",
        "EventCode": "0x22",
        "EventName": "UNC_H_IGR_NO_CREDIT_CYCLES.BL_QPI0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not have credits to send messages to the QPI Agent.  This can be filtered by the different credit pools and the different links.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Cycles without QPI Ingress Credits; BL to QPI Link 1",
        "EventCode": "0x22",
        "EventName": "UNC_H_IGR_NO_CREDIT_CYCLES.BL_QPI1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the HA does not have credits to send messages to the QPI Agent.  This can be filtered by the different credit pools and the different links.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Normal Priority Reads Issued; Normal Priority",
        "EventCode": "0x17",
        "EventName": "UNC_H_IMC_READS.NORMAL",
        "PerPkg": "1",
        "PublicDescription": "Count of the number of reads issued to any of the memory controller channels.  This can be filtered by the priority of the reads.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Retry Events",
        "EventCode": "0x1e",
        "EventName": "UNC_H_IMC_RETRY",
        "PerPkg": "1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Full Line Writes Issued; All Writes",
        "EventCode": "0x1a",
        "EventName": "UNC_H_IMC_WRITES.ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of full line writes issued from the HA into the memory controller.  This counts for all four channels.  It can be filtered by full/partial and ISOCH/non-ISOCH.",
        "UMask": "0xf",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Full Line Writes Issued; Full Line Non-ISOCH",
        "EventCode": "0x1a",
        "EventName": "UNC_H_IMC_WRITES.FULL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of full line writes issued from the HA into the memory controller.  This counts for all four channels.  It can be filtered by full/partial and ISOCH/non-ISOCH.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Full Line Writes Issued; ISOCH Full Line",
        "EventCode": "0x1a",
        "EventName": "UNC_H_IMC_WRITES.FULL_ISOCH",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of full line writes issued from the HA into the memory controller.  This counts for all four channels.  It can be filtered by full/partial and ISOCH/non-ISOCH.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Full Line Writes Issued; Partial Non-ISOCH",
        "EventCode": "0x1a",
        "EventName": "UNC_H_IMC_WRITES.PARTIAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of full line writes issued from the HA into the memory controller.  This counts for all four channels.  It can be filtered by full/partial and ISOCH/non-ISOCH.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA to iMC Full Line Writes Issued; ISOCH Partial",
        "EventCode": "0x1a",
        "EventName": "UNC_H_IMC_WRITES.PARTIAL_ISOCH",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of full line writes issued from the HA into the memory controller.  This counts for all four channels.  It can be filtered by full/partial and ISOCH/non-ISOCH.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "IODC Conflicts; Any Conflict",
        "EventCode": "0x57",
        "EventName": "UNC_H_IODC_CONFLICTS.ANY",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "IODC Conflicts; Last Conflict",
        "EventCode": "0x57",
        "EventName": "UNC_H_IODC_CONFLICTS.LAST",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "IODC Conflicts: Remote InvItoE - Same RTID",
        "EventCode": "0x57",
        "EventName": "UNC_H_IODC_CONFLICTS.REMOTE_INVI2E_SAME_RTID",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "IODC Conflicts: Remote (Other) - Same Addr",
        "EventCode": "0x57",
        "EventName": "UNC_H_IODC_CONFLICTS.REMOTE_OTHER_SAME_ADDR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "IODC Inserts",
        "EventCode": "0x56",
        "EventName": "UNC_H_IODC_INSERTS",
        "PerPkg": "1",
        "PublicDescription": "IODC Allocations",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Num IODC 0 Length Writes",
        "EventCode": "0x58",
        "EventName": "UNC_H_IODC_OLEN_WBMTOI",
        "PerPkg": "1",
        "PublicDescription": "Num IODC 0 Length Writebacks M to I - All of which are dropped.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Snoop Broadcast; Local InvItoE",
        "EventCode": "0x53",
        "EventName": "UNC_H_OSB.INVITOE_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Count of OSB snoop broadcasts. Counts by 1 per request causing OSB snoops to be broadcast. Does not count all the snoops generated by OSB.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Snoop Broadcast; Local Reads",
        "EventCode": "0x53",
        "EventName": "UNC_H_OSB.READS_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Count of OSB snoop broadcasts. Counts by 1 per request causing OSB snoops to be broadcast. Does not count all the snoops generated by OSB.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Snoop Broadcast; Remote",
        "EventCode": "0x53",
        "EventName": "UNC_H_OSB.REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Count of OSB snoop broadcasts. Counts by 1 per request causing OSB snoops to be broadcast. Does not count all the snoops generated by OSB.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Early Data Return; All",
        "EventCode": "0x54",
        "EventName": "UNC_H_OSB_EDR.ALL",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that broadcast snoop due to OSB, but found clean data in memory and was able to do early data return",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Early Data Return; Reads to Local  I",
        "EventCode": "0x54",
        "EventName": "UNC_H_OSB_EDR.READS_LOCAL_I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that broadcast snoop due to OSB, but found clean data in memory and was able to do early data return",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Early Data Return; Reads to Local S",
        "EventCode": "0x54",
        "EventName": "UNC_H_OSB_EDR.READS_LOCAL_S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that broadcast snoop due to OSB, but found clean data in memory and was able to do early data return",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Early Data Return; Reads to Remote I",
        "EventCode": "0x54",
        "EventName": "UNC_H_OSB_EDR.READS_REMOTE_I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that broadcast snoop due to OSB, but found clean data in memory and was able to do early data return",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "OSB Early Data Return; Reads to Remote S",
        "EventCode": "0x54",
        "EventName": "UNC_H_OSB_EDR.READS_REMOTE_S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of transactions that broadcast snoop due to OSB, but found clean data in memory and was able to do early data return",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Local InvItoEs",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.INVITOE_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only InvItoEs coming from the local socket.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Remote InvItoEs",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.INVITOE_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only InvItoEs coming from remote sockets.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Reads",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.READS",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; Incoming ead requests.  This is a good proxy for LLC Read Misses (including RFOs).",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Local Reads",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.READS_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only read requests coming from the local socket.  This is a good proxy for LLC Read Misses (including RFOs) from the local socket.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Remote Reads",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.READS_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only read requests coming from the remote socket.  This is a good proxy for LLC Read Misses (including RFOs) from the remote socket.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Writes",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.WRITES",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; Incoming write requests.",
        "UMask": "0xc",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Local Writes",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.WRITES_LOCAL",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only writes coming from the local socket.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Read and Write Requests; Remote Writes",
        "EventCode": "0x1",
        "EventName": "UNC_H_REQUESTS.WRITES_REMOTE",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO).  Writes include all writes (streaming, evictions, HitM, etc).; This filter includes only writes coming from remote sockets.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Counterclockwise",
        "EventCode": "0x3E",
        "EventName": "UNC_H_RING_AD_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0xcc",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Counterclockwise and Even on VRing 0",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CCW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Counterclockwise and Odd on VRing 0",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CCW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Counterclockwise and Even on VRing 1",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CCW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Counterclockwise and Odd on VRing 1",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CCW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Clockwise",
        "EventCode": "0x3E",
        "EventName": "UNC_H_RING_AD_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0x33",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Clockwise and Even on VRing 0",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Clockwise and Odd on VRing 0",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Clockwise and Even on VRing 1",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AD Ring in Use; Clockwise and Odd on VRing 1",
        "EventCode": "0x3e",
        "EventName": "UNC_H_RING_AD_USED.CW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Counterclockwise",
        "EventCode": "0x3F",
        "EventName": "UNC_H_RING_AK_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0xcc",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Counterclockwise and Even on VRing 0",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CCW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Counterclockwise and Odd on VRing 0",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CCW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Counterclockwise and Even on VRing 1",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CCW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Counterclockwise and Odd on VRing 1",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CCW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Clockwise",
        "EventCode": "0x3F",
        "EventName": "UNC_H_RING_AK_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0x33",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Clockwise and Even on VRing 0",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Clockwise and Odd on VRing 0",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Clockwise and Even on VRing 1",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA AK Ring in Use; Clockwise and Odd on VRing 1",
        "EventCode": "0x3f",
        "EventName": "UNC_H_RING_AK_USED.CW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Counterclockwise",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CCW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0xcc",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Counterclockwise and Even on VRing 0",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CCW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Counterclockwise and Odd on VRing 0",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CCW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Counterclockwise and Even on VRing 1",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CCW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Counterclockwise and Odd on VRing 1",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CCW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Counterclockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Clockwise",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CW",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.",
        "UMask": "0x33",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Clockwise and Even on VRing 0",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CW_VR0_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 0.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Clockwise and Odd on VRing 0",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CW_VR0_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 0.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Clockwise and Even on VRing 1",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CW_VR1_EVEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Even ring polarity on Virtual Ring 1.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA BL Ring in Use; Clockwise and Odd on VRing 1",
        "EventCode": "0x40",
        "EventName": "UNC_H_RING_BL_USED.CW_VR1_ODD",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles that the BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise and Odd ring polarity on Virtual Ring 1.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Regular; Channel 0",
        "EventCode": "0x15",
        "EventName": "UNC_H_RPQ_CYCLES_NO_REG_CREDITS.CHN0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 0 only.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Regular; Channel 1",
        "EventCode": "0x15",
        "EventName": "UNC_H_RPQ_CYCLES_NO_REG_CREDITS.CHN1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 1 only.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Regular; Channel 2",
        "EventCode": "0x15",
        "EventName": "UNC_H_RPQ_CYCLES_NO_REG_CREDITS.CHN2",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 2 only.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Regular; Channel 3",
        "EventCode": "0x15",
        "EventName": "UNC_H_RPQ_CYCLES_NO_REG_CREDITS.CHN3",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 3 only.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Special; Channel 0",
        "EventCode": "0x16",
        "EventName": "UNC_H_RPQ_CYCLES_NO_SPEC_CREDITS.CHN0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 0 only.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Special; Channel 1",
        "EventCode": "0x16",
        "EventName": "UNC_H_RPQ_CYCLES_NO_SPEC_CREDITS.CHN1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 1 only.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Special; Channel 2",
        "EventCode": "0x16",
        "EventName": "UNC_H_RPQ_CYCLES_NO_SPEC_CREDITS.CHN2",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 2 only.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "iMC RPQ Credits Empty - Special; Channel 3",
        "EventCode": "0x16",
        "EventName": "UNC_H_RPQ_CYCLES_NO_SPEC_CREDITS.CHN3",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting reads from the HA into the iMC.  In order to send reads into the memory controller, the HA must first acquire a credit for the iMC's RPQ (read pending queue).  This queue is broken into regular credits/buffers that are used by general reads, and special requests such as ISOCH reads.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 3 only.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; RSPCNFLCT*",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSPCNFLCT",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for snoops responses of RspConflict.  This is returned when a snoop finds an existing outstanding transaction in a remote caching agent when it CAMs that caching agent.  This triggers conflict resolution hardware.  This covers both RspCnflct and RspCnflctWbI.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; RspI",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSPI",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for snoops responses of RspI.  RspI is returned when the remote cache does not have the data, or when the remote cache silently evicts data (such as when an RFO hits non-modified data).",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; RspIFwd",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSPIFWD",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for snoop responses of RspIFwd.  This is returned when a remote caching agent forwards data and the requesting agent is able to acquire the data in E or M states.  This is commonly returned with RFO transactions.  It can be either a HitM or a HitFE.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; RspS",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSPS",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for snoop responses of RspS.  RspS is returned when a remote cache has data but is not forwarding it.  It is a way to let the requesting socket know that it cannot allocate the data in E state.  No data is sent with S RspS.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; RspSFwd",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSPSFWD",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for a snoop response of RspSFwd.  This is returned when a remote caching agent forwards data but holds on to its currently copy.  This is common for data and code reads that hit in a remote socket in E or F state.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; Rsp*Fwd*WB",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSP_FWD_WB",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for a snoop response of Rsp*Fwd*WB.  This snoop response is only used in 4s systems.  It is used when a snoop HITM's in a remote caching agent and it directly forwards data to a requestor, and simultaneously returns data to the home to be written back to memory.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received; Rsp*WB",
        "EventCode": "0x21",
        "EventName": "UNC_H_SNOOP_RESP.RSP_WB",
        "PerPkg": "1",
        "PublicDescription": "Counts the total number of RspI snoop responses received.  Whenever a snoops are issued, one or more snoop responses will be returned depending on the topology of the system.   In systems larger than 2s, when multiple snoops are returned this will count all the snoops that are received.  For example, if 3 snoops were issued and returned RspI, RspS, and RspSFwd; then each of these sub-events would increment by 1.; Filters for a snoop response of RspIWB or RspSWB.  This is returned when a non-RFO request hits in M state.  Data and Code Reads can return either RspIWB or RspSWB depending on how the system has been configured.  InvItoE transactions will also return RspIWB because they must acquire ownership.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; Other",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.OTHER",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for all other snoop responses.",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; RspCnflct",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPCNFLCT",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for snoops responses of RspConflict.  This is returned when a snoop finds an existing outstanding transaction in a remote caching agent when it CAMs that caching agent.  This triggers conflict resolution hardware.  This covers both RspCnflct and RspCnflctWbI.",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; RspI",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPI",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for snoops responses of RspI.  RspI is returned when the remote cache does not have the data, or when the remote cache silently evicts data (such as when an RFO hits non-modified data).",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; RspIFwd",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPIFWD",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for snoop responses of RspIFwd.  This is returned when a remote caching agent forwards data and the requesting agent is able to acquire the data in E or M states.  This is commonly returned with RFO transactions.  It can be either a HitM or a HitFE.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; RspS",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPS",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for snoop responses of RspS.  RspS is returned when a remote cache has data but is not forwarding it.  It is a way to let the requesting socket know that it cannot allocate the data in E state.  No data is sent with S RspS.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; RspSFwd",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPSFWD",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for a snoop response of RspSFwd.  This is returned when a remote caching agent forwards data but holds on to its currently copy.  This is common for data and code reads that hit in a remote socket in E or F state.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; Rsp*FWD*WB",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPxFWDxWB",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for a snoop response of Rsp*Fwd*WB.  This snoop response is only used in 4s systems.  It is used when a snoop HITM's in a remote caching agent and it directly forwards data to a requestor, and simultaneously returns data to the home to be written back to memory.",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Snoop Responses Received Local; Rsp*WB",
        "EventCode": "0x60",
        "EventName": "UNC_H_SNP_RESP_RECV_LOCAL.RSPxWB",
        "PerPkg": "1",
        "PublicDescription": "Number of snoop responses received for a Local  request; Filters for a snoop response of RspIWB or RspSWB.  This is returned when a non-RFO request hits in M state.  Data and Code Reads can return either RspIWB or RspSWB depending on how the system has been configured.  InvItoE transactions will also return RspIWB because they must acquire ownership.",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 0",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 1",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 2",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION2",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 2",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 3",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION3",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 3",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 4",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION4",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 4",
        "UMask": "0x10",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 5",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION5",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 5",
        "UMask": "0x20",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 6",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION6",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 6",
        "UMask": "0x40",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 0; TAD Region 7",
        "EventCode": "0x1b",
        "EventName": "UNC_H_TAD_REQUESTS_G0.REGION7",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 0 to 7.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 7",
        "UMask": "0x80",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 1; TAD Region 10",
        "EventCode": "0x1c",
        "EventName": "UNC_H_TAD_REQUESTS_G1.REGION10",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 8 to 10.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 10",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 1; TAD Region 11",
        "EventCode": "0x1c",
        "EventName": "UNC_H_TAD_REQUESTS_G1.REGION11",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 8 to 10.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 11",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 1; TAD Region 8",
        "EventCode": "0x1c",
        "EventName": "UNC_H_TAD_REQUESTS_G1.REGION8",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 8 to 10.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 8",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA Requests to a TAD Region - Group 1; TAD Region 9",
        "EventCode": "0x1c",
        "EventName": "UNC_H_TAD_REQUESTS_G1.REGION9",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of HA requests to a given TAD region.  There are up to 11 TAD (target address decode) regions in each home agent.  All requests destined for the memory controller must first be decoded to determine which TAD region they are in.  This event is filtered based on the TAD region ID, and covers regions 8 to 10.  This event is useful for understanding how applications are using the memory that is spread across the different memory regions.  It is particularly useful for Monroe systems that use the TAD to enable individual channels to enter self-refresh to save power.; Filters request made to TAD Region 9",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Tracker Cycles Not Empty",
        "EventCode": "0x3",
        "EventName": "UNC_H_TRACKER_CYCLES_NE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when the local HA tracker pool is not empty.  This can be used with edge detect to identify the number of situations when the pool became empty.  This should not be confused with RTID credit usage -- which must be tracked inside each cbo individually -- but represents the actual tracker buffer structure.  In other words, this buffer could be completely empty, but there may still be credits in use by the CBos.  This stat can be used in conjunction with the occupancy accumulation stat in order to calculate average queue occpancy.  HA trackers are allocated as soon as a request enters the HA if an HT (Home Tracker) entry is available and is released after the snoop response and data return (or post in the case of a write) and the response is returned on the ring.",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Outbound NDR Ring Transactions; Non-data Responses",
        "EventCode": "0xF",
        "EventName": "UNC_H_TxR_AD.HOM",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of outbound transactions on the AD ring.  This can be filtered by the NDR and SNP message classes.  See the filter descriptions for more details.; Filter for outbound NDR transactions sent on the AD ring.  NDR stands for non-data response and is generally used for completions that do not include data.  AD NDR is used for transactions to remote sockets.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Full; All",
        "EventCode": "0x2a",
        "EventName": "UNC_H_TxR_AD_CYCLES_FULL.ALL",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Full; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Full; Scheduler 0",
        "EventCode": "0x2a",
        "EventName": "UNC_H_TxR_AD_CYCLES_FULL.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Full; Filter for cycles full  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Full; Scheduler 1",
        "EventCode": "0x2a",
        "EventName": "UNC_H_TxR_AD_CYCLES_FULL.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Full; Filter for cycles full  from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Not Empty; All",
        "EventCode": "0x29",
        "EventName": "UNC_H_TxR_AD_CYCLES_NE.ALL",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Not Empty; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Not Empty; Scheduler 0",
        "EventCode": "0x29",
        "EventName": "UNC_H_TxR_AD_CYCLES_NE.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Not Empty; Filter for cycles not empty  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Not Empty; Scheduler 1",
        "EventCode": "0x29",
        "EventName": "UNC_H_TxR_AD_CYCLES_NE.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Not Empty; Filter for cycles not empty from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Allocations; All",
        "EventCode": "0x27",
        "EventName": "UNC_H_TxR_AD_INSERTS.ALL",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Allocations; Allocations from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Allocations; Scheduler 0",
        "EventCode": "0x27",
        "EventName": "UNC_H_TxR_AD_INSERTS.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Allocations; Filter for allocations from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Allocations; Scheduler 1",
        "EventCode": "0x27",
        "EventName": "UNC_H_TxR_AD_INSERTS.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Allocations; Filter for allocations from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Occupancy; Scheduler 0",
        "EventCode": "0x28",
        "EventName": "UNC_H_TxR_AD_OCCUPANCY.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Occupancy; Filter for occupancy from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AD Egress Occupancy; Scheduler 1",
        "EventCode": "0x28",
        "EventName": "UNC_H_TxR_AD_OCCUPANCY.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AD Egress Occupancy; Filter for occupancy from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Outbound Ring Transactions on AK: CRD Transactions to Cbo",
        "EventCode": "0xe",
        "EventName": "UNC_H_TxR_AK.CRD_CBO",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Full; All",
        "EventCode": "0x32",
        "EventName": "UNC_H_TxR_AK_CYCLES_FULL.ALL",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Full; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Full; Scheduler 0",
        "EventCode": "0x32",
        "EventName": "UNC_H_TxR_AK_CYCLES_FULL.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Full; Filter for cycles full  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Full; Scheduler 1",
        "EventCode": "0x32",
        "EventName": "UNC_H_TxR_AK_CYCLES_FULL.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Full; Filter for cycles full  from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Not Empty; All",
        "EventCode": "0x31",
        "EventName": "UNC_H_TxR_AK_CYCLES_NE.ALL",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Not Empty; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Not Empty; Scheduler 0",
        "EventCode": "0x31",
        "EventName": "UNC_H_TxR_AK_CYCLES_NE.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Not Empty; Filter for cycles not empty  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Not Empty; Scheduler 1",
        "EventCode": "0x31",
        "EventName": "UNC_H_TxR_AK_CYCLES_NE.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Not Empty; Filter for cycles not empty from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Allocations; All",
        "EventCode": "0x2f",
        "EventName": "UNC_H_TxR_AK_INSERTS.ALL",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Allocations; Allocations from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Allocations; Scheduler 0",
        "EventCode": "0x2f",
        "EventName": "UNC_H_TxR_AK_INSERTS.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Allocations; Filter for allocations from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Allocations; Scheduler 1",
        "EventCode": "0x2f",
        "EventName": "UNC_H_TxR_AK_INSERTS.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Allocations; Filter for allocations from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Occupancy; Scheduler 0",
        "EventCode": "0x30",
        "EventName": "UNC_H_TxR_AK_OCCUPANCY.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Occupancy; Filter for occupancy from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "AK Egress Occupancy; Scheduler 1",
        "EventCode": "0x30",
        "EventName": "UNC_H_TxR_AK_OCCUPANCY.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "AK Egress Occupancy; Filter for occupancy from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to Cache",
        "EventCode": "0x10",
        "EventName": "UNC_H_TxR_BL.DRS_CACHE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of DRS messages sent out on the BL ring.   This can be filtered by the destination.; Filter for data being sent to the cache.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to Core",
        "EventCode": "0x10",
        "EventName": "UNC_H_TxR_BL.DRS_CORE",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of DRS messages sent out on the BL ring.   This can be filtered by the destination.; Filter for data being sent directly to the requesting core.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to QPI",
        "EventCode": "0x10",
        "EventName": "UNC_H_TxR_BL.DRS_QPI",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of DRS messages sent out on the BL ring.   This can be filtered by the destination.; Filter for data being sent to a remote socket over QPI.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Full; All",
        "EventCode": "0x36",
        "EventName": "UNC_H_TxR_BL_CYCLES_FULL.ALL",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Full; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Full; Scheduler 0",
        "EventCode": "0x36",
        "EventName": "UNC_H_TxR_BL_CYCLES_FULL.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Full; Filter for cycles full  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Full; Scheduler 1",
        "EventCode": "0x36",
        "EventName": "UNC_H_TxR_BL_CYCLES_FULL.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Full; Filter for cycles full  from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Not Empty; All",
        "EventCode": "0x35",
        "EventName": "UNC_H_TxR_BL_CYCLES_NE.ALL",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Not Empty; Cycles full from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Not Empty; Scheduler 0",
        "EventCode": "0x35",
        "EventName": "UNC_H_TxR_BL_CYCLES_NE.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Not Empty; Filter for cycles not empty  from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Not Empty; Scheduler 1",
        "EventCode": "0x35",
        "EventName": "UNC_H_TxR_BL_CYCLES_NE.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Not Empty; Filter for cycles not empty from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Allocations; All",
        "EventCode": "0x33",
        "EventName": "UNC_H_TxR_BL_INSERTS.ALL",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Allocations; Allocations from both schedulers",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Allocations; Scheduler 0",
        "EventCode": "0x33",
        "EventName": "UNC_H_TxR_BL_INSERTS.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Allocations; Filter for allocations from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Allocations; Scheduler 1",
        "EventCode": "0x33",
        "EventName": "UNC_H_TxR_BL_INSERTS.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Allocations; Filter for allocations from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Occupancy: All",
        "EventCode": "0x34",
        "EventName": "UNC_H_TxR_BL_OCCUPANCY.ALL",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Occupancy; Scheduler 0",
        "EventCode": "0x34",
        "EventName": "UNC_H_TxR_BL_OCCUPANCY.SCHED0",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Occupancy; Filter for occupancy from scheduler bank 0",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "BL Egress Occupancy; Scheduler 1",
        "EventCode": "0x34",
        "EventName": "UNC_H_TxR_BL_OCCUPANCY.SCHED1",
        "PerPkg": "1",
        "PublicDescription": "BL Egress Occupancy; Filter for occupancy from scheduler bank 1",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Regular; Channel 0",
        "EventCode": "0x18",
        "EventName": "UNC_H_WPQ_CYCLES_NO_REG_CREDITS.CHN0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 0 only.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Regular; Channel 1",
        "EventCode": "0x18",
        "EventName": "UNC_H_WPQ_CYCLES_NO_REG_CREDITS.CHN1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 1 only.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Regular; Channel 2",
        "EventCode": "0x18",
        "EventName": "UNC_H_WPQ_CYCLES_NO_REG_CREDITS.CHN2",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 2 only.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Regular; Channel 3",
        "EventCode": "0x18",
        "EventName": "UNC_H_WPQ_CYCLES_NO_REG_CREDITS.CHN3",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no regular credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the regular credits  Common high banwidth workloads should be able to make use of all of the regular buffers, but it will be difficult (and uncommon) to make use of both the regular and special buffers at the same time.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 3 only.",
        "UMask": "0x8",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Special; Channel 0",
        "EventCode": "0x19",
        "EventName": "UNC_H_WPQ_CYCLES_NO_SPEC_CREDITS.CHN0",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 0 only.",
        "UMask": "0x1",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Special; Channel 1",
        "EventCode": "0x19",
        "EventName": "UNC_H_WPQ_CYCLES_NO_SPEC_CREDITS.CHN1",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 1 only.",
        "UMask": "0x2",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Special; Channel 2",
        "EventCode": "0x19",
        "EventName": "UNC_H_WPQ_CYCLES_NO_SPEC_CREDITS.CHN2",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 2 only.",
        "UMask": "0x4",
        "Unit": "HA"
    },
    {
        "BriefDescription": "HA iMC CHN0 WPQ Credits Empty - Special; Channel 3",
        "EventCode": "0x19",
        "EventName": "UNC_H_WPQ_CYCLES_NO_SPEC_CREDITS.CHN3",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of cycles when there are no special credits available for posting writes from the HA into the iMC.  In order to send writes into the memory controller, the HA must first acquire a credit for the iMC's WPQ (write pending queue).  This queue is broken into regular credits/buffers that are used by general writes, and special requests such as ISOCH writes.  This count only tracks the special credits.  This statistic is generally not interesting for general IA workloads, but may be of interest for understanding the characteristics of systems using ISOCH.  One can filter based on the memory controller channel.  One or more channels can be tracked at a given time.; Filter for memory controller channel 3 only.",
        "UMask": "0x8",
        "Unit": "HA"
    }
]