summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-interconnect.json
blob: 09d840c7da4c9c9a9314bcd9edcc00a4f008fbc8 (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
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
[
    {
        "BriefDescription": "Total IRP occupancy of inbound read and write requests to coherent memory.",
        "EventCode": "0x0f",
        "EventName": "UNC_I_CACHE_TOTAL_OCCUPANCY.MEM",
        "PerPkg": "1",
        "PublicDescription": "Total IRP occupancy of inbound read and write requests to coherent memory.  This is effectively the sum of read occupancy and write occupancy.",
        "UMask": "0x4",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "IRP Clockticks",
        "EventCode": "0x01",
        "EventName": "UNC_I_CLOCKTICKS",
        "PerPkg": "1",
        "PublicDescription": "Number of IRP clock cycles while the event is enabled",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "FAF RF full",
        "EventCode": "0x17",
        "EventName": "UNC_I_FAF_FULL",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "FAF - request insert from TC.",
        "EventCode": "0x18",
        "EventName": "UNC_I_FAF_INSERTS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "FAF occupancy",
        "EventCode": "0x19",
        "EventName": "UNC_I_FAF_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "FAF allocation -- sent to ADQ",
        "EventCode": "0x16",
        "EventName": "UNC_I_FAF_TRANSACTIONS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": ": All Inserts Outbound (BL, AK, Snoops)",
        "EventCode": "0x20",
        "EventName": "UNC_I_IRP_ALL.EVICTS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "IRP"
    },
    {
        "BriefDescription": ": All Inserts Inbound (p2p + faf + cset)",
        "EventCode": "0x20",
        "EventName": "UNC_I_IRP_ALL.INBOUND_INSERTS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": ": All Inserts Outbound (BL, AK, Snoops)",
        "EventCode": "0x20",
        "EventName": "UNC_I_IRP_ALL.OUTBOUND_INSERTS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Atomic Transactions as Secondary",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.2ND_ATOMIC_INSERT",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Read Transactions as Secondary",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.2ND_RD_INSERT",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Cache Inserts of Write Transactions as Secondary",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.2ND_WR_INSERT",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Rejects",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.FAST_REJ",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Requests",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.FAST_REQ",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Fastpath Transfers From Primary to Secondary",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.FAST_XFER",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Prefetch Ack Hints From Primary to Secondary",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.PF_ACK_HINT",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Counts Timeouts - Set 0 : Slow path fwpf didn't find prefetch",
        "EventCode": "0x1e",
        "EventName": "UNC_I_MISC0.SLOWPATH_FWPF_NO_PRF",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Lost Forward",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.LOST_FWD",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Lost Forward : Snoop pulled away ownership before a write was committed",
        "UMask": "0x10",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Received Invalid",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SEC_RCVD_INVLD",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Received Invalid : Secondary received a transfer that did not have sufficient MESI state",
        "UMask": "0x20",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Received Valid",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SEC_RCVD_VLD",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Received Valid : Secondary received a transfer that did have sufficient MESI state",
        "UMask": "0x40",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Slow Transfer of E Line",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SLOW_E",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Slow Transfer of E Line : Secondary received a transfer that did have sufficient MESI state",
        "UMask": "0x4",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Slow Transfer of I Line",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SLOW_I",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Slow Transfer of I Line : Snoop took cacheline ownership before write from data was committed.",
        "UMask": "0x1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Slow Transfer of M Line",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SLOW_M",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Slow Transfer of M Line : Snoop took cacheline ownership before write from data was committed.",
        "UMask": "0x8",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Misc Events - Set 1 : Slow Transfer of S Line",
        "EventCode": "0x1f",
        "EventName": "UNC_I_MISC1.SLOW_S",
        "PerPkg": "1",
        "PublicDescription": "Misc Events - Set 1 : Slow Transfer of S Line : Secondary received a transfer that did not have sufficient MESI state",
        "UMask": "0x2",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Responses to snoops of any type that hit M, E, S or I line in the IIO",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT",
        "PerPkg": "1",
        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit M, E, S or I line in the IIO",
        "UMask": "0x7e",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Responses to snoops of any type that hit E or S line in the IIO cache",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_ES",
        "PerPkg": "1",
        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit E or S line in the IIO cache",
        "UMask": "0x74",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Responses to snoops of any type that hit I line in the IIO cache",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_I",
        "PerPkg": "1",
        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit I line in the IIO cache",
        "UMask": "0x72",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Responses to snoops of any type that hit M line in the IIO cache",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_M",
        "PerPkg": "1",
        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit M line in the IIO cache",
        "UMask": "0x78",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Responses to snoops of any type that miss the IIO cache",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.ALL_MISS",
        "PerPkg": "1",
        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that miss the IIO cache",
        "UMask": "0x71",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : Hit E or S",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.HIT_ES",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : Hit I",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.HIT_I",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : Hit M",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.HIT_M",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : Miss",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.MISS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : SnpCode",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.SNPCODE",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : SnpData",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.SNPDATA",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Snoop Responses : SnpInv",
        "EventCode": "0x12",
        "EventName": "UNC_I_SNOOP_RESP.SNPINV",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Inbound write (fast path) requests received by the IRP.",
        "EventCode": "0x11",
        "EventName": "UNC_I_TRANSACTIONS.WR_PREF",
        "PerPkg": "1",
        "PublicDescription": "Inbound write (fast path) requests to coherent memory, received by the IRP resulting in write ownership requests issued by IRP to the mesh.",
        "UMask": "0x8",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "AK Egress Allocations",
        "EventCode": "0x0b",
        "EventName": "UNC_I_TxC_AK_INSERTS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL DRS Egress Cycles Full",
        "EventCode": "0x05",
        "EventName": "UNC_I_TxC_BL_DRS_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL DRS Egress Inserts",
        "EventCode": "0x02",
        "EventName": "UNC_I_TxC_BL_DRS_INSERTS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL DRS Egress Occupancy",
        "EventCode": "0x08",
        "EventName": "UNC_I_TxC_BL_DRS_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCB Egress Cycles Full",
        "EventCode": "0x06",
        "EventName": "UNC_I_TxC_BL_NCB_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCB Egress Inserts",
        "EventCode": "0x03",
        "EventName": "UNC_I_TxC_BL_NCB_INSERTS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCB Egress Occupancy",
        "EventCode": "0x09",
        "EventName": "UNC_I_TxC_BL_NCB_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCS Egress Cycles Full",
        "EventCode": "0x07",
        "EventName": "UNC_I_TxC_BL_NCS_CYCLES_FULL",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCS Egress Inserts",
        "EventCode": "0x04",
        "EventName": "UNC_I_TxC_BL_NCS_INSERTS",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "BL NCS Egress Occupancy",
        "EventCode": "0x0a",
        "EventName": "UNC_I_TxC_BL_NCS_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "UNC_I_TxR2_AD01_STALL_CREDIT_CYCLES",
        "EventCode": "0x1c",
        "EventName": "UNC_I_TxR2_AD01_STALL_CREDIT_CYCLES",
        "PerPkg": "1",
        "PublicDescription": ": Counts the number times when it is not possible to issue a request to the M2PCIe because there are no Egress Credits available on AD0, A1 or AD0AD1 both. Stalls on both AD0 and AD1 will count as 2",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "No AD0 Egress Credits Stalls",
        "EventCode": "0x1a",
        "EventName": "UNC_I_TxR2_AD0_STALL_CREDIT_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "No AD0 Egress Credits Stalls : Counts the number times when it is not possible to issue a request to the M2PCIe because there are no AD0 Egress Credits available.",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "No AD1 Egress Credits Stalls",
        "EventCode": "0x1b",
        "EventName": "UNC_I_TxR2_AD1_STALL_CREDIT_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "No AD1 Egress Credits Stalls : Counts the number times when it is not possible to issue a request to the M2PCIe because there are no AD1 Egress Credits available.",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "No BL Egress Credit Stalls",
        "EventCode": "0x1d",
        "EventName": "UNC_I_TxR2_BL_STALL_CREDIT_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "No BL Egress Credit Stalls : Counts the number times when it is not possible to issue data to the R2PCIe because there are no BL Egress Credits available.",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Outbound Read Requests",
        "EventCode": "0x0d",
        "EventName": "UNC_I_TxS_DATA_INSERTS_NCB",
        "PerPkg": "1",
        "PublicDescription": "Outbound Read Requests : Counts the number of requests issued to the switch (towards the devices).",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Outbound Read Requests",
        "EventCode": "0x0e",
        "EventName": "UNC_I_TxS_DATA_INSERTS_NCS",
        "PerPkg": "1",
        "PublicDescription": "Outbound Read Requests : Counts the number of requests issued to the switch (towards the devices).",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "Outbound Request Queue Occupancy",
        "EventCode": "0x0c",
        "EventName": "UNC_I_TxS_REQUEST_OCCUPANCY",
        "PerPkg": "1",
        "PublicDescription": "Outbound Request Queue Occupancy : Accumulates the number of outstanding outbound requests from the IRP to the switch (towards the devices).  This can be used in conjunction with the allocations event in order to calculate average latency of outbound requests.",
        "Unit": "IRP"
    },
    {
        "BriefDescription": "M2M Clockticks",
        "EventCode": "0x01",
        "EventName": "UNC_M2M_CLOCKTICKS",
        "PerPkg": "1",
        "PublicDescription": "Clockticks of the mesh to memory (M2M)",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "CMS Clockticks",
        "EventCode": "0xc0",
        "EventName": "UNC_M2M_CMS_CLOCKTICKS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when direct to core mode (which bypasses the CHA) was disabled",
        "EventCode": "0x17",
        "EventName": "UNC_M2M_DIRECT2CORE_NOT_TAKEN_DIRSTATE",
        "PerPkg": "1",
        "UMask": "0x7",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when direct to core mode, which bypasses the CHA, was disabled : Non Cisgress",
        "EventCode": "0x17",
        "EventName": "UNC_M2M_DIRECT2CORE_NOT_TAKEN_DIRSTATE.NON_CISGRESS",
        "PerPkg": "1",
        "PublicDescription": "Cycles when direct to core mode, which bypasses the CHA, was disabled : Non Cisgress : Counts the number of time non cisgress D2C was not honoured by egress due to directory state constraints",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Counts the time when FM didn't do d2c for fill reads (cross tile case)",
        "EventCode": "0x4a",
        "EventName": "UNC_M2M_DIRECT2CORE_NOT_TAKEN_NOTFORKED",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of reads in which direct to core transaction were overridden",
        "EventCode": "0x18",
        "EventName": "UNC_M2M_DIRECT2CORE_TXN_OVERRIDE",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of reads in which direct to core transaction was overridden : Cisgress",
        "EventCode": "0x18",
        "EventName": "UNC_M2M_DIRECT2CORE_TXN_OVERRIDE.CISGRESS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of reads in which direct to core transaction was overridden : 2LM Hit?",
        "EventCode": "0x18",
        "EventName": "UNC_M2M_DIRECT2CORE_TXN_OVERRIDE.PMM_HIT",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of times a direct to UPI transaction was overridden.",
        "EventCode": "0x1C",
        "EventName": "UNC_M2M_DIRECT2UPITXN_OVERRIDE.PMM_HIT",
        "PerPkg": "1",
        "PublicDescription": "Number of times a direct to UPI transaction was overridden. : Counts the number of times D2K wasn't honored even though the incoming request had d2k set",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of reads in which direct to Intel UPI transactions were overridden",
        "EventCode": "0x1b",
        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_CREDITS",
        "PerPkg": "1",
        "UMask": "0x7",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when direct to Intel UPI was disabled",
        "EventCode": "0x1a",
        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_DIRSTATE",
        "PerPkg": "1",
        "UMask": "0x7",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when Direct2UPI was Disabled : Cisgress D2U Ignored",
        "EventCode": "0x1A",
        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_DIRSTATE.CISGRESS",
        "PerPkg": "1",
        "PublicDescription": "Cycles when Direct2UPI was Disabled : Cisgress D2U Ignored : Counts cisgress d2K that was not honored due to directory constraints",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when Direct2UPI was Disabled : Egress Ignored D2U",
        "EventCode": "0x1A",
        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_DIRSTATE.EGRESS",
        "PerPkg": "1",
        "PublicDescription": "Cycles when Direct2UPI was Disabled : Egress Ignored D2U : Counts the number of time D2K was not honoured by egress due to directory state constraints",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Cycles when Direct2UPI was Disabled : Non Cisgress D2U Ignored",
        "EventCode": "0x1A",
        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_DIRSTATE.NON_CISGRESS",
        "PerPkg": "1",
        "PublicDescription": "Cycles when Direct2UPI was Disabled : Non Cisgress D2U Ignored : Counts non cisgress d2K that was not honored due to directory constraints",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Messages sent direct to the Intel UPI",
        "EventCode": "0x19",
        "EventName": "UNC_M2M_DIRECT2UPI_TAKEN",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of times egress did D2K (Direct to KTI)",
        "UMask": "0x7",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of reads that a message sent direct2 Intel UPI was overridden",
        "EventCode": "0x1c",
        "EventName": "UNC_M2M_DIRECT2UPI_TXN_OVERRIDE",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number of times a direct to UPI transaction was overridden.",
        "EventCode": "0x1C",
        "EventName": "UNC_M2M_DIRECT2UPI_TXN_OVERRIDE.CISGRESS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On NonDirty Line in A State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_A",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On NonDirty Line in I State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_I",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On NonDirty Line in L State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_P",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On NonDirty Line in S State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_S",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On Dirty Line in A State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_A",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On Dirty Line in I State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_I",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On Dirty Line in L State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_P",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Hit : On Dirty Line in S State",
        "EventCode": "0x1d",
        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_S",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory lookups (any state found)",
        "EventCode": "0x20",
        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.ANY",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of hit data returns to egress with any directory to non persistent memory",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory lookups (cacheline found in A state)",
        "EventCode": "0x20",
        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_A",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of hit data returns to egress with directory A to non persistent memory",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in I state)",
        "EventCode": "0x20",
        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_I",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of hit data returns to egress with directory I to non persistent memory",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in S state)",
        "EventCode": "0x20",
        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_S",
        "PerPkg": "1",
        "PublicDescription": "Counts the number of hit data returns to egress with directory S to non persistent memory",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On NonDirty Line in A State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_A",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On NonDirty Line in I State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_I",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On NonDirty Line in L State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_P",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On NonDirty Line in S State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_S",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On Dirty Line in A State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_A",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On Dirty Line in I State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_I",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On Dirty Line in L State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_P",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Directory Miss : On Dirty Line in S State",
        "EventCode": "0x1e",
        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_S",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from A to I",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A2I",
        "PerPkg": "1",
        "UMask": "0x320",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from A to S",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A2S",
        "PerPkg": "1",
        "UMask": "0x340",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from/to Any state",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.ANY",
        "PerPkg": "1",
        "UMask": "0x301",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A_TO_I_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from A to I to non persistent memory (DRAM or HBM)",
        "UMask": "0x120",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A_TO_I_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 2lm miss  data returns that would result in directory update from A to I to non persistent memory (DRAM or HBM)",
        "UMask": "0x220",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A_TO_S_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from A to S to non persistent memory (DRAM or HBM)",
        "UMask": "0x140",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A_TO_S_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 2lm miss  data returns that would result in directory update from A to S to non persistent memory (DRAM or HBM)",
        "UMask": "0x240",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts any 1lm or 2lm hit data return that would result in directory update to non persistent memory (DRAM or HBM)",
        "UMask": "0x101",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from I to A",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I2A",
        "PerPkg": "1",
        "UMask": "0x304",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from I to S",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I2S",
        "PerPkg": "1",
        "UMask": "0x302",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I_TO_A_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from I to A to non persistent memory (DRAM or HBM)",
        "UMask": "0x104",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I_TO_A_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 2lm miss  data returns that would result in directory update from I to A to non persistent memory (DRAM or HBM)",
        "UMask": "0x204",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I_TO_S_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from I to S to non persistent memory (DRAM or HBM)",
        "UMask": "0x102",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I_TO_S_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts  2lm miss  data returns that would result in directory update from I to S to non persistent memory (DRAM or HBM)",
        "UMask": "0x202",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts any 2lm miss data return that would result in directory update to non persistent memory (DRAM or HBM)",
        "UMask": "0x201",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from S to A",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S2A",
        "PerPkg": "1",
        "UMask": "0x310",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory update from S to I",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S2I",
        "PerPkg": "1",
        "UMask": "0x308",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S_TO_A_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from S to A to non persistent memory (DRAM or HBM)",
        "UMask": "0x110",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S_TO_A_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 2lm miss  data returns that would result in directory update from S to A to non persistent memory (DRAM or HBM)",
        "UMask": "0x210",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S_TO_I_HIT_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 1lm or 2lm hit  data returns that would result in directory update from S to I to non persistent memory (DRAM or HBM)",
        "UMask": "0x108",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Multi-socket cacheline Directory Updates",
        "EventCode": "0x21",
        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S_TO_I_MISS_NON_PMM",
        "PerPkg": "1",
        "PublicDescription": "Counts 2lm miss  data returns that would result in directory update from S to I to non persistent memory (DRAM or HBM)",
        "UMask": "0x208",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Egress Blocking due to Ordering requirements : Down",
        "EventCode": "0xba",
        "EventName": "UNC_M2M_EGRESS_ORDERING.IV_SNOOPGO_DN",
        "PerPkg": "1",
        "PublicDescription": "Egress Blocking due to Ordering requirements : Down : Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
        "UMask": "0x80000004",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Egress Blocking due to Ordering requirements : Up",
        "EventCode": "0xba",
        "EventName": "UNC_M2M_EGRESS_ORDERING.IV_SNOOPGO_UP",
        "PerPkg": "1",
        "PublicDescription": "Egress Blocking due to Ordering requirements : Up : Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
        "UMask": "0x80000001",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Count when Starve Glocab counter is at 7",
        "EventCode": "0x44",
        "EventName": "UNC_M2M_IGR_STARVE_WINNER.MASK7",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Reads to iMC issued",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.ALL",
        "PerPkg": "1",
        "UMask": "0x304",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0.TO_NM1LM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0.TO_NM1LM",
        "PerPkg": "1",
        "UMask": "0x108",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0.TO_NMCache",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0.TO_NMCache",
        "PerPkg": "1",
        "UMask": "0x110",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_ALL",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_ALL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x104",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_FROM_TGR",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_FROM_TGR",
        "PerPkg": "1",
        "UMask": "0x140",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_ISOCH",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_ISOCH",
        "PerPkg": "1",
        "UMask": "0x102",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_NORMAL",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_NORMAL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x101",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_TO_DDR_AS_CACHE",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x110",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_TO_DDR_AS_MEM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x108",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH0_TO_PMM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH0_TO_PMM",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x120",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1.TO_NM1LM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1.TO_NM1LM",
        "PerPkg": "1",
        "UMask": "0x208",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1.TO_NMCache",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1.TO_NMCache",
        "PerPkg": "1",
        "UMask": "0x210",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_ALL",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_ALL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x204",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_FROM_TGR",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_FROM_TGR",
        "PerPkg": "1",
        "UMask": "0x240",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_ISOCH",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_ISOCH",
        "PerPkg": "1",
        "UMask": "0x202",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_NORMAL",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_NORMAL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x201",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_TO_DDR_AS_CACHE",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x210",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_TO_DDR_AS_MEM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x208",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.CH1_TO_PMM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.CH1_TO_PMM",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x220",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.FROM_TGR",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.FROM_TGR",
        "PerPkg": "1",
        "UMask": "0x340",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.ISOCH",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.ISOCH",
        "PerPkg": "1",
        "UMask": "0x302",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.NORMAL",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.NORMAL",
        "PerPkg": "1",
        "UMask": "0x301",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.TO_DDR_AS_CACHE",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x310",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.TO_DDR_AS_MEM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x308",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.TO_NM1LM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.TO_NM1LM",
        "PerPkg": "1",
        "UMask": "0x308",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.TO_NMCACHE",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.TO_NMCACHE",
        "PerPkg": "1",
        "UMask": "0x310",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_READS.TO_PMM",
        "EventCode": "0x24",
        "EventName": "UNC_M2M_IMC_READS.TO_PMM",
        "PerPkg": "1",
        "UMask": "0x320",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "All Writes - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.ALL",
        "PerPkg": "1",
        "UMask": "0x1810",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0.NI",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_ALL",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_ALL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x810",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "From TGR - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_FROM_TGR",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_FULL",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_FULL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x801",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_FULL_ISOCH",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_FULL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x804",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_NI",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive Miss - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_NI_MISS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_PARTIAL",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_PARTIAL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x802",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_PARTIAL_ISOCH",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_PARTIAL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x808",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "DDR, acting as Cache - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x840",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_IMC_WRITES.CH0_TO_DDR_AS_MEM",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x820",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "PMM - Ch0",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH0_TO_PMM",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "PublicDescription": "PMM - Ch0 : Counts all PMM dimm writes requests(full line and partial) sent from M2M to iMC",
        "UMask": "0x880",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1.NI",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "All Writes - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_ALL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x1010",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "From TGR - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_FROM_TGR",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Full Line Non-ISOCH - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_FULL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x1001",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "ISOCH Full Line - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_FULL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x1004",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_NI",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive Miss - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_NI_MISS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Partial Non-ISOCH - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_PARTIAL",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "UMask": "0x1002",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "ISOCH Partial - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_PARTIAL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x1008",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "DDR, acting as Cache - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x1040",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "DDR - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x1020",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "PMM - Ch1",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.CH1_TO_PMM",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "PublicDescription": "PMM - Ch1 : Counts all PMM dimm writes requests(full line and partial) sent from M2M to iMC",
        "UMask": "0x1080",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "From TGR - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.FROM_TGR",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Full Non-ISOCH - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.FULL",
        "PerPkg": "1",
        "UMask": "0x1801",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "ISOCH Full Line - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.FULL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x1804",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.NI",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Non-Inclusive Miss - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.NI_MISS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Partial Non-ISOCH - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.PARTIAL",
        "PerPkg": "1",
        "UMask": "0x1802",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "ISOCH Partial - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.PARTIAL_ISOCH",
        "PerPkg": "1",
        "UMask": "0x1808",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "DDR, acting as Cache - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.TO_DDR_AS_CACHE",
        "PerPkg": "1",
        "UMask": "0x1840",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "DDR - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.TO_DDR_AS_MEM",
        "PerPkg": "1",
        "UMask": "0x1820",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "PMM - All Channels",
        "EventCode": "0x25",
        "EventName": "UNC_M2M_IMC_WRITES.TO_PMM",
        "PerPkg": "1",
        "UMask": "0x1880",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_PREFCAM_CIS_DROPS",
        "EventCode": "0x5c",
        "EventName": "UNC_M2M_PREFCAM_CIS_DROPS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.CH0_UPI",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.CH0_XPT",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.CH1_UPI",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.CH1_XPT",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped : UPI - All Channels",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.UPI_ALLCH",
        "PerPkg": "1",
        "UMask": "0xa",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Data Prefetches Dropped",
        "EventCode": "0x58",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_DROPS.XPT_ALLCH",
        "PerPkg": "1",
        "UMask": "0x5",
        "Unit": "M2M"
    },
    {
        "BriefDescription": ": UPI - All Channels",
        "EventCode": "0x5d",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_MERGE.UPI_ALLCH",
        "PerPkg": "1",
        "UMask": "0xa",
        "Unit": "M2M"
    },
    {
        "BriefDescription": ": XPT - All Channels",
        "EventCode": "0x5d",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_MERGE.XPT_ALLCH",
        "PerPkg": "1",
        "UMask": "0x5",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Demands Not Merged with CAMed Prefetches",
        "EventCode": "0x5E",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_NO_MERGE.RD_MERGED",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Demands Not Merged with CAMed Prefetches",
        "EventCode": "0x5E",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_NO_MERGE.WR_MERGED",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Demands Not Merged with CAMed Prefetches",
        "EventCode": "0x5E",
        "EventName": "UNC_M2M_PREFCAM_DEMAND_NO_MERGE.WR_SQUASHED",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : UPI - Ch 0",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.CH0_UPI",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : XPT - Ch 0",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.CH0_XPT",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : UPI - Ch 1",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.CH1_UPI",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : XPT - Ch 1",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.CH1_XPT",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : UPI - All Channels",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.UPI_ALLCH",
        "PerPkg": "1",
        "UMask": "0xa",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Inserts : XPT - All Channels",
        "EventCode": "0x56",
        "EventName": "UNC_M2M_PREFCAM_INSERTS.XPT_ALLCH",
        "PerPkg": "1",
        "PublicDescription": "Prefetch CAM Inserts : XPT -All Channels",
        "UMask": "0x5",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Occupancy : All Channels",
        "EventCode": "0x54",
        "EventName": "UNC_M2M_PREFCAM_OCCUPANCY.ALLCH",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Occupancy : Channel 0",
        "EventCode": "0x54",
        "EventName": "UNC_M2M_PREFCAM_OCCUPANCY.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Prefetch CAM Occupancy : Channel 1",
        "EventCode": "0x54",
        "EventName": "UNC_M2M_PREFCAM_OCCUPANCY.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "All Channels",
        "EventCode": "0x5F",
        "EventName": "UNC_M2M_PREFCAM_RESP_MISS.ALLCH",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "M2M"
    },
    {
        "BriefDescription": ": Channel 0",
        "EventCode": "0x5f",
        "EventName": "UNC_M2M_PREFCAM_RESP_MISS.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": ": Channel 1",
        "EventCode": "0x5f",
        "EventName": "UNC_M2M_PREFCAM_RESP_MISS.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_PREFCAM_RxC_DEALLOCS.1LM_POSTED",
        "EventCode": "0x62",
        "EventName": "UNC_M2M_PREFCAM_RxC_DEALLOCS.1LM_POSTED",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_PREFCAM_RxC_DEALLOCS.CIS",
        "EventCode": "0x62",
        "EventName": "UNC_M2M_PREFCAM_RxC_DEALLOCS.CIS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_PREFCAM_RxC_DEALLOCS.PMM_MEMMODE_ACCEPT",
        "EventCode": "0x62",
        "EventName": "UNC_M2M_PREFCAM_RxC_DEALLOCS.PMM_MEMMODE_ACCEPT",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_PREFCAM_RxC_DEALLOCS.SQUASHED",
        "EventCode": "0x62",
        "EventName": "UNC_M2M_PREFCAM_RxC_DEALLOCS.SQUASHED",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "AD Ingress (from CMS) Occupancy - Prefetches",
        "EventCode": "0x60",
        "EventName": "UNC_M2M_PREFCAM_RxC_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "AD Ingress (from CMS) : AD Ingress (from CMS) Allocations",
        "EventCode": "0x02",
        "EventName": "UNC_M2M_RxC_AD_INSERTS",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "AD Ingress (from CMS) Occupancy",
        "EventCode": "0x03",
        "EventName": "UNC_M2M_RxC_AD_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Clean NearMem Read Hit",
        "EventCode": "0x1F",
        "EventName": "UNC_M2M_TAG_HIT.NM_RD_HIT_CLEAN",
        "PerPkg": "1",
        "PublicDescription": "Counts clean full line read hits (reads and RFOs).",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Dirty NearMem Read Hit",
        "EventCode": "0x1F",
        "EventName": "UNC_M2M_TAG_HIT.NM_RD_HIT_DIRTY",
        "PerPkg": "1",
        "PublicDescription": "Counts dirty full line read hits (reads and RFOs).",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tag Hit : Clean NearMem Underfill Hit",
        "EventCode": "0x1F",
        "EventName": "UNC_M2M_TAG_HIT.NM_UFILL_HIT_CLEAN",
        "PerPkg": "1",
        "PublicDescription": "Tag Hit indicates when a request sent to the iMC hit in Near Memory. : Counts clean underfill hits due to a partial write",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tag Hit : Dirty NearMem Underfill Hit",
        "EventCode": "0x1F",
        "EventName": "UNC_M2M_TAG_HIT.NM_UFILL_HIT_DIRTY",
        "PerPkg": "1",
        "PublicDescription": "Tag Hit indicates when a request sent to the iMC hit in Near Memory. : Counts dirty underfill read hits due to a partial write",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "UNC_M2M_TAG_MISS",
        "EventCode": "0x4b",
        "EventName": "UNC_M2M_TAG_MISS",
        "PerPkg": "1",
        "UMask": "0x3",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number AD Ingress Credits",
        "EventCode": "0x2e",
        "EventName": "UNC_M2M_TGR_AD_CREDITS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Number BL Ingress Credits",
        "EventCode": "0x2f",
        "EventName": "UNC_M2M_TGR_BL_CREDITS",
        "PerPkg": "1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tracker Inserts : Channel 0",
        "EventCode": "0x32",
        "EventName": "UNC_M2M_TRACKER_INSERTS.CH0",
        "PerPkg": "1",
        "UMask": "0x104",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tracker Inserts : Channel 1",
        "EventCode": "0x32",
        "EventName": "UNC_M2M_TRACKER_INSERTS.CH1",
        "PerPkg": "1",
        "UMask": "0x204",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tracker Occupancy : Channel 0",
        "EventCode": "0x33",
        "EventName": "UNC_M2M_TRACKER_OCCUPANCY.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Tracker Occupancy : Channel 1",
        "EventCode": "0x33",
        "EventName": "UNC_M2M_TRACKER_OCCUPANCY.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "WPQ Flush : Channel 0",
        "EventCode": "0x42",
        "EventName": "UNC_M2M_WPQ_FLUSH.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "WPQ Flush : Channel 1",
        "EventCode": "0x42",
        "EventName": "UNC_M2M_WPQ_FLUSH.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Regular : Channel 0",
        "EventCode": "0x37",
        "EventName": "UNC_M2M_WPQ_NO_REG_CRD.CHN0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Regular : Channel 1",
        "EventCode": "0x37",
        "EventName": "UNC_M2M_WPQ_NO_REG_CRD.CHN1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Special : Channel 0",
        "EventCode": "0x38",
        "EventName": "UNC_M2M_WPQ_NO_SPEC_CRD.CHN0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Special : Channel 1",
        "EventCode": "0x38",
        "EventName": "UNC_M2M_WPQ_NO_SPEC_CRD.CHN1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Inserts : Channel 0",
        "EventCode": "0x40",
        "EventName": "UNC_M2M_WR_TRACKER_INSERTS.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Inserts : Channel 1",
        "EventCode": "0x40",
        "EventName": "UNC_M2M_WR_TRACKER_INSERTS.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Cycles Not Empty : Channel 0",
        "EventCode": "0x35",
        "EventName": "UNC_M2M_WR_TRACKER_NE.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Cycles Not Empty : Channel 1",
        "EventCode": "0x35",
        "EventName": "UNC_M2M_WR_TRACKER_NE.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Cycles Not Empty : Mirror",
        "EventCode": "0x35",
        "EventName": "UNC_M2M_WR_TRACKER_NE.MIRR",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Cycles Not Empty",
        "EventCode": "0x35",
        "EventName": "UNC_M2M_WR_TRACKER_NE.MIRR_NONTGR",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Cycles Not Empty",
        "EventCode": "0x35",
        "EventName": "UNC_M2M_WR_TRACKER_NE.MIRR_PWR",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Non-Posted Inserts : Channel 0",
        "EventCode": "0x4d",
        "EventName": "UNC_M2M_WR_TRACKER_NONPOSTED_INSERTS.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Non-Posted Inserts : Channel 1",
        "EventCode": "0x4d",
        "EventName": "UNC_M2M_WR_TRACKER_NONPOSTED_INSERTS.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Non-Posted Occupancy : Channel 0",
        "EventCode": "0x4c",
        "EventName": "UNC_M2M_WR_TRACKER_NONPOSTED_OCCUPANCY.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Non-Posted Occupancy : Channel 1",
        "EventCode": "0x4c",
        "EventName": "UNC_M2M_WR_TRACKER_NONPOSTED_OCCUPANCY.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Posted Inserts : Channel 0",
        "EventCode": "0x48",
        "EventName": "UNC_M2M_WR_TRACKER_POSTED_INSERTS.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Posted Inserts : Channel 1",
        "EventCode": "0x48",
        "EventName": "UNC_M2M_WR_TRACKER_POSTED_INSERTS.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Posted Occupancy : Channel 0",
        "EventCode": "0x47",
        "EventName": "UNC_M2M_WR_TRACKER_POSTED_OCCUPANCY.CH0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "Write Tracker Posted Occupancy : Channel 1",
        "EventCode": "0x47",
        "EventName": "UNC_M2M_WR_TRACKER_POSTED_OCCUPANCY.CH1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M2M"
    },
    {
        "BriefDescription": "CBox AD Credits Empty : Requests",
        "EventCode": "0x22",
        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.REQ",
        "PerPkg": "1",
        "PublicDescription": "CBox AD Credits Empty : Requests : No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "CBox AD Credits Empty : Snoops",
        "EventCode": "0x22",
        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.SNP",
        "PerPkg": "1",
        "PublicDescription": "CBox AD Credits Empty : Snoops : No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "CBox AD Credits Empty : VNA Messages",
        "EventCode": "0x22",
        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.VNA",
        "PerPkg": "1",
        "PublicDescription": "CBox AD Credits Empty : VNA Messages : No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "CBox AD Credits Empty : Writebacks",
        "EventCode": "0x22",
        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.WB",
        "PerPkg": "1",
        "PublicDescription": "CBox AD Credits Empty : Writebacks : No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M3UPI Clockticks",
        "EventCode": "0x01",
        "EventName": "UNC_M3UPI_CLOCKTICKS",
        "PerPkg": "1",
        "PublicDescription": "Number of M2UPI clock cycles while the event is enabled",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M3UPI CMS Clockticks",
        "EventCode": "0xc0",
        "EventName": "UNC_M3UPI_CMS_CLOCKTICKS",
        "PerPkg": "1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "D2C Sent",
        "EventCode": "0x2b",
        "EventName": "UNC_M3UPI_D2C_SENT",
        "PerPkg": "1",
        "PublicDescription": "D2C Sent : Count cases BL sends direct to core",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "D2U Sent",
        "EventCode": "0x2a",
        "EventName": "UNC_M3UPI_D2U_SENT",
        "PerPkg": "1",
        "PublicDescription": "D2U Sent : Cases where SMI3 sends D2U command",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Egress Blocking due to Ordering requirements : Down",
        "EventCode": "0xba",
        "EventName": "UNC_M3UPI_EGRESS_ORDERING.IV_SNOOPGO_DN",
        "PerPkg": "1",
        "PublicDescription": "Egress Blocking due to Ordering requirements : Down : Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Egress Blocking due to Ordering requirements : Up",
        "EventCode": "0xba",
        "EventName": "UNC_M3UPI_EGRESS_ORDERING.IV_SNOOPGO_UP",
        "PerPkg": "1",
        "PublicDescription": "Egress Blocking due to Ordering requirements : Up : Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO0 and IIO1 share the same ring destination. (1 VN0 credit only)",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO1_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO0 and IIO1 share the same ring destination. (1 VN0 credit only) : No vn0 and vna credits available to send to M2",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO2",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO2_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO2 : No vn0 and vna credits available to send to M2",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO3",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO3_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO3 : No vn0 and vna credits available to send to M2",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO4",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO4_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO4 : No vn0 and vna credits available to send to M2",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO5",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO5_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO5 : No vn0 and vna credits available to send to M2",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : All IIO targets for NCS are in single mask. ORs them together",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.NCS",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : All IIO targets for NCS are in single mask. ORs them together : No vn0 and vna credits available to send to M2",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : Selected M2p BL NCS credits",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.NCS_SEL",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : Selected M2p BL NCS credits : No vn0 and vna credits available to send to M2",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "M2 BL Credits Empty : IIO5",
        "EventCode": "0x23",
        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.UBOX_NCB",
        "PerPkg": "1",
        "PublicDescription": "M2 BL Credits Empty : IIO5 : No vn0 and vna credits available to send to M2",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : AD - Slot 0",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : AD - Slot 0 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : AD - Slot 1",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT1",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : AD - Slot 1 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : AD - Slot 2",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT2",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : AD - Slot 2 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : AK - Slot 0",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AK_SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : AK - Slot 0 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : AK - Slot 2",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AK_SLOT2",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : AK - Slot 2 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Multi Slot Flit Received : BL - Slot 0",
        "EventCode": "0x3e",
        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.BL_SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Multi Slot Flit Received : BL - Slot 0 : Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : REQ on AD",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : REQ on AD : VN0 message requested but lost arbitration : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : RSP on AD",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : RSP on AD : VN0 message requested but lost arbitration : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : SNP on AD",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : SNP on AD : VN0 message requested but lost arbitration : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : NCB on BL",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : NCB on BL : VN0 message requested but lost arbitration : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : NCS on BL",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : NCS on BL : VN0 message requested but lost arbitration : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : RSP on BL",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : RSP on BL : VN0 message requested but lost arbitration : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN0 : WB on BL",
        "EventCode": "0x4b",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN0 : WB on BL : VN0 message requested but lost arbitration : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : REQ on AD",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : REQ on AD : VN1 message requested but lost arbitration : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : RSP on AD",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : RSP on AD : VN1 message requested but lost arbitration : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : SNP on AD",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : SNP on AD : VN1 message requested but lost arbitration : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : NCB on BL",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : NCB on BL : VN1 message requested but lost arbitration : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : NCS on BL",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : NCS on BL : VN1 message requested but lost arbitration : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : RSP on BL",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : RSP on BL : VN1 message requested but lost arbitration : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Lost Arb for VN1 : WB on BL",
        "EventCode": "0x4c",
        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "Lost Arb for VN1 : WB on BL : VN1 message requested but lost arbitration : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : AD, BL Parallel Win VN0",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.ADBL_PARALLEL_WIN_VN0",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : AD, BL Parallel Win VN0 : AD and BL messages won arbitration concurrently / in parallel",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : AD, BL Parallel Win VN1",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.ADBL_PARALLEL_WIN_VN1",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : AD, BL Parallel Win VN1 : AD and BL messages won arbitration concurrently / in parallel",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : Max Parallel Win",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.ALL_PARALLEL_WIN",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : Max Parallel Win : VN0 and VN1 arbitration sub-pipelines both produced AD and BL winners (maximum possible parallel winners)",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : No Progress on Pending AD VN0",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_AD_VN0",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : No Progress on Pending AD VN0 : Arbitration stage made no progress on pending ad vn0 messages because slotting stage cannot accept new message",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : No Progress on Pending AD VN1",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_AD_VN1",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : No Progress on Pending AD VN1 : Arbitration stage made no progress on pending ad vn1 messages because slotting stage cannot accept new message",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : No Progress on Pending BL VN0",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_BL_VN0",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : No Progress on Pending BL VN0 : Arbitration stage made no progress on pending bl vn0 messages because slotting stage cannot accept new message",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : No Progress on Pending BL VN1",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_BL_VN1",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : No Progress on Pending BL VN1 : Arbitration stage made no progress on pending bl vn1 messages because slotting stage cannot accept new message",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Arb Miscellaneous : VN0, VN1 Parallel Win",
        "EventCode": "0x4d",
        "EventName": "UNC_M3UPI_RxC_ARB_MISC.VN01_PARALLEL_WIN",
        "PerPkg": "1",
        "PublicDescription": "Arb Miscellaneous : VN0, VN1 Parallel Win : VN0 and VN1 arbitration sub-pipelines had parallel winners (at least one AD or BL on each side)",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : REQ on AD",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : REQ on AD : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : RSP on AD",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : RSP on AD : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : SNP on AD",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : SNP on AD : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : NCB on BL",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : NCB on BL : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : NCS on BL",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : NCS on BL : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : RSP on BL",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : RSP on BL : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN0 : WB on BL",
        "EventCode": "0x47",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN0.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN0 : WB on BL : VN0 message is blocked from requesting arbitration due to lack of remote UPI credits : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : REQ on AD",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : REQ on AD : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : RSP on AD",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : RSP on AD : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : SNP on AD",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : SNP on AD : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : NCB on BL",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : NCB on BL : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : NCS on BL",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : NCS on BL : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : RSP on BL",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : RSP on BL : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "No Credits to Arb for VN1 : WB on BL",
        "EventCode": "0x48",
        "EventName": "UNC_M3UPI_RxC_ARB_NOCRD_VN1.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "No Credits to Arb for VN1 : WB on BL : VN1 message is blocked from requesting arbitration due to lack of remote UPI credits : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : REQ on AD",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : REQ on AD : VN0 message was not able to request arbitration while some other message won arbitration : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : RSP on AD",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : RSP on AD : VN0 message was not able to request arbitration while some other message won arbitration : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : SNP on AD",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : SNP on AD : VN0 message was not able to request arbitration while some other message won arbitration : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : NCB on BL",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : NCB on BL : VN0 message was not able to request arbitration while some other message won arbitration : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : NCS on BL",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : NCS on BL : VN0 message was not able to request arbitration while some other message won arbitration : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : RSP on BL",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : RSP on BL : VN0 message was not able to request arbitration while some other message won arbitration : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN0 : WB on BL",
        "EventCode": "0x49",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN0.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN0 : WB on BL : VN0 message was not able to request arbitration while some other message won arbitration : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : REQ on AD",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : REQ on AD : VN1 message was not able to request arbitration while some other message won arbitration : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : RSP on AD",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : RSP on AD : VN1 message was not able to request arbitration while some other message won arbitration : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : SNP on AD",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : SNP on AD : VN1 message was not able to request arbitration while some other message won arbitration : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : NCB on BL",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : NCB on BL : VN1 message was not able to request arbitration while some other message won arbitration : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : NCS on BL",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : NCS on BL : VN1 message was not able to request arbitration while some other message won arbitration : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : RSP on BL",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : RSP on BL : VN1 message was not able to request arbitration while some other message won arbitration : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Can't Arb for VN1 : WB on BL",
        "EventCode": "0x4a",
        "EventName": "UNC_M3UPI_RxC_ARB_NOREQ_VN1.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "Can't Arb for VN1 : WB on BL : VN1 message was not able to request arbitration while some other message won arbitration : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Ingress Queue Bypasses : AD to Slot 0 on BL Arb",
        "EventCode": "0x40",
        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S0_BL_ARB",
        "PerPkg": "1",
        "PublicDescription": "Ingress Queue Bypasses : AD to Slot 0 on BL Arb : Number of times message is bypassed around the Ingress Queue : AD is taking bypass to slot 0 of independent flit while bl message is in arbitration",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Ingress Queue Bypasses : AD to Slot 0 on Idle",
        "EventCode": "0x40",
        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S0_IDLE",
        "PerPkg": "1",
        "PublicDescription": "Ingress Queue Bypasses : AD to Slot 0 on Idle : Number of times message is bypassed around the Ingress Queue : AD is taking bypass to slot 0 of independent flit while pipeline is idle",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Ingress Queue Bypasses : AD + BL to Slot 1",
        "EventCode": "0x40",
        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S1_BL_SLOT",
        "PerPkg": "1",
        "PublicDescription": "Ingress Queue Bypasses : AD + BL to Slot 1 : Number of times message is bypassed around the Ingress Queue : AD is taking bypass to flit slot 1 while merging with bl message in same flit",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Ingress Queue Bypasses : AD + BL to Slot 2",
        "EventCode": "0x40",
        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S2_BL_SLOT",
        "PerPkg": "1",
        "PublicDescription": "Ingress Queue Bypasses : AD + BL to Slot 2 : Number of times message is bypassed around the Ingress Queue : AD is taking bypass to flit slot 2 while merging with bl message in same flit",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events : Any In BGF FIFO",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.ANY_BGF_FIFO",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : Any In BGF FIFO : Indication that at least one packet (flit) is in the bgf (fifo only)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events : Any in BGF Path",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.ANY_BGF_PATH",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : Any in BGF Path : Indication that at least one packet (flit) is in the bgf path (i.e. pipe to fifo)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.LT1_FOR_D2K",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : d2k credit count is less than 1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.LT2_FOR_D2K",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : d2k credit count is less than 2",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events : No D2K For Arb",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.VN0_NO_D2K_FOR_ARB",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : No D2K For Arb : VN0 BL RSP message was blocked from arbitration request due to lack of D2K CMP credit",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Miscellaneous Credit Events",
        "EventCode": "0x5f",
        "EventName": "UNC_M3UPI_RxC_CRD_MISC.VN1_NO_D2K_FOR_ARB",
        "PerPkg": "1",
        "PublicDescription": "Miscellaneous Credit Events : VN1 BL RSP message was blocked from arbitration request due to lack of D2K CMP credits",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : Credits Consumed",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.CONSUMED",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : Credits Consumed : number of remote vna credits consumed per cycle",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : D2K Credits",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.D2K_CRD",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : D2K Credits : D2K completion fifo credit occupancy (credits in use), accumulated across all cycles",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : Packets in BGF FIFO",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.FLITS_IN_FIFO",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : Packets in BGF FIFO : Occupancy of m3upi ingress -> upi link layer bgf; packets (flits) in fifo",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : Packets in BGF Path",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.FLITS_IN_PATH",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : Packets in BGF Path : Occupancy of m3upi ingress -> upi link layer bgf; packets (flits) in path (i.e. pipe to fifo or fifo)",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.P1P_FIFO",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : count of bl messages in pump-1-pending state, in completion fifo only",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.P1P_TOTAL",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : count of bl messages in pump-1-pending state, in marker table and in fifo",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : Transmit Credits",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.TxQ_CRD",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : Transmit Credits : Link layer transmit queue credit occupancy (credits in use), accumulated across all cycles",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Credit Occupancy : VNA In Use",
        "EventCode": "0x60",
        "EventName": "UNC_M3UPI_RxC_CRD_OCC.VNA_IN_USE",
        "PerPkg": "1",
        "PublicDescription": "Credit Occupancy : VNA In Use : Remote UPI VNA credit occupancy (number of credits in use), accumulated across all cycles",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : REQ on AD",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : REQ on AD : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : RSP on AD",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : RSP on AD : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : SNP on AD",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : SNP on AD : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : NCB on BL",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : NCB on BL : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : NCS on BL",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : NCS on BL : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : RSP on BL",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : RSP on BL : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : WB on BL",
        "EventCode": "0x43",
        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty : WB on BL : Counts the number of cycles when the UPI Ingress is not empty.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI Ingress Occupancy Accumulator event in order to calculate average queue occupancy.  Multiple ingress buffers can be tracked at a given time using multiple counters. : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Data Flit Not Sent : All",
        "EventCode": "0x55",
        "EventName": "UNC_M3UPI_RxC_DATA_FLITS_NOT_SENT.ALL",
        "PerPkg": "1",
        "PublicDescription": "Data Flit Not Sent : All : Data flit is ready for transmission but could not be sent : data flit is ready for transmission but could not be sent for any reason, e.g. low credits, low tsv, stall injection",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Data Flit Not Sent : No BGF Credits",
        "EventCode": "0x55",
        "EventName": "UNC_M3UPI_RxC_DATA_FLITS_NOT_SENT.NO_BGF",
        "PerPkg": "1",
        "PublicDescription": "Data Flit Not Sent : No BGF Credits : Data flit is ready for transmission but could not be sent",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Data Flit Not Sent : No TxQ Credits",
        "EventCode": "0x55",
        "EventName": "UNC_M3UPI_RxC_DATA_FLITS_NOT_SENT.NO_TXQ",
        "PerPkg": "1",
        "PublicDescription": "Data Flit Not Sent : No TxQ Credits : Data flit is ready for transmission but could not be sent",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Data Flit Not Sent : TSV High",
        "EventCode": "0x55",
        "EventName": "UNC_M3UPI_RxC_DATA_FLITS_NOT_SENT.TSV_HI",
        "PerPkg": "1",
        "PublicDescription": "Data Flit Not Sent : TSV High : Data flit is ready for transmission but could not be sent : data flit is ready for transmission but was not sent while tsv high",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Data Flit Not Sent : Cycle valid for Flit",
        "EventCode": "0x55",
        "EventName": "UNC_M3UPI_RxC_DATA_FLITS_NOT_SENT.VALID_FOR_FLIT",
        "PerPkg": "1",
        "PublicDescription": "Data Flit Not Sent : Cycle valid for Flit : Data flit is ready for transmission but could not be sent : data flit is ready for transmission but was not sent while cycle is valid for flit transmission",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence : Wait on Pump 0",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P0_WAIT",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : Wait on Pump 0 : generating bl data flit sequence; waiting for data pump 0",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_AT_LIMIT",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : pump-1-pending logic is at capacity (pending table plus completion fifo at limit)",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_BUSY",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : pump-1-pending logic is tracking at least one message",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_FIFO_FULL",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : pump-1-pending completion fifo is full",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_HOLD_P0",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : pump-1-pending logic is at or near capacity, such that pump-0-only bl messages are getting stalled in slotting stage",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_TO_LIMBO",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : a bl message finished but is in limbo and moved to pump-1-pending logic",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Generating BL Data Flit Sequence : Wait on Pump 1",
        "EventCode": "0x57",
        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1_WAIT",
        "PerPkg": "1",
        "PublicDescription": "Generating BL Data Flit Sequence : Wait on Pump 1 : generating bl data flit sequence; waiting for data pump 1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_IN_HOLDOFF",
        "EventCode": "0x58",
        "EventName": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_IN_HOLDOFF",
        "PerPkg": "1",
        "PublicDescription": ": slot 2 request naturally serviced during hold-off period",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_IN_SERVICE",
        "EventCode": "0x58",
        "EventName": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_IN_SERVICE",
        "PerPkg": "1",
        "PublicDescription": ": slot 2 request forcibly serviced during service window",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_RECEIVED",
        "EventCode": "0x58",
        "EventName": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_RECEIVED",
        "PerPkg": "1",
        "PublicDescription": ": slot 2 request received from link layer while idle (with no slot 2 request active immediately prior)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_WITHDRAWN",
        "EventCode": "0x58",
        "EventName": "UNC_M3UPI_RxC_FLITS_MISC.S2REQ_WITHDRAWN",
        "PerPkg": "1",
        "PublicDescription": ": slot 2 request withdrawn during hold-off period or service window",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : All",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.ALL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Needs Data Flit",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.NEED_DATA",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Needs Data Flit : BL message requires data flit sequence",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Wait on Pump 0",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P0_WAIT",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Wait on Pump 0 : Waiting for header pump 0",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1 : Header pump 1 is not required for flit",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1 - Bubble",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ_BUT_BUBBLE",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1 - Bubble : Header pump 1 is not required for flit but flit transmission delayed",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1 - Not Avail",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ_NOT_AVAIL",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Don't Need Pump 1 - Not Avail : Header pump 1 is not required for flit and not available",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Slotting BL Message Into Header Flit : Wait on Pump 1",
        "EventCode": "0x56",
        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_WAIT",
        "PerPkg": "1",
        "PublicDescription": "Slotting BL Message Into Header Flit : Wait on Pump 1 : Waiting for header pump 1",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1 : Accumulate",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Accumulate : Events related to Header Flit Generation - Set 1 : Header flit slotting control state machine is in any accumulate state; multi-message flit may be assembled over multiple cycles",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1 : Accumulate Ready",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM_READ",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Accumulate Ready : Events related to Header Flit Generation - Set 1 : header flit slotting control state machine is in accum_ready state; flit is ready to send but transmission is blocked; more messages may be slotted into flit",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1 : Accumulate Wasted",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM_WASTED",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Accumulate Wasted : Events related to Header Flit Generation - Set 1 : Flit is being assembled over multiple cycles, but no additional message is being slotted into flit in current cycle; accumulate cycle is wasted",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1 : Run-Ahead - Blocked",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_BLOCKED",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Run-Ahead - Blocked : Events related to Header Flit Generation - Set 1 : Header flit slotting entered run-ahead state; new header flit is started while transmission of prior, fully assembled flit is blocked",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_MSG1_AFTER",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Events related to Header Flit Generation - Set 1 : run-ahead mode: message was slotted only after run-ahead was over; run-ahead mode definitely wasted",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1 : Run-Ahead - Message",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_MSG1_DURING",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Run-Ahead - Message : Events related to Header Flit Generation - Set 1 : run-ahead mode: one message slotted during run-ahead",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_MSG2_AFTER",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Events related to Header Flit Generation - Set 1 : run-ahead mode: second message slotted immediately after run-ahead; potential run-ahead success",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 1",
        "EventCode": "0x51",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_MSG2_SENT",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 1 : Events related to Header Flit Generation - Set 1 : run-ahead mode: two (or three) message flit sent immediately after run-ahead; complete run-ahead success",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 2 : Parallel Ok",
        "EventCode": "0x52",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.PAR",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 2 : Parallel Ok : Events related to Header Flit Generation - Set 2 : new header flit construction may proceed in parallel with data flit sequence",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 2 : Parallel Flit Finished",
        "EventCode": "0x52",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.PAR_FLIT",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 2 : Parallel Flit Finished : Events related to Header Flit Generation - Set 2 : header flit finished assembly in parallel with data flit sequence",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 2 : Parallel Message",
        "EventCode": "0x52",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.PAR_MSG",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 2 : Parallel Message : Events related to Header Flit Generation - Set 2 : message is slotted into header flit in parallel with data flit sequence",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 2 : Rate-matching Stall",
        "EventCode": "0x52",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.RMSTALL",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 2 : Rate-matching Stall : Events related to Header Flit Generation - Set 2 : Rate-matching stall injected",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Flit Gen - Header 2 : Rate-matching Stall - No Message",
        "EventCode": "0x52",
        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.RMSTALL_NOMSG",
        "PerPkg": "1",
        "PublicDescription": "Flit Gen - Header 2 : Rate-matching Stall - No Message : Events related to Header Flit Generation - Set 2 : Rate matching stall injected, but no additional message slotted during stall cycle",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : One Message",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.1_MSG",
        "PerPkg": "1",
        "PublicDescription": "Sent Header Flit : One Message : One message in flit; VNA or non-VNA flit",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : One Message in non-VNA",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.1_MSG_VNX",
        "PerPkg": "1",
        "PublicDescription": "Sent Header Flit : One Message in non-VNA : One message in flit; non-VNA flit",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : Two Messages",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.2_MSGS",
        "PerPkg": "1",
        "PublicDescription": "Sent Header Flit : Two Messages : Two messages in flit; VNA flit",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : Three Messages",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.3_MSGS",
        "PerPkg": "1",
        "PublicDescription": "Sent Header Flit : Three Messages : Three messages in flit; VNA flit",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : One Slot Taken",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.SLOTS_1",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : Two Slots Taken",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.SLOTS_2",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Sent Header Flit : All Slots Taken",
        "EventCode": "0x54",
        "EventName": "UNC_M3UPI_RxC_HDR_FLITS_SENT.SLOTS_3",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : All",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.ALL",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : All : header flit is ready for transmission but could not be sent : header flit is ready for transmission but could not be sent for any reason, e.g. no credits, low tsv, stall injection",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : No BGF Credits",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.NO_BGF_CRD",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : No BGF Credits : header flit is ready for transmission but could not be sent : No BGF credits available",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : No BGF Credits + No Extra Message Slotted",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.NO_BGF_NO_MSG",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : No BGF Credits + No Extra Message Slotted : header flit is ready for transmission but could not be sent : No BGF credits available; no additional message slotted into flit",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : No TxQ Credits",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.NO_TXQ_CRD",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : No TxQ Credits : header flit is ready for transmission but could not be sent : No TxQ credits available",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : No TxQ Credits + No Extra Message Slotted",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.NO_TXQ_NO_MSG",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : No TxQ Credits + No Extra Message Slotted : header flit is ready for transmission but could not be sent : No TxQ credits available; no additional message slotted into flit",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : TSV High",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.TSV_HI",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : TSV High : header flit is ready for transmission but could not be sent : header flit is ready for transmission but was not sent while tsv high",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Header Not Sent : Cycle valid for Flit",
        "EventCode": "0x53",
        "EventName": "UNC_M3UPI_RxC_HDR_FLIT_NOT_SENT.VALID_FOR_FLIT",
        "PerPkg": "1",
        "PublicDescription": "Header Not Sent : Cycle valid for Flit : header flit is ready for transmission but could not be sent : header flit is ready for transmission but was not sent while cycle is valid for flit transmission",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : Can't Slot AD",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.CANT_SLOT_AD",
        "PerPkg": "1",
        "PublicDescription": "Message Held : Can't Slot AD : some AD message could not be slotted (logical OR of all AD events under INGR_SLOT_CANT_MC_VN{0,1})",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : Can't Slot BL",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.CANT_SLOT_BL",
        "PerPkg": "1",
        "PublicDescription": "Message Held : Can't Slot BL : some BL message could not be slotted (logical OR of all BL events under INGR_SLOT_CANT_MC_VN{0,1})",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : Parallel Attempt",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_ATTEMPT",
        "PerPkg": "1",
        "PublicDescription": "Message Held : Parallel Attempt : ad and bl messages attempted to slot into the same flit in parallel",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : Parallel Success",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_SUCCESS",
        "PerPkg": "1",
        "PublicDescription": "Message Held : Parallel Success : ad and bl messages were actually slotted into the same flit in parallel",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : VN0",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.VN0",
        "PerPkg": "1",
        "PublicDescription": "Message Held : VN0 : vn0 message(s) that couldn't be slotted into last vn0 flit are held in slotting stage while processing vn1 flit",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Message Held : VN1",
        "EventCode": "0x50",
        "EventName": "UNC_M3UPI_RxC_HELD.VN1",
        "PerPkg": "1",
        "PublicDescription": "Message Held : VN1 : vn1 message(s) that couldn't be slotted into last vn1 flit are held in slotting stage while processing vn0 flit",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : REQ on AD",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : REQ on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : RSP on AD",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : RSP on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : SNP on AD",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : SNP on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : NCB on BL",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : NCB on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : NCS on BL",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : NCS on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : RSP on BL",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : RSP on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 message can't slot into flit : WB on BL",
        "EventCode": "0x4e",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "VN0 message can't slot into flit : WB on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : REQ on AD",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_REQ",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : REQ on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : RSP on AD",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : RSP on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : SNP on AD",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_SNP",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : SNP on AD : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : NCB on BL",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_NCB",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : NCB on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : NCS on BL",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_NCS",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : NCS on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Non-Coherent Standard (NCS) messages on BL.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : RSP on BL",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_RSP",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : RSP on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 message can't slot into flit : WB on BL",
        "EventCode": "0x4f",
        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_WB",
        "PerPkg": "1",
        "PublicDescription": "VN1 message can't slot into flit : WB on BL : Count cases where Ingress has packets to send but did not have time to pack into flit before sending to Agent so slot was left NULL which could have been used. : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Any In Use",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.ANY_IN_USE",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Any In Use : At least one remote vna credit is in use",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Corrected",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.CORRECTED",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Corrected : Number of remote vna credits corrected (local return) per cycle",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Level < 1",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT1",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Level < 1 : Remote vna credit level is less than 1 (i.e. no vna credits available)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Level < 10",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT10",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Level < 10 : remote vna credit level is less than 10; parallel vn0/vn1 arb not possible",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Level < 4",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT4",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Level < 4 : Remote vna credit level is less than 4; bl (or ad requiring 4 vna) cannot arb on vna",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Remote VNA Credits : Level < 5",
        "EventCode": "0x5a",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT5",
        "PerPkg": "1",
        "PublicDescription": "Remote VNA Credits : Level < 5 : Remote vna credit level is less than 5; parallel ad/bl arb on vna not possible",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.REQ_ADBL_ALLOC_L5",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.REQ_ADBL_ALLOC_L5",
        "PerPkg": "1",
        "PublicDescription": ": remote vna credit count was less than 5 and allocation to ad or bl messages was required",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.REQ_VN01_ALLOC_LT10",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.REQ_VN01_ALLOC_LT10",
        "PerPkg": "1",
        "PublicDescription": ": remote vna credit count was less than 10 and allocation to vn0 or vn1 was required",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_JUST_AD",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_JUST_AD",
        "PerPkg": "1",
        "PublicDescription": ": on vn0, remote vna credits were allocated only to ad messages, not to bl",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_JUST_BL",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_JUST_BL",
        "PerPkg": "1",
        "PublicDescription": ": on vn0, remote vna credits were allocated only to bl messages, not to ad",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_ONLY",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN0_ONLY",
        "PerPkg": "1",
        "PublicDescription": ": remote vna credits were allocated only to vn0, not to vn1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_JUST_AD",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_JUST_AD",
        "PerPkg": "1",
        "PublicDescription": ": on vn1, remote vna credits were allocated only to ad messages, not to bl",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_JUST_BL",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_JUST_BL",
        "PerPkg": "1",
        "PublicDescription": ": on vn1, remote vna credits were allocated only to bl messages, not to ad",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_ONLY",
        "EventCode": "0x59",
        "EventName": "UNC_M3UPI_RxC_VNA_CRD_MISC.VN1_ONLY",
        "PerPkg": "1",
        "PublicDescription": ": remote vna credits were allocated only to vn1, not to vn0",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN0 REQ Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_REQ",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN0 REQ Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN0 RSP Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN0 RSP Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN0 SNP Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_SNP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN0 SNP Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN0 WB Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN0 WB Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN1 REQ Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_REQ",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN1 REQ Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN1 RSP Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN1 RSP Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN1 SNP Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_SNP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN1 SNP Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for AD : VN1 WB Messages",
        "EventCode": "0x30",
        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for AD : VN1 WB Messages : AD arb but no win; arb request asserted but not won",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD FlowQ Bypass",
        "EventCode": "0x2C",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "PublicDescription": "Counts cases when the AD flowQ is bypassed (S0, S1 and S2 indicate which slot was bypassed with S0 having the highest priority and S2 the least)",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD FlowQ Bypass",
        "EventCode": "0x2c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT0",
        "PerPkg": "1",
        "PublicDescription": "AD FlowQ Bypass : Counts cases when the AD flowQ is bypassed (S0, S1 and S2 indicate which slot was bypassed with S0 having the highest priority and S2 the least)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD FlowQ Bypass",
        "EventCode": "0x2c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT1",
        "PerPkg": "1",
        "PublicDescription": "AD FlowQ Bypass : Counts cases when the AD flowQ is bypassed (S0, S1 and S2 indicate which slot was bypassed with S0 having the highest priority and S2 the least)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD FlowQ Bypass",
        "EventCode": "0x2c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT2",
        "PerPkg": "1",
        "PublicDescription": "AD FlowQ Bypass : Counts cases when the AD flowQ is bypassed (S0, S1 and S2 indicate which slot was bypassed with S0 having the highest priority and S2 the least)",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD FlowQ Bypass",
        "EventCode": "0x2c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.BL_EARLY_RSP",
        "PerPkg": "1",
        "PublicDescription": "AD FlowQ Bypass : Counts cases when the AD flowQ is bypassed (S0, S1 and S2 indicate which slot was bypassed with S0 having the highest priority and S2 the least)",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN0 REQ Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_REQ",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN0 REQ Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN0 RSP Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN0 RSP Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN0 SNP Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_SNP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN0 SNP Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN0 WB Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN0 WB Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN1 REQ Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_REQ",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN1 REQ Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN1 RSP Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN1 RSP Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN1 SNP Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_SNP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN1 SNP Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Not Empty : VN1 WB Messages",
        "EventCode": "0x27",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Not Empty : VN1 WB Messages : Number of cycles the AD Egress queue is Not Empty",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN0 REQ Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_REQ",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN0 REQ Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN0 RSP Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN0 RSP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN0 SNP Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_SNP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN0 SNP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN0 WB Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN0 WB Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN1 REQ Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_REQ",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN1 REQ Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN1 RSP Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN1 RSP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Inserts : VN1 SNP Messages",
        "EventCode": "0x2d",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_SNP",
        "PerPkg": "1",
        "PublicDescription": "AD Flow Q Inserts : VN1 SNP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN0 REQ Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_REQ",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN0 RSP Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_RSP",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN0 SNP Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_SNP",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN0 WB Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_WB",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN1 REQ Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_REQ",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN1 RSP Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_RSP",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AD Flow Q Occupancy : VN1 SNP Messages",
        "EventCode": "0x1c",
        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_SNP",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AK Flow Q Inserts",
        "EventCode": "0x2f",
        "EventName": "UNC_M3UPI_TxC_AK_FLQ_INSERTS",
        "PerPkg": "1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "AK Flow Q Occupancy",
        "EventCode": "0x1e",
        "EventName": "UNC_M3UPI_TxC_AK_FLQ_OCCUPANCY",
        "PerPkg": "1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN0 NCB Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_NCB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN0 NCB Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN0 NCS Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_NCS",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN0 NCS Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN0 RSP Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN0 RSP Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN0 WB Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN0 WB Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN1 NCS Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_NCB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN1 NCS Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN1 NCB Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_NCS",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN1 NCB Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN1 RSP Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN1 RSP Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Failed ARB for BL : VN1 WB Messages",
        "EventCode": "0x35",
        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "Failed ARB for BL : VN1 WB Messages : BL arb but no win; arb request asserted but not won",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN0 REQ Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_REQ",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN0 REQ Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN0 RSP Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN0 RSP Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN0 SNP Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_SNP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN0 SNP Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN0 WB Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN0 WB Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN1 REQ Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_REQ",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN1 REQ Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN1 RSP Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN1 RSP Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN1 SNP Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_SNP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN1 SNP Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Not Empty : VN1 WB Messages",
        "EventCode": "0x28",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Not Empty : VN1 WB Messages : Number of cycles the BL Egress queue is Not Empty",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN0 RSP Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_NCB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN0 RSP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN0 WB Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_NCS",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN0 WB Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN0 NCS Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN0 NCS Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN0 NCB Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN0 NCB Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN1 RSP Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_NCB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN1 RSP Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN1 WB Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_NCS",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN1 WB Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN1_NCB Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN1_NCB Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Inserts : VN1_NCS Messages",
        "EventCode": "0x2e",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "BL Flow Q Inserts : VN1_NCS Messages : Counts the number of allocations into the QPI FlowQ. This can be used in conjunction with the QPI FlowQ Occupancy Accumulator event in order to calculate average queue latency.  Only a single FlowQ queue can be tracked at any given time.  It is not possible to filter based on direction or polarity.",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 NCB Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_NCB",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 NCS Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_NCS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 RSP Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_RSP",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 WB Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_WB",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1_NCS Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_NCB",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1_NCB Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_NCS",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1 RSP Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_RSP",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1 WB Messages",
        "EventCode": "0x1d",
        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_WB",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 RSP Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN0_LOCAL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 WB Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN0_THROUGH",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN0 NCB Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN0_WRPULL",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1 RSP Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN1_LOCAL",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1 WB Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN1_THROUGH",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "BL Flow Q Occupancy : VN1_NCS Messages",
        "EventCode": "0x1f",
        "EventName": "UNC_M3UPI_TxC_BL_WB_FLQ_OCCUPANCY.VN1_WRPULL",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN0 REQ Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_REQ",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN0 REQ Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN0 RSP Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN0 RSP Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN0 SNP Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_SNP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN0 SNP Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN1 REQ Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_REQ",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN1 REQ Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN1 RSP Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN1 RSP Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VN1 SNP Messages",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_SNP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VN1 SNP Messages : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 AD Credits Empty : VNA",
        "EventCode": "0x20",
        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VNA",
        "PerPkg": "1",
        "PublicDescription": "UPI0 AD Credits Empty : VNA : No credits available to send to UPIs on the AD Ring",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN0 RSP Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_NCS_NCB",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN0 RSP Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN0 REQ Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_RSP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN0 REQ Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN0 SNP Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_WB",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN0 SNP Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN1 RSP Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_NCS_NCB",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN1 RSP Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN1 REQ Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_RSP",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN1 REQ Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VN1 SNP Messages",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_WB",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VN1 SNP Messages : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UPI0 BL Credits Empty : VNA",
        "EventCode": "0x21",
        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VNA",
        "PerPkg": "1",
        "PublicDescription": "UPI0 BL Credits Empty : VNA : No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "FlowQ Generated Prefetch",
        "EventCode": "0x29",
        "EventName": "UNC_M3UPI_UPI_PREFETCH_SPAWN",
        "PerPkg": "1",
        "PublicDescription": "FlowQ Generated Prefetch : Count cases where FlowQ causes spawn of Prefetch to iMC/SMI3 target",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : WB on BL",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.NCB",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : WB on BL : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : NCB on BL",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.NCS",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : NCB on BL : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : REQ on AD",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.REQ",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : REQ on AD : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : RSP on AD",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : RSP on AD : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : SNP on AD",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.SNP",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : SNP on AD : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 Credit Used : RSP on BL",
        "EventCode": "0x5b",
        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.WB",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Used : RSP on BL : Number of times a VN0 credit was used on the DRS message channel.  In order for a request to be transferred across UPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN0.  VNA is a shared pool used to achieve high performance.  The VN0 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN0 if they fail.  This counts the number of times a VN0 credit was used.  Note that a single VN0 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN0 will only count a single credit even though it may use multiple buffers. : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : WB on BL",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.NCB",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : WB on BL : Number of Cycles there were no VN0 Credits : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : NCB on BL",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.NCS",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : NCB on BL : Number of Cycles there were no VN0 Credits : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : REQ on AD",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.REQ",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : REQ on AD : Number of Cycles there were no VN0 Credits : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : RSP on AD",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.RSP",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : RSP on AD : Number of Cycles there were no VN0 Credits : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : SNP on AD",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.SNP",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : SNP on AD : Number of Cycles there were no VN0 Credits : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN0 No Credits : RSP on BL",
        "EventCode": "0x5d",
        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.WB",
        "PerPkg": "1",
        "PublicDescription": "VN0 No Credits : RSP on BL : Number of Cycles there were no VN0 Credits : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : WB on BL",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.NCB",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : WB on BL : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : NCB on BL",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.NCS",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : NCB on BL : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : REQ on AD",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.REQ",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : REQ on AD : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : RSP on AD",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.RSP",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : RSP on AD : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : SNP on AD",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.SNP",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : SNP on AD : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 Credit Used : RSP on BL",
        "EventCode": "0x5c",
        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.WB",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Used : RSP on BL : Number of times a VN1 credit was used on the WB message channel.  In order for a request to be transferred across QPI, it must be guaranteed to have a flit buffer on the remote socket to sink into.  There are two credit pools, VNA and VN1.  VNA is a shared pool used to achieve high performance.  The VN1 pool has reserved entries for each message class and is used to prevent deadlock.  Requests first attempt to acquire a VNA credit, and then fall back to VN1 if they fail.  This counts the number of times a VN1 credit was used.  Note that a single VN1 credit holds access to potentially multiple flit buffers.  For example, a transfer that uses VNA could use 9 flit buffers and in that case uses 9 credits.  A transfer on VN1 will only count a single credit even though it may use multiple buffers. : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : WB on BL",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.NCB",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : WB on BL : Number of Cycles there were no VN1 Credits : Data Response (WB) messages on BL.  WB is generally used to transmit data with coherency.  For example, remote reads and writes, or cache to cache transfers will transmit their data using WB.",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : NCB on BL",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.NCS",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : NCB on BL : Number of Cycles there were no VN1 Credits : Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : REQ on AD",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.REQ",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : REQ on AD : Number of Cycles there were no VN1 Credits : Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : RSP on AD",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.RSP",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : RSP on AD : Number of Cycles there were no VN1 Credits : Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : SNP on AD",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.SNP",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : SNP on AD : Number of Cycles there were no VN1 Credits : Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "VN1 No Credits : RSP on BL",
        "EventCode": "0x5e",
        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.WB",
        "PerPkg": "1",
        "PublicDescription": "VN1 No Credits : RSP on BL : Number of Cycles there were no VN1 Credits : Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_EQ_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_EQ_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x82",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_EQ_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_EQ_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0xa0",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_GT_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_GT_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x81",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_GT_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_GT_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0x90",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_LT_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_LT_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x84",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_LT_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.BOTHNONZERO_RT_LT_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0xc0",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_EQ_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_EQ_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_EQ_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_EQ_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_GT_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_GT_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_GT_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_GT_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_LT_LOCALDEST_VN0",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_LT_LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_OCC_COMPARE.RT_LT_LOCALDEST_VN1",
        "EventCode": "0x7e",
        "EventName": "UNC_M3UPI_WB_OCC_COMPARE.RT_LT_LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.LOCALDEST_VN0",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.LOCALDEST_VN0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.LOCALDEST_VN1",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.LOCALDEST_VN1",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.LOCAL_AND_RT_VN0",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.LOCAL_AND_RT_VN0",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.LOCAL_AND_RT_VN1",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.LOCAL_AND_RT_VN1",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.ROUTETHRU_VN0",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.ROUTETHRU_VN0",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.ROUTETHRU_VN1",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.ROUTETHRU_VN1",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.WAITING4PULL_VN0",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.WAITING4PULL_VN0",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_WB_PENDING.WAITING4PULL_VN1",
        "EventCode": "0x7d",
        "EventName": "UNC_M3UPI_WB_PENDING.WAITING4PULL_VN1",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.ARB",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.ARB",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message is making arbitration request",
        "UMask": "0x4",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.ARRIVED",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.ARRIVED",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message arrived in ingress pipeline",
        "UMask": "0x1",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.BYPASS",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.BYPASS",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message took bypass path",
        "UMask": "0x2",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.FLITTED",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.FLITTED",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message was slotted into flit (non bypass)",
        "UMask": "0x10",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.LOST_ARB",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.LOST_ARB",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message lost arbitration",
        "UMask": "0x8",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.LOST_OLD",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.LOST_OLD",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message was dropped because it became too old",
        "UMask": "0x20",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "UNC_M3UPI_XPT_PFTCH.LOST_QFULL",
        "EventCode": "0x61",
        "EventName": "UNC_M3UPI_XPT_PFTCH.LOST_QFULL",
        "PerPkg": "1",
        "PublicDescription": ": xpt prefetch message was dropped because it was overwritten by new message while prefetch queue was full",
        "UMask": "0x40",
        "Unit": "M3UPI"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (AD Bouncable)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.AD_BNC",
        "PerPkg": "1",
        "PublicDescription": "AD Bouncable : Number of allocations into the CRS Egress",
        "UMask": "0x1",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (AD credited)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.AD_CRD",
        "PerPkg": "1",
        "PublicDescription": "AD credited : Number of allocations into the CRS Egress",
        "UMask": "0x2",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (AK)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.AK",
        "PerPkg": "1",
        "PublicDescription": "AK : Number of allocations into the CRS Egress",
        "UMask": "0x10",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (AKC)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.AKC",
        "PerPkg": "1",
        "PublicDescription": "AKC : Number of allocations into the CRS Egress",
        "UMask": "0x40",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (BL Bouncable)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.BL_BNC",
        "PerPkg": "1",
        "PublicDescription": "BL Bouncable : Number of allocations into the CRS Egress",
        "UMask": "0x4",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (BL credited)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.BL_CRD",
        "PerPkg": "1",
        "PublicDescription": "BL credited : Number of allocations into the CRS Egress",
        "UMask": "0x8",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of allocations into the CRS Egress  used to queue up requests destined to the mesh (IV)",
        "EventCode": "0x47",
        "EventName": "UNC_MDF_CRS_TxR_INSERTS.IV",
        "PerPkg": "1",
        "PublicDescription": "IV : Number of allocations into the CRS Egress",
        "UMask": "0x20",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of cycles incoming messages from the vertical ring that are bounced at the SBO\r\nIngress (V-EMIB) (AD)",
        "EventCode": "0x4B",
        "EventName": "UNC_MDF_CRS_TxR_V_BOUNCES.AD",
        "PerPkg": "1",
        "PublicDescription": "AD : Number of cycles incoming messages from the vertical ring that are bounced at the SBO",
        "UMask": "0x1",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of cycles incoming messages from the vertical ring that are bounced at the SBO\r\nIngress (V-EMIB) (AK)",
        "EventCode": "0x4B",
        "EventName": "UNC_MDF_CRS_TxR_V_BOUNCES.AK",
        "PerPkg": "1",
        "PublicDescription": "AK : Number of cycles incoming messages from the vertical ring that are bounced at the SBO",
        "UMask": "0x4",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of cycles incoming messages from the vertical ring that are bounced at the SBO\r\nIngress (V-EMIB) (AKC)",
        "EventCode": "0x4B",
        "EventName": "UNC_MDF_CRS_TxR_V_BOUNCES.AKC",
        "PerPkg": "1",
        "PublicDescription": "AKC : Number of cycles incoming messages from the vertical ring that are bounced at the SBO",
        "UMask": "0x10",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of cycles incoming messages from the vertical ring that are bounced at the SBO\r\nIngress (V-EMIB) (BL)",
        "EventCode": "0x4B",
        "EventName": "UNC_MDF_CRS_TxR_V_BOUNCES.BL",
        "PerPkg": "1",
        "PublicDescription": "BL : Number of cycles incoming messages from the vertical ring that are bounced at the SBO",
        "UMask": "0x2",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Number of cycles incoming messages from the vertical ring that are bounced at the SBO\r\nIngress (V-EMIB) (IV)",
        "EventCode": "0x4B",
        "EventName": "UNC_MDF_CRS_TxR_V_BOUNCES.IV",
        "PerPkg": "1",
        "PublicDescription": "IV : Number of cycles incoming messages from the vertical ring that are bounced at the SBO",
        "UMask": "0x8",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Counts the number of cycles when the distress signals are asserted based on SBO Ingress threshold",
        "EventCode": "0x15",
        "EventName": "UNC_MDF_FAST_ASSERTED.AD_BNC",
        "PerPkg": "1",
        "PublicDescription": "AD bnc : Counts the number of cycles when the  distress signals are asserted based on SBO Ingress threshold",
        "UMask": "0x1",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "Counts the number of cycles when the distress signals are asserted based on SBO Ingress threshold",
        "EventCode": "0x15",
        "EventName": "UNC_MDF_FAST_ASSERTED.BL_CRD",
        "PerPkg": "1",
        "PublicDescription": "BL bnc : Counts the number of cycles when the  distress signals are asserted based on SBO Ingress threshold",
        "UMask": "0x2",
        "Unit": "MDF"
    },
    {
        "BriefDescription": "UPI Clockticks",
        "EventCode": "0x01",
        "EventName": "UNC_UPI_CLOCKTICKS",
        "PerPkg": "1",
        "PublicDescription": "Number of UPI LL clock cycles while the event is enabled",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Direct packet attempts : D2C",
        "EventCode": "0x12",
        "EventName": "UNC_UPI_DIRECT_ATTEMPTS.D2C",
        "PerPkg": "1",
        "PublicDescription": "Direct packet attempts : D2C : Counts the number of DRS packets that we attempted to do direct2core/direct2UPI on.  There are 4 mutually exclusive filters.  Filter [0] can be used to get successful spawns, while [1:3] provide the different failure cases.  Note that this does not count packets that are not candidates for Direct2Core.  The only candidates for Direct2Core are DRS packets destined for Cbos.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Direct packet attempts : D2K",
        "EventCode": "0x12",
        "EventName": "UNC_UPI_DIRECT_ATTEMPTS.D2K",
        "PerPkg": "1",
        "PublicDescription": "Direct packet attempts : D2K : Counts the number of DRS packets that we attempted to do direct2core/direct2UPI on.  There are 4 mutually exclusive filters.  Filter [0] can be used to get successful spawns, while [1:3] provide the different failure cases.  Note that this does not count packets that are not candidates for Direct2Core.  The only candidates for Direct2Core are DRS packets destined for Cbos.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ0",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ1",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ2",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ2",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ0",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ0",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ1",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ1",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ2",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ2",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ3",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ3",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.BL_VNA_EQ0",
        "EventCode": "0x18",
        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.BL_VNA_EQ0",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles in L1",
        "EventCode": "0x21",
        "EventName": "UNC_UPI_L1_POWER_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "Cycles in L1 : Number of UPI qfclk cycles spent in L1 power mode.  L1 is a mode that totally shuts down a UPI link.  Use edge detect to count the number of instances when the UPI link entered L1.  Link power states are per link and per direction, so for example the Tx direction could be in one state while Rx was in another. Because L1 totally shuts down the link, it takes a good amount of time to exit this mode.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.BGF_CRD",
        "EventCode": "0x14",
        "EventName": "UNC_UPI_M3_BYP_BLOCKED.BGF_CRD",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AD_VNA_LE2",
        "EventCode": "0x14",
        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AD_VNA_LE2",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AK_VNA_LE3",
        "EventCode": "0x14",
        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AK_VNA_LE3",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_BL_VNA_EQ0",
        "EventCode": "0x14",
        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_BL_VNA_EQ0",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.GV_BLOCK",
        "EventCode": "0x14",
        "EventName": "UNC_UPI_M3_BYP_BLOCKED.GV_BLOCK",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_CRD_RETURN_BLOCKED",
        "EventCode": "0x16",
        "EventName": "UNC_UPI_M3_CRD_RETURN_BLOCKED",
        "PerPkg": "1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.BGF_CRD",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.BGF_CRD",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_BTW_2_THRESH",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_BTW_2_THRESH",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_LE2",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_LE2",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AK_VNA_LE3",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AK_VNA_LE3",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_BTW_0_THRESH",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_BTW_0_THRESH",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_EQ0",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_EQ0",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.GV_BLOCK",
        "EventCode": "0x15",
        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.GV_BLOCK",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles where phy is not in L0, L0c, L0p, L1",
        "EventCode": "0x20",
        "EventName": "UNC_UPI_PHY_INIT_CYCLES",
        "PerPkg": "1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "L1 Req Nack",
        "EventCode": "0x23",
        "EventName": "UNC_UPI_POWER_L1_NACK",
        "PerPkg": "1",
        "PublicDescription": "L1 Req Nack : Counts the number of times a link sends/receives a LinkReqNAck.  When the UPI links would like to change power state, the Tx side initiates a request to the Rx side requesting to change states.  This requests can either be accepted or denied.  If the Rx side replies with an Ack, the power mode will change.  If it replies with NAck, no change will take place.  This can be filtered based on Rx and Tx.  An Rx LinkReqNAck refers to receiving an NAck (meaning this agent's Tx originally requested the power change).  A Tx LinkReqNAck refers to sending this command (meaning the peer agent's Tx originally requested the power change and this agent accepted it).",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "L1 Req (same as L1 Ack).",
        "EventCode": "0x22",
        "EventName": "UNC_UPI_POWER_L1_REQ",
        "PerPkg": "1",
        "PublicDescription": "L1 Req (same as L1 Ack). : Counts the number of times a link sends/receives a LinkReqAck.  When the UPI links would like to change power state, the Tx side initiates a request to the Rx side requesting to change states.  This requests can either be accepted or denied.  If the Rx side replies with an Ack, the power mode will change.  If it replies with NAck, no change will take place.  This can be filtered based on Rx and Tx.  An Rx LinkReqAck refers to receiving an Ack (meaning this agent's Tx originally requested the power change).  A Tx LinkReqAck refers to sending this command (meaning the peer agent's Tx originally requested the power change and this agent accepted it).",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.ACK",
        "EventCode": "0x46",
        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.ACK",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VN0",
        "EventCode": "0x46",
        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VN0",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VN1",
        "EventCode": "0x46",
        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VN1",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VNA",
        "EventCode": "0x46",
        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VNA",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles in L0p",
        "EventCode": "0x25",
        "EventName": "UNC_UPI_RxL0P_POWER_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "Cycles in L0p : Number of UPI qfclk cycles spent in L0p power mode.  L0p is a mode where we disable 1/2 of the UPI lanes, decreasing our bandwidth in order to save power.  It increases snoop and data transfer latencies and decreases overall bandwidth.  This mode can be very useful in NUMA optimized workloads that largely only utilize UPI for snoops and their responses.  Use edge detect to count the number of instances when the UPI link entered L0p.  Link power states are per link and per direction, so for example the Tx direction could be in one state while Rx was in another.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles in L0",
        "EventCode": "0x24",
        "EventName": "UNC_UPI_RxL0_POWER_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "Cycles in L0 : Number of UPI qfclk cycles spent in L0 power mode in the Link Layer.  L0 is the default mode which provides the highest performance with the most power.  Use edge detect to count the number of instances that the link entered L0.  Link power states are per link and per direction, so for example the Tx direction could be in one state while Rx was in another.  The phy layer  sometimes leaves L0 for training, which will not be captured by this event.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.DATA",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.DATA",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.LLCRD",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.LLCRD",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.LLCTRL",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.LLCTRL",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.NULL",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.NULL",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.PROTHDR",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.PROTHDR",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.SLOT0",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.SLOT0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.SLOT1",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.SLOT1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.SLOT2",
        "EventCode": "0x4B",
        "EventName": "UNC_UPI_RxL_ANY_FLITS.SLOT2",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Receive path of a UPI Port : Non-Coherent Bypass",
        "EventCode": "0x05",
        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCB",
        "PerPkg": "1",
        "PublicDescription": "Matches on Receive path of a UPI Port : Non-Coherent Bypass : Matches on Receive path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0xe",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Receive path of a UPI Port : Non-Coherent Bypass, Match Opcode",
        "EventCode": "0x05",
        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCB_OPC",
        "PerPkg": "1",
        "PublicDescription": "Matches on Receive path of a UPI Port : Non-Coherent Bypass, Match Opcode : Matches on Receive path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0x10e",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Receive path of a UPI Port : Non-Coherent Standard",
        "EventCode": "0x05",
        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCS",
        "PerPkg": "1",
        "PublicDescription": "Matches on Receive path of a UPI Port : Non-Coherent Standard : Matches on Receive path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0xf",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Receive path of a UPI Port : Non-Coherent Standard, Match Opcode",
        "EventCode": "0x05",
        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCS_OPC",
        "PerPkg": "1",
        "PublicDescription": "Matches on Receive path of a UPI Port : Non-Coherent Standard, Match Opcode : Matches on Receive path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0x10f",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Bypassed : Slot 0",
        "EventCode": "0x31",
        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Bypassed : Slot 0 : Counts the number of times that an incoming flit was able to bypass the flit buffer and pass directly across the BGF and into the Egress.  This is a latency optimization, and should generally be the common case.  If this value is less than the number of flits transferred, it implies that there was queueing getting onto the ring, and thus the transactions saw higher latency.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Bypassed : Slot 1",
        "EventCode": "0x31",
        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Bypassed : Slot 1 : Counts the number of times that an incoming flit was able to bypass the flit buffer and pass directly across the BGF and into the Egress.  This is a latency optimization, and should generally be the common case.  If this value is less than the number of flits transferred, it implies that there was queueing getting onto the ring, and thus the transactions saw higher latency.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Bypassed : Slot 2",
        "EventCode": "0x31",
        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT2",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Bypassed : Slot 2 : Counts the number of times that an incoming flit was able to bypass the flit buffer and pass directly across the BGF and into the Egress.  This is a latency optimization, and should generally be the common case.  If this value is less than the number of flits transferred, it implies that there was queueing getting onto the ring, and thus the transactions saw higher latency.",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "CRC Errors Detected",
        "EventCode": "0x0b",
        "EventName": "UNC_UPI_RxL_CRC_ERRORS",
        "PerPkg": "1",
        "PublicDescription": "CRC Errors Detected : Number of CRC errors detected in the UPI Agent.  Each UPI flit incorporates 8 bits of CRC for error detection.  This counts the number of flits where the CRC was able to detect an error.  After an error has been detected, the UPI agent will send a request to the transmitting socket to resend the flit (as well as any flits that came after it).",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "LLR Requests Sent",
        "EventCode": "0x08",
        "EventName": "UNC_UPI_RxL_CRC_LLR_REQ_TRANSMIT",
        "PerPkg": "1",
        "PublicDescription": "LLR Requests Sent : Number of LLR Requests were transmitted.  This should generally be <= the number of CRC errors detected.  If multiple errors are detected before the Rx side receives a LLC_REQ_ACK from the Tx side, there is no need to send more LLR_REQ_NACKs..",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "VN0 Credit Consumed",
        "EventCode": "0x39",
        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VN0",
        "PerPkg": "1",
        "PublicDescription": "VN0 Credit Consumed : Counts the number of times that an RxQ VN0 credit was consumed (i.e. message uses a VN0 credit for the Rx Buffer).  This includes packets that went through the RxQ and those that were bypasssed.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "VN1 Credit Consumed",
        "EventCode": "0x3a",
        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VN1",
        "PerPkg": "1",
        "PublicDescription": "VN1 Credit Consumed : Counts the number of times that an RxQ VN1 credit was consumed (i.e. message uses a VN1 credit for the Rx Buffer).  This includes packets that went through the RxQ and those that were bypasssed.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "VNA Credit Consumed",
        "EventCode": "0x38",
        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VNA",
        "FCMask": "0x00000000",
        "PerPkg": "1",
        "PortMask": "0x00000000",
        "PublicDescription": "Counts the number of times that an RxQ VNA credit was consumed (i.e. message uses a VNA credit for the Rx Buffer).  This includes packets that went through the RxQ and those that were bypasssed.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : All Data",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.ALL_DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : All Data : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0xf",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Null FLITs received from any slot",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.ALL_NULL",
        "PerPkg": "1",
        "UMask": "0x27",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Data",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Idle",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.IDLE",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Idle : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x47",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : LLCRD Not Empty",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.LLCRD",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : LLCRD Not Empty : Shows legal flit time (hides impact of L0p and L0c). : Enables counting of LLCRD (with non-zero payload). This only applies to slot 2 since LLCRD is only allowed in slot 2",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : LLCTRL",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.LLCTRL",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : LLCTRL : Shows legal flit time (hides impact of L0p and L0c). : Equivalent to an idle packet.  Enables counting of slot 0 LLCTRL messages.",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : All Non Data",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.NON_DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : All Non Data : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x97",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Slot NULL or LLCRD Empty",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.NULL",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Slot NULL or LLCRD Empty : Shows legal flit time (hides impact of L0p and L0c). : LLCRD with all zeros is treated as NULL. Slot 1 is not treated as NULL if slot 0 is a dual slot. This can apply to slot 0,1, or 2.",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Protocol Header",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.PROTHDR",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Protocol Header : Shows legal flit time (hides impact of L0p and L0c). : Enables count of protocol headers in slot 0,1,2 (depending on slot uMask bits)",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Slot 0",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Slot 0 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 0 - Other mask bits determine types of headers to count.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Slot 1",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Slot 1 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 1 - Other mask bits determine types of headers to count.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Received : Slot 2",
        "EventCode": "0x03",
        "EventName": "UNC_UPI_RxL_FLITS.SLOT2",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Received : Slot 2 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 2 - Other mask bits determine types of headers to count.",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Allocations : Slot 0",
        "EventCode": "0x30",
        "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Allocations : Slot 0 : Number of allocations into the UPI Rx Flit Buffer.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifetime.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Allocations : Slot 1",
        "EventCode": "0x30",
        "EventName": "UNC_UPI_RxL_INSERTS.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Allocations : Slot 1 : Number of allocations into the UPI Rx Flit Buffer.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifetime.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Flit Buffer Allocations : Slot 2",
        "EventCode": "0x30",
        "EventName": "UNC_UPI_RxL_INSERTS.SLOT2",
        "PerPkg": "1",
        "PublicDescription": "RxQ Flit Buffer Allocations : Slot 2 : Number of allocations into the UPI Rx Flit Buffer.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifetime.",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Occupancy - All Packets : Slot 0",
        "EventCode": "0x32",
        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "RxQ Occupancy - All Packets : Slot 0 : Accumulates the number of elements in the UPI RxQ in each cycle.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Not Empty event to calculate average occupancy, or with the Flit Buffer Allocations event to track average lifetime.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Occupancy - All Packets : Slot 1",
        "EventCode": "0x32",
        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "RxQ Occupancy - All Packets : Slot 1 : Accumulates the number of elements in the UPI RxQ in each cycle.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Not Empty event to calculate average occupancy, or with the Flit Buffer Allocations event to track average lifetime.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "RxQ Occupancy - All Packets : Slot 2",
        "EventCode": "0x32",
        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT2",
        "PerPkg": "1",
        "PublicDescription": "RxQ Occupancy - All Packets : Slot 2 : Accumulates the number of elements in the UPI RxQ in each cycle.  Generally, when data is transmitted across UPI, it will bypass the RxQ and pass directly to the ring interface.  If things back up getting transmitted onto the ring, however, it may need to allocate into this buffer, thus increasing the latency.  This event can be used in conjunction with the Flit Buffer Not Empty event to calculate average occupancy, or with the Flit Buffer Allocations event to track average lifetime.",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ1",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ1",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ2",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ2",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ0",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ0",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ2",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ2",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ0",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ0",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ1",
        "EventCode": "0x33",
        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ1",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.CFG_CTL",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.CFG_CTL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.DFX",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.DFX",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RETRY",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RETRY",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_BYPASS",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_BYPASS",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_CRED",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_CRED",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.SPARE",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.SPARE",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.TXQ",
        "EventCode": "0x2a",
        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.TXQ",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles in L0p",
        "EventCode": "0x27",
        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "Cycles in L0p : Number of UPI qfclk cycles spent in L0p power mode.  L0p is a mode where we disable 1/2 of the UPI lanes, decreasing our bandwidth in order to save power.  It increases snoop and data transfer latencies and decreases overall bandwidth.  This mode can be very useful in NUMA optimized workloads that largely only utilize UPI for snoops and their responses.  Use edge detect to count the number of instances when the UPI link entered L0p.  Link power states are per link and per direction, so for example the Tx direction could be in one state while Rx was in another.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_POWER_CYCLES_LL_ENTER",
        "EventCode": "0x28",
        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES_LL_ENTER",
        "PerPkg": "1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL0P_POWER_CYCLES_M3_EXIT",
        "EventCode": "0x29",
        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES_M3_EXIT",
        "PerPkg": "1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Cycles in L0",
        "EventCode": "0x26",
        "EventName": "UNC_UPI_TxL0_POWER_CYCLES",
        "PerPkg": "1",
        "PublicDescription": "Cycles in L0 : Number of UPI qfclk cycles spent in L0 power mode in the Link Layer.  L0 is the default mode which provides the highest performance with the most power.  Use edge detect to count the number of instances that the link entered L0.  Link power states are per link and per direction, so for example the Tx direction could be in one state while Rx was in another.  The phy layer  sometimes leaves L0 for training, which will not be captured by this event.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.DATA",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.DATA",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.LLCRD",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.LLCRD",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.LLCTRL",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.LLCTRL",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.NULL",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.NULL",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.PROTHDR",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.PROTHDR",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.SLOT0",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.SLOT0",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.SLOT1",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.SLOT1",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.SLOT2",
        "EventCode": "0x4A",
        "EventName": "UNC_UPI_TxL_ANY_FLITS.SLOT2",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Bypass",
        "EventCode": "0x04",
        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCB",
        "PerPkg": "1",
        "PublicDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Bypass : Matches on Transmit path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0xe",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Bypass, Match Opcode",
        "EventCode": "0x04",
        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCB_OPC",
        "PerPkg": "1",
        "PublicDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Bypass, Match Opcode : Matches on Transmit path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0x10e",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Standard",
        "EventCode": "0x04",
        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCS",
        "PerPkg": "1",
        "PublicDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Standard : Matches on Transmit path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0xf",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Standard, Match Opcode",
        "EventCode": "0x04",
        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCS_OPC",
        "PerPkg": "1",
        "PublicDescription": "Matches on Transmit path of a UPI Port : Non-Coherent Standard, Match Opcode : Matches on Transmit path of a UPI port.\r\nMatch based on UMask specific bits:\r\nZ: Message Class (3-bit)\r\nY: Message Class Enable\r\nW: Opcode (4-bit)\r\nV: Opcode Enable\r\nU: Local Enable\r\nT: Remote Enable\r\nS: Data Hdr Enable\r\nR: Non-Data Hdr Enable\r\nQ: Dual Slot Hdr Enable\r\nP: Single Slot Hdr Enable\r\nLink Layer control types are excluded (LL CTRL, slot NULL, LLCRD) even under specific opcode match_en cases.\r\nNote: If Message Class is disabled, we expect opcode to also be disabled.",
        "UMask": "0x10f",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Tx Flit Buffer Bypassed",
        "EventCode": "0x41",
        "EventName": "UNC_UPI_TxL_BYPASSED",
        "PerPkg": "1",
        "PublicDescription": "Tx Flit Buffer Bypassed : Counts the number of times that an incoming flit was able to bypass the Tx flit buffer and pass directly out the UPI Link. Generally, when data is transmitted across UPI, it will bypass the TxQ and pass directly to the link.  However, the TxQ will be used with L0p and when LLR occurs, increasing latency to transfer out to the link.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : All Data",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.ALL_DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : All Data : Counts number of data flits across this UPI link.",
        "UMask": "0xf",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : All LLCRD Not Empty",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.ALL_LLCRD",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : All Data : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x17",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : All LLCTRL",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.ALL_LLCTRL",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : All LLCTRL : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x47",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "All Null Flits",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.ALL_NULL",
        "PerPkg": "1",
        "UMask": "0x27",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : All Protocol Header",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.ALL_PROTHDR",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : All ProtDDR : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x87",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Data",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
        "UMask": "0x8",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Idle",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.IDLE",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Idle : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x47",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : LLCRD Not Empty",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.LLCRD",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : LLCRD Not Empty : Shows legal flit time (hides impact of L0p and L0c). : Enables counting of LLCRD (with non-zero payload). This only applies to slot 2 since LLCRD is only allowed in slot 2",
        "UMask": "0x10",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : LLCTRL",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.LLCTRL",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : LLCTRL : Shows legal flit time (hides impact of L0p and L0c). : Equivalent to an idle packet.  Enables counting of slot 0 LLCTRL messages.",
        "UMask": "0x40",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : All Non Data",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.NON_DATA",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : All Non Data : Shows legal flit time (hides impact of L0p and L0c).",
        "UMask": "0x97",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Slot NULL or LLCRD Empty",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.NULL",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Slot NULL or LLCRD Empty : Shows legal flit time (hides impact of L0p and L0c). : LLCRD with all zeros is treated as NULL. Slot 1 is not treated as NULL if slot 0 is a dual slot. This can apply to slot 0,1, or 2.",
        "UMask": "0x20",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Protocol Header",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.PROTHDR",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Protocol Header : Shows legal flit time (hides impact of L0p and L0c). : Enables count of protocol headers in slot 0,1,2 (depending on slot uMask bits)",
        "UMask": "0x80",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Slot 0",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.SLOT0",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Slot 0 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 0 - Other mask bits determine types of headers to count.",
        "UMask": "0x1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Slot 1",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.SLOT1",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Slot 1 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 1 - Other mask bits determine types of headers to count.",
        "UMask": "0x2",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Valid Flits Sent : Slot 2",
        "EventCode": "0x02",
        "EventName": "UNC_UPI_TxL_FLITS.SLOT2",
        "PerPkg": "1",
        "PublicDescription": "Valid Flits Sent : Slot 2 : Shows legal flit time (hides impact of L0p and L0c). : Count Slot 2 - Other mask bits determine types of headers to count.",
        "UMask": "0x4",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Tx Flit Buffer Allocations",
        "EventCode": "0x40",
        "EventName": "UNC_UPI_TxL_INSERTS",
        "PerPkg": "1",
        "PublicDescription": "Tx Flit Buffer Allocations : Number of allocations into the UPI Tx Flit Buffer.  Generally, when data is transmitted across UPI, it will bypass the TxQ and pass directly to the link.  However, the TxQ will be used with L0p and when LLR occurs, increasing latency to transfer out to the link.  This event can be used in conjunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifetime.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Tx Flit Buffer Occupancy",
        "EventCode": "0x42",
        "EventName": "UNC_UPI_TxL_OCCUPANCY",
        "PerPkg": "1",
        "PublicDescription": "Tx Flit Buffer Occupancy : Accumulates the number of flits in the TxQ.  Generally, when data is transmitted across UPI, it will bypass the TxQ and pass directly to the link.  However, the TxQ will be used with L0p and when LLR occurs, increasing latency to transfer out to the link. This can be used with the cycles not empty event to track average occupancy, or the allocations event to track average lifetime in the TxQ.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "UNC_UPI_VNA_CREDIT_RETURN_BLOCKED_VN01",
        "EventCode": "0x45",
        "EventName": "UNC_UPI_VNA_CREDIT_RETURN_BLOCKED_VN01",
        "PerPkg": "1",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "VNA Credits Pending Return - Occupancy",
        "EventCode": "0x44",
        "EventName": "UNC_UPI_VNA_CREDIT_RETURN_OCCUPANCY",
        "PerPkg": "1",
        "PublicDescription": "VNA Credits Pending Return - Occupancy : Number of VNA credits in the Rx side that are waitng to be returned back across the link.",
        "Unit": "UPI"
    },
    {
        "BriefDescription": "Message Received : Doorbell",
        "EventCode": "0x42",
        "EventName": "UNC_U_EVENT_MSG.DOORBELL_RCVD",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "Message Received : Interrupt",
        "EventCode": "0x42",
        "EventName": "UNC_U_EVENT_MSG.INT_PRIO",
        "PerPkg": "1",
        "PublicDescription": "Message Received : Interrupt : Interrupts",
        "UMask": "0x10",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "Message Received : IPI",
        "EventCode": "0x42",
        "EventName": "UNC_U_EVENT_MSG.IPI_RCVD",
        "PerPkg": "1",
        "PublicDescription": "Message Received : IPI : Inter Processor Interrupts",
        "UMask": "0x4",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "Message Received : MSI",
        "EventCode": "0x42",
        "EventName": "UNC_U_EVENT_MSG.MSI_RCVD",
        "PerPkg": "1",
        "PublicDescription": "Message Received : MSI : Message Signaled Interrupts - interrupts sent by devices (including PCIe via IOxAPIC) (Socket Mode only)",
        "UMask": "0x2",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "Message Received : VLW",
        "EventCode": "0x42",
        "EventName": "UNC_U_EVENT_MSG.VLW_RCVD",
        "PerPkg": "1",
        "PublicDescription": "Message Received : VLW : Virtual Logical Wire (legacy) message were received from Uncore.",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_CBO_NCB",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_CBO_NCB",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_CBO_NCS",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_CBO_NCS",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_UPI_NCB",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_UPI_NCB",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_UPI_NCS",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.RxC_CYCLES_NE_UPI_NCS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_CBO_NCB",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_CBO_NCB",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_CBO_NCS",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_CBO_NCS",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_UPI_NCB",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_UPI_NCB",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_UPI_NCS",
        "EventCode": "0x4d",
        "EventName": "UNC_U_M2U_MISC1.TxC_CYCLES_CRD_OVF_UPI_NCS",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.RxC_CYCLES_EMPTY_BL",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.RxC_CYCLES_EMPTY_BL",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.RxC_CYCLES_FULL_BL",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.RxC_CYCLES_FULL_BL",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_CRD_OVF_VN0_NCB",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_CRD_OVF_VN0_NCB",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_CRD_OVF_VN0_NCS",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_CRD_OVF_VN0_NCS",
        "PerPkg": "1",
        "UMask": "0x8",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_AK",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_AK",
        "PerPkg": "1",
        "UMask": "0x20",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_AKC",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_AKC",
        "PerPkg": "1",
        "UMask": "0x40",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_BL",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_EMPTY_BL",
        "PerPkg": "1",
        "UMask": "0x10",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC2.TxC_CYCLES_FULL_BL",
        "EventCode": "0x4e",
        "EventName": "UNC_U_M2U_MISC2.TxC_CYCLES_FULL_BL",
        "PerPkg": "1",
        "UMask": "0x80",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC3.TxC_CYCLES_FULL_AK",
        "EventCode": "0x4f",
        "EventName": "UNC_U_M2U_MISC3.TxC_CYCLES_FULL_AK",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_M2U_MISC3.TxC_CYCLES_FULL_AKC",
        "EventCode": "0x4f",
        "EventName": "UNC_U_M2U_MISC3.TxC_CYCLES_FULL_AKC",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "Cycles PHOLD Assert to Ack : Assert to ACK",
        "EventCode": "0x45",
        "EventName": "UNC_U_PHOLD_CYCLES.ASSERT_TO_ACK",
        "PerPkg": "1",
        "PublicDescription": "Cycles PHOLD Assert to Ack : Assert to ACK : PHOLD cycles.",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_RACU_DRNG.PFTCH_BUF_EMPTY",
        "EventCode": "0x4c",
        "EventName": "UNC_U_RACU_DRNG.PFTCH_BUF_EMPTY",
        "PerPkg": "1",
        "UMask": "0x4",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_RACU_DRNG.RDRAND",
        "EventCode": "0x4c",
        "EventName": "UNC_U_RACU_DRNG.RDRAND",
        "PerPkg": "1",
        "UMask": "0x1",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "UNC_U_RACU_DRNG.RDSEED",
        "EventCode": "0x4c",
        "EventName": "UNC_U_RACU_DRNG.RDSEED",
        "PerPkg": "1",
        "UMask": "0x2",
        "Unit": "UBOX"
    },
    {
        "BriefDescription": "RACU Request",
        "EventCode": "0x46",
        "EventName": "UNC_U_RACU_REQUESTS",
        "PerPkg": "1",
        "PublicDescription": "RACU Request : Number outstanding register requests within message channel tracker",
        "Unit": "UBOX"
    }
]