1[
2    {
3        "BriefDescription": "Total Write Cache Occupancy; Any Source",
4        "EventCode": "0xF",
5        "EventName": "UNC_I_CACHE_TOTAL_OCCUPANCY.ANY",
6        "PerPkg": "1",
7        "PublicDescription": "Accumulates the number of reads and writes that are outstanding in the uncore in each cycle.  This is effectively the sum of the READ_OCCUPANCY and WRITE_OCCUPANCY events.; Tracks all requests from any source port.",
8        "UMask": "0x1",
9        "Unit": "IRP"
10    },
11    {
12        "BriefDescription": "Total Write Cache Occupancy; Snoops",
13        "EventCode": "0xF",
14        "EventName": "UNC_I_CACHE_TOTAL_OCCUPANCY.IV_Q",
15        "PerPkg": "1",
16        "PublicDescription": "Accumulates the number of reads and writes that are outstanding in the uncore in each cycle.  This is effectively the sum of the READ_OCCUPANCY and WRITE_OCCUPANCY events.",
17        "UMask": "0x2",
18        "Unit": "IRP"
19    },
20    {
21        "BriefDescription": "Total IRP occupancy of inbound read and write requests.",
22        "EventCode": "0xF",
23        "EventName": "UNC_I_CACHE_TOTAL_OCCUPANCY.MEM",
24        "PerPkg": "1",
25        "PublicDescription": "Total IRP occupancy of inbound read and write requests.  This is effectively the sum of read occupancy and write occupancy.",
26        "UMask": "0x4",
27        "Unit": "IRP"
28    },
29    {
30        "BriefDescription": "IRP Clocks",
31        "EventCode": "0x1",
32        "EventName": "UNC_I_CLOCKTICKS",
33        "PerPkg": "1",
34        "Unit": "IRP"
35    },
36    {
37        "BriefDescription": "Coherent Ops; CLFlush",
38        "EventCode": "0x10",
39        "EventName": "UNC_I_COHERENT_OPS.CLFLUSH",
40        "PerPkg": "1",
41        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
42        "UMask": "0x80",
43        "Unit": "IRP"
44    },
45    {
46        "BriefDescription": "Coherent Ops; CRd",
47        "EventCode": "0x10",
48        "EventName": "UNC_I_COHERENT_OPS.CRD",
49        "PerPkg": "1",
50        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
51        "UMask": "0x2",
52        "Unit": "IRP"
53    },
54    {
55        "BriefDescription": "Coherent Ops; DRd",
56        "EventCode": "0x10",
57        "EventName": "UNC_I_COHERENT_OPS.DRD",
58        "PerPkg": "1",
59        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
60        "UMask": "0x4",
61        "Unit": "IRP"
62    },
63    {
64        "BriefDescription": "Coherent Ops; PCIDCAHin5t",
65        "EventCode": "0x10",
66        "EventName": "UNC_I_COHERENT_OPS.PCIDCAHINT",
67        "PerPkg": "1",
68        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
69        "UMask": "0x20",
70        "Unit": "IRP"
71    },
72    {
73        "BriefDescription": "Coherent Ops; PCIRdCur",
74        "EventCode": "0x10",
75        "EventName": "UNC_I_COHERENT_OPS.PCIRDCUR",
76        "PerPkg": "1",
77        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
78        "UMask": "0x1",
79        "Unit": "IRP"
80    },
81    {
82        "BriefDescription": "PCIITOM request issued by the IRP unit to the mesh with the intention of writing a full cacheline.",
83        "EventCode": "0x10",
84        "EventName": "UNC_I_COHERENT_OPS.PCITOM",
85        "PerPkg": "1",
86        "PublicDescription": "PCIITOM request issued by the IRP unit to the mesh with the intention of writing a full cacheline to coherent memory, without a RFO.  PCIITOM is a speculative Invalidate to Modified command that requests ownership of the cacheline and does not move data from the mesh to IRP cache.",
87        "UMask": "0x10",
88        "Unit": "IRP"
89    },
90    {
91        "BriefDescription": "RFO request issued by the IRP unit to the mesh with the intention of writing a partial cacheline.",
92        "EventCode": "0x10",
93        "EventName": "UNC_I_COHERENT_OPS.RFO",
94        "PerPkg": "1",
95        "PublicDescription": "RFO request issued by the IRP unit to the mesh with the intention of writing a partial cacheline to coherent memory.  RFO is a Read For Ownership command that requests ownership of the cacheline and moves data from the mesh to IRP cache.",
96        "UMask": "0x8",
97        "Unit": "IRP"
98    },
99    {
100        "BriefDescription": "Coherent Ops; WbMtoI",
101        "EventCode": "0x10",
102        "EventName": "UNC_I_COHERENT_OPS.WBMTOI",
103        "PerPkg": "1",
104        "PublicDescription": "Counts the number of coherency related operations servied by the IRP",
105        "UMask": "0x40",
106        "Unit": "IRP"
107    },
108    {
109        "BriefDescription": "FAF RF full",
110        "EventCode": "0x17",
111        "EventName": "UNC_I_FAF_FULL",
112        "PerPkg": "1",
113        "Unit": "IRP"
114    },
115    {
116        "BriefDescription": "Inbound read requests received by the IRP and inserted into the FAF queue.",
117        "EventCode": "0x18",
118        "EventName": "UNC_I_FAF_INSERTS",
119        "PerPkg": "1",
120        "PublicDescription": "Inbound read requests to coherent memory, received by the IRP and inserted into the Fire and Forget queue (FAF), a queue used for processing inbound reads in the IRP.",
121        "Unit": "IRP"
122    },
123    {
124        "BriefDescription": "Occupancy of the IRP FAF queue.",
125        "EventCode": "0x19",
126        "EventName": "UNC_I_FAF_OCCUPANCY",
127        "PerPkg": "1",
128        "PublicDescription": "Occupancy of the IRP Fire and Forget (FAF) queue, a queue used for processing inbound reads in the IRP.",
129        "Unit": "IRP"
130    },
131    {
132        "BriefDescription": "FAF allocation -- sent to ADQ",
133        "EventCode": "0x16",
134        "EventName": "UNC_I_FAF_TRANSACTIONS",
135        "PerPkg": "1",
136        "Unit": "IRP"
137    },
138    {
139        "BriefDescription": "All Inserts Inbound (p2p + faf + cset)",
140        "EventCode": "0x1E",
141        "EventName": "UNC_I_IRP_ALL.INBOUND_INSERTS",
142        "PerPkg": "1",
143        "UMask": "0x1",
144        "Unit": "IRP"
145    },
146    {
147        "BriefDescription": "All Inserts Outbound (BL, AK, Snoops)",
148        "EventCode": "0x1E",
149        "EventName": "UNC_I_IRP_ALL.OUTBOUND_INSERTS",
150        "PerPkg": "1",
151        "UMask": "0x2",
152        "Unit": "IRP"
153    },
154    {
155        "BriefDescription": "Misc Events - Set 0; Cache Inserts of Atomic Transactions as Secondary",
156        "EventCode": "0x1C",
157        "EventName": "UNC_I_MISC0.2ND_ATOMIC_INSERT",
158        "PerPkg": "1",
159        "UMask": "0x10",
160        "Unit": "IRP"
161    },
162    {
163        "BriefDescription": "Misc Events - Set 0; Cache Inserts of Read Transactions as Secondary",
164        "EventCode": "0x1C",
165        "EventName": "UNC_I_MISC0.2ND_RD_INSERT",
166        "PerPkg": "1",
167        "UMask": "0x4",
168        "Unit": "IRP"
169    },
170    {
171        "BriefDescription": "Misc Events - Set 0; Cache Inserts of Write Transactions as Secondary",
172        "EventCode": "0x1C",
173        "EventName": "UNC_I_MISC0.2ND_WR_INSERT",
174        "PerPkg": "1",
175        "UMask": "0x8",
176        "Unit": "IRP"
177    },
178    {
179        "BriefDescription": "Misc Events - Set 0; Fastpath Rejects",
180        "EventCode": "0x1C",
181        "EventName": "UNC_I_MISC0.FAST_REJ",
182        "PerPkg": "1",
183        "UMask": "0x2",
184        "Unit": "IRP"
185    },
186    {
187        "BriefDescription": "Misc Events - Set 0; Fastpath Requests",
188        "EventCode": "0x1C",
189        "EventName": "UNC_I_MISC0.FAST_REQ",
190        "PerPkg": "1",
191        "UMask": "0x1",
192        "Unit": "IRP"
193    },
194    {
195        "BriefDescription": "Misc Events - Set 0; Fastpath Transfers From Primary to Secondary",
196        "EventCode": "0x1C",
197        "EventName": "UNC_I_MISC0.FAST_XFER",
198        "PerPkg": "1",
199        "UMask": "0x20",
200        "Unit": "IRP"
201    },
202    {
203        "BriefDescription": "Misc Events - Set 0; Prefetch Ack Hints From Primary to Secondary",
204        "EventCode": "0x1C",
205        "EventName": "UNC_I_MISC0.PF_ACK_HINT",
206        "PerPkg": "1",
207        "UMask": "0x40",
208        "Unit": "IRP"
209    },
210    {
211        "BriefDescription": "Misc Events - Set 0",
212        "EventCode": "0x1C",
213        "EventName": "UNC_I_MISC0.UNKNOWN",
214        "PerPkg": "1",
215        "UMask": "0x80",
216        "Unit": "IRP"
217    },
218    {
219        "BriefDescription": "Misc Events - Set 1; Lost Forward",
220        "EventCode": "0x1D",
221        "EventName": "UNC_I_MISC1.LOST_FWD",
222        "PerPkg": "1",
223        "PublicDescription": "Snoop pulled away ownership before a write was committed",
224        "UMask": "0x10",
225        "Unit": "IRP"
226    },
227    {
228        "BriefDescription": "Misc Events - Set 1; Received Invalid",
229        "EventCode": "0x1D",
230        "EventName": "UNC_I_MISC1.SEC_RCVD_INVLD",
231        "PerPkg": "1",
232        "PublicDescription": "Secondary received a transfer that did not have sufficient MESI state",
233        "UMask": "0x20",
234        "Unit": "IRP"
235    },
236    {
237        "BriefDescription": "Misc Events - Set 1; Received Valid",
238        "EventCode": "0x1D",
239        "EventName": "UNC_I_MISC1.SEC_RCVD_VLD",
240        "PerPkg": "1",
241        "PublicDescription": "Secondary received a transfer that did have sufficient MESI state",
242        "UMask": "0x40",
243        "Unit": "IRP"
244    },
245    {
246        "BriefDescription": "Misc Events - Set 1; Slow Transfer of E Line",
247        "EventCode": "0x1D",
248        "EventName": "UNC_I_MISC1.SLOW_E",
249        "PerPkg": "1",
250        "PublicDescription": "Secondary received a transfer that did have sufficient MESI state",
251        "UMask": "0x4",
252        "Unit": "IRP"
253    },
254    {
255        "BriefDescription": "Misc Events - Set 1; Slow Transfer of I Line",
256        "EventCode": "0x1D",
257        "EventName": "UNC_I_MISC1.SLOW_I",
258        "PerPkg": "1",
259        "PublicDescription": "Snoop took cacheline ownership before write from data was committed.",
260        "UMask": "0x1",
261        "Unit": "IRP"
262    },
263    {
264        "BriefDescription": "Misc Events - Set 1; Slow Transfer of M Line",
265        "EventCode": "0x1D",
266        "EventName": "UNC_I_MISC1.SLOW_M",
267        "PerPkg": "1",
268        "PublicDescription": "Snoop took cacheline ownership before write from data was committed.",
269        "UMask": "0x8",
270        "Unit": "IRP"
271    },
272    {
273        "BriefDescription": "Misc Events - Set 1; Slow Transfer of S Line",
274        "EventCode": "0x1D",
275        "EventName": "UNC_I_MISC1.SLOW_S",
276        "PerPkg": "1",
277        "PublicDescription": "Secondary received a transfer that did not have sufficient MESI state",
278        "UMask": "0x2",
279        "Unit": "IRP"
280    },
281    {
282        "BriefDescription": "P2P Requests",
283        "EventCode": "0x14",
284        "EventName": "UNC_I_P2P_INSERTS",
285        "PerPkg": "1",
286        "PublicDescription": "P2P requests from the ITC",
287        "Unit": "IRP"
288    },
289    {
290        "BriefDescription": "P2P Occupancy",
291        "EventCode": "0x15",
292        "EventName": "UNC_I_P2P_OCCUPANCY",
293        "PerPkg": "1",
294        "PublicDescription": "P2P B & S Queue Occupancy",
295        "Unit": "IRP"
296    },
297    {
298        "BriefDescription": "P2P Transactions; P2P completions",
299        "EventCode": "0x13",
300        "EventName": "UNC_I_P2P_TRANSACTIONS.CMPL",
301        "PerPkg": "1",
302        "UMask": "0x8",
303        "Unit": "IRP"
304    },
305    {
306        "BriefDescription": "P2P Transactions; match if local only",
307        "EventCode": "0x13",
308        "EventName": "UNC_I_P2P_TRANSACTIONS.LOC",
309        "PerPkg": "1",
310        "UMask": "0x40",
311        "Unit": "IRP"
312    },
313    {
314        "BriefDescription": "P2P Transactions; match if local and target matches",
315        "EventCode": "0x13",
316        "EventName": "UNC_I_P2P_TRANSACTIONS.LOC_AND_TGT_MATCH",
317        "PerPkg": "1",
318        "UMask": "0x80",
319        "Unit": "IRP"
320    },
321    {
322        "BriefDescription": "P2P Transactions; P2P Message",
323        "EventCode": "0x13",
324        "EventName": "UNC_I_P2P_TRANSACTIONS.MSG",
325        "PerPkg": "1",
326        "UMask": "0x4",
327        "Unit": "IRP"
328    },
329    {
330        "BriefDescription": "P2P Transactions; P2P reads",
331        "EventCode": "0x13",
332        "EventName": "UNC_I_P2P_TRANSACTIONS.RD",
333        "PerPkg": "1",
334        "UMask": "0x1",
335        "Unit": "IRP"
336    },
337    {
338        "BriefDescription": "P2P Transactions; Match if remote only",
339        "EventCode": "0x13",
340        "EventName": "UNC_I_P2P_TRANSACTIONS.REM",
341        "PerPkg": "1",
342        "UMask": "0x10",
343        "Unit": "IRP"
344    },
345    {
346        "BriefDescription": "P2P Transactions; match if remote and target matches",
347        "EventCode": "0x13",
348        "EventName": "UNC_I_P2P_TRANSACTIONS.REM_AND_TGT_MATCH",
349        "PerPkg": "1",
350        "UMask": "0x20",
351        "Unit": "IRP"
352    },
353    {
354        "BriefDescription": "P2P Transactions; P2P Writes",
355        "EventCode": "0x13",
356        "EventName": "UNC_I_P2P_TRANSACTIONS.WR",
357        "PerPkg": "1",
358        "UMask": "0x2",
359        "Unit": "IRP"
360    },
361    {
362        "BriefDescription": "Responses to snoops of any type that hit M, E, S or I line in the IIO",
363        "EventCode": "0x12",
364        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT",
365        "PerPkg": "1",
366        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit M, E, S or I line in the IIO",
367        "UMask": "0x7e",
368        "Unit": "IRP"
369    },
370    {
371        "BriefDescription": "Responses to snoops of any type that hit E or S line in the IIO cache",
372        "EventCode": "0x12",
373        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_ES",
374        "PerPkg": "1",
375        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit E or S line in the IIO cache",
376        "UMask": "0x74",
377        "Unit": "IRP"
378    },
379    {
380        "BriefDescription": "Responses to snoops of any type that hit I line in the IIO cache",
381        "EventCode": "0x12",
382        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_I",
383        "PerPkg": "1",
384        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit I line in the IIO cache",
385        "UMask": "0x72",
386        "Unit": "IRP"
387    },
388    {
389        "BriefDescription": "Responses to snoops of any type that hit M line in the IIO cache",
390        "EventCode": "0x12",
391        "EventName": "UNC_I_SNOOP_RESP.ALL_HIT_M",
392        "PerPkg": "1",
393        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that hit M line in the IIO cache",
394        "UMask": "0x78",
395        "Unit": "IRP"
396    },
397    {
398        "BriefDescription": "Responses to snoops of any type that miss the IIO cache",
399        "EventCode": "0x12",
400        "EventName": "UNC_I_SNOOP_RESP.ALL_MISS",
401        "PerPkg": "1",
402        "PublicDescription": "Responses to snoops of any type (code, data, invalidate) that miss the IIO cache",
403        "UMask": "0x71",
404        "Unit": "IRP"
405    },
406    {
407        "BriefDescription": "Snoop Responses; Hit E or S",
408        "EventCode": "0x12",
409        "EventName": "UNC_I_SNOOP_RESP.HIT_ES",
410        "PerPkg": "1",
411        "UMask": "0x4",
412        "Unit": "IRP"
413    },
414    {
415        "BriefDescription": "Snoop Responses; Hit I",
416        "EventCode": "0x12",
417        "EventName": "UNC_I_SNOOP_RESP.HIT_I",
418        "PerPkg": "1",
419        "UMask": "0x2",
420        "Unit": "IRP"
421    },
422    {
423        "BriefDescription": "Snoop Responses; Hit M",
424        "EventCode": "0x12",
425        "EventName": "UNC_I_SNOOP_RESP.HIT_M",
426        "PerPkg": "1",
427        "UMask": "0x8",
428        "Unit": "IRP"
429    },
430    {
431        "BriefDescription": "Snoop Responses; Miss",
432        "EventCode": "0x12",
433        "EventName": "UNC_I_SNOOP_RESP.MISS",
434        "PerPkg": "1",
435        "UMask": "0x1",
436        "Unit": "IRP"
437    },
438    {
439        "BriefDescription": "Snoop Responses; SnpCode",
440        "EventCode": "0x12",
441        "EventName": "UNC_I_SNOOP_RESP.SNPCODE",
442        "PerPkg": "1",
443        "UMask": "0x10",
444        "Unit": "IRP"
445    },
446    {
447        "BriefDescription": "Snoop Responses; SnpData",
448        "EventCode": "0x12",
449        "EventName": "UNC_I_SNOOP_RESP.SNPDATA",
450        "PerPkg": "1",
451        "UMask": "0x20",
452        "Unit": "IRP"
453    },
454    {
455        "BriefDescription": "Snoop Responses; SnpInv",
456        "EventCode": "0x12",
457        "EventName": "UNC_I_SNOOP_RESP.SNPINV",
458        "PerPkg": "1",
459        "UMask": "0x40",
460        "Unit": "IRP"
461    },
462    {
463        "BriefDescription": "Inbound Transaction Count; Atomic",
464        "EventCode": "0x11",
465        "EventName": "UNC_I_TRANSACTIONS.ATOMIC",
466        "PerPkg": "1",
467        "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore.  This can be filtered based on request type in addition to the source queue.  Note the special filtering equation.  We do OR-reduction on the request type.  If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of atomic transactions",
468        "UMask": "0x10",
469        "Unit": "IRP"
470    },
471    {
472        "BriefDescription": "Inbound Transaction Count; Other",
473        "EventCode": "0x11",
474        "EventName": "UNC_I_TRANSACTIONS.OTHER",
475        "PerPkg": "1",
476        "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore.  This can be filtered based on request type in addition to the source queue.  Note the special filtering equation.  We do OR-reduction on the request type.  If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of 'other' kinds of transactions.",
477        "UMask": "0x20",
478        "Unit": "IRP"
479    },
480    {
481        "BriefDescription": "Inbound Transaction Count; Read Prefetches",
482        "EventCode": "0x11",
483        "EventName": "UNC_I_TRANSACTIONS.RD_PREF",
484        "PerPkg": "1",
485        "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore.  This can be filtered based on request type in addition to the source queue.  Note the special filtering equation.  We do OR-reduction on the request type.  If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks the number of read prefetches.",
486        "UMask": "0x4",
487        "Unit": "IRP"
488    },
489    {
490        "BriefDescription": "Inbound Transaction Count; Reads",
491        "EventCode": "0x11",
492        "EventName": "UNC_I_TRANSACTIONS.READS",
493        "PerPkg": "1",
494        "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore.  This can be filtered based on request type in addition to the source queue.  Note the special filtering equation.  We do OR-reduction on the request type.  If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Tracks only read requests (not including read prefetches).",
495        "UMask": "0x1",
496        "Unit": "IRP"
497    },
498    {
499        "BriefDescription": "Inbound Transaction Count; Writes",
500        "EventCode": "0x11",
501        "EventName": "UNC_I_TRANSACTIONS.WRITES",
502        "PerPkg": "1",
503        "PublicDescription": "Counts the number of Inbound transactions from the IRP to the Uncore.  This can be filtered based on request type in addition to the source queue.  Note the special filtering equation.  We do OR-reduction on the request type.  If the SOURCE bit is set, then we also do AND qualification based on the source portID.; Trackes only write requests.  Each write request should have a prefetch, so there is no need to explicitly track these requests.  For writes that are tickled and have to retry, the counter will be incremented for each retry.",
504        "UMask": "0x2",
505        "Unit": "IRP"
506    },
507    {
508        "BriefDescription": "Inbound write (fast path) requests received by the IRP.",
509        "EventCode": "0x11",
510        "EventName": "UNC_I_TRANSACTIONS.WR_PREF",
511        "PerPkg": "1",
512        "PublicDescription": "Inbound write (fast path) requests to coherent memory, received by the IRP resulting in write ownership requests issued by IRP to the mesh.",
513        "UMask": "0x8",
514        "Unit": "IRP"
515    },
516    {
517        "BriefDescription": "AK Egress Allocations",
518        "EventCode": "0xB",
519        "EventName": "UNC_I_TxC_AK_INSERTS",
520        "PerPkg": "1",
521        "Unit": "IRP"
522    },
523    {
524        "BriefDescription": "BL DRS Egress Cycles Full",
525        "EventCode": "0x5",
526        "EventName": "UNC_I_TxC_BL_DRS_CYCLES_FULL",
527        "PerPkg": "1",
528        "Unit": "IRP"
529    },
530    {
531        "BriefDescription": "BL DRS Egress Inserts",
532        "EventCode": "0x2",
533        "EventName": "UNC_I_TxC_BL_DRS_INSERTS",
534        "PerPkg": "1",
535        "Unit": "IRP"
536    },
537    {
538        "BriefDescription": "BL DRS Egress Occupancy",
539        "EventCode": "0x8",
540        "EventName": "UNC_I_TxC_BL_DRS_OCCUPANCY",
541        "PerPkg": "1",
542        "Unit": "IRP"
543    },
544    {
545        "BriefDescription": "BL NCB Egress Cycles Full",
546        "EventCode": "0x6",
547        "EventName": "UNC_I_TxC_BL_NCB_CYCLES_FULL",
548        "PerPkg": "1",
549        "Unit": "IRP"
550    },
551    {
552        "BriefDescription": "BL NCB Egress Inserts",
553        "EventCode": "0x3",
554        "EventName": "UNC_I_TxC_BL_NCB_INSERTS",
555        "PerPkg": "1",
556        "Unit": "IRP"
557    },
558    {
559        "BriefDescription": "BL NCB Egress Occupancy",
560        "EventCode": "0x9",
561        "EventName": "UNC_I_TxC_BL_NCB_OCCUPANCY",
562        "PerPkg": "1",
563        "Unit": "IRP"
564    },
565    {
566        "BriefDescription": "BL NCS Egress Cycles Full",
567        "EventCode": "0x7",
568        "EventName": "UNC_I_TxC_BL_NCS_CYCLES_FULL",
569        "PerPkg": "1",
570        "Unit": "IRP"
571    },
572    {
573        "BriefDescription": "BL NCS Egress Inserts",
574        "EventCode": "0x4",
575        "EventName": "UNC_I_TxC_BL_NCS_INSERTS",
576        "PerPkg": "1",
577        "Unit": "IRP"
578    },
579    {
580        "BriefDescription": "BL NCS Egress Occupancy",
581        "EventCode": "0xA",
582        "EventName": "UNC_I_TxC_BL_NCS_OCCUPANCY",
583        "PerPkg": "1",
584        "Unit": "IRP"
585    },
586    {
587        "BriefDescription": "No AD Egress Credit Stalls",
588        "EventCode": "0x1A",
589        "EventName": "UNC_I_TxR2_AD_STALL_CREDIT_CYCLES",
590        "PerPkg": "1",
591        "PublicDescription": "Counts the number times when it is not possible to issue a request to the R2PCIe because there are no AD Egress Credits available.",
592        "Unit": "IRP"
593    },
594    {
595        "BriefDescription": "No BL Egress Credit Stalls",
596        "EventCode": "0x1B",
597        "EventName": "UNC_I_TxR2_BL_STALL_CREDIT_CYCLES",
598        "PerPkg": "1",
599        "PublicDescription": "Counts the number times when it is not possible to issue data to the R2PCIe because there are no BL Egress Credits available.",
600        "Unit": "IRP"
601    },
602    {
603        "BriefDescription": "Outbound Read Requests",
604        "EventCode": "0xD",
605        "EventName": "UNC_I_TxS_DATA_INSERTS_NCB",
606        "PerPkg": "1",
607        "PublicDescription": "Counts the number of requests issued to the switch (towards the devices).",
608        "Unit": "IRP"
609    },
610    {
611        "BriefDescription": "Outbound Read Requests",
612        "EventCode": "0xE",
613        "EventName": "UNC_I_TxS_DATA_INSERTS_NCS",
614        "PerPkg": "1",
615        "PublicDescription": "Counts the number of requests issued to the switch (towards the devices).",
616        "Unit": "IRP"
617    },
618    {
619        "BriefDescription": "Outbound Request Queue Occupancy",
620        "EventCode": "0xC",
621        "EventName": "UNC_I_TxS_REQUEST_OCCUPANCY",
622        "PerPkg": "1",
623        "PublicDescription": "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.",
624        "Unit": "IRP"
625    },
626    {
627        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0",
628        "EventCode": "0x80",
629        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR0",
630        "PerPkg": "1",
631        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
632        "UMask": "0x1",
633        "Unit": "M2M"
634    },
635    {
636        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1",
637        "EventCode": "0x80",
638        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR1",
639        "PerPkg": "1",
640        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
641        "UMask": "0x2",
642        "Unit": "M2M"
643    },
644    {
645        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2",
646        "EventCode": "0x80",
647        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR2",
648        "PerPkg": "1",
649        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
650        "UMask": "0x4",
651        "Unit": "M2M"
652    },
653    {
654        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3",
655        "EventCode": "0x80",
656        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR3",
657        "PerPkg": "1",
658        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
659        "UMask": "0x8",
660        "Unit": "M2M"
661    },
662    {
663        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 4",
664        "EventCode": "0x80",
665        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR4",
666        "PerPkg": "1",
667        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
668        "UMask": "0x10",
669        "Unit": "M2M"
670    },
671    {
672        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 5",
673        "EventCode": "0x80",
674        "EventName": "UNC_M2M_AG0_AD_CRD_ACQUIRED.TGR5",
675        "PerPkg": "1",
676        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
677        "UMask": "0x20",
678        "Unit": "M2M"
679    },
680    {
681        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 0",
682        "EventCode": "0x82",
683        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR0",
684        "PerPkg": "1",
685        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
686        "UMask": "0x1",
687        "Unit": "M2M"
688    },
689    {
690        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 1",
691        "EventCode": "0x82",
692        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR1",
693        "PerPkg": "1",
694        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
695        "UMask": "0x2",
696        "Unit": "M2M"
697    },
698    {
699        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 2",
700        "EventCode": "0x82",
701        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR2",
702        "PerPkg": "1",
703        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
704        "UMask": "0x4",
705        "Unit": "M2M"
706    },
707    {
708        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 3",
709        "EventCode": "0x82",
710        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR3",
711        "PerPkg": "1",
712        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
713        "UMask": "0x8",
714        "Unit": "M2M"
715    },
716    {
717        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 4",
718        "EventCode": "0x82",
719        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR4",
720        "PerPkg": "1",
721        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
722        "UMask": "0x10",
723        "Unit": "M2M"
724    },
725    {
726        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 5",
727        "EventCode": "0x82",
728        "EventName": "UNC_M2M_AG0_AD_CRD_OCCUPANCY.TGR5",
729        "PerPkg": "1",
730        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
731        "UMask": "0x20",
732        "Unit": "M2M"
733    },
734    {
735        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 0",
736        "EventCode": "0x88",
737        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR0",
738        "PerPkg": "1",
739        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
740        "UMask": "0x1",
741        "Unit": "M2M"
742    },
743    {
744        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 1",
745        "EventCode": "0x88",
746        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR1",
747        "PerPkg": "1",
748        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
749        "UMask": "0x2",
750        "Unit": "M2M"
751    },
752    {
753        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 2",
754        "EventCode": "0x88",
755        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR2",
756        "PerPkg": "1",
757        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
758        "UMask": "0x4",
759        "Unit": "M2M"
760    },
761    {
762        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 3",
763        "EventCode": "0x88",
764        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR3",
765        "PerPkg": "1",
766        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
767        "UMask": "0x8",
768        "Unit": "M2M"
769    },
770    {
771        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 4",
772        "EventCode": "0x88",
773        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR4",
774        "PerPkg": "1",
775        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
776        "UMask": "0x10",
777        "Unit": "M2M"
778    },
779    {
780        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 5",
781        "EventCode": "0x88",
782        "EventName": "UNC_M2M_AG0_BL_CRD_ACQUIRED.TGR5",
783        "PerPkg": "1",
784        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
785        "UMask": "0x20",
786        "Unit": "M2M"
787    },
788    {
789        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 0",
790        "EventCode": "0x8A",
791        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR0",
792        "PerPkg": "1",
793        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
794        "UMask": "0x1",
795        "Unit": "M2M"
796    },
797    {
798        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 1",
799        "EventCode": "0x8A",
800        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR1",
801        "PerPkg": "1",
802        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
803        "UMask": "0x2",
804        "Unit": "M2M"
805    },
806    {
807        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 2",
808        "EventCode": "0x8A",
809        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR2",
810        "PerPkg": "1",
811        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
812        "UMask": "0x4",
813        "Unit": "M2M"
814    },
815    {
816        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 3",
817        "EventCode": "0x8A",
818        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR3",
819        "PerPkg": "1",
820        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
821        "UMask": "0x8",
822        "Unit": "M2M"
823    },
824    {
825        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 4",
826        "EventCode": "0x8A",
827        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR4",
828        "PerPkg": "1",
829        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
830        "UMask": "0x10",
831        "Unit": "M2M"
832    },
833    {
834        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 5",
835        "EventCode": "0x8A",
836        "EventName": "UNC_M2M_AG0_BL_CRD_OCCUPANCY.TGR5",
837        "PerPkg": "1",
838        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
839        "UMask": "0x20",
840        "Unit": "M2M"
841    },
842    {
843        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 0",
844        "EventCode": "0x84",
845        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR0",
846        "PerPkg": "1",
847        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
848        "UMask": "0x1",
849        "Unit": "M2M"
850    },
851    {
852        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 1",
853        "EventCode": "0x84",
854        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR1",
855        "PerPkg": "1",
856        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
857        "UMask": "0x2",
858        "Unit": "M2M"
859    },
860    {
861        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 2",
862        "EventCode": "0x84",
863        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR2",
864        "PerPkg": "1",
865        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
866        "UMask": "0x4",
867        "Unit": "M2M"
868    },
869    {
870        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 3",
871        "EventCode": "0x84",
872        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR3",
873        "PerPkg": "1",
874        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
875        "UMask": "0x8",
876        "Unit": "M2M"
877    },
878    {
879        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 4",
880        "EventCode": "0x84",
881        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR4",
882        "PerPkg": "1",
883        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
884        "UMask": "0x10",
885        "Unit": "M2M"
886    },
887    {
888        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 5",
889        "EventCode": "0x84",
890        "EventName": "UNC_M2M_AG1_AD_CRD_ACQUIRED.TGR5",
891        "PerPkg": "1",
892        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
893        "UMask": "0x20",
894        "Unit": "M2M"
895    },
896    {
897        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 0",
898        "EventCode": "0x86",
899        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR0",
900        "PerPkg": "1",
901        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
902        "UMask": "0x1",
903        "Unit": "M2M"
904    },
905    {
906        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 1",
907        "EventCode": "0x86",
908        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR1",
909        "PerPkg": "1",
910        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
911        "UMask": "0x2",
912        "Unit": "M2M"
913    },
914    {
915        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 2",
916        "EventCode": "0x86",
917        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR2",
918        "PerPkg": "1",
919        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
920        "UMask": "0x4",
921        "Unit": "M2M"
922    },
923    {
924        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 3",
925        "EventCode": "0x86",
926        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR3",
927        "PerPkg": "1",
928        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
929        "UMask": "0x8",
930        "Unit": "M2M"
931    },
932    {
933        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 4",
934        "EventCode": "0x86",
935        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR4",
936        "PerPkg": "1",
937        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
938        "UMask": "0x10",
939        "Unit": "M2M"
940    },
941    {
942        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 5",
943        "EventCode": "0x86",
944        "EventName": "UNC_M2M_AG1_AD_CRD_OCCUPANCY.TGR5",
945        "PerPkg": "1",
946        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
947        "UMask": "0x20",
948        "Unit": "M2M"
949    },
950    {
951        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 0",
952        "EventCode": "0x8E",
953        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR0",
954        "PerPkg": "1",
955        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
956        "UMask": "0x1",
957        "Unit": "M2M"
958    },
959    {
960        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 1",
961        "EventCode": "0x8E",
962        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR1",
963        "PerPkg": "1",
964        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
965        "UMask": "0x2",
966        "Unit": "M2M"
967    },
968    {
969        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 2",
970        "EventCode": "0x8E",
971        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR2",
972        "PerPkg": "1",
973        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
974        "UMask": "0x4",
975        "Unit": "M2M"
976    },
977    {
978        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 3",
979        "EventCode": "0x8E",
980        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR3",
981        "PerPkg": "1",
982        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
983        "UMask": "0x8",
984        "Unit": "M2M"
985    },
986    {
987        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 4",
988        "EventCode": "0x8E",
989        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR4",
990        "PerPkg": "1",
991        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
992        "UMask": "0x10",
993        "Unit": "M2M"
994    },
995    {
996        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 5",
997        "EventCode": "0x8E",
998        "EventName": "UNC_M2M_AG1_BL_CRD_OCCUPANCY.TGR5",
999        "PerPkg": "1",
1000        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
1001        "UMask": "0x20",
1002        "Unit": "M2M"
1003    },
1004    {
1005        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 0",
1006        "EventCode": "0x8C",
1007        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR0",
1008        "PerPkg": "1",
1009        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1010        "UMask": "0x1",
1011        "Unit": "M2M"
1012    },
1013    {
1014        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 1",
1015        "EventCode": "0x8C",
1016        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR1",
1017        "PerPkg": "1",
1018        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1019        "UMask": "0x2",
1020        "Unit": "M2M"
1021    },
1022    {
1023        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 2",
1024        "EventCode": "0x8C",
1025        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR2",
1026        "PerPkg": "1",
1027        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1028        "UMask": "0x4",
1029        "Unit": "M2M"
1030    },
1031    {
1032        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 3",
1033        "EventCode": "0x8C",
1034        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR3",
1035        "PerPkg": "1",
1036        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1037        "UMask": "0x8",
1038        "Unit": "M2M"
1039    },
1040    {
1041        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 4",
1042        "EventCode": "0x8C",
1043        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR4",
1044        "PerPkg": "1",
1045        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1046        "UMask": "0x10",
1047        "Unit": "M2M"
1048    },
1049    {
1050        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 5",
1051        "EventCode": "0x8C",
1052        "EventName": "UNC_M2M_AG1_BL_CREDITS_ACQUIRED.TGR5",
1053        "PerPkg": "1",
1054        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
1055        "UMask": "0x20",
1056        "Unit": "M2M"
1057    },
1058    {
1059        "BriefDescription": "Traffic in which the M2M to iMC Bypass was not taken",
1060        "EventCode": "0x22",
1061        "EventName": "UNC_M2M_BYPASS_M2M_Egress.NOT_TAKEN",
1062        "PerPkg": "1",
1063        "PublicDescription": "Counts traffic in which the M2M (Mesh to Memory) to iMC (Memory Controller) bypass was not taken",
1064        "UMask": "0x2",
1065        "Unit": "M2M"
1066    },
1067    {
1068        "BriefDescription": "M2M to iMC Bypass; Taken",
1069        "EventCode": "0x22",
1070        "EventName": "UNC_M2M_BYPASS_M2M_Egress.TAKEN",
1071        "PerPkg": "1",
1072        "UMask": "0x1",
1073        "Unit": "M2M"
1074    },
1075    {
1076        "BriefDescription": "M2M to iMC Bypass; Not Taken",
1077        "EventCode": "0x21",
1078        "EventName": "UNC_M2M_BYPASS_M2M_INGRESS.NOT_TAKEN",
1079        "PerPkg": "1",
1080        "UMask": "0x2",
1081        "Unit": "M2M"
1082    },
1083    {
1084        "BriefDescription": "M2M to iMC Bypass; Taken",
1085        "EventCode": "0x21",
1086        "EventName": "UNC_M2M_BYPASS_M2M_INGRESS.TAKEN",
1087        "PerPkg": "1",
1088        "UMask": "0x1",
1089        "Unit": "M2M"
1090    },
1091    {
1092        "BriefDescription": "Cycles - at UCLK",
1093        "EventName": "UNC_M2M_CLOCKTICKS",
1094        "PerPkg": "1",
1095        "Unit": "M2M"
1096    },
1097    {
1098        "BriefDescription": "CMS Clockticks",
1099        "EventCode": "0xC0",
1100        "EventName": "UNC_M2M_CMS_CLOCKTICKS",
1101        "PerPkg": "1",
1102        "Unit": "M2M"
1103    },
1104    {
1105        "BriefDescription": "Cycles when direct to core mode (which bypasses the CHA) was disabled",
1106        "EventCode": "0x24",
1107        "EventName": "UNC_M2M_DIRECT2CORE_NOT_TAKEN_DIRSTATE",
1108        "PerPkg": "1",
1109        "PublicDescription": "Counts cycles when direct to core mode (which bypasses the CHA) was disabled",
1110        "Unit": "M2M"
1111    },
1112    {
1113        "BriefDescription": "Messages sent direct to core (bypassing the CHA)",
1114        "EventCode": "0x23",
1115        "EventName": "UNC_M2M_DIRECT2CORE_TAKEN",
1116        "PerPkg": "1",
1117        "PublicDescription": "Counts when messages were sent direct to core (bypassing the CHA)",
1118        "Unit": "M2M"
1119    },
1120    {
1121        "BriefDescription": "Number of reads in which direct to core transaction were overridden",
1122        "EventCode": "0x25",
1123        "EventName": "UNC_M2M_DIRECT2CORE_TXN_OVERRIDE",
1124        "PerPkg": "1",
1125        "PublicDescription": "Counts reads in which direct to core transactions (which would have bypassed the CHA) were overridden",
1126        "Unit": "M2M"
1127    },
1128    {
1129        "BriefDescription": "Number of reads in which direct to Intel(R) UPI transactions were overridden",
1130        "EventCode": "0x28",
1131        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_CREDITS",
1132        "PerPkg": "1",
1133        "PublicDescription": "Counts reads in which direct to Intel(R) Ultra Path Interconnect (UPI) transactions (which would have bypassed the CHA) were overridden",
1134        "Unit": "M2M"
1135    },
1136    {
1137        "BriefDescription": "Cycles when direct to Intel(R) UPI was disabled",
1138        "EventCode": "0x27",
1139        "EventName": "UNC_M2M_DIRECT2UPI_NOT_TAKEN_DIRSTATE",
1140        "PerPkg": "1",
1141        "PublicDescription": "Counts cycles when the ability to send messages direct to the Intel(R) Ultra Path Interconnect (bypassing the CHA) was disabled",
1142        "Unit": "M2M"
1143    },
1144    {
1145        "BriefDescription": "Messages sent direct to the Intel(R) UPI",
1146        "EventCode": "0x26",
1147        "EventName": "UNC_M2M_DIRECT2UPI_TAKEN",
1148        "PerPkg": "1",
1149        "PublicDescription": "Counts when messages were sent direct to the Intel(R) Ultra Path Interconnect (bypassing the CHA)",
1150        "Unit": "M2M"
1151    },
1152    {
1153        "BriefDescription": "Number of reads that a message sent direct2 Intel(R) UPI was overridden",
1154        "EventCode": "0x29",
1155        "EventName": "UNC_M2M_DIRECT2UPI_TXN_OVERRIDE",
1156        "PerPkg": "1",
1157        "PublicDescription": "Counts when a read message that was sent direct to the Intel(R) Ultra Path Interconnect (bypassing the CHA) was overridden",
1158        "Unit": "M2M"
1159    },
1160    {
1161        "BriefDescription": "Directory Hit; On NonDirty Line in A State",
1162        "EventCode": "0x2A",
1163        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_A",
1164        "PerPkg": "1",
1165        "UMask": "0x80",
1166        "Unit": "M2M"
1167    },
1168    {
1169        "BriefDescription": "Directory Hit; On NonDirty Line in I State",
1170        "EventCode": "0x2A",
1171        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_I",
1172        "PerPkg": "1",
1173        "UMask": "0x10",
1174        "Unit": "M2M"
1175    },
1176    {
1177        "BriefDescription": "Directory Hit; On NonDirty Line in L State",
1178        "EventCode": "0x2A",
1179        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_P",
1180        "PerPkg": "1",
1181        "UMask": "0x40",
1182        "Unit": "M2M"
1183    },
1184    {
1185        "BriefDescription": "Directory Hit; On NonDirty Line in S State",
1186        "EventCode": "0x2A",
1187        "EventName": "UNC_M2M_DIRECTORY_HIT.CLEAN_S",
1188        "PerPkg": "1",
1189        "UMask": "0x20",
1190        "Unit": "M2M"
1191    },
1192    {
1193        "BriefDescription": "Directory Hit; On Dirty Line in A State",
1194        "EventCode": "0x2A",
1195        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_A",
1196        "PerPkg": "1",
1197        "UMask": "0x8",
1198        "Unit": "M2M"
1199    },
1200    {
1201        "BriefDescription": "Directory Hit; On Dirty Line in I State",
1202        "EventCode": "0x2A",
1203        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_I",
1204        "PerPkg": "1",
1205        "UMask": "0x1",
1206        "Unit": "M2M"
1207    },
1208    {
1209        "BriefDescription": "Directory Hit; On Dirty Line in L State",
1210        "EventCode": "0x2A",
1211        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_P",
1212        "PerPkg": "1",
1213        "UMask": "0x4",
1214        "Unit": "M2M"
1215    },
1216    {
1217        "BriefDescription": "Directory Hit; On Dirty Line in S State",
1218        "EventCode": "0x2A",
1219        "EventName": "UNC_M2M_DIRECTORY_HIT.DIRTY_S",
1220        "PerPkg": "1",
1221        "UMask": "0x2",
1222        "Unit": "M2M"
1223    },
1224    {
1225        "BriefDescription": "Multi-socket cacheline Directory lookups (any state found)",
1226        "EventCode": "0x2D",
1227        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.ANY",
1228        "PerPkg": "1",
1229        "PublicDescription": "Counts when the M2M (Mesh to Memory) looks into the multi-socket cacheline Directory state, and found the cacheline marked in Any State (A, I, S or unused)",
1230        "UMask": "0x1",
1231        "Unit": "M2M"
1232    },
1233    {
1234        "BriefDescription": "Multi-socket cacheline Directory lookups (cacheline found in A state)",
1235        "EventCode": "0x2D",
1236        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_A",
1237        "PerPkg": "1",
1238        "PublicDescription": "Counts when the M2M (Mesh to Memory) looks into the multi-socket cacheline Directory state, and found the cacheline marked in the A (SnoopAll) state, indicating the cacheline is stored in another socket in any state, and we must snoop the other sockets to make sure we get the latest data.  The data may be stored in any state in the local socket.",
1239        "UMask": "0x8",
1240        "Unit": "M2M"
1241    },
1242    {
1243        "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in I state)",
1244        "EventCode": "0x2D",
1245        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_I",
1246        "PerPkg": "1",
1247        "PublicDescription": "Counts when the M2M (Mesh to Memory) looks into the multi-socket cacheline Directory state , and found the cacheline marked in the I (Invalid) state indicating the cacheline is not stored in another socket, and so there is no need to snoop the other sockets for the latest data.  The data may be stored in any state in the local socket.",
1248        "UMask": "0x2",
1249        "Unit": "M2M"
1250    },
1251    {
1252        "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in S state)",
1253        "EventCode": "0x2D",
1254        "EventName": "UNC_M2M_DIRECTORY_LOOKUP.STATE_S",
1255        "PerPkg": "1",
1256        "PublicDescription": "Counts when the M2M (Mesh to Memory) looks into the multi-socket cacheline Directory state , and found the cacheline marked in the S (Shared) state indicating the cacheline is either stored in another socket in the S(hared) state , and so there is no need to snoop the other sockets for the latest data.  The data may be stored in any state in the local socket.",
1257        "UMask": "0x4",
1258        "Unit": "M2M"
1259    },
1260    {
1261        "BriefDescription": "Directory Miss; On NonDirty Line in A State",
1262        "EventCode": "0x2B",
1263        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_A",
1264        "PerPkg": "1",
1265        "UMask": "0x80",
1266        "Unit": "M2M"
1267    },
1268    {
1269        "BriefDescription": "Directory Miss; On NonDirty Line in I State",
1270        "EventCode": "0x2B",
1271        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_I",
1272        "PerPkg": "1",
1273        "UMask": "0x10",
1274        "Unit": "M2M"
1275    },
1276    {
1277        "BriefDescription": "Directory Miss; On NonDirty Line in L State",
1278        "EventCode": "0x2B",
1279        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_P",
1280        "PerPkg": "1",
1281        "UMask": "0x40",
1282        "Unit": "M2M"
1283    },
1284    {
1285        "BriefDescription": "Directory Miss; On NonDirty Line in S State",
1286        "EventCode": "0x2B",
1287        "EventName": "UNC_M2M_DIRECTORY_MISS.CLEAN_S",
1288        "PerPkg": "1",
1289        "UMask": "0x20",
1290        "Unit": "M2M"
1291    },
1292    {
1293        "BriefDescription": "Directory Miss; On Dirty Line in A State",
1294        "EventCode": "0x2B",
1295        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_A",
1296        "PerPkg": "1",
1297        "UMask": "0x8",
1298        "Unit": "M2M"
1299    },
1300    {
1301        "BriefDescription": "Directory Miss; On Dirty Line in I State",
1302        "EventCode": "0x2B",
1303        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_I",
1304        "PerPkg": "1",
1305        "UMask": "0x1",
1306        "Unit": "M2M"
1307    },
1308    {
1309        "BriefDescription": "Directory Miss; On Dirty Line in L State",
1310        "EventCode": "0x2B",
1311        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_P",
1312        "PerPkg": "1",
1313        "UMask": "0x4",
1314        "Unit": "M2M"
1315    },
1316    {
1317        "BriefDescription": "Directory Miss; On Dirty Line in S State",
1318        "EventCode": "0x2B",
1319        "EventName": "UNC_M2M_DIRECTORY_MISS.DIRTY_S",
1320        "PerPkg": "1",
1321        "UMask": "0x2",
1322        "Unit": "M2M"
1323    },
1324    {
1325        "BriefDescription": "Multi-socket cacheline Directory update from A to I",
1326        "EventCode": "0x2E",
1327        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A2I",
1328        "PerPkg": "1",
1329        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from A (SnoopAll) to I (Invalid)",
1330        "UMask": "0x20",
1331        "Unit": "M2M"
1332    },
1333    {
1334        "BriefDescription": "Multi-socket cacheline Directory update from A to S",
1335        "EventCode": "0x2E",
1336        "EventName": "UNC_M2M_DIRECTORY_UPDATE.A2S",
1337        "PerPkg": "1",
1338        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from A (SnoopAll) to S (Shared)",
1339        "UMask": "0x40",
1340        "Unit": "M2M"
1341    },
1342    {
1343        "BriefDescription": "Multi-socket cacheline Directory update from/to Any state",
1344        "EventCode": "0x2E",
1345        "EventName": "UNC_M2M_DIRECTORY_UPDATE.ANY",
1346        "PerPkg": "1",
1347        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory to a new state",
1348        "UMask": "0x1",
1349        "Unit": "M2M"
1350    },
1351    {
1352        "BriefDescription": "Multi-socket cacheline Directory update from I to A",
1353        "EventCode": "0x2E",
1354        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I2A",
1355        "PerPkg": "1",
1356        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from I (Invalid) to A (SnoopAll)",
1357        "UMask": "0x4",
1358        "Unit": "M2M"
1359    },
1360    {
1361        "BriefDescription": "Multi-socket cacheline Directory update from I to S",
1362        "EventCode": "0x2E",
1363        "EventName": "UNC_M2M_DIRECTORY_UPDATE.I2S",
1364        "PerPkg": "1",
1365        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from I (Invalid) to S (Shared)",
1366        "UMask": "0x2",
1367        "Unit": "M2M"
1368    },
1369    {
1370        "BriefDescription": "Multi-socket cacheline Directory update from S to A",
1371        "EventCode": "0x2E",
1372        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S2A",
1373        "PerPkg": "1",
1374        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from S (Shared) to A (SnoopAll)",
1375        "UMask": "0x10",
1376        "Unit": "M2M"
1377    },
1378    {
1379        "BriefDescription": "Multi-socket cacheline Directory update from S to I",
1380        "EventCode": "0x2E",
1381        "EventName": "UNC_M2M_DIRECTORY_UPDATE.S2I",
1382        "PerPkg": "1",
1383        "PublicDescription": "Counts when the M2M (Mesh to Memory) updates the multi-socket cacheline Directory state from S (Shared) to I (Invalid)",
1384        "UMask": "0x8",
1385        "Unit": "M2M"
1386    },
1387    {
1388        "BriefDescription": "Egress Blocking due to Ordering requirements; Down",
1389        "EventCode": "0xAE",
1390        "EventName": "UNC_M2M_EGRESS_ORDERING.IV_SNOOPGO_DN",
1391        "PerPkg": "1",
1392        "PublicDescription": "Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
1393        "UMask": "0x4",
1394        "Unit": "M2M"
1395    },
1396    {
1397        "BriefDescription": "Egress Blocking due to Ordering requirements; Up",
1398        "EventCode": "0xAE",
1399        "EventName": "UNC_M2M_EGRESS_ORDERING.IV_SNOOPGO_UP",
1400        "PerPkg": "1",
1401        "PublicDescription": "Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
1402        "UMask": "0x1",
1403        "Unit": "M2M"
1404    },
1405    {
1406        "BriefDescription": "FaST wire asserted; Horizontal",
1407        "EventCode": "0xA5",
1408        "EventName": "UNC_M2M_FAST_ASSERTED.HORZ",
1409        "PerPkg": "1",
1410        "PublicDescription": "Counts the number of cycles either the local or incoming distress signals are asserted.  Incoming distress includes up, dn and across.",
1411        "UMask": "0x2",
1412        "Unit": "M2M"
1413    },
1414    {
1415        "BriefDescription": "FaST wire asserted; Vertical",
1416        "EventCode": "0xA5",
1417        "EventName": "UNC_M2M_FAST_ASSERTED.VERT",
1418        "PerPkg": "1",
1419        "PublicDescription": "Counts the number of cycles either the local or incoming distress signals are asserted.  Incoming distress includes up, dn and across.",
1420        "UMask": "0x1",
1421        "Unit": "M2M"
1422    },
1423    {
1424        "BriefDescription": "Horizontal AD Ring In Use; Left and Even",
1425        "EventCode": "0xA7",
1426        "EventName": "UNC_M2M_HORZ_RING_AD_IN_USE.LEFT_EVEN",
1427        "PerPkg": "1",
1428        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1429        "UMask": "0x1",
1430        "Unit": "M2M"
1431    },
1432    {
1433        "BriefDescription": "Horizontal AD Ring In Use; Left and Odd",
1434        "EventCode": "0xA7",
1435        "EventName": "UNC_M2M_HORZ_RING_AD_IN_USE.LEFT_ODD",
1436        "PerPkg": "1",
1437        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1438        "UMask": "0x2",
1439        "Unit": "M2M"
1440    },
1441    {
1442        "BriefDescription": "Horizontal AD Ring In Use; Right and Even",
1443        "EventCode": "0xA7",
1444        "EventName": "UNC_M2M_HORZ_RING_AD_IN_USE.RIGHT_EVEN",
1445        "PerPkg": "1",
1446        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1447        "UMask": "0x4",
1448        "Unit": "M2M"
1449    },
1450    {
1451        "BriefDescription": "Horizontal AD Ring In Use; Right and Odd",
1452        "EventCode": "0xA7",
1453        "EventName": "UNC_M2M_HORZ_RING_AD_IN_USE.RIGHT_ODD",
1454        "PerPkg": "1",
1455        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1456        "UMask": "0x8",
1457        "Unit": "M2M"
1458    },
1459    {
1460        "BriefDescription": "Horizontal AK Ring In Use; Left and Even",
1461        "EventCode": "0xA9",
1462        "EventName": "UNC_M2M_HORZ_RING_AK_IN_USE.LEFT_EVEN",
1463        "PerPkg": "1",
1464        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1465        "UMask": "0x1",
1466        "Unit": "M2M"
1467    },
1468    {
1469        "BriefDescription": "Horizontal AK Ring In Use; Left and Odd",
1470        "EventCode": "0xA9",
1471        "EventName": "UNC_M2M_HORZ_RING_AK_IN_USE.LEFT_ODD",
1472        "PerPkg": "1",
1473        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1474        "UMask": "0x2",
1475        "Unit": "M2M"
1476    },
1477    {
1478        "BriefDescription": "Horizontal AK Ring In Use; Right and Even",
1479        "EventCode": "0xA9",
1480        "EventName": "UNC_M2M_HORZ_RING_AK_IN_USE.RIGHT_EVEN",
1481        "PerPkg": "1",
1482        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1483        "UMask": "0x4",
1484        "Unit": "M2M"
1485    },
1486    {
1487        "BriefDescription": "Horizontal AK Ring In Use; Right and Odd",
1488        "EventCode": "0xA9",
1489        "EventName": "UNC_M2M_HORZ_RING_AK_IN_USE.RIGHT_ODD",
1490        "PerPkg": "1",
1491        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1492        "UMask": "0x8",
1493        "Unit": "M2M"
1494    },
1495    {
1496        "BriefDescription": "Horizontal BL Ring in Use; Left and Even",
1497        "EventCode": "0xAB",
1498        "EventName": "UNC_M2M_HORZ_RING_BL_IN_USE.LEFT_EVEN",
1499        "PerPkg": "1",
1500        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1501        "UMask": "0x1",
1502        "Unit": "M2M"
1503    },
1504    {
1505        "BriefDescription": "Horizontal BL Ring in Use; Left and Odd",
1506        "EventCode": "0xAB",
1507        "EventName": "UNC_M2M_HORZ_RING_BL_IN_USE.LEFT_ODD",
1508        "PerPkg": "1",
1509        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1510        "UMask": "0x2",
1511        "Unit": "M2M"
1512    },
1513    {
1514        "BriefDescription": "Horizontal BL Ring in Use; Right and Even",
1515        "EventCode": "0xAB",
1516        "EventName": "UNC_M2M_HORZ_RING_BL_IN_USE.RIGHT_EVEN",
1517        "PerPkg": "1",
1518        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1519        "UMask": "0x4",
1520        "Unit": "M2M"
1521    },
1522    {
1523        "BriefDescription": "Horizontal BL Ring in Use; Right and Odd",
1524        "EventCode": "0xAB",
1525        "EventName": "UNC_M2M_HORZ_RING_BL_IN_USE.RIGHT_ODD",
1526        "PerPkg": "1",
1527        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
1528        "UMask": "0x8",
1529        "Unit": "M2M"
1530    },
1531    {
1532        "BriefDescription": "Horizontal IV Ring in Use; Left",
1533        "EventCode": "0xAD",
1534        "EventName": "UNC_M2M_HORZ_RING_IV_IN_USE.LEFT",
1535        "PerPkg": "1",
1536        "PublicDescription": "Counts the number of cycles that the Horizontal IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
1537        "UMask": "0x1",
1538        "Unit": "M2M"
1539    },
1540    {
1541        "BriefDescription": "Horizontal IV Ring in Use; Right",
1542        "EventCode": "0xAD",
1543        "EventName": "UNC_M2M_HORZ_RING_IV_IN_USE.RIGHT",
1544        "PerPkg": "1",
1545        "PublicDescription": "Counts the number of cycles that the Horizontal IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
1546        "UMask": "0x4",
1547        "Unit": "M2M"
1548    },
1549    {
1550        "BriefDescription": "Reads to iMC issued",
1551        "EventCode": "0x37",
1552        "EventName": "UNC_M2M_IMC_READS.ALL",
1553        "PerPkg": "1",
1554        "PublicDescription": "Counts when the M2M (Mesh to Memory) issues reads to the iMC (Memory Controller).",
1555        "UMask": "0x4",
1556        "Unit": "M2M"
1557    },
1558    {
1559        "BriefDescription": "M2M Reads Issued to iMC; All, regardless of priority.",
1560        "EventCode": "0x37",
1561        "EventName": "UNC_M2M_IMC_READS.FROM_TRANSGRESS",
1562        "PerPkg": "1",
1563        "UMask": "0x10",
1564        "Unit": "M2M"
1565    },
1566    {
1567        "BriefDescription": "M2M Reads Issued to iMC; Critical Priority",
1568        "EventCode": "0x37",
1569        "EventName": "UNC_M2M_IMC_READS.ISOCH",
1570        "PerPkg": "1",
1571        "UMask": "0x2",
1572        "Unit": "M2M"
1573    },
1574    {
1575        "BriefDescription": "Reads to iMC issued at Normal Priority (Non-Isochronous)",
1576        "EventCode": "0x37",
1577        "EventName": "UNC_M2M_IMC_READS.NORMAL",
1578        "PerPkg": "1",
1579        "PublicDescription": "Counts when the M2M (Mesh to Memory) issues reads to the iMC (Memory Controller).  It only counts  normal priority non-isochronous reads.",
1580        "UMask": "0x1",
1581        "Unit": "M2M"
1582    },
1583    {
1584        "BriefDescription": "Writes to iMC issued",
1585        "EventCode": "0x38",
1586        "EventName": "UNC_M2M_IMC_WRITES.ALL",
1587        "PerPkg": "1",
1588        "PublicDescription": "Counts when the M2M (Mesh to Memory) issues writes to the iMC (Memory Controller).",
1589        "UMask": "0x10",
1590        "Unit": "M2M"
1591    },
1592    {
1593        "BriefDescription": "M2M Writes Issued to iMC; All, regardless of priority.",
1594        "EventCode": "0x38",
1595        "EventName": "UNC_M2M_IMC_WRITES.FROM_TRANSGRESS",
1596        "PerPkg": "1",
1597        "UMask": "0x40",
1598        "Unit": "M2M"
1599    },
1600    {
1601        "BriefDescription": "M2M Writes Issued to iMC; Full Line Non-ISOCH",
1602        "EventCode": "0x38",
1603        "EventName": "UNC_M2M_IMC_WRITES.FULL",
1604        "PerPkg": "1",
1605        "UMask": "0x1",
1606        "Unit": "M2M"
1607    },
1608    {
1609        "BriefDescription": "M2M Writes Issued to iMC; ISOCH Full Line",
1610        "EventCode": "0x38",
1611        "EventName": "UNC_M2M_IMC_WRITES.FULL_ISOCH",
1612        "PerPkg": "1",
1613        "UMask": "0x4",
1614        "Unit": "M2M"
1615    },
1616    {
1617        "BriefDescription": "M2M Writes Issued to iMC; All, regardless of priority.",
1618        "EventCode": "0x38",
1619        "EventName": "UNC_M2M_IMC_WRITES.NI",
1620        "PerPkg": "1",
1621        "UMask": "0x80",
1622        "Unit": "M2M"
1623    },
1624    {
1625        "BriefDescription": "Partial Non-Isochronous writes to the iMC",
1626        "EventCode": "0x38",
1627        "EventName": "UNC_M2M_IMC_WRITES.PARTIAL",
1628        "PerPkg": "1",
1629        "PublicDescription": "Counts when the M2M (Mesh to Memory) issues partial writes to the iMC (Memory Controller).  It only counts normal priority non-isochronous writes.",
1630        "UMask": "0x2",
1631        "Unit": "M2M"
1632    },
1633    {
1634        "BriefDescription": "M2M Writes Issued to iMC; ISOCH Partial",
1635        "EventCode": "0x38",
1636        "EventName": "UNC_M2M_IMC_WRITES.PARTIAL_ISOCH",
1637        "PerPkg": "1",
1638        "UMask": "0x8",
1639        "Unit": "M2M"
1640    },
1641    {
1642        "BriefDescription": "Number Packet Header Matches; MC Match",
1643        "EventCode": "0x4C",
1644        "EventName": "UNC_M2M_PKT_MATCH.MC",
1645        "PerPkg": "1",
1646        "UMask": "0x2",
1647        "Unit": "M2M"
1648    },
1649    {
1650        "BriefDescription": "Number Packet Header Matches; Mesh Match",
1651        "EventCode": "0x4C",
1652        "EventName": "UNC_M2M_PKT_MATCH.MESH",
1653        "PerPkg": "1",
1654        "UMask": "0x1",
1655        "Unit": "M2M"
1656    },
1657    {
1658        "BriefDescription": "Prefetch CAM Cycles Full",
1659        "EventCode": "0x53",
1660        "EventName": "UNC_M2M_PREFCAM_CYCLES_FULL",
1661        "PerPkg": "1",
1662        "Unit": "M2M"
1663    },
1664    {
1665        "BriefDescription": "Prefetch CAM Cycles Not Empty",
1666        "EventCode": "0x54",
1667        "EventName": "UNC_M2M_PREFCAM_CYCLES_NE",
1668        "PerPkg": "1",
1669        "Unit": "M2M"
1670    },
1671    {
1672        "BriefDescription": "Prefetch requests that got turn into a demand request",
1673        "EventCode": "0x56",
1674        "EventName": "UNC_M2M_PREFCAM_DEMAND_PROMOTIONS",
1675        "PerPkg": "1",
1676        "PublicDescription": "Counts when the M2M (Mesh to Memory) promotes a outstanding request in the prefetch queue due to a subsequent demand read request that entered the M2M with the same address.  Explanatory Side Note: The Prefetch queue is made of CAM (Content Addressable Memory)",
1677        "Unit": "M2M"
1678    },
1679    {
1680        "BriefDescription": "Inserts into the Memory Controller Prefetch Queue",
1681        "EventCode": "0x57",
1682        "EventName": "UNC_M2M_PREFCAM_INSERTS",
1683        "PerPkg": "1",
1684        "PublicDescription": "Counts when the M2M (Mesh to Memory) receives a prefetch request and inserts it into its outstanding prefetch queue.  Explanatory Side Note: the prefect queue is made from CAM: Content Addressable Memory",
1685        "Unit": "M2M"
1686    },
1687    {
1688        "BriefDescription": "Prefetch CAM Occupancy",
1689        "EventCode": "0x55",
1690        "EventName": "UNC_M2M_PREFCAM_OCCUPANCY",
1691        "PerPkg": "1",
1692        "Unit": "M2M"
1693    },
1694    {
1695        "BriefDescription": "Messages that bounced on the Horizontal Ring.; AD",
1696        "EventCode": "0xA1",
1697        "EventName": "UNC_M2M_RING_BOUNCES_HORZ.AD",
1698        "PerPkg": "1",
1699        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
1700        "UMask": "0x1",
1701        "Unit": "M2M"
1702    },
1703    {
1704        "BriefDescription": "Messages that bounced on the Horizontal Ring.; AK",
1705        "EventCode": "0xA1",
1706        "EventName": "UNC_M2M_RING_BOUNCES_HORZ.AK",
1707        "PerPkg": "1",
1708        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
1709        "UMask": "0x2",
1710        "Unit": "M2M"
1711    },
1712    {
1713        "BriefDescription": "Messages that bounced on the Horizontal Ring.; BL",
1714        "EventCode": "0xA1",
1715        "EventName": "UNC_M2M_RING_BOUNCES_HORZ.BL",
1716        "PerPkg": "1",
1717        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
1718        "UMask": "0x4",
1719        "Unit": "M2M"
1720    },
1721    {
1722        "BriefDescription": "Messages that bounced on the Horizontal Ring.; IV",
1723        "EventCode": "0xA1",
1724        "EventName": "UNC_M2M_RING_BOUNCES_HORZ.IV",
1725        "PerPkg": "1",
1726        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
1727        "UMask": "0x8",
1728        "Unit": "M2M"
1729    },
1730    {
1731        "BriefDescription": "Messages that bounced on the Vertical Ring.; AD",
1732        "EventCode": "0xA0",
1733        "EventName": "UNC_M2M_RING_BOUNCES_VERT.AD",
1734        "PerPkg": "1",
1735        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
1736        "UMask": "0x1",
1737        "Unit": "M2M"
1738    },
1739    {
1740        "BriefDescription": "Messages that bounced on the Vertical Ring.; Acknowledgements to core",
1741        "EventCode": "0xA0",
1742        "EventName": "UNC_M2M_RING_BOUNCES_VERT.AK",
1743        "PerPkg": "1",
1744        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
1745        "UMask": "0x2",
1746        "Unit": "M2M"
1747    },
1748    {
1749        "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
1750        "EventCode": "0xA0",
1751        "EventName": "UNC_M2M_RING_BOUNCES_VERT.BL",
1752        "PerPkg": "1",
1753        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
1754        "UMask": "0x4",
1755        "Unit": "M2M"
1756    },
1757    {
1758        "BriefDescription": "Messages that bounced on the Vertical Ring.; Snoops of processor's cache.",
1759        "EventCode": "0xA0",
1760        "EventName": "UNC_M2M_RING_BOUNCES_VERT.IV",
1761        "PerPkg": "1",
1762        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
1763        "UMask": "0x8",
1764        "Unit": "M2M"
1765    },
1766    {
1767        "BriefDescription": "Sink Starvation on Horizontal Ring; AD",
1768        "EventCode": "0xA3",
1769        "EventName": "UNC_M2M_RING_SINK_STARVED_HORZ.AD",
1770        "PerPkg": "1",
1771        "UMask": "0x1",
1772        "Unit": "M2M"
1773    },
1774    {
1775        "BriefDescription": "Sink Starvation on Horizontal Ring; AK",
1776        "EventCode": "0xA3",
1777        "EventName": "UNC_M2M_RING_SINK_STARVED_HORZ.AK",
1778        "PerPkg": "1",
1779        "UMask": "0x2",
1780        "Unit": "M2M"
1781    },
1782    {
1783        "BriefDescription": "Sink Starvation on Horizontal Ring; Acknowledgements to Agent 1",
1784        "EventCode": "0xA3",
1785        "EventName": "UNC_M2M_RING_SINK_STARVED_HORZ.AK_AG1",
1786        "PerPkg": "1",
1787        "UMask": "0x20",
1788        "Unit": "M2M"
1789    },
1790    {
1791        "BriefDescription": "Sink Starvation on Horizontal Ring; BL",
1792        "EventCode": "0xA3",
1793        "EventName": "UNC_M2M_RING_SINK_STARVED_HORZ.BL",
1794        "PerPkg": "1",
1795        "UMask": "0x4",
1796        "Unit": "M2M"
1797    },
1798    {
1799        "BriefDescription": "Sink Starvation on Horizontal Ring; IV",
1800        "EventCode": "0xA3",
1801        "EventName": "UNC_M2M_RING_SINK_STARVED_HORZ.IV",
1802        "PerPkg": "1",
1803        "UMask": "0x8",
1804        "Unit": "M2M"
1805    },
1806    {
1807        "BriefDescription": "Sink Starvation on Vertical Ring; AD",
1808        "EventCode": "0xA2",
1809        "EventName": "UNC_M2M_RING_SINK_STARVED_VERT.AD",
1810        "PerPkg": "1",
1811        "UMask": "0x1",
1812        "Unit": "M2M"
1813    },
1814    {
1815        "BriefDescription": "Sink Starvation on Vertical Ring; Acknowledgements to core",
1816        "EventCode": "0xA2",
1817        "EventName": "UNC_M2M_RING_SINK_STARVED_VERT.AK",
1818        "PerPkg": "1",
1819        "UMask": "0x2",
1820        "Unit": "M2M"
1821    },
1822    {
1823        "BriefDescription": "Sink Starvation on Vertical Ring; Data Responses to core",
1824        "EventCode": "0xA2",
1825        "EventName": "UNC_M2M_RING_SINK_STARVED_VERT.BL",
1826        "PerPkg": "1",
1827        "UMask": "0x4",
1828        "Unit": "M2M"
1829    },
1830    {
1831        "BriefDescription": "Sink Starvation on Vertical Ring; Snoops of processor's cache.",
1832        "EventCode": "0xA2",
1833        "EventName": "UNC_M2M_RING_SINK_STARVED_VERT.IV",
1834        "PerPkg": "1",
1835        "UMask": "0x8",
1836        "Unit": "M2M"
1837    },
1838    {
1839        "BriefDescription": "Source Throttle",
1840        "EventCode": "0xA4",
1841        "EventName": "UNC_M2M_RING_SRC_THRTL",
1842        "PerPkg": "1",
1843        "Unit": "M2M"
1844    },
1845    {
1846        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN0",
1847        "Deprecated": "1",
1848        "EventCode": "0x44",
1849        "EventName": "UNC_M2M_RPQ_CYCLES_NO_SPEC_CREDITS.CHN0",
1850        "PerPkg": "1",
1851        "UMask": "0x1",
1852        "Unit": "M2M"
1853    },
1854    {
1855        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN1",
1856        "Deprecated": "1",
1857        "EventCode": "0x44",
1858        "EventName": "UNC_M2M_RPQ_CYCLES_NO_SPEC_CREDITS.CHN1",
1859        "PerPkg": "1",
1860        "UMask": "0x2",
1861        "Unit": "M2M"
1862    },
1863    {
1864        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN2",
1865        "Deprecated": "1",
1866        "EventCode": "0x44",
1867        "EventName": "UNC_M2M_RPQ_CYCLES_NO_SPEC_CREDITS.CHN2",
1868        "PerPkg": "1",
1869        "UMask": "0x4",
1870        "Unit": "M2M"
1871    },
1872    {
1873        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Regular; Channel 0",
1874        "EventCode": "0x43",
1875        "EventName": "UNC_M2M_RPQ_CYCLES_REG_CREDITS.CHN0",
1876        "PerPkg": "1",
1877        "UMask": "0x1",
1878        "Unit": "M2M"
1879    },
1880    {
1881        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Regular; Channel 1",
1882        "EventCode": "0x43",
1883        "EventName": "UNC_M2M_RPQ_CYCLES_REG_CREDITS.CHN1",
1884        "PerPkg": "1",
1885        "UMask": "0x2",
1886        "Unit": "M2M"
1887    },
1888    {
1889        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Regular; Channel 2",
1890        "EventCode": "0x43",
1891        "EventName": "UNC_M2M_RPQ_CYCLES_REG_CREDITS.CHN2",
1892        "PerPkg": "1",
1893        "UMask": "0x4",
1894        "Unit": "M2M"
1895    },
1896    {
1897        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Special; Channel 0",
1898        "EventCode": "0x44",
1899        "EventName": "UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN0",
1900        "PerPkg": "1",
1901        "UMask": "0x1",
1902        "Unit": "M2M"
1903    },
1904    {
1905        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Special; Channel 1",
1906        "EventCode": "0x44",
1907        "EventName": "UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN1",
1908        "PerPkg": "1",
1909        "UMask": "0x2",
1910        "Unit": "M2M"
1911    },
1912    {
1913        "BriefDescription": "M2M to iMC RPQ Cycles w/Credits - Special; Channel 2",
1914        "EventCode": "0x44",
1915        "EventName": "UNC_M2M_RPQ_CYCLES_SPEC_CREDITS.CHN2",
1916        "PerPkg": "1",
1917        "UMask": "0x4",
1918        "Unit": "M2M"
1919    },
1920    {
1921        "BriefDescription": "AD Ingress (from CMS) Full",
1922        "EventCode": "0x4",
1923        "EventName": "UNC_M2M_RxC_AD_CYCLES_FULL",
1924        "PerPkg": "1",
1925        "Unit": "M2M"
1926    },
1927    {
1928        "BriefDescription": "AD Ingress (from CMS) Not Empty",
1929        "EventCode": "0x3",
1930        "EventName": "UNC_M2M_RxC_AD_CYCLES_NE",
1931        "PerPkg": "1",
1932        "Unit": "M2M"
1933    },
1934    {
1935        "BriefDescription": "AD Ingress (from CMS) Queue Inserts",
1936        "EventCode": "0x1",
1937        "EventName": "UNC_M2M_RxC_AD_INSERTS",
1938        "PerPkg": "1",
1939        "PublicDescription": "Counts when the a new entry is Received(RxC) and then added to the AD (Address Ring) Ingress Queue from the CMS (Common Mesh Stop).  This is generally used for reads, and",
1940        "Unit": "M2M"
1941    },
1942    {
1943        "BriefDescription": "AD Ingress (from CMS) Occupancy",
1944        "EventCode": "0x2",
1945        "EventName": "UNC_M2M_RxC_AD_OCCUPANCY",
1946        "PerPkg": "1",
1947        "Unit": "M2M"
1948    },
1949    {
1950        "BriefDescription": "BL Ingress (from CMS) Full",
1951        "EventCode": "0x8",
1952        "EventName": "UNC_M2M_RxC_BL_CYCLES_FULL",
1953        "PerPkg": "1",
1954        "Unit": "M2M"
1955    },
1956    {
1957        "BriefDescription": "BL Ingress (from CMS) Not Empty",
1958        "EventCode": "0x7",
1959        "EventName": "UNC_M2M_RxC_BL_CYCLES_NE",
1960        "PerPkg": "1",
1961        "Unit": "M2M"
1962    },
1963    {
1964        "BriefDescription": "BL Ingress (from CMS) Allocations",
1965        "EventCode": "0x5",
1966        "EventName": "UNC_M2M_RxC_BL_INSERTS",
1967        "PerPkg": "1",
1968        "Unit": "M2M"
1969    },
1970    {
1971        "BriefDescription": "BL Ingress (from CMS) Occupancy",
1972        "EventCode": "0x6",
1973        "EventName": "UNC_M2M_RxC_BL_OCCUPANCY",
1974        "PerPkg": "1",
1975        "Unit": "M2M"
1976    },
1977    {
1978        "BriefDescription": "Transgress Injection Starvation; AD - Bounce",
1979        "EventCode": "0xB4",
1980        "EventName": "UNC_M2M_RxR_BUSY_STARVED.AD_BNC",
1981        "PerPkg": "1",
1982        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
1983        "UMask": "0x1",
1984        "Unit": "M2M"
1985    },
1986    {
1987        "BriefDescription": "Transgress Injection Starvation; AD - Credit",
1988        "EventCode": "0xB4",
1989        "EventName": "UNC_M2M_RxR_BUSY_STARVED.AD_CRD",
1990        "PerPkg": "1",
1991        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
1992        "UMask": "0x10",
1993        "Unit": "M2M"
1994    },
1995    {
1996        "BriefDescription": "Transgress Injection Starvation; BL - Bounce",
1997        "EventCode": "0xB4",
1998        "EventName": "UNC_M2M_RxR_BUSY_STARVED.BL_BNC",
1999        "PerPkg": "1",
2000        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
2001        "UMask": "0x4",
2002        "Unit": "M2M"
2003    },
2004    {
2005        "BriefDescription": "Transgress Injection Starvation; BL - Credit",
2006        "EventCode": "0xB4",
2007        "EventName": "UNC_M2M_RxR_BUSY_STARVED.BL_CRD",
2008        "PerPkg": "1",
2009        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
2010        "UMask": "0x40",
2011        "Unit": "M2M"
2012    },
2013    {
2014        "BriefDescription": "Transgress Ingress Bypass; AD - Bounce",
2015        "EventCode": "0xB2",
2016        "EventName": "UNC_M2M_RxR_BYPASS.AD_BNC",
2017        "PerPkg": "1",
2018        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2019        "UMask": "0x1",
2020        "Unit": "M2M"
2021    },
2022    {
2023        "BriefDescription": "Transgress Ingress Bypass; AD - Credit",
2024        "EventCode": "0xB2",
2025        "EventName": "UNC_M2M_RxR_BYPASS.AD_CRD",
2026        "PerPkg": "1",
2027        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2028        "UMask": "0x10",
2029        "Unit": "M2M"
2030    },
2031    {
2032        "BriefDescription": "Transgress Ingress Bypass; AK - Bounce",
2033        "EventCode": "0xB2",
2034        "EventName": "UNC_M2M_RxR_BYPASS.AK_BNC",
2035        "PerPkg": "1",
2036        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2037        "UMask": "0x2",
2038        "Unit": "M2M"
2039    },
2040    {
2041        "BriefDescription": "Transgress Ingress Bypass; BL - Bounce",
2042        "EventCode": "0xB2",
2043        "EventName": "UNC_M2M_RxR_BYPASS.BL_BNC",
2044        "PerPkg": "1",
2045        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2046        "UMask": "0x4",
2047        "Unit": "M2M"
2048    },
2049    {
2050        "BriefDescription": "Transgress Ingress Bypass; BL - Credit",
2051        "EventCode": "0xB2",
2052        "EventName": "UNC_M2M_RxR_BYPASS.BL_CRD",
2053        "PerPkg": "1",
2054        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2055        "UMask": "0x40",
2056        "Unit": "M2M"
2057    },
2058    {
2059        "BriefDescription": "Transgress Ingress Bypass; IV - Bounce",
2060        "EventCode": "0xB2",
2061        "EventName": "UNC_M2M_RxR_BYPASS.IV_BNC",
2062        "PerPkg": "1",
2063        "PublicDescription": "Number of packets bypassing the CMS Ingress",
2064        "UMask": "0x8",
2065        "Unit": "M2M"
2066    },
2067    {
2068        "BriefDescription": "Transgress Injection Starvation; AD - Bounce",
2069        "EventCode": "0xB3",
2070        "EventName": "UNC_M2M_RxR_CRD_STARVED.AD_BNC",
2071        "PerPkg": "1",
2072        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2073        "UMask": "0x1",
2074        "Unit": "M2M"
2075    },
2076    {
2077        "BriefDescription": "Transgress Injection Starvation; AD - Credit",
2078        "EventCode": "0xB3",
2079        "EventName": "UNC_M2M_RxR_CRD_STARVED.AD_CRD",
2080        "PerPkg": "1",
2081        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2082        "UMask": "0x10",
2083        "Unit": "M2M"
2084    },
2085    {
2086        "BriefDescription": "Transgress Injection Starvation; AK - Bounce",
2087        "EventCode": "0xB3",
2088        "EventName": "UNC_M2M_RxR_CRD_STARVED.AK_BNC",
2089        "PerPkg": "1",
2090        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2091        "UMask": "0x2",
2092        "Unit": "M2M"
2093    },
2094    {
2095        "BriefDescription": "Transgress Injection Starvation; BL - Bounce",
2096        "EventCode": "0xB3",
2097        "EventName": "UNC_M2M_RxR_CRD_STARVED.BL_BNC",
2098        "PerPkg": "1",
2099        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2100        "UMask": "0x4",
2101        "Unit": "M2M"
2102    },
2103    {
2104        "BriefDescription": "Transgress Injection Starvation; BL - Credit",
2105        "EventCode": "0xB3",
2106        "EventName": "UNC_M2M_RxR_CRD_STARVED.BL_CRD",
2107        "PerPkg": "1",
2108        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2109        "UMask": "0x40",
2110        "Unit": "M2M"
2111    },
2112    {
2113        "BriefDescription": "Transgress Injection Starvation; IFV - Credit",
2114        "EventCode": "0xB3",
2115        "EventName": "UNC_M2M_RxR_CRD_STARVED.IFV",
2116        "PerPkg": "1",
2117        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2118        "UMask": "0x80",
2119        "Unit": "M2M"
2120    },
2121    {
2122        "BriefDescription": "Transgress Injection Starvation; IV - Bounce",
2123        "EventCode": "0xB3",
2124        "EventName": "UNC_M2M_RxR_CRD_STARVED.IV_BNC",
2125        "PerPkg": "1",
2126        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
2127        "UMask": "0x8",
2128        "Unit": "M2M"
2129    },
2130    {
2131        "BriefDescription": "Transgress Ingress Allocations; AD - Bounce",
2132        "EventCode": "0xB1",
2133        "EventName": "UNC_M2M_RxR_INSERTS.AD_BNC",
2134        "PerPkg": "1",
2135        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2136        "UMask": "0x1",
2137        "Unit": "M2M"
2138    },
2139    {
2140        "BriefDescription": "Transgress Ingress Allocations; AD - Credit",
2141        "EventCode": "0xB1",
2142        "EventName": "UNC_M2M_RxR_INSERTS.AD_CRD",
2143        "PerPkg": "1",
2144        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2145        "UMask": "0x10",
2146        "Unit": "M2M"
2147    },
2148    {
2149        "BriefDescription": "Transgress Ingress Allocations; AK - Bounce",
2150        "EventCode": "0xB1",
2151        "EventName": "UNC_M2M_RxR_INSERTS.AK_BNC",
2152        "PerPkg": "1",
2153        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2154        "UMask": "0x2",
2155        "Unit": "M2M"
2156    },
2157    {
2158        "BriefDescription": "Transgress Ingress Allocations; BL - Bounce",
2159        "EventCode": "0xB1",
2160        "EventName": "UNC_M2M_RxR_INSERTS.BL_BNC",
2161        "PerPkg": "1",
2162        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2163        "UMask": "0x4",
2164        "Unit": "M2M"
2165    },
2166    {
2167        "BriefDescription": "Transgress Ingress Allocations; BL - Credit",
2168        "EventCode": "0xB1",
2169        "EventName": "UNC_M2M_RxR_INSERTS.BL_CRD",
2170        "PerPkg": "1",
2171        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2172        "UMask": "0x40",
2173        "Unit": "M2M"
2174    },
2175    {
2176        "BriefDescription": "Transgress Ingress Allocations; IV - Bounce",
2177        "EventCode": "0xB1",
2178        "EventName": "UNC_M2M_RxR_INSERTS.IV_BNC",
2179        "PerPkg": "1",
2180        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
2181        "UMask": "0x8",
2182        "Unit": "M2M"
2183    },
2184    {
2185        "BriefDescription": "Transgress Ingress Occupancy; AD - Bounce",
2186        "EventCode": "0xB0",
2187        "EventName": "UNC_M2M_RxR_OCCUPANCY.AD_BNC",
2188        "PerPkg": "1",
2189        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2190        "UMask": "0x1",
2191        "Unit": "M2M"
2192    },
2193    {
2194        "BriefDescription": "Transgress Ingress Occupancy; AD - Credit",
2195        "EventCode": "0xB0",
2196        "EventName": "UNC_M2M_RxR_OCCUPANCY.AD_CRD",
2197        "PerPkg": "1",
2198        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2199        "UMask": "0x10",
2200        "Unit": "M2M"
2201    },
2202    {
2203        "BriefDescription": "Transgress Ingress Occupancy; AK - Bounce",
2204        "EventCode": "0xB0",
2205        "EventName": "UNC_M2M_RxR_OCCUPANCY.AK_BNC",
2206        "PerPkg": "1",
2207        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2208        "UMask": "0x2",
2209        "Unit": "M2M"
2210    },
2211    {
2212        "BriefDescription": "Transgress Ingress Occupancy; BL - Bounce",
2213        "EventCode": "0xB0",
2214        "EventName": "UNC_M2M_RxR_OCCUPANCY.BL_BNC",
2215        "PerPkg": "1",
2216        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2217        "UMask": "0x4",
2218        "Unit": "M2M"
2219    },
2220    {
2221        "BriefDescription": "Transgress Ingress Occupancy; BL - Credit",
2222        "EventCode": "0xB0",
2223        "EventName": "UNC_M2M_RxR_OCCUPANCY.BL_CRD",
2224        "PerPkg": "1",
2225        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2226        "UMask": "0x40",
2227        "Unit": "M2M"
2228    },
2229    {
2230        "BriefDescription": "Transgress Ingress Occupancy; IV - Bounce",
2231        "EventCode": "0xB0",
2232        "EventName": "UNC_M2M_RxR_OCCUPANCY.IV_BNC",
2233        "PerPkg": "1",
2234        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
2235        "UMask": "0x8",
2236        "Unit": "M2M"
2237    },
2238    {
2239        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 0",
2240        "EventCode": "0xD0",
2241        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR0",
2242        "PerPkg": "1",
2243        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2244        "UMask": "0x1",
2245        "Unit": "M2M"
2246    },
2247    {
2248        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 1",
2249        "EventCode": "0xD0",
2250        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR1",
2251        "PerPkg": "1",
2252        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2253        "UMask": "0x2",
2254        "Unit": "M2M"
2255    },
2256    {
2257        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 2",
2258        "EventCode": "0xD0",
2259        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR2",
2260        "PerPkg": "1",
2261        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2262        "UMask": "0x4",
2263        "Unit": "M2M"
2264    },
2265    {
2266        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 3",
2267        "EventCode": "0xD0",
2268        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR3",
2269        "PerPkg": "1",
2270        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2271        "UMask": "0x8",
2272        "Unit": "M2M"
2273    },
2274    {
2275        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 4",
2276        "EventCode": "0xD0",
2277        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR4",
2278        "PerPkg": "1",
2279        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2280        "UMask": "0x10",
2281        "Unit": "M2M"
2282    },
2283    {
2284        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 5",
2285        "EventCode": "0xD0",
2286        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR5",
2287        "PerPkg": "1",
2288        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2289        "UMask": "0x20",
2290        "Unit": "M2M"
2291    },
2292    {
2293        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 0",
2294        "EventCode": "0xD2",
2295        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR0",
2296        "PerPkg": "1",
2297        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2298        "UMask": "0x1",
2299        "Unit": "M2M"
2300    },
2301    {
2302        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 1",
2303        "EventCode": "0xD2",
2304        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR1",
2305        "PerPkg": "1",
2306        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2307        "UMask": "0x2",
2308        "Unit": "M2M"
2309    },
2310    {
2311        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 2",
2312        "EventCode": "0xD2",
2313        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR2",
2314        "PerPkg": "1",
2315        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2316        "UMask": "0x4",
2317        "Unit": "M2M"
2318    },
2319    {
2320        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 3",
2321        "EventCode": "0xD2",
2322        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR3",
2323        "PerPkg": "1",
2324        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2325        "UMask": "0x8",
2326        "Unit": "M2M"
2327    },
2328    {
2329        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 4",
2330        "EventCode": "0xD2",
2331        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR4",
2332        "PerPkg": "1",
2333        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2334        "UMask": "0x10",
2335        "Unit": "M2M"
2336    },
2337    {
2338        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 5",
2339        "EventCode": "0xD2",
2340        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR5",
2341        "PerPkg": "1",
2342        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2343        "UMask": "0x20",
2344        "Unit": "M2M"
2345    },
2346    {
2347        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 0",
2348        "EventCode": "0xD4",
2349        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR0",
2350        "PerPkg": "1",
2351        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2352        "UMask": "0x1",
2353        "Unit": "M2M"
2354    },
2355    {
2356        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 1",
2357        "EventCode": "0xD4",
2358        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR1",
2359        "PerPkg": "1",
2360        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2361        "UMask": "0x2",
2362        "Unit": "M2M"
2363    },
2364    {
2365        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 2",
2366        "EventCode": "0xD4",
2367        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR2",
2368        "PerPkg": "1",
2369        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2370        "UMask": "0x4",
2371        "Unit": "M2M"
2372    },
2373    {
2374        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 3",
2375        "EventCode": "0xD4",
2376        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR3",
2377        "PerPkg": "1",
2378        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2379        "UMask": "0x8",
2380        "Unit": "M2M"
2381    },
2382    {
2383        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 4",
2384        "EventCode": "0xD4",
2385        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR4",
2386        "PerPkg": "1",
2387        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2388        "UMask": "0x10",
2389        "Unit": "M2M"
2390    },
2391    {
2392        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 5",
2393        "EventCode": "0xD4",
2394        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR5",
2395        "PerPkg": "1",
2396        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2397        "UMask": "0x20",
2398        "Unit": "M2M"
2399    },
2400    {
2401        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 0",
2402        "EventCode": "0xD6",
2403        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR0",
2404        "PerPkg": "1",
2405        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2406        "UMask": "0x1",
2407        "Unit": "M2M"
2408    },
2409    {
2410        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 1",
2411        "EventCode": "0xD6",
2412        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR1",
2413        "PerPkg": "1",
2414        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2415        "UMask": "0x2",
2416        "Unit": "M2M"
2417    },
2418    {
2419        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 2",
2420        "EventCode": "0xD6",
2421        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR2",
2422        "PerPkg": "1",
2423        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2424        "UMask": "0x4",
2425        "Unit": "M2M"
2426    },
2427    {
2428        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 3",
2429        "EventCode": "0xD6",
2430        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR3",
2431        "PerPkg": "1",
2432        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2433        "UMask": "0x8",
2434        "Unit": "M2M"
2435    },
2436    {
2437        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 4",
2438        "EventCode": "0xD6",
2439        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR4",
2440        "PerPkg": "1",
2441        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2442        "UMask": "0x10",
2443        "Unit": "M2M"
2444    },
2445    {
2446        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 5",
2447        "EventCode": "0xD6",
2448        "EventName": "UNC_M2M_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR5",
2449        "PerPkg": "1",
2450        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
2451        "UMask": "0x20",
2452        "Unit": "M2M"
2453    },
2454    {
2455        "BriefDescription": "Number AD Ingress Credits",
2456        "EventCode": "0x41",
2457        "EventName": "UNC_M2M_TGR_AD_CREDITS",
2458        "PerPkg": "1",
2459        "Unit": "M2M"
2460    },
2461    {
2462        "BriefDescription": "Number BL Ingress Credits",
2463        "EventCode": "0x42",
2464        "EventName": "UNC_M2M_TGR_BL_CREDITS",
2465        "PerPkg": "1",
2466        "Unit": "M2M"
2467    },
2468    {
2469        "BriefDescription": "Tracker Cycles Full; Channel 0",
2470        "EventCode": "0x45",
2471        "EventName": "UNC_M2M_TRACKER_CYCLES_FULL.CH0",
2472        "PerPkg": "1",
2473        "UMask": "0x1",
2474        "Unit": "M2M"
2475    },
2476    {
2477        "BriefDescription": "Tracker Cycles Full; Channel 1",
2478        "EventCode": "0x45",
2479        "EventName": "UNC_M2M_TRACKER_CYCLES_FULL.CH1",
2480        "PerPkg": "1",
2481        "UMask": "0x2",
2482        "Unit": "M2M"
2483    },
2484    {
2485        "BriefDescription": "Tracker Cycles Full; Channel 2",
2486        "EventCode": "0x45",
2487        "EventName": "UNC_M2M_TRACKER_CYCLES_FULL.CH2",
2488        "PerPkg": "1",
2489        "UMask": "0x4",
2490        "Unit": "M2M"
2491    },
2492    {
2493        "BriefDescription": "Tracker Cycles Not Empty; Channel 0",
2494        "EventCode": "0x46",
2495        "EventName": "UNC_M2M_TRACKER_CYCLES_NE.CH0",
2496        "PerPkg": "1",
2497        "UMask": "0x1",
2498        "Unit": "M2M"
2499    },
2500    {
2501        "BriefDescription": "Tracker Cycles Not Empty; Channel 1",
2502        "EventCode": "0x46",
2503        "EventName": "UNC_M2M_TRACKER_CYCLES_NE.CH1",
2504        "PerPkg": "1",
2505        "UMask": "0x2",
2506        "Unit": "M2M"
2507    },
2508    {
2509        "BriefDescription": "Tracker Cycles Not Empty; Channel 2",
2510        "EventCode": "0x46",
2511        "EventName": "UNC_M2M_TRACKER_CYCLES_NE.CH2",
2512        "PerPkg": "1",
2513        "UMask": "0x4",
2514        "Unit": "M2M"
2515    },
2516    {
2517        "BriefDescription": "Tracker Inserts; Channel 0",
2518        "EventCode": "0x49",
2519        "EventName": "UNC_M2M_TRACKER_INSERTS.CH0",
2520        "PerPkg": "1",
2521        "UMask": "0x1",
2522        "Unit": "M2M"
2523    },
2524    {
2525        "BriefDescription": "Tracker Inserts; Channel 1",
2526        "EventCode": "0x49",
2527        "EventName": "UNC_M2M_TRACKER_INSERTS.CH1",
2528        "PerPkg": "1",
2529        "UMask": "0x2",
2530        "Unit": "M2M"
2531    },
2532    {
2533        "BriefDescription": "Tracker Inserts; Channel 2",
2534        "EventCode": "0x49",
2535        "EventName": "UNC_M2M_TRACKER_INSERTS.CH2",
2536        "PerPkg": "1",
2537        "UMask": "0x4",
2538        "Unit": "M2M"
2539    },
2540    {
2541        "BriefDescription": "Tracker Occupancy; Channel 0",
2542        "EventCode": "0x47",
2543        "EventName": "UNC_M2M_TRACKER_OCCUPANCY.CH0",
2544        "PerPkg": "1",
2545        "UMask": "0x1",
2546        "Unit": "M2M"
2547    },
2548    {
2549        "BriefDescription": "Tracker Occupancy; Channel 1",
2550        "EventCode": "0x47",
2551        "EventName": "UNC_M2M_TRACKER_OCCUPANCY.CH1",
2552        "PerPkg": "1",
2553        "UMask": "0x2",
2554        "Unit": "M2M"
2555    },
2556    {
2557        "BriefDescription": "Tracker Occupancy; Channel 2",
2558        "EventCode": "0x47",
2559        "EventName": "UNC_M2M_TRACKER_OCCUPANCY.CH2",
2560        "PerPkg": "1",
2561        "UMask": "0x4",
2562        "Unit": "M2M"
2563    },
2564    {
2565        "BriefDescription": "Data Pending Occupancy",
2566        "EventCode": "0x48",
2567        "EventName": "UNC_M2M_TRACKER_PENDING_OCCUPANCY",
2568        "PerPkg": "1",
2569        "Unit": "M2M"
2570    },
2571    {
2572        "BriefDescription": "AD Egress (to CMS) Credit Acquired",
2573        "EventCode": "0xD",
2574        "EventName": "UNC_M2M_TxC_AD_CREDITS_ACQUIRED",
2575        "PerPkg": "1",
2576        "Unit": "M2M"
2577    },
2578    {
2579        "BriefDescription": "AD Egress (to CMS) Credits Occupancy",
2580        "EventCode": "0xE",
2581        "EventName": "UNC_M2M_TxC_AD_CREDIT_OCCUPANCY",
2582        "PerPkg": "1",
2583        "Unit": "M2M"
2584    },
2585    {
2586        "BriefDescription": "AD Egress (to CMS) Full",
2587        "EventCode": "0xC",
2588        "EventName": "UNC_M2M_TxC_AD_CYCLES_FULL",
2589        "PerPkg": "1",
2590        "Unit": "M2M"
2591    },
2592    {
2593        "BriefDescription": "AD Egress (to CMS) Not Empty",
2594        "EventCode": "0xB",
2595        "EventName": "UNC_M2M_TxC_AD_CYCLES_NE",
2596        "PerPkg": "1",
2597        "Unit": "M2M"
2598    },
2599    {
2600        "BriefDescription": "AD Egress (to CMS) Allocations",
2601        "EventCode": "0x9",
2602        "EventName": "UNC_M2M_TxC_AD_INSERTS",
2603        "PerPkg": "1",
2604        "Unit": "M2M"
2605    },
2606    {
2607        "BriefDescription": "Cycles with No AD Egress (to CMS) Credits",
2608        "EventCode": "0xF",
2609        "EventName": "UNC_M2M_TxC_AD_NO_CREDIT_CYCLES",
2610        "PerPkg": "1",
2611        "Unit": "M2M"
2612    },
2613    {
2614        "BriefDescription": "Cycles Stalled with No AD Egress (to CMS) Credits",
2615        "EventCode": "0x10",
2616        "EventName": "UNC_M2M_TxC_AD_NO_CREDIT_STALLED",
2617        "PerPkg": "1",
2618        "Unit": "M2M"
2619    },
2620    {
2621        "BriefDescription": "AD Egress (to CMS) Occupancy",
2622        "EventCode": "0xA",
2623        "EventName": "UNC_M2M_TxC_AD_OCCUPANCY",
2624        "PerPkg": "1",
2625        "Unit": "M2M"
2626    },
2627    {
2628        "BriefDescription": "Outbound Ring Transactions on AK; CRD Transactions to Cbo",
2629        "EventCode": "0x39",
2630        "EventName": "UNC_M2M_TxC_AK.CRD_CBO",
2631        "PerPkg": "1",
2632        "UMask": "0x2",
2633        "Unit": "M2M"
2634    },
2635    {
2636        "BriefDescription": "Outbound Ring Transactions on AK; NDR Transactions",
2637        "EventCode": "0x39",
2638        "EventName": "UNC_M2M_TxC_AK.NDR",
2639        "PerPkg": "1",
2640        "UMask": "0x1",
2641        "Unit": "M2M"
2642    },
2643    {
2644        "BriefDescription": "AK Egress (to CMS) Credit Acquired; Common Mesh Stop - Near Side",
2645        "EventCode": "0x1D",
2646        "EventName": "UNC_M2M_TxC_AK_CREDITS_ACQUIRED.CMS0",
2647        "PerPkg": "1",
2648        "UMask": "0x1",
2649        "Unit": "M2M"
2650    },
2651    {
2652        "BriefDescription": "AK Egress (to CMS) Credit Acquired; Common Mesh Stop - Far Side",
2653        "EventCode": "0x1D",
2654        "EventName": "UNC_M2M_TxC_AK_CREDITS_ACQUIRED.CMS1",
2655        "PerPkg": "1",
2656        "UMask": "0x2",
2657        "Unit": "M2M"
2658    },
2659    {
2660        "BriefDescription": "AK Egress (to CMS) Credits Occupancy; Common Mesh Stop - Near Side",
2661        "EventCode": "0x1E",
2662        "EventName": "UNC_M2M_TxC_AK_CREDIT_OCCUPANCY.CMS0",
2663        "PerPkg": "1",
2664        "UMask": "0x1",
2665        "Unit": "M2M"
2666    },
2667    {
2668        "BriefDescription": "AK Egress (to CMS) Credits Occupancy; Common Mesh Stop - Far Side",
2669        "EventCode": "0x1E",
2670        "EventName": "UNC_M2M_TxC_AK_CREDIT_OCCUPANCY.CMS1",
2671        "PerPkg": "1",
2672        "UMask": "0x2",
2673        "Unit": "M2M"
2674    },
2675    {
2676        "BriefDescription": "AK Egress (to CMS) Full; All",
2677        "EventCode": "0x14",
2678        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.ALL",
2679        "PerPkg": "1",
2680        "UMask": "0x3",
2681        "Unit": "M2M"
2682    },
2683    {
2684        "BriefDescription": "AK Egress (to CMS) Full; Common Mesh Stop - Near Side",
2685        "EventCode": "0x14",
2686        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.CMS0",
2687        "PerPkg": "1",
2688        "UMask": "0x1",
2689        "Unit": "M2M"
2690    },
2691    {
2692        "BriefDescription": "AK Egress (to CMS) Full; Common Mesh Stop - Far Side",
2693        "EventCode": "0x14",
2694        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.CMS1",
2695        "PerPkg": "1",
2696        "UMask": "0x2",
2697        "Unit": "M2M"
2698    },
2699    {
2700        "BriefDescription": "AK Egress (to CMS) Full; Read Credit Request",
2701        "EventCode": "0x14",
2702        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.RDCRD0",
2703        "PerPkg": "1",
2704        "UMask": "0x8",
2705        "Unit": "M2M"
2706    },
2707    {
2708        "BriefDescription": "AK Egress (to CMS) Full; Read Credit Request",
2709        "EventCode": "0x14",
2710        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.RDCRD1",
2711        "PerPkg": "1",
2712        "UMask": "0x88",
2713        "Unit": "M2M"
2714    },
2715    {
2716        "BriefDescription": "AK Egress (to CMS) Full; Write Compare Request",
2717        "EventCode": "0x14",
2718        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.WRCMP0",
2719        "PerPkg": "1",
2720        "UMask": "0x20",
2721        "Unit": "M2M"
2722    },
2723    {
2724        "BriefDescription": "AK Egress (to CMS) Full; Write Compare Request",
2725        "EventCode": "0x14",
2726        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.WRCMP1",
2727        "PerPkg": "1",
2728        "UMask": "0xa0",
2729        "Unit": "M2M"
2730    },
2731    {
2732        "BriefDescription": "AK Egress (to CMS) Full; Write Credit Request",
2733        "EventCode": "0x14",
2734        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.WRCRD0",
2735        "PerPkg": "1",
2736        "UMask": "0x10",
2737        "Unit": "M2M"
2738    },
2739    {
2740        "BriefDescription": "AK Egress (to CMS) Full; Write Credit Request",
2741        "EventCode": "0x14",
2742        "EventName": "UNC_M2M_TxC_AK_CYCLES_FULL.WRCRD1",
2743        "PerPkg": "1",
2744        "UMask": "0x90",
2745        "Unit": "M2M"
2746    },
2747    {
2748        "BriefDescription": "AK Egress (to CMS) Not Empty; All",
2749        "EventCode": "0x13",
2750        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.ALL",
2751        "PerPkg": "1",
2752        "UMask": "0x3",
2753        "Unit": "M2M"
2754    },
2755    {
2756        "BriefDescription": "AK Egress (to CMS) Not Empty; Common Mesh Stop - Near Side",
2757        "EventCode": "0x13",
2758        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.CMS0",
2759        "PerPkg": "1",
2760        "UMask": "0x1",
2761        "Unit": "M2M"
2762    },
2763    {
2764        "BriefDescription": "AK Egress (to CMS) Not Empty; Common Mesh Stop - Far Side",
2765        "EventCode": "0x13",
2766        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.CMS1",
2767        "PerPkg": "1",
2768        "UMask": "0x2",
2769        "Unit": "M2M"
2770    },
2771    {
2772        "BriefDescription": "AK Egress (to CMS) Not Empty; Read Credit Request",
2773        "EventCode": "0x13",
2774        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.RDCRD",
2775        "PerPkg": "1",
2776        "UMask": "0x8",
2777        "Unit": "M2M"
2778    },
2779    {
2780        "BriefDescription": "AK Egress (to CMS) Not Empty; Write Compare Request",
2781        "EventCode": "0x13",
2782        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.WRCMP",
2783        "PerPkg": "1",
2784        "UMask": "0x20",
2785        "Unit": "M2M"
2786    },
2787    {
2788        "BriefDescription": "AK Egress (to CMS) Not Empty; Write Credit Request",
2789        "EventCode": "0x13",
2790        "EventName": "UNC_M2M_TxC_AK_CYCLES_NE.WRCRD",
2791        "PerPkg": "1",
2792        "UMask": "0x10",
2793        "Unit": "M2M"
2794    },
2795    {
2796        "BriefDescription": "AK Egress (to CMS) Allocations; All",
2797        "EventCode": "0x11",
2798        "EventName": "UNC_M2M_TxC_AK_INSERTS.ALL",
2799        "PerPkg": "1",
2800        "UMask": "0x3",
2801        "Unit": "M2M"
2802    },
2803    {
2804        "BriefDescription": "AK Egress (to CMS) Allocations; Common Mesh Stop - Near Side",
2805        "EventCode": "0x11",
2806        "EventName": "UNC_M2M_TxC_AK_INSERTS.CMS0",
2807        "PerPkg": "1",
2808        "UMask": "0x1",
2809        "Unit": "M2M"
2810    },
2811    {
2812        "BriefDescription": "AK Egress (to CMS) Allocations; Common Mesh Stop - Far Side",
2813        "EventCode": "0x11",
2814        "EventName": "UNC_M2M_TxC_AK_INSERTS.CMS1",
2815        "PerPkg": "1",
2816        "UMask": "0x2",
2817        "Unit": "M2M"
2818    },
2819    {
2820        "BriefDescription": "AK Egress (to CMS) Allocations; Prefetch Read Cam Hit",
2821        "EventCode": "0x11",
2822        "EventName": "UNC_M2M_TxC_AK_INSERTS.PREF_RD_CAM_HIT",
2823        "PerPkg": "1",
2824        "UMask": "0x40",
2825        "Unit": "M2M"
2826    },
2827    {
2828        "BriefDescription": "AK Egress (to CMS) Allocations; Read Credit Request",
2829        "EventCode": "0x11",
2830        "EventName": "UNC_M2M_TxC_AK_INSERTS.RDCRD",
2831        "PerPkg": "1",
2832        "UMask": "0x8",
2833        "Unit": "M2M"
2834    },
2835    {
2836        "BriefDescription": "AK Egress (to CMS) Allocations; Write Compare Request",
2837        "EventCode": "0x11",
2838        "EventName": "UNC_M2M_TxC_AK_INSERTS.WRCMP",
2839        "PerPkg": "1",
2840        "UMask": "0x20",
2841        "Unit": "M2M"
2842    },
2843    {
2844        "BriefDescription": "AK Egress (to CMS) Allocations; Write Credit Request",
2845        "EventCode": "0x11",
2846        "EventName": "UNC_M2M_TxC_AK_INSERTS.WRCRD",
2847        "PerPkg": "1",
2848        "UMask": "0x10",
2849        "Unit": "M2M"
2850    },
2851    {
2852        "BriefDescription": "Cycles with No AK Egress (to CMS) Credits; Common Mesh Stop - Near Side",
2853        "EventCode": "0x1F",
2854        "EventName": "UNC_M2M_TxC_AK_NO_CREDIT_CYCLES.CMS0",
2855        "PerPkg": "1",
2856        "UMask": "0x1",
2857        "Unit": "M2M"
2858    },
2859    {
2860        "BriefDescription": "Cycles with No AK Egress (to CMS) Credits; Common Mesh Stop - Far Side",
2861        "EventCode": "0x1F",
2862        "EventName": "UNC_M2M_TxC_AK_NO_CREDIT_CYCLES.CMS1",
2863        "PerPkg": "1",
2864        "UMask": "0x2",
2865        "Unit": "M2M"
2866    },
2867    {
2868        "BriefDescription": "Cycles Stalled with No AK Egress (to CMS) Credits; Common Mesh Stop - Near Side",
2869        "EventCode": "0x20",
2870        "EventName": "UNC_M2M_TxC_AK_NO_CREDIT_STALLED.CMS0",
2871        "PerPkg": "1",
2872        "UMask": "0x1",
2873        "Unit": "M2M"
2874    },
2875    {
2876        "BriefDescription": "Cycles Stalled with No AK Egress (to CMS) Credits; Common Mesh Stop - Far Side",
2877        "EventCode": "0x20",
2878        "EventName": "UNC_M2M_TxC_AK_NO_CREDIT_STALLED.CMS1",
2879        "PerPkg": "1",
2880        "UMask": "0x2",
2881        "Unit": "M2M"
2882    },
2883    {
2884        "BriefDescription": "AK Egress (to CMS) Occupancy; All",
2885        "EventCode": "0x12",
2886        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.ALL",
2887        "PerPkg": "1",
2888        "UMask": "0x3",
2889        "Unit": "M2M"
2890    },
2891    {
2892        "BriefDescription": "AK Egress (to CMS) Occupancy; Common Mesh Stop - Near Side",
2893        "EventCode": "0x12",
2894        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.CMS0",
2895        "PerPkg": "1",
2896        "UMask": "0x1",
2897        "Unit": "M2M"
2898    },
2899    {
2900        "BriefDescription": "AK Egress (to CMS) Occupancy; Common Mesh Stop - Far Side",
2901        "EventCode": "0x12",
2902        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.CMS1",
2903        "PerPkg": "1",
2904        "UMask": "0x2",
2905        "Unit": "M2M"
2906    },
2907    {
2908        "BriefDescription": "AK Egress (to CMS) Occupancy; Read Credit Request",
2909        "EventCode": "0x12",
2910        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.RDCRD",
2911        "PerPkg": "1",
2912        "UMask": "0x8",
2913        "Unit": "M2M"
2914    },
2915    {
2916        "BriefDescription": "AK Egress (to CMS) Occupancy; Write Compare Request",
2917        "EventCode": "0x12",
2918        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.WRCMP",
2919        "PerPkg": "1",
2920        "UMask": "0x20",
2921        "Unit": "M2M"
2922    },
2923    {
2924        "BriefDescription": "AK Egress (to CMS) Occupancy; Write Credit Request",
2925        "EventCode": "0x12",
2926        "EventName": "UNC_M2M_TxC_AK_OCCUPANCY.WRCRD",
2927        "PerPkg": "1",
2928        "UMask": "0x10",
2929        "Unit": "M2M"
2930    },
2931    {
2932        "BriefDescription": "AK Egress (to CMS) Sideband",
2933        "EventCode": "0x6B",
2934        "EventName": "UNC_M2M_TxC_AK_SIDEBAND.RD",
2935        "PerPkg": "1",
2936        "UMask": "0x1",
2937        "Unit": "M2M"
2938    },
2939    {
2940        "BriefDescription": "AK Egress (to CMS) Sideband",
2941        "EventCode": "0x6B",
2942        "EventName": "UNC_M2M_TxC_AK_SIDEBAND.WR",
2943        "PerPkg": "1",
2944        "UMask": "0x2",
2945        "Unit": "M2M"
2946    },
2947    {
2948        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to Cache",
2949        "EventCode": "0x40",
2950        "EventName": "UNC_M2M_TxC_BL.DRS_CACHE",
2951        "PerPkg": "1",
2952        "UMask": "0x1",
2953        "Unit": "M2M"
2954    },
2955    {
2956        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to Core",
2957        "EventCode": "0x40",
2958        "EventName": "UNC_M2M_TxC_BL.DRS_CORE",
2959        "PerPkg": "1",
2960        "UMask": "0x2",
2961        "Unit": "M2M"
2962    },
2963    {
2964        "BriefDescription": "Outbound DRS Ring Transactions to Cache; Data to QPI",
2965        "EventCode": "0x40",
2966        "EventName": "UNC_M2M_TxC_BL.DRS_UPI",
2967        "PerPkg": "1",
2968        "UMask": "0x4",
2969        "Unit": "M2M"
2970    },
2971    {
2972        "BriefDescription": "BL Egress (to CMS) Credit Acquired; Common Mesh Stop - Near Side",
2973        "EventCode": "0x19",
2974        "EventName": "UNC_M2M_TxC_BL_CREDITS_ACQUIRED.CMS0",
2975        "PerPkg": "1",
2976        "UMask": "0x1",
2977        "Unit": "M2M"
2978    },
2979    {
2980        "BriefDescription": "BL Egress (to CMS) Credit Acquired; Common Mesh Stop - Far Side",
2981        "EventCode": "0x19",
2982        "EventName": "UNC_M2M_TxC_BL_CREDITS_ACQUIRED.CMS1",
2983        "PerPkg": "1",
2984        "UMask": "0x2",
2985        "Unit": "M2M"
2986    },
2987    {
2988        "BriefDescription": "BL Egress (to CMS) Credits Occupancy; Common Mesh Stop - Near Side",
2989        "EventCode": "0x1A",
2990        "EventName": "UNC_M2M_TxC_BL_CREDIT_OCCUPANCY.CMS0",
2991        "PerPkg": "1",
2992        "UMask": "0x1",
2993        "Unit": "M2M"
2994    },
2995    {
2996        "BriefDescription": "BL Egress (to CMS) Credits Occupancy; Common Mesh Stop - Far Side",
2997        "EventCode": "0x1A",
2998        "EventName": "UNC_M2M_TxC_BL_CREDIT_OCCUPANCY.CMS1",
2999        "PerPkg": "1",
3000        "UMask": "0x2",
3001        "Unit": "M2M"
3002    },
3003    {
3004        "BriefDescription": "BL Egress (to CMS) Full; All",
3005        "EventCode": "0x18",
3006        "EventName": "UNC_M2M_TxC_BL_CYCLES_FULL.ALL",
3007        "PerPkg": "1",
3008        "UMask": "0x3",
3009        "Unit": "M2M"
3010    },
3011    {
3012        "BriefDescription": "BL Egress (to CMS) Full; Common Mesh Stop - Near Side",
3013        "EventCode": "0x18",
3014        "EventName": "UNC_M2M_TxC_BL_CYCLES_FULL.CMS0",
3015        "PerPkg": "1",
3016        "UMask": "0x1",
3017        "Unit": "M2M"
3018    },
3019    {
3020        "BriefDescription": "BL Egress (to CMS) Full; Common Mesh Stop - Far Side",
3021        "EventCode": "0x18",
3022        "EventName": "UNC_M2M_TxC_BL_CYCLES_FULL.CMS1",
3023        "PerPkg": "1",
3024        "UMask": "0x2",
3025        "Unit": "M2M"
3026    },
3027    {
3028        "BriefDescription": "BL Egress (to CMS) Not Empty; All",
3029        "EventCode": "0x17",
3030        "EventName": "UNC_M2M_TxC_BL_CYCLES_NE.ALL",
3031        "PerPkg": "1",
3032        "UMask": "0x3",
3033        "Unit": "M2M"
3034    },
3035    {
3036        "BriefDescription": "BL Egress (to CMS) Not Empty; Common Mesh Stop - Near Side",
3037        "EventCode": "0x17",
3038        "EventName": "UNC_M2M_TxC_BL_CYCLES_NE.CMS0",
3039        "PerPkg": "1",
3040        "UMask": "0x1",
3041        "Unit": "M2M"
3042    },
3043    {
3044        "BriefDescription": "BL Egress (to CMS) Not Empty; Common Mesh Stop - Far Side",
3045        "EventCode": "0x17",
3046        "EventName": "UNC_M2M_TxC_BL_CYCLES_NE.CMS1",
3047        "PerPkg": "1",
3048        "UMask": "0x2",
3049        "Unit": "M2M"
3050    },
3051    {
3052        "BriefDescription": "BL Egress (to CMS) Allocations; All",
3053        "EventCode": "0x15",
3054        "EventName": "UNC_M2M_TxC_BL_INSERTS.ALL",
3055        "PerPkg": "1",
3056        "UMask": "0x3",
3057        "Unit": "M2M"
3058    },
3059    {
3060        "BriefDescription": "BL Egress (to CMS) Allocations; Common Mesh Stop - Near Side",
3061        "EventCode": "0x15",
3062        "EventName": "UNC_M2M_TxC_BL_INSERTS.CMS0",
3063        "PerPkg": "1",
3064        "UMask": "0x1",
3065        "Unit": "M2M"
3066    },
3067    {
3068        "BriefDescription": "BL Egress (to CMS) Allocations; Common Mesh Stop - Far Side",
3069        "EventCode": "0x15",
3070        "EventName": "UNC_M2M_TxC_BL_INSERTS.CMS1",
3071        "PerPkg": "1",
3072        "UMask": "0x2",
3073        "Unit": "M2M"
3074    },
3075    {
3076        "BriefDescription": "Cycles with No BL Egress (to CMS) Credits; Common Mesh Stop - Near Side",
3077        "EventCode": "0x1B",
3078        "EventName": "UNC_M2M_TxC_BL_NO_CREDIT_CYCLES.CMS0",
3079        "PerPkg": "1",
3080        "UMask": "0x1",
3081        "Unit": "M2M"
3082    },
3083    {
3084        "BriefDescription": "Cycles with No BL Egress (to CMS) Credits; Common Mesh Stop - Far Side",
3085        "EventCode": "0x1B",
3086        "EventName": "UNC_M2M_TxC_BL_NO_CREDIT_CYCLES.CMS1",
3087        "PerPkg": "1",
3088        "UMask": "0x2",
3089        "Unit": "M2M"
3090    },
3091    {
3092        "BriefDescription": "Cycles Stalled with No BL Egress (to CMS) Credits; Common Mesh Stop - Near Side",
3093        "EventCode": "0x1C",
3094        "EventName": "UNC_M2M_TxC_BL_NO_CREDIT_STALLED.CMS0",
3095        "PerPkg": "1",
3096        "UMask": "0x1",
3097        "Unit": "M2M"
3098    },
3099    {
3100        "BriefDescription": "Cycles Stalled with No BL Egress (to CMS) Credits; Common Mesh Stop - Far Side",
3101        "EventCode": "0x1C",
3102        "EventName": "UNC_M2M_TxC_BL_NO_CREDIT_STALLED.CMS1",
3103        "PerPkg": "1",
3104        "UMask": "0x2",
3105        "Unit": "M2M"
3106    },
3107    {
3108        "BriefDescription": "BL Egress (to CMS) Occupancy; All",
3109        "EventCode": "0x16",
3110        "EventName": "UNC_M2M_TxC_BL_OCCUPANCY.ALL",
3111        "PerPkg": "1",
3112        "UMask": "0x3",
3113        "Unit": "M2M"
3114    },
3115    {
3116        "BriefDescription": "BL Egress (to CMS) Occupancy; Common Mesh Stop - Near Side",
3117        "EventCode": "0x16",
3118        "EventName": "UNC_M2M_TxC_BL_OCCUPANCY.CMS0",
3119        "PerPkg": "1",
3120        "UMask": "0x1",
3121        "Unit": "M2M"
3122    },
3123    {
3124        "BriefDescription": "BL Egress (to CMS) Occupancy; Common Mesh Stop - Far Side",
3125        "EventCode": "0x16",
3126        "EventName": "UNC_M2M_TxC_BL_OCCUPANCY.CMS1",
3127        "PerPkg": "1",
3128        "UMask": "0x2",
3129        "Unit": "M2M"
3130    },
3131    {
3132        "BriefDescription": "CMS Horizontal ADS Used; AD - Bounce",
3133        "EventCode": "0x9D",
3134        "EventName": "UNC_M2M_TxR_HORZ_ADS_USED.AD_BNC",
3135        "PerPkg": "1",
3136        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3137        "UMask": "0x1",
3138        "Unit": "M2M"
3139    },
3140    {
3141        "BriefDescription": "CMS Horizontal ADS Used; AD - Credit",
3142        "EventCode": "0x9D",
3143        "EventName": "UNC_M2M_TxR_HORZ_ADS_USED.AD_CRD",
3144        "PerPkg": "1",
3145        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3146        "UMask": "0x10",
3147        "Unit": "M2M"
3148    },
3149    {
3150        "BriefDescription": "CMS Horizontal ADS Used; AK - Bounce",
3151        "EventCode": "0x9D",
3152        "EventName": "UNC_M2M_TxR_HORZ_ADS_USED.AK_BNC",
3153        "PerPkg": "1",
3154        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3155        "UMask": "0x2",
3156        "Unit": "M2M"
3157    },
3158    {
3159        "BriefDescription": "CMS Horizontal ADS Used; BL - Bounce",
3160        "EventCode": "0x9D",
3161        "EventName": "UNC_M2M_TxR_HORZ_ADS_USED.BL_BNC",
3162        "PerPkg": "1",
3163        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3164        "UMask": "0x4",
3165        "Unit": "M2M"
3166    },
3167    {
3168        "BriefDescription": "CMS Horizontal ADS Used; BL - Credit",
3169        "EventCode": "0x9D",
3170        "EventName": "UNC_M2M_TxR_HORZ_ADS_USED.BL_CRD",
3171        "PerPkg": "1",
3172        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3173        "UMask": "0x40",
3174        "Unit": "M2M"
3175    },
3176    {
3177        "BriefDescription": "CMS Horizontal Bypass Used; AD - Bounce",
3178        "EventCode": "0x9F",
3179        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.AD_BNC",
3180        "PerPkg": "1",
3181        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3182        "UMask": "0x1",
3183        "Unit": "M2M"
3184    },
3185    {
3186        "BriefDescription": "CMS Horizontal Bypass Used; AD - Credit",
3187        "EventCode": "0x9F",
3188        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.AD_CRD",
3189        "PerPkg": "1",
3190        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3191        "UMask": "0x10",
3192        "Unit": "M2M"
3193    },
3194    {
3195        "BriefDescription": "CMS Horizontal Bypass Used; AK - Bounce",
3196        "EventCode": "0x9F",
3197        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.AK_BNC",
3198        "PerPkg": "1",
3199        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3200        "UMask": "0x2",
3201        "Unit": "M2M"
3202    },
3203    {
3204        "BriefDescription": "CMS Horizontal Bypass Used; BL - Bounce",
3205        "EventCode": "0x9F",
3206        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.BL_BNC",
3207        "PerPkg": "1",
3208        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3209        "UMask": "0x4",
3210        "Unit": "M2M"
3211    },
3212    {
3213        "BriefDescription": "CMS Horizontal Bypass Used; BL - Credit",
3214        "EventCode": "0x9F",
3215        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.BL_CRD",
3216        "PerPkg": "1",
3217        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3218        "UMask": "0x40",
3219        "Unit": "M2M"
3220    },
3221    {
3222        "BriefDescription": "CMS Horizontal Bypass Used; IV - Bounce",
3223        "EventCode": "0x9F",
3224        "EventName": "UNC_M2M_TxR_HORZ_BYPASS.IV_BNC",
3225        "PerPkg": "1",
3226        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
3227        "UMask": "0x8",
3228        "Unit": "M2M"
3229    },
3230    {
3231        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AD - Bounce",
3232        "EventCode": "0x96",
3233        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.AD_BNC",
3234        "PerPkg": "1",
3235        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3236        "UMask": "0x1",
3237        "Unit": "M2M"
3238    },
3239    {
3240        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AD - Credit",
3241        "EventCode": "0x96",
3242        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.AD_CRD",
3243        "PerPkg": "1",
3244        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3245        "UMask": "0x10",
3246        "Unit": "M2M"
3247    },
3248    {
3249        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AK - Bounce",
3250        "EventCode": "0x96",
3251        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.AK_BNC",
3252        "PerPkg": "1",
3253        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3254        "UMask": "0x2",
3255        "Unit": "M2M"
3256    },
3257    {
3258        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; BL - Bounce",
3259        "EventCode": "0x96",
3260        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.BL_BNC",
3261        "PerPkg": "1",
3262        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3263        "UMask": "0x4",
3264        "Unit": "M2M"
3265    },
3266    {
3267        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; BL - Credit",
3268        "EventCode": "0x96",
3269        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.BL_CRD",
3270        "PerPkg": "1",
3271        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3272        "UMask": "0x40",
3273        "Unit": "M2M"
3274    },
3275    {
3276        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; IV - Bounce",
3277        "EventCode": "0x96",
3278        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_FULL.IV_BNC",
3279        "PerPkg": "1",
3280        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3281        "UMask": "0x8",
3282        "Unit": "M2M"
3283    },
3284    {
3285        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AD - Bounce",
3286        "EventCode": "0x97",
3287        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.AD_BNC",
3288        "PerPkg": "1",
3289        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3290        "UMask": "0x1",
3291        "Unit": "M2M"
3292    },
3293    {
3294        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AD - Credit",
3295        "EventCode": "0x97",
3296        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.AD_CRD",
3297        "PerPkg": "1",
3298        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3299        "UMask": "0x10",
3300        "Unit": "M2M"
3301    },
3302    {
3303        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AK - Bounce",
3304        "EventCode": "0x97",
3305        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.AK_BNC",
3306        "PerPkg": "1",
3307        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3308        "UMask": "0x2",
3309        "Unit": "M2M"
3310    },
3311    {
3312        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; BL - Bounce",
3313        "EventCode": "0x97",
3314        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.BL_BNC",
3315        "PerPkg": "1",
3316        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3317        "UMask": "0x4",
3318        "Unit": "M2M"
3319    },
3320    {
3321        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; BL - Credit",
3322        "EventCode": "0x97",
3323        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.BL_CRD",
3324        "PerPkg": "1",
3325        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3326        "UMask": "0x40",
3327        "Unit": "M2M"
3328    },
3329    {
3330        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; IV - Bounce",
3331        "EventCode": "0x97",
3332        "EventName": "UNC_M2M_TxR_HORZ_CYCLES_NE.IV_BNC",
3333        "PerPkg": "1",
3334        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3335        "UMask": "0x8",
3336        "Unit": "M2M"
3337    },
3338    {
3339        "BriefDescription": "CMS Horizontal Egress Inserts; AD - Bounce",
3340        "EventCode": "0x95",
3341        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.AD_BNC",
3342        "PerPkg": "1",
3343        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3344        "UMask": "0x1",
3345        "Unit": "M2M"
3346    },
3347    {
3348        "BriefDescription": "CMS Horizontal Egress Inserts; AD - Credit",
3349        "EventCode": "0x95",
3350        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.AD_CRD",
3351        "PerPkg": "1",
3352        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3353        "UMask": "0x10",
3354        "Unit": "M2M"
3355    },
3356    {
3357        "BriefDescription": "CMS Horizontal Egress Inserts; AK - Bounce",
3358        "EventCode": "0x95",
3359        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.AK_BNC",
3360        "PerPkg": "1",
3361        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3362        "UMask": "0x2",
3363        "Unit": "M2M"
3364    },
3365    {
3366        "BriefDescription": "CMS Horizontal Egress Inserts; BL - Bounce",
3367        "EventCode": "0x95",
3368        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.BL_BNC",
3369        "PerPkg": "1",
3370        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3371        "UMask": "0x4",
3372        "Unit": "M2M"
3373    },
3374    {
3375        "BriefDescription": "CMS Horizontal Egress Inserts; BL - Credit",
3376        "EventCode": "0x95",
3377        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.BL_CRD",
3378        "PerPkg": "1",
3379        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3380        "UMask": "0x40",
3381        "Unit": "M2M"
3382    },
3383    {
3384        "BriefDescription": "CMS Horizontal Egress Inserts; IV - Bounce",
3385        "EventCode": "0x95",
3386        "EventName": "UNC_M2M_TxR_HORZ_INSERTS.IV_BNC",
3387        "PerPkg": "1",
3388        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3389        "UMask": "0x8",
3390        "Unit": "M2M"
3391    },
3392    {
3393        "BriefDescription": "CMS Horizontal Egress NACKs; AD - Bounce",
3394        "EventCode": "0x99",
3395        "EventName": "UNC_M2M_TxR_HORZ_NACK.AD_BNC",
3396        "PerPkg": "1",
3397        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3398        "UMask": "0x1",
3399        "Unit": "M2M"
3400    },
3401    {
3402        "BriefDescription": "CMS Horizontal Egress NACKs; AD - Credit",
3403        "EventCode": "0x99",
3404        "EventName": "UNC_M2M_TxR_HORZ_NACK.AD_CRD",
3405        "PerPkg": "1",
3406        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3407        "UMask": "0x20",
3408        "Unit": "M2M"
3409    },
3410    {
3411        "BriefDescription": "CMS Horizontal Egress NACKs; AK - Bounce",
3412        "EventCode": "0x99",
3413        "EventName": "UNC_M2M_TxR_HORZ_NACK.AK_BNC",
3414        "PerPkg": "1",
3415        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3416        "UMask": "0x2",
3417        "Unit": "M2M"
3418    },
3419    {
3420        "BriefDescription": "CMS Horizontal Egress NACKs; BL - Bounce",
3421        "EventCode": "0x99",
3422        "EventName": "UNC_M2M_TxR_HORZ_NACK.BL_BNC",
3423        "PerPkg": "1",
3424        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3425        "UMask": "0x4",
3426        "Unit": "M2M"
3427    },
3428    {
3429        "BriefDescription": "CMS Horizontal Egress NACKs; BL - Credit",
3430        "EventCode": "0x99",
3431        "EventName": "UNC_M2M_TxR_HORZ_NACK.BL_CRD",
3432        "PerPkg": "1",
3433        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3434        "UMask": "0x40",
3435        "Unit": "M2M"
3436    },
3437    {
3438        "BriefDescription": "CMS Horizontal Egress NACKs; IV - Bounce",
3439        "EventCode": "0x99",
3440        "EventName": "UNC_M2M_TxR_HORZ_NACK.IV_BNC",
3441        "PerPkg": "1",
3442        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
3443        "UMask": "0x8",
3444        "Unit": "M2M"
3445    },
3446    {
3447        "BriefDescription": "CMS Horizontal Egress Occupancy; AD - Bounce",
3448        "EventCode": "0x94",
3449        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.AD_BNC",
3450        "PerPkg": "1",
3451        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3452        "UMask": "0x1",
3453        "Unit": "M2M"
3454    },
3455    {
3456        "BriefDescription": "CMS Horizontal Egress Occupancy; AD - Credit",
3457        "EventCode": "0x94",
3458        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.AD_CRD",
3459        "PerPkg": "1",
3460        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3461        "UMask": "0x10",
3462        "Unit": "M2M"
3463    },
3464    {
3465        "BriefDescription": "CMS Horizontal Egress Occupancy; AK - Bounce",
3466        "EventCode": "0x94",
3467        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.AK_BNC",
3468        "PerPkg": "1",
3469        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3470        "UMask": "0x2",
3471        "Unit": "M2M"
3472    },
3473    {
3474        "BriefDescription": "CMS Horizontal Egress Occupancy; BL - Bounce",
3475        "EventCode": "0x94",
3476        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.BL_BNC",
3477        "PerPkg": "1",
3478        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3479        "UMask": "0x4",
3480        "Unit": "M2M"
3481    },
3482    {
3483        "BriefDescription": "CMS Horizontal Egress Occupancy; BL - Credit",
3484        "EventCode": "0x94",
3485        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.BL_CRD",
3486        "PerPkg": "1",
3487        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3488        "UMask": "0x40",
3489        "Unit": "M2M"
3490    },
3491    {
3492        "BriefDescription": "CMS Horizontal Egress Occupancy; IV - Bounce",
3493        "EventCode": "0x94",
3494        "EventName": "UNC_M2M_TxR_HORZ_OCCUPANCY.IV_BNC",
3495        "PerPkg": "1",
3496        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
3497        "UMask": "0x8",
3498        "Unit": "M2M"
3499    },
3500    {
3501        "BriefDescription": "CMS Horizontal Egress Injection Starvation; AD - Bounce",
3502        "EventCode": "0x9B",
3503        "EventName": "UNC_M2M_TxR_HORZ_STARVED.AD_BNC",
3504        "PerPkg": "1",
3505        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
3506        "UMask": "0x1",
3507        "Unit": "M2M"
3508    },
3509    {
3510        "BriefDescription": "CMS Horizontal Egress Injection Starvation; AK - Bounce",
3511        "EventCode": "0x9B",
3512        "EventName": "UNC_M2M_TxR_HORZ_STARVED.AK_BNC",
3513        "PerPkg": "1",
3514        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
3515        "UMask": "0x2",
3516        "Unit": "M2M"
3517    },
3518    {
3519        "BriefDescription": "CMS Horizontal Egress Injection Starvation; BL - Bounce",
3520        "EventCode": "0x9B",
3521        "EventName": "UNC_M2M_TxR_HORZ_STARVED.BL_BNC",
3522        "PerPkg": "1",
3523        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
3524        "UMask": "0x4",
3525        "Unit": "M2M"
3526    },
3527    {
3528        "BriefDescription": "CMS Horizontal Egress Injection Starvation; IV - Bounce",
3529        "EventCode": "0x9B",
3530        "EventName": "UNC_M2M_TxR_HORZ_STARVED.IV_BNC",
3531        "PerPkg": "1",
3532        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
3533        "UMask": "0x8",
3534        "Unit": "M2M"
3535    },
3536    {
3537        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 0",
3538        "EventCode": "0x9C",
3539        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.AD_AG0",
3540        "PerPkg": "1",
3541        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3542        "UMask": "0x1",
3543        "Unit": "M2M"
3544    },
3545    {
3546        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 1",
3547        "EventCode": "0x9C",
3548        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.AD_AG1",
3549        "PerPkg": "1",
3550        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3551        "UMask": "0x10",
3552        "Unit": "M2M"
3553    },
3554    {
3555        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 0",
3556        "EventCode": "0x9C",
3557        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.AK_AG0",
3558        "PerPkg": "1",
3559        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3560        "UMask": "0x2",
3561        "Unit": "M2M"
3562    },
3563    {
3564        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 1",
3565        "EventCode": "0x9C",
3566        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.AK_AG1",
3567        "PerPkg": "1",
3568        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3569        "UMask": "0x20",
3570        "Unit": "M2M"
3571    },
3572    {
3573        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 0",
3574        "EventCode": "0x9C",
3575        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.BL_AG0",
3576        "PerPkg": "1",
3577        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3578        "UMask": "0x4",
3579        "Unit": "M2M"
3580    },
3581    {
3582        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 1",
3583        "EventCode": "0x9C",
3584        "EventName": "UNC_M2M_TxR_VERT_ADS_USED.BL_AG1",
3585        "PerPkg": "1",
3586        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
3587        "UMask": "0x40",
3588        "Unit": "M2M"
3589    },
3590    {
3591        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 0",
3592        "EventCode": "0x9E",
3593        "EventName": "UNC_M2M_TxR_VERT_BYPASS.AD_AG0",
3594        "PerPkg": "1",
3595        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3596        "UMask": "0x1",
3597        "Unit": "M2M"
3598    },
3599    {
3600        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 1",
3601        "EventCode": "0x9E",
3602        "EventName": "UNC_M2M_TxR_VERT_BYPASS.AD_AG1",
3603        "PerPkg": "1",
3604        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3605        "UMask": "0x10",
3606        "Unit": "M2M"
3607    },
3608    {
3609        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 0",
3610        "EventCode": "0x9E",
3611        "EventName": "UNC_M2M_TxR_VERT_BYPASS.AK_AG0",
3612        "PerPkg": "1",
3613        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3614        "UMask": "0x2",
3615        "Unit": "M2M"
3616    },
3617    {
3618        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 1",
3619        "EventCode": "0x9E",
3620        "EventName": "UNC_M2M_TxR_VERT_BYPASS.AK_AG1",
3621        "PerPkg": "1",
3622        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3623        "UMask": "0x20",
3624        "Unit": "M2M"
3625    },
3626    {
3627        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 0",
3628        "EventCode": "0x9E",
3629        "EventName": "UNC_M2M_TxR_VERT_BYPASS.BL_AG0",
3630        "PerPkg": "1",
3631        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3632        "UMask": "0x4",
3633        "Unit": "M2M"
3634    },
3635    {
3636        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 1",
3637        "EventCode": "0x9E",
3638        "EventName": "UNC_M2M_TxR_VERT_BYPASS.BL_AG1",
3639        "PerPkg": "1",
3640        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3641        "UMask": "0x40",
3642        "Unit": "M2M"
3643    },
3644    {
3645        "BriefDescription": "CMS Vertical ADS Used; IV",
3646        "EventCode": "0x9E",
3647        "EventName": "UNC_M2M_TxR_VERT_BYPASS.IV",
3648        "PerPkg": "1",
3649        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
3650        "UMask": "0x8",
3651        "Unit": "M2M"
3652    },
3653    {
3654        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AD - Agent 0",
3655        "EventCode": "0x92",
3656        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.AD_AG0",
3657        "PerPkg": "1",
3658        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
3659        "UMask": "0x1",
3660        "Unit": "M2M"
3661    },
3662    {
3663        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AD - Agent 1",
3664        "EventCode": "0x92",
3665        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.AD_AG1",
3666        "PerPkg": "1",
3667        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
3668        "UMask": "0x10",
3669        "Unit": "M2M"
3670    },
3671    {
3672        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AK - Agent 0",
3673        "EventCode": "0x92",
3674        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.AK_AG0",
3675        "PerPkg": "1",
3676        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
3677        "UMask": "0x2",
3678        "Unit": "M2M"
3679    },
3680    {
3681        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AK - Agent 1",
3682        "EventCode": "0x92",
3683        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.AK_AG1",
3684        "PerPkg": "1",
3685        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
3686        "UMask": "0x20",
3687        "Unit": "M2M"
3688    },
3689    {
3690        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; BL - Agent 0",
3691        "EventCode": "0x92",
3692        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.BL_AG0",
3693        "PerPkg": "1",
3694        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
3695        "UMask": "0x4",
3696        "Unit": "M2M"
3697    },
3698    {
3699        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; BL - Agent 1",
3700        "EventCode": "0x92",
3701        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.BL_AG1",
3702        "PerPkg": "1",
3703        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
3704        "UMask": "0x40",
3705        "Unit": "M2M"
3706    },
3707    {
3708        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; IV",
3709        "EventCode": "0x92",
3710        "EventName": "UNC_M2M_TxR_VERT_CYCLES_FULL.IV",
3711        "PerPkg": "1",
3712        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
3713        "UMask": "0x8",
3714        "Unit": "M2M"
3715    },
3716    {
3717        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AD - Agent 0",
3718        "EventCode": "0x93",
3719        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.AD_AG0",
3720        "PerPkg": "1",
3721        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
3722        "UMask": "0x1",
3723        "Unit": "M2M"
3724    },
3725    {
3726        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AD - Agent 1",
3727        "EventCode": "0x93",
3728        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.AD_AG1",
3729        "PerPkg": "1",
3730        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
3731        "UMask": "0x10",
3732        "Unit": "M2M"
3733    },
3734    {
3735        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AK - Agent 0",
3736        "EventCode": "0x93",
3737        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.AK_AG0",
3738        "PerPkg": "1",
3739        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
3740        "UMask": "0x2",
3741        "Unit": "M2M"
3742    },
3743    {
3744        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AK - Agent 1",
3745        "EventCode": "0x93",
3746        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.AK_AG1",
3747        "PerPkg": "1",
3748        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
3749        "UMask": "0x20",
3750        "Unit": "M2M"
3751    },
3752    {
3753        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; BL - Agent 0",
3754        "EventCode": "0x93",
3755        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.BL_AG0",
3756        "PerPkg": "1",
3757        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
3758        "UMask": "0x4",
3759        "Unit": "M2M"
3760    },
3761    {
3762        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; BL - Agent 1",
3763        "EventCode": "0x93",
3764        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.BL_AG1",
3765        "PerPkg": "1",
3766        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
3767        "UMask": "0x40",
3768        "Unit": "M2M"
3769    },
3770    {
3771        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; IV",
3772        "EventCode": "0x93",
3773        "EventName": "UNC_M2M_TxR_VERT_CYCLES_NE.IV",
3774        "PerPkg": "1",
3775        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
3776        "UMask": "0x8",
3777        "Unit": "M2M"
3778    },
3779    {
3780        "BriefDescription": "CMS Vert Egress Allocations; AD - Agent 0",
3781        "EventCode": "0x91",
3782        "EventName": "UNC_M2M_TxR_VERT_INSERTS.AD_AG0",
3783        "PerPkg": "1",
3784        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
3785        "UMask": "0x1",
3786        "Unit": "M2M"
3787    },
3788    {
3789        "BriefDescription": "CMS Vert Egress Allocations; AD - Agent 1",
3790        "EventCode": "0x91",
3791        "EventName": "UNC_M2M_TxR_VERT_INSERTS.AD_AG1",
3792        "PerPkg": "1",
3793        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
3794        "UMask": "0x10",
3795        "Unit": "M2M"
3796    },
3797    {
3798        "BriefDescription": "CMS Vert Egress Allocations; AK - Agent 0",
3799        "EventCode": "0x91",
3800        "EventName": "UNC_M2M_TxR_VERT_INSERTS.AK_AG0",
3801        "PerPkg": "1",
3802        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
3803        "UMask": "0x2",
3804        "Unit": "M2M"
3805    },
3806    {
3807        "BriefDescription": "CMS Vert Egress Allocations; AK - Agent 1",
3808        "EventCode": "0x91",
3809        "EventName": "UNC_M2M_TxR_VERT_INSERTS.AK_AG1",
3810        "PerPkg": "1",
3811        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
3812        "UMask": "0x20",
3813        "Unit": "M2M"
3814    },
3815    {
3816        "BriefDescription": "CMS Vert Egress Allocations; BL - Agent 0",
3817        "EventCode": "0x91",
3818        "EventName": "UNC_M2M_TxR_VERT_INSERTS.BL_AG0",
3819        "PerPkg": "1",
3820        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
3821        "UMask": "0x4",
3822        "Unit": "M2M"
3823    },
3824    {
3825        "BriefDescription": "CMS Vert Egress Allocations; BL - Agent 1",
3826        "EventCode": "0x91",
3827        "EventName": "UNC_M2M_TxR_VERT_INSERTS.BL_AG1",
3828        "PerPkg": "1",
3829        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
3830        "UMask": "0x40",
3831        "Unit": "M2M"
3832    },
3833    {
3834        "BriefDescription": "CMS Vert Egress Allocations; IV",
3835        "EventCode": "0x91",
3836        "EventName": "UNC_M2M_TxR_VERT_INSERTS.IV",
3837        "PerPkg": "1",
3838        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
3839        "UMask": "0x8",
3840        "Unit": "M2M"
3841    },
3842    {
3843        "BriefDescription": "CMS Vertical Egress NACKs; AD - Agent 0",
3844        "EventCode": "0x98",
3845        "EventName": "UNC_M2M_TxR_VERT_NACK.AD_AG0",
3846        "PerPkg": "1",
3847        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3848        "UMask": "0x1",
3849        "Unit": "M2M"
3850    },
3851    {
3852        "BriefDescription": "CMS Vertical Egress NACKs; AD - Agent 1",
3853        "EventCode": "0x98",
3854        "EventName": "UNC_M2M_TxR_VERT_NACK.AD_AG1",
3855        "PerPkg": "1",
3856        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3857        "UMask": "0x10",
3858        "Unit": "M2M"
3859    },
3860    {
3861        "BriefDescription": "CMS Vertical Egress NACKs; AK - Agent 0",
3862        "EventCode": "0x98",
3863        "EventName": "UNC_M2M_TxR_VERT_NACK.AK_AG0",
3864        "PerPkg": "1",
3865        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3866        "UMask": "0x2",
3867        "Unit": "M2M"
3868    },
3869    {
3870        "BriefDescription": "CMS Vertical Egress NACKs; AK - Agent 1",
3871        "EventCode": "0x98",
3872        "EventName": "UNC_M2M_TxR_VERT_NACK.AK_AG1",
3873        "PerPkg": "1",
3874        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3875        "UMask": "0x20",
3876        "Unit": "M2M"
3877    },
3878    {
3879        "BriefDescription": "CMS Vertical Egress NACKs; BL - Agent 0",
3880        "EventCode": "0x98",
3881        "EventName": "UNC_M2M_TxR_VERT_NACK.BL_AG0",
3882        "PerPkg": "1",
3883        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3884        "UMask": "0x4",
3885        "Unit": "M2M"
3886    },
3887    {
3888        "BriefDescription": "CMS Vertical Egress NACKs; BL - Agent 1",
3889        "EventCode": "0x98",
3890        "EventName": "UNC_M2M_TxR_VERT_NACK.BL_AG1",
3891        "PerPkg": "1",
3892        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3893        "UMask": "0x40",
3894        "Unit": "M2M"
3895    },
3896    {
3897        "BriefDescription": "CMS Vertical Egress NACKs; IV",
3898        "EventCode": "0x98",
3899        "EventName": "UNC_M2M_TxR_VERT_NACK.IV",
3900        "PerPkg": "1",
3901        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
3902        "UMask": "0x8",
3903        "Unit": "M2M"
3904    },
3905    {
3906        "BriefDescription": "CMS Vert Egress Occupancy; AD - Agent 0",
3907        "EventCode": "0x90",
3908        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.AD_AG0",
3909        "PerPkg": "1",
3910        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
3911        "UMask": "0x1",
3912        "Unit": "M2M"
3913    },
3914    {
3915        "BriefDescription": "CMS Vert Egress Occupancy; AD - Agent 1",
3916        "EventCode": "0x90",
3917        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.AD_AG1",
3918        "PerPkg": "1",
3919        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
3920        "UMask": "0x10",
3921        "Unit": "M2M"
3922    },
3923    {
3924        "BriefDescription": "CMS Vert Egress Occupancy; AK - Agent 0",
3925        "EventCode": "0x90",
3926        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.AK_AG0",
3927        "PerPkg": "1",
3928        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
3929        "UMask": "0x2",
3930        "Unit": "M2M"
3931    },
3932    {
3933        "BriefDescription": "CMS Vert Egress Occupancy; AK - Agent 1",
3934        "EventCode": "0x90",
3935        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.AK_AG1",
3936        "PerPkg": "1",
3937        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
3938        "UMask": "0x20",
3939        "Unit": "M2M"
3940    },
3941    {
3942        "BriefDescription": "CMS Vert Egress Occupancy; BL - Agent 0",
3943        "EventCode": "0x90",
3944        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.BL_AG0",
3945        "PerPkg": "1",
3946        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
3947        "UMask": "0x4",
3948        "Unit": "M2M"
3949    },
3950    {
3951        "BriefDescription": "CMS Vert Egress Occupancy; BL - Agent 1",
3952        "EventCode": "0x90",
3953        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.BL_AG1",
3954        "PerPkg": "1",
3955        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
3956        "UMask": "0x40",
3957        "Unit": "M2M"
3958    },
3959    {
3960        "BriefDescription": "CMS Vert Egress Occupancy; IV",
3961        "EventCode": "0x90",
3962        "EventName": "UNC_M2M_TxR_VERT_OCCUPANCY.IV",
3963        "PerPkg": "1",
3964        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
3965        "UMask": "0x8",
3966        "Unit": "M2M"
3967    },
3968    {
3969        "BriefDescription": "CMS Vertical Egress Injection Starvation; AD - Agent 0",
3970        "EventCode": "0x9A",
3971        "EventName": "UNC_M2M_TxR_VERT_STARVED.AD_AG0",
3972        "PerPkg": "1",
3973        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
3974        "UMask": "0x1",
3975        "Unit": "M2M"
3976    },
3977    {
3978        "BriefDescription": "CMS Vertical Egress Injection Starvation; AD - Agent 1",
3979        "EventCode": "0x9A",
3980        "EventName": "UNC_M2M_TxR_VERT_STARVED.AD_AG1",
3981        "PerPkg": "1",
3982        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
3983        "UMask": "0x10",
3984        "Unit": "M2M"
3985    },
3986    {
3987        "BriefDescription": "CMS Vertical Egress Injection Starvation; AK - Agent 0",
3988        "EventCode": "0x9A",
3989        "EventName": "UNC_M2M_TxR_VERT_STARVED.AK_AG0",
3990        "PerPkg": "1",
3991        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
3992        "UMask": "0x2",
3993        "Unit": "M2M"
3994    },
3995    {
3996        "BriefDescription": "CMS Vertical Egress Injection Starvation; AK - Agent 1",
3997        "EventCode": "0x9A",
3998        "EventName": "UNC_M2M_TxR_VERT_STARVED.AK_AG1",
3999        "PerPkg": "1",
4000        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
4001        "UMask": "0x20",
4002        "Unit": "M2M"
4003    },
4004    {
4005        "BriefDescription": "CMS Vertical Egress Injection Starvation; BL - Agent 0",
4006        "EventCode": "0x9A",
4007        "EventName": "UNC_M2M_TxR_VERT_STARVED.BL_AG0",
4008        "PerPkg": "1",
4009        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
4010        "UMask": "0x4",
4011        "Unit": "M2M"
4012    },
4013    {
4014        "BriefDescription": "CMS Vertical Egress Injection Starvation; BL - Agent 1",
4015        "EventCode": "0x9A",
4016        "EventName": "UNC_M2M_TxR_VERT_STARVED.BL_AG1",
4017        "PerPkg": "1",
4018        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
4019        "UMask": "0x40",
4020        "Unit": "M2M"
4021    },
4022    {
4023        "BriefDescription": "CMS Vertical Egress Injection Starvation; IV",
4024        "EventCode": "0x9A",
4025        "EventName": "UNC_M2M_TxR_VERT_STARVED.IV",
4026        "PerPkg": "1",
4027        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
4028        "UMask": "0x8",
4029        "Unit": "M2M"
4030    },
4031    {
4032        "BriefDescription": "Vertical AD Ring In Use; Down and Even",
4033        "EventCode": "0xA6",
4034        "EventName": "UNC_M2M_VERT_RING_AD_IN_USE.DN_EVEN",
4035        "PerPkg": "1",
4036        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4037        "UMask": "0x4",
4038        "Unit": "M2M"
4039    },
4040    {
4041        "BriefDescription": "Vertical AD Ring In Use; Down and Odd",
4042        "EventCode": "0xA6",
4043        "EventName": "UNC_M2M_VERT_RING_AD_IN_USE.DN_ODD",
4044        "PerPkg": "1",
4045        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4046        "UMask": "0x8",
4047        "Unit": "M2M"
4048    },
4049    {
4050        "BriefDescription": "Vertical AD Ring In Use; Up and Even",
4051        "EventCode": "0xA6",
4052        "EventName": "UNC_M2M_VERT_RING_AD_IN_USE.UP_EVEN",
4053        "PerPkg": "1",
4054        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4055        "UMask": "0x1",
4056        "Unit": "M2M"
4057    },
4058    {
4059        "BriefDescription": "Vertical AD Ring In Use; Up and Odd",
4060        "EventCode": "0xA6",
4061        "EventName": "UNC_M2M_VERT_RING_AD_IN_USE.UP_ODD",
4062        "PerPkg": "1",
4063        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4064        "UMask": "0x2",
4065        "Unit": "M2M"
4066    },
4067    {
4068        "BriefDescription": "Vertical AK Ring In Use; Down and Even",
4069        "EventCode": "0xA8",
4070        "EventName": "UNC_M2M_VERT_RING_AK_IN_USE.DN_EVEN",
4071        "PerPkg": "1",
4072        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4073        "UMask": "0x4",
4074        "Unit": "M2M"
4075    },
4076    {
4077        "BriefDescription": "Vertical AK Ring In Use; Down and Odd",
4078        "EventCode": "0xA8",
4079        "EventName": "UNC_M2M_VERT_RING_AK_IN_USE.DN_ODD",
4080        "PerPkg": "1",
4081        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4082        "UMask": "0x8",
4083        "Unit": "M2M"
4084    },
4085    {
4086        "BriefDescription": "Vertical AK Ring In Use; Up and Even",
4087        "EventCode": "0xA8",
4088        "EventName": "UNC_M2M_VERT_RING_AK_IN_USE.UP_EVEN",
4089        "PerPkg": "1",
4090        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4091        "UMask": "0x1",
4092        "Unit": "M2M"
4093    },
4094    {
4095        "BriefDescription": "Vertical AK Ring In Use; Up and Odd",
4096        "EventCode": "0xA8",
4097        "EventName": "UNC_M2M_VERT_RING_AK_IN_USE.UP_ODD",
4098        "PerPkg": "1",
4099        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4100        "UMask": "0x2",
4101        "Unit": "M2M"
4102    },
4103    {
4104        "BriefDescription": "Vertical BL Ring in Use; Down and Even",
4105        "EventCode": "0xAA",
4106        "EventName": "UNC_M2M_VERT_RING_BL_IN_USE.DN_EVEN",
4107        "PerPkg": "1",
4108        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4109        "UMask": "0x4",
4110        "Unit": "M2M"
4111    },
4112    {
4113        "BriefDescription": "Vertical BL Ring in Use; Down and Odd",
4114        "EventCode": "0xAA",
4115        "EventName": "UNC_M2M_VERT_RING_BL_IN_USE.DN_ODD",
4116        "PerPkg": "1",
4117        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4118        "UMask": "0x8",
4119        "Unit": "M2M"
4120    },
4121    {
4122        "BriefDescription": "Vertical BL Ring in Use; Up and Even",
4123        "EventCode": "0xAA",
4124        "EventName": "UNC_M2M_VERT_RING_BL_IN_USE.UP_EVEN",
4125        "PerPkg": "1",
4126        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4127        "UMask": "0x1",
4128        "Unit": "M2M"
4129    },
4130    {
4131        "BriefDescription": "Vertical BL Ring in Use; Up and Odd",
4132        "EventCode": "0xAA",
4133        "EventName": "UNC_M2M_VERT_RING_BL_IN_USE.UP_ODD",
4134        "PerPkg": "1",
4135        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4136        "UMask": "0x2",
4137        "Unit": "M2M"
4138    },
4139    {
4140        "BriefDescription": "Vertical IV Ring in Use; Down",
4141        "EventCode": "0xAC",
4142        "EventName": "UNC_M2M_VERT_RING_IV_IN_USE.DN",
4143        "PerPkg": "1",
4144        "PublicDescription": "Counts the number of cycles that the Vertical IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
4145        "UMask": "0x4",
4146        "Unit": "M2M"
4147    },
4148    {
4149        "BriefDescription": "Vertical IV Ring in Use; Up",
4150        "EventCode": "0xAC",
4151        "EventName": "UNC_M2M_VERT_RING_IV_IN_USE.UP",
4152        "PerPkg": "1",
4153        "PublicDescription": "Counts the number of cycles that the Vertical IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
4154        "UMask": "0x1",
4155        "Unit": "M2M"
4156    },
4157    {
4158        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN0",
4159        "Deprecated": "1",
4160        "EventCode": "0x4D",
4161        "EventName": "UNC_M2M_WPQ_CYCLES_NO_REG_CREDITS.CHN0",
4162        "PerPkg": "1",
4163        "UMask": "0x1",
4164        "Unit": "M2M"
4165    },
4166    {
4167        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN1",
4168        "Deprecated": "1",
4169        "EventCode": "0x4D",
4170        "EventName": "UNC_M2M_WPQ_CYCLES_NO_REG_CREDITS.CHN1",
4171        "PerPkg": "1",
4172        "UMask": "0x2",
4173        "Unit": "M2M"
4174    },
4175    {
4176        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN2",
4177        "Deprecated": "1",
4178        "EventCode": "0x4D",
4179        "EventName": "UNC_M2M_WPQ_CYCLES_NO_REG_CREDITS.CHN2",
4180        "PerPkg": "1",
4181        "UMask": "0x4",
4182        "Unit": "M2M"
4183    },
4184    {
4185        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Regular; Channel 0",
4186        "EventCode": "0x4D",
4187        "EventName": "UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN0",
4188        "PerPkg": "1",
4189        "UMask": "0x1",
4190        "Unit": "M2M"
4191    },
4192    {
4193        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Regular; Channel 1",
4194        "EventCode": "0x4D",
4195        "EventName": "UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN1",
4196        "PerPkg": "1",
4197        "UMask": "0x2",
4198        "Unit": "M2M"
4199    },
4200    {
4201        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Regular; Channel 2",
4202        "EventCode": "0x4D",
4203        "EventName": "UNC_M2M_WPQ_CYCLES_REG_CREDITS.CHN2",
4204        "PerPkg": "1",
4205        "UMask": "0x4",
4206        "Unit": "M2M"
4207    },
4208    {
4209        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Special; Channel 0",
4210        "EventCode": "0x4E",
4211        "EventName": "UNC_M2M_WPQ_CYCLES_SPEC_CREDITS.CHN0",
4212        "PerPkg": "1",
4213        "UMask": "0x1",
4214        "Unit": "M2M"
4215    },
4216    {
4217        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Special; Channel 1",
4218        "EventCode": "0x4E",
4219        "EventName": "UNC_M2M_WPQ_CYCLES_SPEC_CREDITS.CHN1",
4220        "PerPkg": "1",
4221        "UMask": "0x2",
4222        "Unit": "M2M"
4223    },
4224    {
4225        "BriefDescription": "M2M->iMC WPQ Cycles w/Credits - Special; Channel 2",
4226        "EventCode": "0x4E",
4227        "EventName": "UNC_M2M_WPQ_CYCLES_SPEC_CREDITS.CHN2",
4228        "PerPkg": "1",
4229        "UMask": "0x4",
4230        "Unit": "M2M"
4231    },
4232    {
4233        "BriefDescription": "Write Tracker Cycles Full; Channel 0",
4234        "EventCode": "0x4A",
4235        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_FULL.CH0",
4236        "PerPkg": "1",
4237        "UMask": "0x1",
4238        "Unit": "M2M"
4239    },
4240    {
4241        "BriefDescription": "Write Tracker Cycles Full; Channel 1",
4242        "EventCode": "0x4A",
4243        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_FULL.CH1",
4244        "PerPkg": "1",
4245        "UMask": "0x2",
4246        "Unit": "M2M"
4247    },
4248    {
4249        "BriefDescription": "Write Tracker Cycles Full; Channel 2",
4250        "EventCode": "0x4A",
4251        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_FULL.CH2",
4252        "PerPkg": "1",
4253        "UMask": "0x4",
4254        "Unit": "M2M"
4255    },
4256    {
4257        "BriefDescription": "Write Tracker Cycles Not Empty; Channel 0",
4258        "EventCode": "0x4B",
4259        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_NE.CH0",
4260        "PerPkg": "1",
4261        "UMask": "0x1",
4262        "Unit": "M2M"
4263    },
4264    {
4265        "BriefDescription": "Write Tracker Cycles Not Empty; Channel 1",
4266        "EventCode": "0x4B",
4267        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_NE.CH1",
4268        "PerPkg": "1",
4269        "UMask": "0x2",
4270        "Unit": "M2M"
4271    },
4272    {
4273        "BriefDescription": "Write Tracker Cycles Not Empty; Channel 2",
4274        "EventCode": "0x4B",
4275        "EventName": "UNC_M2M_WRITE_TRACKER_CYCLES_NE.CH2",
4276        "PerPkg": "1",
4277        "UMask": "0x4",
4278        "Unit": "M2M"
4279    },
4280    {
4281        "BriefDescription": "Write Tracker Inserts; Channel 0",
4282        "EventCode": "0x61",
4283        "EventName": "UNC_M2M_WRITE_TRACKER_INSERTS.CH0",
4284        "PerPkg": "1",
4285        "UMask": "0x1",
4286        "Unit": "M2M"
4287    },
4288    {
4289        "BriefDescription": "Write Tracker Inserts; Channel 1",
4290        "EventCode": "0x61",
4291        "EventName": "UNC_M2M_WRITE_TRACKER_INSERTS.CH1",
4292        "PerPkg": "1",
4293        "UMask": "0x2",
4294        "Unit": "M2M"
4295    },
4296    {
4297        "BriefDescription": "Write Tracker Inserts; Channel 2",
4298        "EventCode": "0x61",
4299        "EventName": "UNC_M2M_WRITE_TRACKER_INSERTS.CH2",
4300        "PerPkg": "1",
4301        "UMask": "0x4",
4302        "Unit": "M2M"
4303    },
4304    {
4305        "BriefDescription": "Write Tracker Occupancy; Channel 0",
4306        "EventCode": "0x60",
4307        "EventName": "UNC_M2M_WRITE_TRACKER_OCCUPANCY.CH0",
4308        "PerPkg": "1",
4309        "UMask": "0x1",
4310        "Unit": "M2M"
4311    },
4312    {
4313        "BriefDescription": "Write Tracker Occupancy; Channel 1",
4314        "EventCode": "0x60",
4315        "EventName": "UNC_M2M_WRITE_TRACKER_OCCUPANCY.CH1",
4316        "PerPkg": "1",
4317        "UMask": "0x2",
4318        "Unit": "M2M"
4319    },
4320    {
4321        "BriefDescription": "Write Tracker Occupancy; Channel 2",
4322        "EventCode": "0x60",
4323        "EventName": "UNC_M2M_WRITE_TRACKER_OCCUPANCY.CH2",
4324        "PerPkg": "1",
4325        "UMask": "0x4",
4326        "Unit": "M2M"
4327    },
4328    {
4329        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0",
4330        "EventCode": "0x80",
4331        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR0",
4332        "PerPkg": "1",
4333        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4334        "UMask": "0x1",
4335        "Unit": "M3UPI"
4336    },
4337    {
4338        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1",
4339        "EventCode": "0x80",
4340        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR1",
4341        "PerPkg": "1",
4342        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4343        "UMask": "0x2",
4344        "Unit": "M3UPI"
4345    },
4346    {
4347        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2",
4348        "EventCode": "0x80",
4349        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR2",
4350        "PerPkg": "1",
4351        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4352        "UMask": "0x4",
4353        "Unit": "M3UPI"
4354    },
4355    {
4356        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3",
4357        "EventCode": "0x80",
4358        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR3",
4359        "PerPkg": "1",
4360        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4361        "UMask": "0x8",
4362        "Unit": "M3UPI"
4363    },
4364    {
4365        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 4",
4366        "EventCode": "0x80",
4367        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR4",
4368        "PerPkg": "1",
4369        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4370        "UMask": "0x10",
4371        "Unit": "M3UPI"
4372    },
4373    {
4374        "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 5",
4375        "EventCode": "0x80",
4376        "EventName": "UNC_M3UPI_AG0_AD_CRD_ACQUIRED.TGR5",
4377        "PerPkg": "1",
4378        "PublicDescription": "Number of CMS Agent 0 AD credits acquired in a given cycle, per transgress.",
4379        "UMask": "0x20",
4380        "Unit": "M3UPI"
4381    },
4382    {
4383        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 0",
4384        "EventCode": "0x82",
4385        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR0",
4386        "PerPkg": "1",
4387        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4388        "UMask": "0x1",
4389        "Unit": "M3UPI"
4390    },
4391    {
4392        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 1",
4393        "EventCode": "0x82",
4394        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR1",
4395        "PerPkg": "1",
4396        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4397        "UMask": "0x2",
4398        "Unit": "M3UPI"
4399    },
4400    {
4401        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 2",
4402        "EventCode": "0x82",
4403        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR2",
4404        "PerPkg": "1",
4405        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4406        "UMask": "0x4",
4407        "Unit": "M3UPI"
4408    },
4409    {
4410        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 3",
4411        "EventCode": "0x82",
4412        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR3",
4413        "PerPkg": "1",
4414        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4415        "UMask": "0x8",
4416        "Unit": "M3UPI"
4417    },
4418    {
4419        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 4",
4420        "EventCode": "0x82",
4421        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR4",
4422        "PerPkg": "1",
4423        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4424        "UMask": "0x10",
4425        "Unit": "M3UPI"
4426    },
4427    {
4428        "BriefDescription": "CMS Agent0 AD Credits Occupancy; For Transgress 5",
4429        "EventCode": "0x82",
4430        "EventName": "UNC_M3UPI_AG0_AD_CRD_OCCUPANCY.TGR5",
4431        "PerPkg": "1",
4432        "PublicDescription": "Number of CMS Agent 0 AD credits in use in a given cycle, per transgress",
4433        "UMask": "0x20",
4434        "Unit": "M3UPI"
4435    },
4436    {
4437        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 0",
4438        "EventCode": "0x88",
4439        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR0",
4440        "PerPkg": "1",
4441        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4442        "UMask": "0x1",
4443        "Unit": "M3UPI"
4444    },
4445    {
4446        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 1",
4447        "EventCode": "0x88",
4448        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR1",
4449        "PerPkg": "1",
4450        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4451        "UMask": "0x2",
4452        "Unit": "M3UPI"
4453    },
4454    {
4455        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 2",
4456        "EventCode": "0x88",
4457        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR2",
4458        "PerPkg": "1",
4459        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4460        "UMask": "0x4",
4461        "Unit": "M3UPI"
4462    },
4463    {
4464        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 3",
4465        "EventCode": "0x88",
4466        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR3",
4467        "PerPkg": "1",
4468        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4469        "UMask": "0x8",
4470        "Unit": "M3UPI"
4471    },
4472    {
4473        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 4",
4474        "EventCode": "0x88",
4475        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR4",
4476        "PerPkg": "1",
4477        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4478        "UMask": "0x10",
4479        "Unit": "M3UPI"
4480    },
4481    {
4482        "BriefDescription": "CMS Agent0 BL Credits Acquired; For Transgress 5",
4483        "EventCode": "0x88",
4484        "EventName": "UNC_M3UPI_AG0_BL_CRD_ACQUIRED.TGR5",
4485        "PerPkg": "1",
4486        "PublicDescription": "Number of CMS Agent 0 BL credits acquired in a given cycle, per transgress.",
4487        "UMask": "0x20",
4488        "Unit": "M3UPI"
4489    },
4490    {
4491        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 0",
4492        "EventCode": "0x8A",
4493        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR0",
4494        "PerPkg": "1",
4495        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4496        "UMask": "0x1",
4497        "Unit": "M3UPI"
4498    },
4499    {
4500        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 1",
4501        "EventCode": "0x8A",
4502        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR1",
4503        "PerPkg": "1",
4504        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4505        "UMask": "0x2",
4506        "Unit": "M3UPI"
4507    },
4508    {
4509        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 2",
4510        "EventCode": "0x8A",
4511        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR2",
4512        "PerPkg": "1",
4513        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4514        "UMask": "0x4",
4515        "Unit": "M3UPI"
4516    },
4517    {
4518        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 3",
4519        "EventCode": "0x8A",
4520        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR3",
4521        "PerPkg": "1",
4522        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4523        "UMask": "0x8",
4524        "Unit": "M3UPI"
4525    },
4526    {
4527        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 4",
4528        "EventCode": "0x8A",
4529        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR4",
4530        "PerPkg": "1",
4531        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4532        "UMask": "0x10",
4533        "Unit": "M3UPI"
4534    },
4535    {
4536        "BriefDescription": "CMS Agent0 BL Credits Occupancy; For Transgress 5",
4537        "EventCode": "0x8A",
4538        "EventName": "UNC_M3UPI_AG0_BL_CRD_OCCUPANCY.TGR5",
4539        "PerPkg": "1",
4540        "PublicDescription": "Number of CMS Agent 0 BL credits in use in a given cycle, per transgress",
4541        "UMask": "0x20",
4542        "Unit": "M3UPI"
4543    },
4544    {
4545        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 0",
4546        "EventCode": "0x84",
4547        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR0",
4548        "PerPkg": "1",
4549        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4550        "UMask": "0x1",
4551        "Unit": "M3UPI"
4552    },
4553    {
4554        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 1",
4555        "EventCode": "0x84",
4556        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR1",
4557        "PerPkg": "1",
4558        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4559        "UMask": "0x2",
4560        "Unit": "M3UPI"
4561    },
4562    {
4563        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 2",
4564        "EventCode": "0x84",
4565        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR2",
4566        "PerPkg": "1",
4567        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4568        "UMask": "0x4",
4569        "Unit": "M3UPI"
4570    },
4571    {
4572        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 3",
4573        "EventCode": "0x84",
4574        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR3",
4575        "PerPkg": "1",
4576        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4577        "UMask": "0x8",
4578        "Unit": "M3UPI"
4579    },
4580    {
4581        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 4",
4582        "EventCode": "0x84",
4583        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR4",
4584        "PerPkg": "1",
4585        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4586        "UMask": "0x10",
4587        "Unit": "M3UPI"
4588    },
4589    {
4590        "BriefDescription": "CMS Agent1 AD Credits Acquired; For Transgress 5",
4591        "EventCode": "0x84",
4592        "EventName": "UNC_M3UPI_AG1_AD_CRD_ACQUIRED.TGR5",
4593        "PerPkg": "1",
4594        "PublicDescription": "Number of CMS Agent 1 AD credits acquired in a given cycle, per transgress.",
4595        "UMask": "0x20",
4596        "Unit": "M3UPI"
4597    },
4598    {
4599        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 0",
4600        "EventCode": "0x86",
4601        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR0",
4602        "PerPkg": "1",
4603        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4604        "UMask": "0x1",
4605        "Unit": "M3UPI"
4606    },
4607    {
4608        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 1",
4609        "EventCode": "0x86",
4610        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR1",
4611        "PerPkg": "1",
4612        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4613        "UMask": "0x2",
4614        "Unit": "M3UPI"
4615    },
4616    {
4617        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 2",
4618        "EventCode": "0x86",
4619        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR2",
4620        "PerPkg": "1",
4621        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4622        "UMask": "0x4",
4623        "Unit": "M3UPI"
4624    },
4625    {
4626        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 3",
4627        "EventCode": "0x86",
4628        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR3",
4629        "PerPkg": "1",
4630        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4631        "UMask": "0x8",
4632        "Unit": "M3UPI"
4633    },
4634    {
4635        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 4",
4636        "EventCode": "0x86",
4637        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR4",
4638        "PerPkg": "1",
4639        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4640        "UMask": "0x10",
4641        "Unit": "M3UPI"
4642    },
4643    {
4644        "BriefDescription": "CMS Agent1 AD Credits Occupancy; For Transgress 5",
4645        "EventCode": "0x86",
4646        "EventName": "UNC_M3UPI_AG1_AD_CRD_OCCUPANCY.TGR5",
4647        "PerPkg": "1",
4648        "PublicDescription": "Number of CMS Agent 1 AD credits in use in a given cycle, per transgress",
4649        "UMask": "0x20",
4650        "Unit": "M3UPI"
4651    },
4652    {
4653        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 0",
4654        "EventCode": "0x8E",
4655        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR0",
4656        "PerPkg": "1",
4657        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4658        "UMask": "0x1",
4659        "Unit": "M3UPI"
4660    },
4661    {
4662        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 1",
4663        "EventCode": "0x8E",
4664        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR1",
4665        "PerPkg": "1",
4666        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4667        "UMask": "0x2",
4668        "Unit": "M3UPI"
4669    },
4670    {
4671        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 2",
4672        "EventCode": "0x8E",
4673        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR2",
4674        "PerPkg": "1",
4675        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4676        "UMask": "0x4",
4677        "Unit": "M3UPI"
4678    },
4679    {
4680        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 3",
4681        "EventCode": "0x8E",
4682        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR3",
4683        "PerPkg": "1",
4684        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4685        "UMask": "0x8",
4686        "Unit": "M3UPI"
4687    },
4688    {
4689        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 4",
4690        "EventCode": "0x8E",
4691        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR4",
4692        "PerPkg": "1",
4693        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4694        "UMask": "0x10",
4695        "Unit": "M3UPI"
4696    },
4697    {
4698        "BriefDescription": "CMS Agent1 BL Credits Occupancy; For Transgress 5",
4699        "EventCode": "0x8E",
4700        "EventName": "UNC_M3UPI_AG1_BL_CRD_OCCUPANCY.TGR5",
4701        "PerPkg": "1",
4702        "PublicDescription": "Number of CMS Agent 1 BL credits in use in a given cycle, per transgress",
4703        "UMask": "0x20",
4704        "Unit": "M3UPI"
4705    },
4706    {
4707        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 0",
4708        "EventCode": "0x8C",
4709        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR0",
4710        "PerPkg": "1",
4711        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4712        "UMask": "0x1",
4713        "Unit": "M3UPI"
4714    },
4715    {
4716        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 1",
4717        "EventCode": "0x8C",
4718        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR1",
4719        "PerPkg": "1",
4720        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4721        "UMask": "0x2",
4722        "Unit": "M3UPI"
4723    },
4724    {
4725        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 2",
4726        "EventCode": "0x8C",
4727        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR2",
4728        "PerPkg": "1",
4729        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4730        "UMask": "0x4",
4731        "Unit": "M3UPI"
4732    },
4733    {
4734        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 3",
4735        "EventCode": "0x8C",
4736        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR3",
4737        "PerPkg": "1",
4738        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4739        "UMask": "0x8",
4740        "Unit": "M3UPI"
4741    },
4742    {
4743        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 4",
4744        "EventCode": "0x8C",
4745        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR4",
4746        "PerPkg": "1",
4747        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4748        "UMask": "0x10",
4749        "Unit": "M3UPI"
4750    },
4751    {
4752        "BriefDescription": "CMS Agent1 BL Credits Acquired; For Transgress 5",
4753        "EventCode": "0x8C",
4754        "EventName": "UNC_M3UPI_AG1_BL_CREDITS_ACQUIRED.TGR5",
4755        "PerPkg": "1",
4756        "PublicDescription": "Number of CMS Agent 1 BL credits acquired in a given cycle, per transgress.",
4757        "UMask": "0x20",
4758        "Unit": "M3UPI"
4759    },
4760    {
4761        "BriefDescription": "CBox AD Credits Empty; Requests",
4762        "EventCode": "0x22",
4763        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.REQ",
4764        "PerPkg": "1",
4765        "PublicDescription": "No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
4766        "UMask": "0x4",
4767        "Unit": "M3UPI"
4768    },
4769    {
4770        "BriefDescription": "CBox AD Credits Empty; Snoops",
4771        "EventCode": "0x22",
4772        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.SNP",
4773        "PerPkg": "1",
4774        "PublicDescription": "No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
4775        "UMask": "0x8",
4776        "Unit": "M3UPI"
4777    },
4778    {
4779        "BriefDescription": "CBox AD Credits Empty; VNA Messages",
4780        "EventCode": "0x22",
4781        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.VNA",
4782        "PerPkg": "1",
4783        "PublicDescription": "No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
4784        "UMask": "0x1",
4785        "Unit": "M3UPI"
4786    },
4787    {
4788        "BriefDescription": "CBox AD Credits Empty; Writebacks",
4789        "EventCode": "0x22",
4790        "EventName": "UNC_M3UPI_CHA_AD_CREDITS_EMPTY.WB",
4791        "PerPkg": "1",
4792        "PublicDescription": "No credits available to send to Cbox on the AD Ring (covers higher CBoxes)",
4793        "UMask": "0x2",
4794        "Unit": "M3UPI"
4795    },
4796    {
4797        "BriefDescription": "Number of uclks in domain",
4798        "EventCode": "0x1",
4799        "EventName": "UNC_M3UPI_CLOCKTICKS",
4800        "PerPkg": "1",
4801        "PublicDescription": "Counts the number of uclks in the M3 uclk domain.  This could be slightly different than the count in the Ubox because of enable/freeze delays.  However, because the M3 is close to the Ubox, they generally should not diverge by more than a handful of cycles.",
4802        "Unit": "M3UPI"
4803    },
4804    {
4805        "BriefDescription": "CMS Clockticks",
4806        "EventCode": "0xC0",
4807        "EventName": "UNC_M3UPI_CMS_CLOCKTICKS",
4808        "PerPkg": "1",
4809        "Unit": "M3UPI"
4810    },
4811    {
4812        "BriefDescription": "D2C Sent",
4813        "EventCode": "0x2B",
4814        "EventName": "UNC_M3UPI_D2C_SENT",
4815        "PerPkg": "1",
4816        "PublicDescription": "Count cases BL sends direct to core",
4817        "Unit": "M3UPI"
4818    },
4819    {
4820        "BriefDescription": "D2U Sent",
4821        "EventCode": "0x2A",
4822        "EventName": "UNC_M3UPI_D2U_SENT",
4823        "PerPkg": "1",
4824        "PublicDescription": "Cases where SMI3 sends D2U command",
4825        "Unit": "M3UPI"
4826    },
4827    {
4828        "BriefDescription": "Egress Blocking due to Ordering requirements; Down",
4829        "EventCode": "0xAE",
4830        "EventName": "UNC_M3UPI_EGRESS_ORDERING.IV_SNOOPGO_DN",
4831        "PerPkg": "1",
4832        "PublicDescription": "Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
4833        "UMask": "0x4",
4834        "Unit": "M3UPI"
4835    },
4836    {
4837        "BriefDescription": "Egress Blocking due to Ordering requirements; Up",
4838        "EventCode": "0xAE",
4839        "EventName": "UNC_M3UPI_EGRESS_ORDERING.IV_SNOOPGO_UP",
4840        "PerPkg": "1",
4841        "PublicDescription": "Counts number of cycles IV was blocked in the TGR Egress due to SNP/GO Ordering requirements",
4842        "UMask": "0x1",
4843        "Unit": "M3UPI"
4844    },
4845    {
4846        "BriefDescription": "FaST wire asserted; Horizontal",
4847        "EventCode": "0xA5",
4848        "EventName": "UNC_M3UPI_FAST_ASSERTED.HORZ",
4849        "PerPkg": "1",
4850        "PublicDescription": "Counts the number of cycles either the local or incoming distress signals are asserted.  Incoming distress includes up, dn and across.",
4851        "UMask": "0x2",
4852        "Unit": "M3UPI"
4853    },
4854    {
4855        "BriefDescription": "FaST wire asserted; Vertical",
4856        "EventCode": "0xA5",
4857        "EventName": "UNC_M3UPI_FAST_ASSERTED.VERT",
4858        "PerPkg": "1",
4859        "PublicDescription": "Counts the number of cycles either the local or incoming distress signals are asserted.  Incoming distress includes up, dn and across.",
4860        "UMask": "0x1",
4861        "Unit": "M3UPI"
4862    },
4863    {
4864        "BriefDescription": "Horizontal AD Ring In Use; Left and Even",
4865        "EventCode": "0xA7",
4866        "EventName": "UNC_M3UPI_HORZ_RING_AD_IN_USE.LEFT_EVEN",
4867        "PerPkg": "1",
4868        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4869        "UMask": "0x1",
4870        "Unit": "M3UPI"
4871    },
4872    {
4873        "BriefDescription": "Horizontal AD Ring In Use; Left and Odd",
4874        "EventCode": "0xA7",
4875        "EventName": "UNC_M3UPI_HORZ_RING_AD_IN_USE.LEFT_ODD",
4876        "PerPkg": "1",
4877        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4878        "UMask": "0x2",
4879        "Unit": "M3UPI"
4880    },
4881    {
4882        "BriefDescription": "Horizontal AD Ring In Use; Right and Even",
4883        "EventCode": "0xA7",
4884        "EventName": "UNC_M3UPI_HORZ_RING_AD_IN_USE.RIGHT_EVEN",
4885        "PerPkg": "1",
4886        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4887        "UMask": "0x4",
4888        "Unit": "M3UPI"
4889    },
4890    {
4891        "BriefDescription": "Horizontal AD Ring In Use; Right and Odd",
4892        "EventCode": "0xA7",
4893        "EventName": "UNC_M3UPI_HORZ_RING_AD_IN_USE.RIGHT_ODD",
4894        "PerPkg": "1",
4895        "PublicDescription": "Counts the number of cycles that the Horizontal AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4896        "UMask": "0x8",
4897        "Unit": "M3UPI"
4898    },
4899    {
4900        "BriefDescription": "Horizontal AK Ring In Use; Left and Even",
4901        "EventCode": "0xA9",
4902        "EventName": "UNC_M3UPI_HORZ_RING_AK_IN_USE.LEFT_EVEN",
4903        "PerPkg": "1",
4904        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4905        "UMask": "0x1",
4906        "Unit": "M3UPI"
4907    },
4908    {
4909        "BriefDescription": "Horizontal AK Ring In Use; Left and Odd",
4910        "EventCode": "0xA9",
4911        "EventName": "UNC_M3UPI_HORZ_RING_AK_IN_USE.LEFT_ODD",
4912        "PerPkg": "1",
4913        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4914        "UMask": "0x2",
4915        "Unit": "M3UPI"
4916    },
4917    {
4918        "BriefDescription": "Horizontal AK Ring In Use; Right and Even",
4919        "EventCode": "0xA9",
4920        "EventName": "UNC_M3UPI_HORZ_RING_AK_IN_USE.RIGHT_EVEN",
4921        "PerPkg": "1",
4922        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4923        "UMask": "0x4",
4924        "Unit": "M3UPI"
4925    },
4926    {
4927        "BriefDescription": "Horizontal AK Ring In Use; Right and Odd",
4928        "EventCode": "0xA9",
4929        "EventName": "UNC_M3UPI_HORZ_RING_AK_IN_USE.RIGHT_ODD",
4930        "PerPkg": "1",
4931        "PublicDescription": "Counts the number of cycles that the Horizontal AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4932        "UMask": "0x8",
4933        "Unit": "M3UPI"
4934    },
4935    {
4936        "BriefDescription": "Horizontal BL Ring in Use; Left and Even",
4937        "EventCode": "0xAB",
4938        "EventName": "UNC_M3UPI_HORZ_RING_BL_IN_USE.LEFT_EVEN",
4939        "PerPkg": "1",
4940        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4941        "UMask": "0x1",
4942        "Unit": "M3UPI"
4943    },
4944    {
4945        "BriefDescription": "Horizontal BL Ring in Use; Left and Odd",
4946        "EventCode": "0xAB",
4947        "EventName": "UNC_M3UPI_HORZ_RING_BL_IN_USE.LEFT_ODD",
4948        "PerPkg": "1",
4949        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4950        "UMask": "0x2",
4951        "Unit": "M3UPI"
4952    },
4953    {
4954        "BriefDescription": "Horizontal BL Ring in Use; Right and Even",
4955        "EventCode": "0xAB",
4956        "EventName": "UNC_M3UPI_HORZ_RING_BL_IN_USE.RIGHT_EVEN",
4957        "PerPkg": "1",
4958        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4959        "UMask": "0x4",
4960        "Unit": "M3UPI"
4961    },
4962    {
4963        "BriefDescription": "Horizontal BL Ring in Use; Right and Odd",
4964        "EventCode": "0xAB",
4965        "EventName": "UNC_M3UPI_HORZ_RING_BL_IN_USE.RIGHT_ODD",
4966        "PerPkg": "1",
4967        "PublicDescription": "Counts the number of cycles that the Horizontal BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
4968        "UMask": "0x8",
4969        "Unit": "M3UPI"
4970    },
4971    {
4972        "BriefDescription": "Horizontal IV Ring in Use; Left",
4973        "EventCode": "0xAD",
4974        "EventName": "UNC_M3UPI_HORZ_RING_IV_IN_USE.LEFT",
4975        "PerPkg": "1",
4976        "PublicDescription": "Counts the number of cycles that the Horizontal IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
4977        "UMask": "0x1",
4978        "Unit": "M3UPI"
4979    },
4980    {
4981        "BriefDescription": "Horizontal IV Ring in Use; Right",
4982        "EventCode": "0xAD",
4983        "EventName": "UNC_M3UPI_HORZ_RING_IV_IN_USE.RIGHT",
4984        "PerPkg": "1",
4985        "PublicDescription": "Counts the number of cycles that the Horizontal IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
4986        "UMask": "0x4",
4987        "Unit": "M3UPI"
4988    },
4989    {
4990        "BriefDescription": "M2 BL Credits Empty; IIO0 and IIO1 share the same ring destination. (1 VN0 credit only)",
4991        "EventCode": "0x23",
4992        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO0_IIO1_NCB",
4993        "PerPkg": "1",
4994        "PublicDescription": "No vn0 and vna credits available to send to M2",
4995        "UMask": "0x1",
4996        "Unit": "M3UPI"
4997    },
4998    {
4999        "BriefDescription": "M2 BL Credits Empty; IIO2",
5000        "EventCode": "0x23",
5001        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO2_NCB",
5002        "PerPkg": "1",
5003        "PublicDescription": "No vn0 and vna credits available to send to M2",
5004        "UMask": "0x2",
5005        "Unit": "M3UPI"
5006    },
5007    {
5008        "BriefDescription": "M2 BL Credits Empty; IIO3",
5009        "EventCode": "0x23",
5010        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO3_NCB",
5011        "PerPkg": "1",
5012        "PublicDescription": "No vn0 and vna credits available to send to M2",
5013        "UMask": "0x4",
5014        "Unit": "M3UPI"
5015    },
5016    {
5017        "BriefDescription": "M2 BL Credits Empty; IIO4",
5018        "EventCode": "0x23",
5019        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO4_NCB",
5020        "PerPkg": "1",
5021        "PublicDescription": "No vn0 and vna credits available to send to M2",
5022        "UMask": "0x8",
5023        "Unit": "M3UPI"
5024    },
5025    {
5026        "BriefDescription": "M2 BL Credits Empty; IIO5",
5027        "EventCode": "0x23",
5028        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.IIO5_NCB",
5029        "PerPkg": "1",
5030        "PublicDescription": "No vn0 and vna credits available to send to M2",
5031        "UMask": "0x10",
5032        "Unit": "M3UPI"
5033    },
5034    {
5035        "BriefDescription": "M2 BL Credits Empty; All IIO targets for NCS are in single mask. ORs them together",
5036        "EventCode": "0x23",
5037        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.NCS",
5038        "PerPkg": "1",
5039        "PublicDescription": "No vn0 and vna credits available to send to M2",
5040        "UMask": "0x20",
5041        "Unit": "M3UPI"
5042    },
5043    {
5044        "BriefDescription": "M2 BL Credits Empty; Selected M2p BL NCS credits",
5045        "EventCode": "0x23",
5046        "EventName": "UNC_M3UPI_M2_BL_CREDITS_EMPTY.NCS_SEL",
5047        "PerPkg": "1",
5048        "PublicDescription": "No vn0 and vna credits available to send to M2",
5049        "UMask": "0x40",
5050        "Unit": "M3UPI"
5051    },
5052    {
5053        "BriefDescription": "Multi Slot Flit Received; AD - Slot 0",
5054        "EventCode": "0x3E",
5055        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT0",
5056        "PerPkg": "1",
5057        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5058        "UMask": "0x1",
5059        "Unit": "M3UPI"
5060    },
5061    {
5062        "BriefDescription": "Multi Slot Flit Received; AD - Slot 1",
5063        "EventCode": "0x3E",
5064        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT1",
5065        "PerPkg": "1",
5066        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5067        "UMask": "0x2",
5068        "Unit": "M3UPI"
5069    },
5070    {
5071        "BriefDescription": "Multi Slot Flit Received; AD - Slot 2",
5072        "EventCode": "0x3E",
5073        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AD_SLOT2",
5074        "PerPkg": "1",
5075        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5076        "UMask": "0x4",
5077        "Unit": "M3UPI"
5078    },
5079    {
5080        "BriefDescription": "Multi Slot Flit Received; AK - Slot 0",
5081        "EventCode": "0x3E",
5082        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AK_SLOT0",
5083        "PerPkg": "1",
5084        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5085        "UMask": "0x10",
5086        "Unit": "M3UPI"
5087    },
5088    {
5089        "BriefDescription": "Multi Slot Flit Received; AK - Slot 2",
5090        "EventCode": "0x3E",
5091        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.AK_SLOT2",
5092        "PerPkg": "1",
5093        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5094        "UMask": "0x20",
5095        "Unit": "M3UPI"
5096    },
5097    {
5098        "BriefDescription": "Multi Slot Flit Received; BL - Slot 0",
5099        "EventCode": "0x3E",
5100        "EventName": "UNC_M3UPI_MULTI_SLOT_RCVD.BL_SLOT0",
5101        "PerPkg": "1",
5102        "PublicDescription": "Multi slot flit received - S0, S1 and/or S2 populated (can use AK S0/S1 masks for AK allocations)",
5103        "UMask": "0x8",
5104        "Unit": "M3UPI"
5105    },
5106    {
5107        "BriefDescription": "Messages that bounced on the Horizontal Ring.; AD",
5108        "EventCode": "0xA1",
5109        "EventName": "UNC_M3UPI_RING_BOUNCES_HORZ.AD",
5110        "PerPkg": "1",
5111        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
5112        "UMask": "0x1",
5113        "Unit": "M3UPI"
5114    },
5115    {
5116        "BriefDescription": "Messages that bounced on the Horizontal Ring.; AK",
5117        "EventCode": "0xA1",
5118        "EventName": "UNC_M3UPI_RING_BOUNCES_HORZ.AK",
5119        "PerPkg": "1",
5120        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
5121        "UMask": "0x2",
5122        "Unit": "M3UPI"
5123    },
5124    {
5125        "BriefDescription": "Messages that bounced on the Horizontal Ring.; BL",
5126        "EventCode": "0xA1",
5127        "EventName": "UNC_M3UPI_RING_BOUNCES_HORZ.BL",
5128        "PerPkg": "1",
5129        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
5130        "UMask": "0x4",
5131        "Unit": "M3UPI"
5132    },
5133    {
5134        "BriefDescription": "Messages that bounced on the Horizontal Ring.; IV",
5135        "EventCode": "0xA1",
5136        "EventName": "UNC_M3UPI_RING_BOUNCES_HORZ.IV",
5137        "PerPkg": "1",
5138        "PublicDescription": "Number of cycles incoming messages from the Horizontal ring that were bounced, by ring type.",
5139        "UMask": "0x8",
5140        "Unit": "M3UPI"
5141    },
5142    {
5143        "BriefDescription": "Messages that bounced on the Vertical Ring.; AD",
5144        "EventCode": "0xA0",
5145        "EventName": "UNC_M3UPI_RING_BOUNCES_VERT.AD",
5146        "PerPkg": "1",
5147        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
5148        "UMask": "0x1",
5149        "Unit": "M3UPI"
5150    },
5151    {
5152        "BriefDescription": "Messages that bounced on the Vertical Ring.; Acknowledgements to core",
5153        "EventCode": "0xA0",
5154        "EventName": "UNC_M3UPI_RING_BOUNCES_VERT.AK",
5155        "PerPkg": "1",
5156        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
5157        "UMask": "0x2",
5158        "Unit": "M3UPI"
5159    },
5160    {
5161        "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
5162        "EventCode": "0xA0",
5163        "EventName": "UNC_M3UPI_RING_BOUNCES_VERT.BL",
5164        "PerPkg": "1",
5165        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
5166        "UMask": "0x4",
5167        "Unit": "M3UPI"
5168    },
5169    {
5170        "BriefDescription": "Messages that bounced on the Vertical Ring.; Snoops of processor's cache.",
5171        "EventCode": "0xA0",
5172        "EventName": "UNC_M3UPI_RING_BOUNCES_VERT.IV",
5173        "PerPkg": "1",
5174        "PublicDescription": "Number of cycles incoming messages from the Vertical ring that were bounced, by ring type.",
5175        "UMask": "0x8",
5176        "Unit": "M3UPI"
5177    },
5178    {
5179        "BriefDescription": "Sink Starvation on Horizontal Ring; AD",
5180        "EventCode": "0xA3",
5181        "EventName": "UNC_M3UPI_RING_SINK_STARVED_HORZ.AD",
5182        "PerPkg": "1",
5183        "UMask": "0x1",
5184        "Unit": "M3UPI"
5185    },
5186    {
5187        "BriefDescription": "Sink Starvation on Horizontal Ring; AK",
5188        "EventCode": "0xA3",
5189        "EventName": "UNC_M3UPI_RING_SINK_STARVED_HORZ.AK",
5190        "PerPkg": "1",
5191        "UMask": "0x2",
5192        "Unit": "M3UPI"
5193    },
5194    {
5195        "BriefDescription": "Sink Starvation on Horizontal Ring; Acknowledgements to Agent 1",
5196        "EventCode": "0xA3",
5197        "EventName": "UNC_M3UPI_RING_SINK_STARVED_HORZ.AK_AG1",
5198        "PerPkg": "1",
5199        "UMask": "0x20",
5200        "Unit": "M3UPI"
5201    },
5202    {
5203        "BriefDescription": "Sink Starvation on Horizontal Ring; BL",
5204        "EventCode": "0xA3",
5205        "EventName": "UNC_M3UPI_RING_SINK_STARVED_HORZ.BL",
5206        "PerPkg": "1",
5207        "UMask": "0x4",
5208        "Unit": "M3UPI"
5209    },
5210    {
5211        "BriefDescription": "Sink Starvation on Horizontal Ring; IV",
5212        "EventCode": "0xA3",
5213        "EventName": "UNC_M3UPI_RING_SINK_STARVED_HORZ.IV",
5214        "PerPkg": "1",
5215        "UMask": "0x8",
5216        "Unit": "M3UPI"
5217    },
5218    {
5219        "BriefDescription": "Sink Starvation on Vertical Ring; AD",
5220        "EventCode": "0xA2",
5221        "EventName": "UNC_M3UPI_RING_SINK_STARVED_VERT.AD",
5222        "PerPkg": "1",
5223        "UMask": "0x1",
5224        "Unit": "M3UPI"
5225    },
5226    {
5227        "BriefDescription": "Sink Starvation on Vertical Ring; Acknowledgements to core",
5228        "EventCode": "0xA2",
5229        "EventName": "UNC_M3UPI_RING_SINK_STARVED_VERT.AK",
5230        "PerPkg": "1",
5231        "UMask": "0x2",
5232        "Unit": "M3UPI"
5233    },
5234    {
5235        "BriefDescription": "Sink Starvation on Vertical Ring; Data Responses to core",
5236        "EventCode": "0xA2",
5237        "EventName": "UNC_M3UPI_RING_SINK_STARVED_VERT.BL",
5238        "PerPkg": "1",
5239        "UMask": "0x4",
5240        "Unit": "M3UPI"
5241    },
5242    {
5243        "BriefDescription": "Sink Starvation on Vertical Ring; Snoops of processor's cache.",
5244        "EventCode": "0xA2",
5245        "EventName": "UNC_M3UPI_RING_SINK_STARVED_VERT.IV",
5246        "PerPkg": "1",
5247        "UMask": "0x8",
5248        "Unit": "M3UPI"
5249    },
5250    {
5251        "BriefDescription": "Source Throttle",
5252        "EventCode": "0xA4",
5253        "EventName": "UNC_M3UPI_RING_SRC_THRTL",
5254        "PerPkg": "1",
5255        "Unit": "M3UPI"
5256    },
5257    {
5258        "BriefDescription": "Lost Arb for VN0; REQ on AD",
5259        "EventCode": "0x4B",
5260        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_REQ",
5261        "PerPkg": "1",
5262        "PublicDescription": "VN0 message requested but lost arbitration; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
5263        "UMask": "0x1",
5264        "Unit": "M3UPI"
5265    },
5266    {
5267        "BriefDescription": "Lost Arb for VN0; RSP on AD",
5268        "EventCode": "0x4B",
5269        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_RSP",
5270        "PerPkg": "1",
5271        "PublicDescription": "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).",
5272        "UMask": "0x4",
5273        "Unit": "M3UPI"
5274    },
5275    {
5276        "BriefDescription": "Lost Arb for VN0; SNP on AD",
5277        "EventCode": "0x4B",
5278        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.AD_SNP",
5279        "PerPkg": "1",
5280        "PublicDescription": "VN0 message requested but lost arbitration; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
5281        "UMask": "0x2",
5282        "Unit": "M3UPI"
5283    },
5284    {
5285        "BriefDescription": "Lost Arb for VN0; NCB on BL",
5286        "EventCode": "0x4B",
5287        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_NCB",
5288        "PerPkg": "1",
5289        "PublicDescription": "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.",
5290        "UMask": "0x20",
5291        "Unit": "M3UPI"
5292    },
5293    {
5294        "BriefDescription": "Lost Arb for VN0; NCS on BL",
5295        "EventCode": "0x4B",
5296        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_NCS",
5297        "PerPkg": "1",
5298        "PublicDescription": "VN0 message requested but lost arbitration; Non-Coherent Standard (NCS) messages on BL.",
5299        "UMask": "0x40",
5300        "Unit": "M3UPI"
5301    },
5302    {
5303        "BriefDescription": "Lost Arb for VN0; RSP on BL",
5304        "EventCode": "0x4B",
5305        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_RSP",
5306        "PerPkg": "1",
5307        "PublicDescription": "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).",
5308        "UMask": "0x8",
5309        "Unit": "M3UPI"
5310    },
5311    {
5312        "BriefDescription": "Lost Arb for VN0; WB on BL",
5313        "EventCode": "0x4B",
5314        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN0.BL_WB",
5315        "PerPkg": "1",
5316        "PublicDescription": "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.",
5317        "UMask": "0x10",
5318        "Unit": "M3UPI"
5319    },
5320    {
5321        "BriefDescription": "Lost Arb for VN1; REQ on AD",
5322        "EventCode": "0x4C",
5323        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_REQ",
5324        "PerPkg": "1",
5325        "PublicDescription": "VN1 message requested but lost arbitration; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
5326        "UMask": "0x1",
5327        "Unit": "M3UPI"
5328    },
5329    {
5330        "BriefDescription": "Lost Arb for VN1; RSP on AD",
5331        "EventCode": "0x4C",
5332        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_RSP",
5333        "PerPkg": "1",
5334        "PublicDescription": "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).",
5335        "UMask": "0x4",
5336        "Unit": "M3UPI"
5337    },
5338    {
5339        "BriefDescription": "Lost Arb for VN1; SNP on AD",
5340        "EventCode": "0x4C",
5341        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.AD_SNP",
5342        "PerPkg": "1",
5343        "PublicDescription": "VN1 message requested but lost arbitration; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
5344        "UMask": "0x2",
5345        "Unit": "M3UPI"
5346    },
5347    {
5348        "BriefDescription": "Lost Arb for VN1; NCB on BL",
5349        "EventCode": "0x4C",
5350        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_NCB",
5351        "PerPkg": "1",
5352        "PublicDescription": "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.",
5353        "UMask": "0x20",
5354        "Unit": "M3UPI"
5355    },
5356    {
5357        "BriefDescription": "Lost Arb for VN1; NCS on BL",
5358        "EventCode": "0x4C",
5359        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_NCS",
5360        "PerPkg": "1",
5361        "PublicDescription": "VN1 message requested but lost arbitration; Non-Coherent Standard (NCS) messages on BL.",
5362        "UMask": "0x40",
5363        "Unit": "M3UPI"
5364    },
5365    {
5366        "BriefDescription": "Lost Arb for VN1; RSP on BL",
5367        "EventCode": "0x4C",
5368        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_RSP",
5369        "PerPkg": "1",
5370        "PublicDescription": "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).",
5371        "UMask": "0x8",
5372        "Unit": "M3UPI"
5373    },
5374    {
5375        "BriefDescription": "Lost Arb for VN1; WB on BL",
5376        "EventCode": "0x4C",
5377        "EventName": "UNC_M3UPI_RxC_ARB_LOST_VN1.BL_WB",
5378        "PerPkg": "1",
5379        "PublicDescription": "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.",
5380        "UMask": "0x10",
5381        "Unit": "M3UPI"
5382    },
5383    {
5384        "BriefDescription": "Arb Miscellaneous; AD, BL Parallel Win",
5385        "EventCode": "0x4D",
5386        "EventName": "UNC_M3UPI_RxC_ARB_MISC.ADBL_PARALLEL_WIN",
5387        "PerPkg": "1",
5388        "PublicDescription": "AD and BL messages won arbitration concurrently / in parallel",
5389        "UMask": "0x40",
5390        "Unit": "M3UPI"
5391    },
5392    {
5393        "BriefDescription": "Arb Miscellaneous; No Progress on Pending AD VN0",
5394        "EventCode": "0x4D",
5395        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_AD_VN0",
5396        "PerPkg": "1",
5397        "PublicDescription": "Arbitration stage made no progress on pending ad vn0 messages because slotting stage cannot accept new message",
5398        "UMask": "0x4",
5399        "Unit": "M3UPI"
5400    },
5401    {
5402        "BriefDescription": "Arb Miscellaneous; No Progress on Pending AD VN1",
5403        "EventCode": "0x4D",
5404        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_AD_VN1",
5405        "PerPkg": "1",
5406        "PublicDescription": "Arbitration stage made no progress on pending ad vn1 messages because slotting stage cannot accept new message",
5407        "UMask": "0x8",
5408        "Unit": "M3UPI"
5409    },
5410    {
5411        "BriefDescription": "Arb Miscellaneous; No Progress on Pending BL VN0",
5412        "EventCode": "0x4D",
5413        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_BL_VN0",
5414        "PerPkg": "1",
5415        "PublicDescription": "Arbitration stage made no progress on pending bl vn0 messages because slotting stage cannot accept new message",
5416        "UMask": "0x10",
5417        "Unit": "M3UPI"
5418    },
5419    {
5420        "BriefDescription": "Arb Miscellaneous; No Progress on Pending BL VN1",
5421        "EventCode": "0x4D",
5422        "EventName": "UNC_M3UPI_RxC_ARB_MISC.NO_PROG_BL_VN1",
5423        "PerPkg": "1",
5424        "PublicDescription": "Arbitration stage made no progress on pending bl vn1 messages because slotting stage cannot accept new message",
5425        "UMask": "0x20",
5426        "Unit": "M3UPI"
5427    },
5428    {
5429        "BriefDescription": "Arb Miscellaneous; Parallel Bias to VN0",
5430        "EventCode": "0x4D",
5431        "EventName": "UNC_M3UPI_RxC_ARB_MISC.PAR_BIAS_VN0",
5432        "PerPkg": "1",
5433        "PublicDescription": "VN0/VN1 arbiter gave second, consecutive win to vn0, delaying vn1 win, because vn0 offered parallel ad/bl",
5434        "UMask": "0x1",
5435        "Unit": "M3UPI"
5436    },
5437    {
5438        "BriefDescription": "Arb Miscellaneous; Parallel Bias to VN1",
5439        "EventCode": "0x4D",
5440        "EventName": "UNC_M3UPI_RxC_ARB_MISC.PAR_BIAS_VN1",
5441        "PerPkg": "1",
5442        "PublicDescription": "VN0/VN1 arbiter gave second, consecutive win to vn1, delaying vn0 win, because vn1 offered parallel ad/bl",
5443        "UMask": "0x2",
5444        "Unit": "M3UPI"
5445    },
5446    {
5447        "BriefDescription": "Can't Arb for VN0; REQ on AD",
5448        "EventCode": "0x49",
5449        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.AD_REQ",
5450        "PerPkg": "1",
5451        "PublicDescription": "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.",
5452        "UMask": "0x1",
5453        "Unit": "M3UPI"
5454    },
5455    {
5456        "BriefDescription": "Can't Arb for VN0; RSP on AD",
5457        "EventCode": "0x49",
5458        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.AD_RSP",
5459        "PerPkg": "1",
5460        "PublicDescription": "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).",
5461        "UMask": "0x4",
5462        "Unit": "M3UPI"
5463    },
5464    {
5465        "BriefDescription": "Can't Arb for VN0; SNP on AD",
5466        "EventCode": "0x49",
5467        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.AD_SNP",
5468        "PerPkg": "1",
5469        "PublicDescription": "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.",
5470        "UMask": "0x2",
5471        "Unit": "M3UPI"
5472    },
5473    {
5474        "BriefDescription": "Can't Arb for VN0; NCB on BL",
5475        "EventCode": "0x49",
5476        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.BL_NCB",
5477        "PerPkg": "1",
5478        "PublicDescription": "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.",
5479        "UMask": "0x20",
5480        "Unit": "M3UPI"
5481    },
5482    {
5483        "BriefDescription": "Can't Arb for VN0; NCS on BL",
5484        "EventCode": "0x49",
5485        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.BL_NCS",
5486        "PerPkg": "1",
5487        "PublicDescription": "VN0 message was not able to request arbitration while some other message won arbitration; Non-Coherent Standard (NCS) messages on BL.",
5488        "UMask": "0x40",
5489        "Unit": "M3UPI"
5490    },
5491    {
5492        "BriefDescription": "Can't Arb for VN0; RSP on BL",
5493        "EventCode": "0x49",
5494        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.BL_RSP",
5495        "PerPkg": "1",
5496        "PublicDescription": "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).",
5497        "UMask": "0x8",
5498        "Unit": "M3UPI"
5499    },
5500    {
5501        "BriefDescription": "Can't Arb for VN0; WB on BL",
5502        "EventCode": "0x49",
5503        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN0.BL_WB",
5504        "PerPkg": "1",
5505        "PublicDescription": "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.",
5506        "UMask": "0x10",
5507        "Unit": "M3UPI"
5508    },
5509    {
5510        "BriefDescription": "Can't Arb for VN1; REQ on AD",
5511        "EventCode": "0x4A",
5512        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.AD_REQ",
5513        "PerPkg": "1",
5514        "PublicDescription": "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.",
5515        "UMask": "0x1",
5516        "Unit": "M3UPI"
5517    },
5518    {
5519        "BriefDescription": "Can't Arb for VN1; RSP on AD",
5520        "EventCode": "0x4A",
5521        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.AD_RSP",
5522        "PerPkg": "1",
5523        "PublicDescription": "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).",
5524        "UMask": "0x4",
5525        "Unit": "M3UPI"
5526    },
5527    {
5528        "BriefDescription": "Can't Arb for VN1; SNP on AD",
5529        "EventCode": "0x4A",
5530        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.AD_SNP",
5531        "PerPkg": "1",
5532        "PublicDescription": "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.",
5533        "UMask": "0x2",
5534        "Unit": "M3UPI"
5535    },
5536    {
5537        "BriefDescription": "Can't Arb for VN1; NCB on BL",
5538        "EventCode": "0x4A",
5539        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.BL_NCB",
5540        "PerPkg": "1",
5541        "PublicDescription": "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.",
5542        "UMask": "0x20",
5543        "Unit": "M3UPI"
5544    },
5545    {
5546        "BriefDescription": "Can't Arb for VN1; NCS on BL",
5547        "EventCode": "0x4A",
5548        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.BL_NCS",
5549        "PerPkg": "1",
5550        "PublicDescription": "VN1 message was not able to request arbitration while some other message won arbitration; Non-Coherent Standard (NCS) messages on BL.",
5551        "UMask": "0x40",
5552        "Unit": "M3UPI"
5553    },
5554    {
5555        "BriefDescription": "Can't Arb for VN1; RSP on BL",
5556        "EventCode": "0x4A",
5557        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.BL_RSP",
5558        "PerPkg": "1",
5559        "PublicDescription": "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).",
5560        "UMask": "0x8",
5561        "Unit": "M3UPI"
5562    },
5563    {
5564        "BriefDescription": "Can't Arb for VN1; WB on BL",
5565        "EventCode": "0x4A",
5566        "EventName": "UNC_M3UPI_RxC_ARB_NOAD_REQ_VN1.BL_WB",
5567        "PerPkg": "1",
5568        "PublicDescription": "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.",
5569        "UMask": "0x10",
5570        "Unit": "M3UPI"
5571    },
5572    {
5573        "BriefDescription": "No Credits to Arb for VN0; REQ on AD",
5574        "EventCode": "0x47",
5575        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.AD_REQ",
5576        "PerPkg": "1",
5577        "PublicDescription": "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.",
5578        "UMask": "0x1",
5579        "Unit": "M3UPI"
5580    },
5581    {
5582        "BriefDescription": "No Credits to Arb for VN0; RSP on AD",
5583        "EventCode": "0x47",
5584        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.AD_RSP",
5585        "PerPkg": "1",
5586        "PublicDescription": "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).",
5587        "UMask": "0x4",
5588        "Unit": "M3UPI"
5589    },
5590    {
5591        "BriefDescription": "No Credits to Arb for VN0; SNP on AD",
5592        "EventCode": "0x47",
5593        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.AD_SNP",
5594        "PerPkg": "1",
5595        "PublicDescription": "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.",
5596        "UMask": "0x2",
5597        "Unit": "M3UPI"
5598    },
5599    {
5600        "BriefDescription": "No Credits to Arb for VN0; NCB on BL",
5601        "EventCode": "0x47",
5602        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.BL_NCB",
5603        "PerPkg": "1",
5604        "PublicDescription": "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.",
5605        "UMask": "0x20",
5606        "Unit": "M3UPI"
5607    },
5608    {
5609        "BriefDescription": "No Credits to Arb for VN0; NCS on BL",
5610        "EventCode": "0x47",
5611        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.BL_NCS",
5612        "PerPkg": "1",
5613        "PublicDescription": "VN0 message is blocked from requesting arbitration due to lack of remote UPI credits; Non-Coherent Standard (NCS) messages on BL.",
5614        "UMask": "0x40",
5615        "Unit": "M3UPI"
5616    },
5617    {
5618        "BriefDescription": "No Credits to Arb for VN0; RSP on BL",
5619        "EventCode": "0x47",
5620        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.BL_RSP",
5621        "PerPkg": "1",
5622        "PublicDescription": "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).",
5623        "UMask": "0x8",
5624        "Unit": "M3UPI"
5625    },
5626    {
5627        "BriefDescription": "No Credits to Arb for VN0; WB on BL",
5628        "EventCode": "0x47",
5629        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN0.BL_WB",
5630        "PerPkg": "1",
5631        "PublicDescription": "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.",
5632        "UMask": "0x10",
5633        "Unit": "M3UPI"
5634    },
5635    {
5636        "BriefDescription": "No Credits to Arb for VN1; REQ on AD",
5637        "EventCode": "0x48",
5638        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.AD_REQ",
5639        "PerPkg": "1",
5640        "PublicDescription": "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.",
5641        "UMask": "0x1",
5642        "Unit": "M3UPI"
5643    },
5644    {
5645        "BriefDescription": "No Credits to Arb for VN1; RSP on AD",
5646        "EventCode": "0x48",
5647        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.AD_RSP",
5648        "PerPkg": "1",
5649        "PublicDescription": "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).",
5650        "UMask": "0x4",
5651        "Unit": "M3UPI"
5652    },
5653    {
5654        "BriefDescription": "No Credits to Arb for VN1; SNP on AD",
5655        "EventCode": "0x48",
5656        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.AD_SNP",
5657        "PerPkg": "1",
5658        "PublicDescription": "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.",
5659        "UMask": "0x2",
5660        "Unit": "M3UPI"
5661    },
5662    {
5663        "BriefDescription": "No Credits to Arb for VN1; NCB on BL",
5664        "EventCode": "0x48",
5665        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.BL_NCB",
5666        "PerPkg": "1",
5667        "PublicDescription": "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.",
5668        "UMask": "0x20",
5669        "Unit": "M3UPI"
5670    },
5671    {
5672        "BriefDescription": "No Credits to Arb for VN1; NCS on BL",
5673        "EventCode": "0x48",
5674        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.BL_NCS",
5675        "PerPkg": "1",
5676        "PublicDescription": "VN1 message is blocked from requesting arbitration due to lack of remote UPI credits; Non-Coherent Standard (NCS) messages on BL.",
5677        "UMask": "0x40",
5678        "Unit": "M3UPI"
5679    },
5680    {
5681        "BriefDescription": "No Credits to Arb for VN1; RSP on BL",
5682        "EventCode": "0x48",
5683        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.BL_RSP",
5684        "PerPkg": "1",
5685        "PublicDescription": "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).",
5686        "UMask": "0x8",
5687        "Unit": "M3UPI"
5688    },
5689    {
5690        "BriefDescription": "No Credits to Arb for VN1; WB on BL",
5691        "EventCode": "0x48",
5692        "EventName": "UNC_M3UPI_RxC_ARB_NOCRED_VN1.BL_WB",
5693        "PerPkg": "1",
5694        "PublicDescription": "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.",
5695        "UMask": "0x10",
5696        "Unit": "M3UPI"
5697    },
5698    {
5699        "BriefDescription": "Ingress Queue Bypasses; AD to Slot 0 on BL Arb",
5700        "EventCode": "0x40",
5701        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S0_BL_ARB",
5702        "PerPkg": "1",
5703        "PublicDescription": "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",
5704        "UMask": "0x2",
5705        "Unit": "M3UPI"
5706    },
5707    {
5708        "BriefDescription": "Ingress Queue Bypasses; AD to Slot 0 on Idle",
5709        "EventCode": "0x40",
5710        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S0_IDLE",
5711        "PerPkg": "1",
5712        "PublicDescription": "Number of times message is bypassed around the Ingress Queue; AD is taking bypass to slot 0 of independent flit while pipeline is idle",
5713        "UMask": "0x1",
5714        "Unit": "M3UPI"
5715    },
5716    {
5717        "BriefDescription": "Ingress Queue Bypasses; AD + BL to Slot 1",
5718        "EventCode": "0x40",
5719        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S1_BL_SLOT",
5720        "PerPkg": "1",
5721        "PublicDescription": "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",
5722        "UMask": "0x4",
5723        "Unit": "M3UPI"
5724    },
5725    {
5726        "BriefDescription": "Ingress Queue Bypasses; AD + BL to Slot 2",
5727        "EventCode": "0x40",
5728        "EventName": "UNC_M3UPI_RxC_BYPASSED.AD_S2_BL_SLOT",
5729        "PerPkg": "1",
5730        "PublicDescription": "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",
5731        "UMask": "0x8",
5732        "Unit": "M3UPI"
5733    },
5734    {
5735        "BriefDescription": "VN0 message lost contest for flit; REQ on AD",
5736        "EventCode": "0x50",
5737        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.AD_REQ",
5738        "PerPkg": "1",
5739        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
5740        "UMask": "0x1",
5741        "Unit": "M3UPI"
5742    },
5743    {
5744        "BriefDescription": "VN0 message lost contest for flit; RSP on AD",
5745        "EventCode": "0x50",
5746        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.AD_RSP",
5747        "PerPkg": "1",
5748        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
5749        "UMask": "0x4",
5750        "Unit": "M3UPI"
5751    },
5752    {
5753        "BriefDescription": "VN0 message lost contest for flit; SNP on AD",
5754        "EventCode": "0x50",
5755        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.AD_SNP",
5756        "PerPkg": "1",
5757        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
5758        "UMask": "0x2",
5759        "Unit": "M3UPI"
5760    },
5761    {
5762        "BriefDescription": "VN0 message lost contest for flit; NCB on BL",
5763        "EventCode": "0x50",
5764        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.BL_NCB",
5765        "PerPkg": "1",
5766        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
5767        "UMask": "0x20",
5768        "Unit": "M3UPI"
5769    },
5770    {
5771        "BriefDescription": "VN0 message lost contest for flit; NCS on BL",
5772        "EventCode": "0x50",
5773        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.BL_NCS",
5774        "PerPkg": "1",
5775        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Non-Coherent Standard (NCS) messages on BL.",
5776        "UMask": "0x40",
5777        "Unit": "M3UPI"
5778    },
5779    {
5780        "BriefDescription": "VN0 message lost contest for flit; RSP on BL",
5781        "EventCode": "0x50",
5782        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.BL_RSP",
5783        "PerPkg": "1",
5784        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
5785        "UMask": "0x8",
5786        "Unit": "M3UPI"
5787    },
5788    {
5789        "BriefDescription": "VN0 message lost contest for flit; WB on BL",
5790        "EventCode": "0x50",
5791        "EventName": "UNC_M3UPI_RxC_COLLISION_VN0.BL_WB",
5792        "PerPkg": "1",
5793        "PublicDescription": "Count cases where Ingress VN0 packets lost the contest for Flit Slot 0.; 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.",
5794        "UMask": "0x10",
5795        "Unit": "M3UPI"
5796    },
5797    {
5798        "BriefDescription": "VN1 message lost contest for flit; REQ on AD",
5799        "EventCode": "0x51",
5800        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.AD_REQ",
5801        "PerPkg": "1",
5802        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
5803        "UMask": "0x1",
5804        "Unit": "M3UPI"
5805    },
5806    {
5807        "BriefDescription": "VN1 message lost contest for flit; RSP on AD",
5808        "EventCode": "0x51",
5809        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.AD_RSP",
5810        "PerPkg": "1",
5811        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
5812        "UMask": "0x4",
5813        "Unit": "M3UPI"
5814    },
5815    {
5816        "BriefDescription": "VN1 message lost contest for flit; SNP on AD",
5817        "EventCode": "0x51",
5818        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.AD_SNP",
5819        "PerPkg": "1",
5820        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
5821        "UMask": "0x2",
5822        "Unit": "M3UPI"
5823    },
5824    {
5825        "BriefDescription": "VN1 message lost contest for flit; NCB on BL",
5826        "EventCode": "0x51",
5827        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.BL_NCB",
5828        "PerPkg": "1",
5829        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
5830        "UMask": "0x20",
5831        "Unit": "M3UPI"
5832    },
5833    {
5834        "BriefDescription": "VN1 message lost contest for flit; NCS on BL",
5835        "EventCode": "0x51",
5836        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.BL_NCS",
5837        "PerPkg": "1",
5838        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Non-Coherent Standard (NCS) messages on BL.",
5839        "UMask": "0x40",
5840        "Unit": "M3UPI"
5841    },
5842    {
5843        "BriefDescription": "VN1 message lost contest for flit; RSP on BL",
5844        "EventCode": "0x51",
5845        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.BL_RSP",
5846        "PerPkg": "1",
5847        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
5848        "UMask": "0x8",
5849        "Unit": "M3UPI"
5850    },
5851    {
5852        "BriefDescription": "VN1 message lost contest for flit; WB on BL",
5853        "EventCode": "0x51",
5854        "EventName": "UNC_M3UPI_RxC_COLLISION_VN1.BL_WB",
5855        "PerPkg": "1",
5856        "PublicDescription": "Count cases where Ingress VN1 packets lost the contest for Flit Slot 0.; 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.",
5857        "UMask": "0x10",
5858        "Unit": "M3UPI"
5859    },
5860    {
5861        "BriefDescription": "Miscellaneous Credit Events; Any In BGF FIFO",
5862        "EventCode": "0x60",
5863        "EventName": "UNC_M3UPI_RxC_CRD_MISC.ANY_BGF_FIFO",
5864        "PerPkg": "1",
5865        "PublicDescription": "Indication that at least one packet (flit) is in the bgf (fifo only)",
5866        "UMask": "0x1",
5867        "Unit": "M3UPI"
5868    },
5869    {
5870        "BriefDescription": "Miscellaneous Credit Events; Any in BGF Path",
5871        "EventCode": "0x60",
5872        "EventName": "UNC_M3UPI_RxC_CRD_MISC.ANY_BGF_PATH",
5873        "PerPkg": "1",
5874        "PublicDescription": "Indication that at least one packet (flit) is in the bgf path (i.e. pipe to fifo)",
5875        "UMask": "0x2",
5876        "Unit": "M3UPI"
5877    },
5878    {
5879        "BriefDescription": "Miscellaneous Credit Events; No D2K For Arb",
5880        "EventCode": "0x60",
5881        "EventName": "UNC_M3UPI_RxC_CRD_MISC.NO_D2K_FOR_ARB",
5882        "PerPkg": "1",
5883        "PublicDescription": "VN0 or VN1 BL RSP message was blocked from arbitration request due to lack of D2K CMP credits",
5884        "UMask": "0x4",
5885        "Unit": "M3UPI"
5886    },
5887    {
5888        "BriefDescription": "Credit Occupancy; D2K Credits",
5889        "EventCode": "0x61",
5890        "EventName": "UNC_M3UPI_RxC_CRD_OCC.D2K_CRD",
5891        "PerPkg": "1",
5892        "PublicDescription": "D2K completion fifo credit occupancy (credits in use), accumulated across all cycles",
5893        "UMask": "0x10",
5894        "Unit": "M3UPI"
5895    },
5896    {
5897        "BriefDescription": "Credit Occupancy; Packets in BGF FIFO",
5898        "EventCode": "0x61",
5899        "EventName": "UNC_M3UPI_RxC_CRD_OCC.FLITS_IN_FIFO",
5900        "PerPkg": "1",
5901        "PublicDescription": "Occupancy of m3upi ingress -> upi link layer bgf; packets (flits) in fifo",
5902        "UMask": "0x2",
5903        "Unit": "M3UPI"
5904    },
5905    {
5906        "BriefDescription": "Credit Occupancy; Packets in BGF Path",
5907        "EventCode": "0x61",
5908        "EventName": "UNC_M3UPI_RxC_CRD_OCC.FLITS_IN_PATH",
5909        "PerPkg": "1",
5910        "PublicDescription": "Occupancy of m3upi ingress -> upi link layer bgf; packets (flits) in path (i.e. pipe to fifo or fifo)",
5911        "UMask": "0x4",
5912        "Unit": "M3UPI"
5913    },
5914    {
5915        "BriefDescription": "Credit Occupancy",
5916        "EventCode": "0x61",
5917        "EventName": "UNC_M3UPI_RxC_CRD_OCC.P1P_FIFO",
5918        "PerPkg": "1",
5919        "PublicDescription": "count of bl messages in pump-1-pending state, in completion fifo only",
5920        "UMask": "0x40",
5921        "Unit": "M3UPI"
5922    },
5923    {
5924        "BriefDescription": "Credit Occupancy",
5925        "EventCode": "0x61",
5926        "EventName": "UNC_M3UPI_RxC_CRD_OCC.P1P_TOTAL",
5927        "PerPkg": "1",
5928        "PublicDescription": "count of bl messages in pump-1-pending state, in marker table and in fifo",
5929        "UMask": "0x20",
5930        "Unit": "M3UPI"
5931    },
5932    {
5933        "BriefDescription": "Credit Occupancy; Transmit Credits",
5934        "EventCode": "0x61",
5935        "EventName": "UNC_M3UPI_RxC_CRD_OCC.TxQ_CRD",
5936        "PerPkg": "1",
5937        "PublicDescription": "Link layer transmit queue credit occupancy (credits in use), accumulated across all cycles",
5938        "UMask": "0x8",
5939        "Unit": "M3UPI"
5940    },
5941    {
5942        "BriefDescription": "Credit Occupancy; VNA In Use",
5943        "EventCode": "0x61",
5944        "EventName": "UNC_M3UPI_RxC_CRD_OCC.VNA_IN_USE",
5945        "PerPkg": "1",
5946        "PublicDescription": "Remote UPI VNA credit occupancy (number of credits in use), accumulated across all cycles",
5947        "UMask": "0x1",
5948        "Unit": "M3UPI"
5949    },
5950    {
5951        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; REQ on AD",
5952        "EventCode": "0x43",
5953        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_REQ",
5954        "PerPkg": "1",
5955        "PublicDescription": "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.",
5956        "UMask": "0x1",
5957        "Unit": "M3UPI"
5958    },
5959    {
5960        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; RSP on AD",
5961        "EventCode": "0x43",
5962        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_RSP",
5963        "PerPkg": "1",
5964        "PublicDescription": "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).",
5965        "UMask": "0x4",
5966        "Unit": "M3UPI"
5967    },
5968    {
5969        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; SNP on AD",
5970        "EventCode": "0x43",
5971        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.AD_SNP",
5972        "PerPkg": "1",
5973        "PublicDescription": "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.",
5974        "UMask": "0x2",
5975        "Unit": "M3UPI"
5976    },
5977    {
5978        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; NCB on BL",
5979        "EventCode": "0x43",
5980        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_NCB",
5981        "PerPkg": "1",
5982        "PublicDescription": "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.",
5983        "UMask": "0x20",
5984        "Unit": "M3UPI"
5985    },
5986    {
5987        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; NCS on BL",
5988        "EventCode": "0x43",
5989        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_NCS",
5990        "PerPkg": "1",
5991        "PublicDescription": "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.",
5992        "UMask": "0x40",
5993        "Unit": "M3UPI"
5994    },
5995    {
5996        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; RSP on BL",
5997        "EventCode": "0x43",
5998        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_RSP",
5999        "PerPkg": "1",
6000        "PublicDescription": "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).",
6001        "UMask": "0x8",
6002        "Unit": "M3UPI"
6003    },
6004    {
6005        "BriefDescription": "VN0 Ingress (from CMS) Queue - Cycles Not Empty; WB on BL",
6006        "EventCode": "0x43",
6007        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN0.BL_WB",
6008        "PerPkg": "1",
6009        "PublicDescription": "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.",
6010        "UMask": "0x10",
6011        "Unit": "M3UPI"
6012    },
6013    {
6014        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; REQ on AD",
6015        "EventCode": "0x44",
6016        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.AD_REQ",
6017        "PerPkg": "1",
6018        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6019        "UMask": "0x1",
6020        "Unit": "M3UPI"
6021    },
6022    {
6023        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; RSP on AD",
6024        "EventCode": "0x44",
6025        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.AD_RSP",
6026        "PerPkg": "1",
6027        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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).",
6028        "UMask": "0x4",
6029        "Unit": "M3UPI"
6030    },
6031    {
6032        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; SNP on AD",
6033        "EventCode": "0x44",
6034        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.AD_SNP",
6035        "PerPkg": "1",
6036        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
6037        "UMask": "0x2",
6038        "Unit": "M3UPI"
6039    },
6040    {
6041        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; NCB on BL",
6042        "EventCode": "0x44",
6043        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.BL_NCB",
6044        "PerPkg": "1",
6045        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6046        "UMask": "0x20",
6047        "Unit": "M3UPI"
6048    },
6049    {
6050        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; NCS on BL",
6051        "EventCode": "0x44",
6052        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.BL_NCS",
6053        "PerPkg": "1",
6054        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Non-Coherent Standard (NCS) messages on BL.",
6055        "UMask": "0x40",
6056        "Unit": "M3UPI"
6057    },
6058    {
6059        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; RSP on BL",
6060        "EventCode": "0x44",
6061        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.BL_RSP",
6062        "PerPkg": "1",
6063        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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).",
6064        "UMask": "0x8",
6065        "Unit": "M3UPI"
6066    },
6067    {
6068        "BriefDescription": "VN1 Ingress (from CMS) Queue - Cycles Not Empty; WB on BL",
6069        "EventCode": "0x44",
6070        "EventName": "UNC_M3UPI_RxC_CYCLES_NE_VN1.BL_WB",
6071        "PerPkg": "1",
6072        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6073        "UMask": "0x10",
6074        "Unit": "M3UPI"
6075    },
6076    {
6077        "BriefDescription": "Data Flit Not Sent; All",
6078        "EventCode": "0x57",
6079        "EventName": "UNC_M3UPI_RxC_FLITS_DATA_NOT_SENT.ALL",
6080        "PerPkg": "1",
6081        "PublicDescription": "Data flit is ready for transmission but could not be sent",
6082        "UMask": "0x1",
6083        "Unit": "M3UPI"
6084    },
6085    {
6086        "BriefDescription": "Data Flit Not Sent; No BGF Credits",
6087        "EventCode": "0x57",
6088        "EventName": "UNC_M3UPI_RxC_FLITS_DATA_NOT_SENT.NO_BGF",
6089        "PerPkg": "1",
6090        "PublicDescription": "Data flit is ready for transmission but could not be sent",
6091        "UMask": "0x2",
6092        "Unit": "M3UPI"
6093    },
6094    {
6095        "BriefDescription": "Data Flit Not Sent; No TxQ Credits",
6096        "EventCode": "0x57",
6097        "EventName": "UNC_M3UPI_RxC_FLITS_DATA_NOT_SENT.NO_TXQ",
6098        "PerPkg": "1",
6099        "PublicDescription": "Data flit is ready for transmission but could not be sent",
6100        "UMask": "0x4",
6101        "Unit": "M3UPI"
6102    },
6103    {
6104        "BriefDescription": "Generating BL Data Flit Sequence; Wait on Pump 0",
6105        "EventCode": "0x59",
6106        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P0_WAIT",
6107        "PerPkg": "1",
6108        "PublicDescription": "generating bl data flit sequence; waiting for data pump 0",
6109        "UMask": "0x1",
6110        "Unit": "M3UPI"
6111    },
6112    {
6113        "BriefDescription": "Generating BL Data Flit Sequence",
6114        "EventCode": "0x59",
6115        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_AT_LIMIT",
6116        "PerPkg": "1",
6117        "PublicDescription": "pump-1-pending logic is at capacity (pending table plus completion fifo at limit)",
6118        "UMask": "0x10",
6119        "Unit": "M3UPI"
6120    },
6121    {
6122        "BriefDescription": "Generating BL Data Flit Sequence",
6123        "EventCode": "0x59",
6124        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_BUSY",
6125        "PerPkg": "1",
6126        "PublicDescription": "pump-1-pending logic is tracking at least one message",
6127        "UMask": "0x8",
6128        "Unit": "M3UPI"
6129    },
6130    {
6131        "BriefDescription": "Generating BL Data Flit Sequence",
6132        "EventCode": "0x59",
6133        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_FIFO_FULL",
6134        "PerPkg": "1",
6135        "PublicDescription": "pump-1-pending completion fifo is full",
6136        "UMask": "0x40",
6137        "Unit": "M3UPI"
6138    },
6139    {
6140        "BriefDescription": "Generating BL Data Flit Sequence",
6141        "EventCode": "0x59",
6142        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_HOLD_P0",
6143        "PerPkg": "1",
6144        "PublicDescription": "pump-1-pending logic is at or near capacity, such that pump-0-only bl messages are getting stalled in slotting stage",
6145        "UMask": "0x20",
6146        "Unit": "M3UPI"
6147    },
6148    {
6149        "BriefDescription": "Generating BL Data Flit Sequence",
6150        "EventCode": "0x59",
6151        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1P_TO_LIMBO",
6152        "PerPkg": "1",
6153        "PublicDescription": "a bl message finished but is in limbo and moved to pump-1-pending logic",
6154        "UMask": "0x4",
6155        "Unit": "M3UPI"
6156    },
6157    {
6158        "BriefDescription": "Generating BL Data Flit Sequence; Wait on Pump 1",
6159        "EventCode": "0x59",
6160        "EventName": "UNC_M3UPI_RxC_FLITS_GEN_BL.P1_WAIT",
6161        "PerPkg": "1",
6162        "PublicDescription": "generating bl data flit sequence; waiting for data pump 1",
6163        "UMask": "0x2",
6164        "Unit": "M3UPI"
6165    },
6166    {
6167        "BriefDescription": "UNC_M3UPI_RxC_FLITS_MISC",
6168        "EventCode": "0x5A",
6169        "EventName": "UNC_M3UPI_RxC_FLITS_MISC",
6170        "PerPkg": "1",
6171        "Unit": "M3UPI"
6172    },
6173    {
6174        "BriefDescription": "Sent Header Flit; One Message",
6175        "EventCode": "0x56",
6176        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.1_MSG",
6177        "PerPkg": "1",
6178        "PublicDescription": "One message in flit; VNA or non-VNA flit",
6179        "UMask": "0x1",
6180        "Unit": "M3UPI"
6181    },
6182    {
6183        "BriefDescription": "Sent Header Flit; One Message in non-VNA",
6184        "EventCode": "0x56",
6185        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.1_MSG_VNX",
6186        "PerPkg": "1",
6187        "PublicDescription": "One message in flit; non-VNA flit",
6188        "UMask": "0x8",
6189        "Unit": "M3UPI"
6190    },
6191    {
6192        "BriefDescription": "Sent Header Flit; Two Messages",
6193        "EventCode": "0x56",
6194        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.2_MSGS",
6195        "PerPkg": "1",
6196        "PublicDescription": "Two messages in flit; VNA flit",
6197        "UMask": "0x2",
6198        "Unit": "M3UPI"
6199    },
6200    {
6201        "BriefDescription": "Sent Header Flit; Three Messages",
6202        "EventCode": "0x56",
6203        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.3_MSGS",
6204        "PerPkg": "1",
6205        "PublicDescription": "Three messages in flit; VNA flit",
6206        "UMask": "0x4",
6207        "Unit": "M3UPI"
6208    },
6209    {
6210        "BriefDescription": "Sent Header Flit",
6211        "EventCode": "0x56",
6212        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.SLOTS_1",
6213        "PerPkg": "1",
6214        "UMask": "0x10",
6215        "Unit": "M3UPI"
6216    },
6217    {
6218        "BriefDescription": "Sent Header Flit",
6219        "EventCode": "0x56",
6220        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.SLOTS_2",
6221        "PerPkg": "1",
6222        "UMask": "0x20",
6223        "Unit": "M3UPI"
6224    },
6225    {
6226        "BriefDescription": "Sent Header Flit",
6227        "EventCode": "0x56",
6228        "EventName": "UNC_M3UPI_RxC_FLITS_SENT.SLOTS_3",
6229        "PerPkg": "1",
6230        "UMask": "0x40",
6231        "Unit": "M3UPI"
6232    },
6233    {
6234        "BriefDescription": "Slotting BL Message Into Header Flit; All",
6235        "EventCode": "0x58",
6236        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.ALL",
6237        "PerPkg": "1",
6238        "UMask": "0x1",
6239        "Unit": "M3UPI"
6240    },
6241    {
6242        "BriefDescription": "Slotting BL Message Into Header Flit; Needs Data Flit",
6243        "EventCode": "0x58",
6244        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.NEED_DATA",
6245        "PerPkg": "1",
6246        "PublicDescription": "BL message requires data flit sequence",
6247        "UMask": "0x2",
6248        "Unit": "M3UPI"
6249    },
6250    {
6251        "BriefDescription": "Slotting BL Message Into Header Flit; Wait on Pump 0",
6252        "EventCode": "0x58",
6253        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P0_WAIT",
6254        "PerPkg": "1",
6255        "PublicDescription": "Waiting for header pump 0",
6256        "UMask": "0x4",
6257        "Unit": "M3UPI"
6258    },
6259    {
6260        "BriefDescription": "Slotting BL Message Into Header Flit; Don't Need Pump 1",
6261        "EventCode": "0x58",
6262        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ",
6263        "PerPkg": "1",
6264        "PublicDescription": "Header pump 1 is not required for flit",
6265        "UMask": "0x10",
6266        "Unit": "M3UPI"
6267    },
6268    {
6269        "BriefDescription": "Slotting BL Message Into Header Flit; Don't Need Pump 1 - Bubble",
6270        "EventCode": "0x58",
6271        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ_BUT_BUBBLE",
6272        "PerPkg": "1",
6273        "PublicDescription": "Header pump 1 is not required for flit but flit transmission delayed",
6274        "UMask": "0x20",
6275        "Unit": "M3UPI"
6276    },
6277    {
6278        "BriefDescription": "Slotting BL Message Into Header Flit; Don't Need Pump 1 - Not Avail",
6279        "EventCode": "0x58",
6280        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_NOT_REQ_NOT_AVAIL",
6281        "PerPkg": "1",
6282        "PublicDescription": "Header pump 1 is not required for flit and not available",
6283        "UMask": "0x40",
6284        "Unit": "M3UPI"
6285    },
6286    {
6287        "BriefDescription": "Slotting BL Message Into Header Flit; Wait on Pump 1",
6288        "EventCode": "0x58",
6289        "EventName": "UNC_M3UPI_RxC_FLITS_SLOT_BL.P1_WAIT",
6290        "PerPkg": "1",
6291        "PublicDescription": "Waiting for header pump 1",
6292        "UMask": "0x8",
6293        "Unit": "M3UPI"
6294    },
6295    {
6296        "BriefDescription": "Flit Gen - Header 1; Accumulate",
6297        "EventCode": "0x53",
6298        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM",
6299        "PerPkg": "1",
6300        "PublicDescription": "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",
6301        "UMask": "0x1",
6302        "Unit": "M3UPI"
6303    },
6304    {
6305        "BriefDescription": "Flit Gen - Header 1; Accumulate Ready",
6306        "EventCode": "0x53",
6307        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM_READ",
6308        "PerPkg": "1",
6309        "PublicDescription": "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",
6310        "UMask": "0x2",
6311        "Unit": "M3UPI"
6312    },
6313    {
6314        "BriefDescription": "Flit Gen - Header 1; Accumulate Wasted",
6315        "EventCode": "0x53",
6316        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.ACCUM_WASTED",
6317        "PerPkg": "1",
6318        "PublicDescription": "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",
6319        "UMask": "0x4",
6320        "Unit": "M3UPI"
6321    },
6322    {
6323        "BriefDescription": "Flit Gen - Header 1; Run-Ahead - Blocked",
6324        "EventCode": "0x53",
6325        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_BLOCKED",
6326        "PerPkg": "1",
6327        "PublicDescription": "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",
6328        "UMask": "0x8",
6329        "Unit": "M3UPI"
6330    },
6331    {
6332        "BriefDescription": "Flit Gen - Header 1; Run-Ahead - Message",
6333        "EventCode": "0x53",
6334        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.AHEAD_MSG",
6335        "PerPkg": "1",
6336        "PublicDescription": "Events related to Header Flit Generation - Set 1; Header flit slotting is in run-ahead to start new flit, and message is actually slotted into new flit",
6337        "UMask": "0x10",
6338        "Unit": "M3UPI"
6339    },
6340    {
6341        "BriefDescription": "Flit Gen - Header 1; Parallel Ok",
6342        "EventCode": "0x53",
6343        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.PAR",
6344        "PerPkg": "1",
6345        "PublicDescription": "Events related to Header Flit Generation - Set 1; New header flit construction may proceed in parallel with data flit sequence",
6346        "UMask": "0x20",
6347        "Unit": "M3UPI"
6348    },
6349    {
6350        "BriefDescription": "Flit Gen - Header 1; Parallel Flit Finished",
6351        "EventCode": "0x53",
6352        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.PAR_FLIT",
6353        "PerPkg": "1",
6354        "PublicDescription": "Events related to Header Flit Generation - Set 1; Header flit finished assembly in parallel with data flit sequence",
6355        "UMask": "0x80",
6356        "Unit": "M3UPI"
6357    },
6358    {
6359        "BriefDescription": "Flit Gen - Header 1; Parallel Message",
6360        "EventCode": "0x53",
6361        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR1.PAR_MSG",
6362        "PerPkg": "1",
6363        "PublicDescription": "Events related to Header Flit Generation - Set 1; Message is slotted into header flit in parallel with data flit sequence",
6364        "UMask": "0x40",
6365        "Unit": "M3UPI"
6366    },
6367    {
6368        "BriefDescription": "Flit Gen - Header 2; Rate-matching Stall",
6369        "EventCode": "0x54",
6370        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.RMSTALL",
6371        "PerPkg": "1",
6372        "PublicDescription": "Events related to Header Flit Generation - Set 2; Rate-matching stall injected",
6373        "UMask": "0x1",
6374        "Unit": "M3UPI"
6375    },
6376    {
6377        "BriefDescription": "Flit Gen - Header 2; Rate-matching Stall - No Message",
6378        "EventCode": "0x54",
6379        "EventName": "UNC_M3UPI_RxC_FLIT_GEN_HDR2.RMSTALL_NOMSG",
6380        "PerPkg": "1",
6381        "PublicDescription": "Events related to Header Flit Generation - Set 2; Rate matching stall injected, but no additional message slotted during stall cycle",
6382        "UMask": "0x2",
6383        "Unit": "M3UPI"
6384    },
6385    {
6386        "BriefDescription": "Header Not Sent; All",
6387        "EventCode": "0x55",
6388        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.ALL",
6389        "PerPkg": "1",
6390        "PublicDescription": "header flit is ready for transmission but could not be sent",
6391        "UMask": "0x1",
6392        "Unit": "M3UPI"
6393    },
6394    {
6395        "BriefDescription": "Header Not Sent; No BGF Credits",
6396        "EventCode": "0x55",
6397        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.NO_BGF_CRD",
6398        "PerPkg": "1",
6399        "PublicDescription": "header flit is ready for transmission but could not be sent; No BGF credits available",
6400        "UMask": "0x2",
6401        "Unit": "M3UPI"
6402    },
6403    {
6404        "BriefDescription": "Header Not Sent; No BGF Credits + No Extra Message Slotted",
6405        "EventCode": "0x55",
6406        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.NO_BGF_NO_MSG",
6407        "PerPkg": "1",
6408        "PublicDescription": "header flit is ready for transmission but could not be sent; No BGF credits available; no additional message slotted into flit",
6409        "UMask": "0x8",
6410        "Unit": "M3UPI"
6411    },
6412    {
6413        "BriefDescription": "Header Not Sent; No TxQ Credits",
6414        "EventCode": "0x55",
6415        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.NO_TXQ_CRD",
6416        "PerPkg": "1",
6417        "PublicDescription": "header flit is ready for transmission but could not be sent; No TxQ credits available",
6418        "UMask": "0x4",
6419        "Unit": "M3UPI"
6420    },
6421    {
6422        "BriefDescription": "Header Not Sent; No TxQ Credits + No Extra Message Slotted",
6423        "EventCode": "0x55",
6424        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.NO_TXQ_NO_MSG",
6425        "PerPkg": "1",
6426        "PublicDescription": "header flit is ready for transmission but could not be sent; No TxQ credits available; no additional message slotted into flit",
6427        "UMask": "0x10",
6428        "Unit": "M3UPI"
6429    },
6430    {
6431        "BriefDescription": "Header Not Sent; Sent - One Slot Taken",
6432        "EventCode": "0x55",
6433        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.ONE_TAKEN",
6434        "PerPkg": "1",
6435        "PublicDescription": "header flit is ready for transmission but could not be sent; sending header flit with only one slot taken (two slots free)",
6436        "UMask": "0x20",
6437        "Unit": "M3UPI"
6438    },
6439    {
6440        "BriefDescription": "Header Not Sent; Sent - Three Slots Taken",
6441        "EventCode": "0x55",
6442        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.THREE_TAKEN",
6443        "PerPkg": "1",
6444        "PublicDescription": "header flit is ready for transmission but could not be sent; sending header flit with three slots taken (no slots free)",
6445        "UMask": "0x80",
6446        "Unit": "M3UPI"
6447    },
6448    {
6449        "BriefDescription": "Header Not Sent; Sent - Two Slots Taken",
6450        "EventCode": "0x55",
6451        "EventName": "UNC_M3UPI_RxC_FLIT_NOT_SENT.TWO_TAKEN",
6452        "PerPkg": "1",
6453        "PublicDescription": "header flit is ready for transmission but could not be sent; sending header flit with only two slots taken (one slots free)",
6454        "UMask": "0x40",
6455        "Unit": "M3UPI"
6456    },
6457    {
6458        "BriefDescription": "Message Held; Can't Slot AD",
6459        "EventCode": "0x52",
6460        "EventName": "UNC_M3UPI_RxC_HELD.CANT_SLOT_AD",
6461        "PerPkg": "1",
6462        "PublicDescription": "some AD message could not be slotted (logical OR of all AD events under INGR_SLOT_CANT_MC_VN{0,1})",
6463        "UMask": "0x40",
6464        "Unit": "M3UPI"
6465    },
6466    {
6467        "BriefDescription": "Message Held; Can't Slot BL",
6468        "EventCode": "0x52",
6469        "EventName": "UNC_M3UPI_RxC_HELD.CANT_SLOT_BL",
6470        "PerPkg": "1",
6471        "PublicDescription": "some BL message could not be slotted (logical OR of all BL events under INGR_SLOT_CANT_MC_VN{0,1})",
6472        "UMask": "0x80",
6473        "Unit": "M3UPI"
6474    },
6475    {
6476        "BriefDescription": "Message Held; Parallel AD Lost",
6477        "EventCode": "0x52",
6478        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_AD_LOST",
6479        "PerPkg": "1",
6480        "PublicDescription": "some AD message lost contest for slot 0 (logical OR of all AD events under INGR_SLOT_LOST_MC_VN{0,1})",
6481        "UMask": "0x10",
6482        "Unit": "M3UPI"
6483    },
6484    {
6485        "BriefDescription": "Message Held; Parallel Attempt",
6486        "EventCode": "0x52",
6487        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_ATTEMPT",
6488        "PerPkg": "1",
6489        "PublicDescription": "ad and bl messages attempted to slot into the same flit in parallel",
6490        "UMask": "0x4",
6491        "Unit": "M3UPI"
6492    },
6493    {
6494        "BriefDescription": "Message Held; Parallel BL Lost",
6495        "EventCode": "0x52",
6496        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_BL_LOST",
6497        "PerPkg": "1",
6498        "PublicDescription": "some BL message lost contest for slot 0 (logical OR of all BL events under INGR_SLOT_LOST_MC_VN{0,1})",
6499        "UMask": "0x20",
6500        "Unit": "M3UPI"
6501    },
6502    {
6503        "BriefDescription": "Message Held; Parallel Success",
6504        "EventCode": "0x52",
6505        "EventName": "UNC_M3UPI_RxC_HELD.PARALLEL_SUCCESS",
6506        "PerPkg": "1",
6507        "PublicDescription": "ad and bl messages were actually slotted into the same flit in parallel",
6508        "UMask": "0x8",
6509        "Unit": "M3UPI"
6510    },
6511    {
6512        "BriefDescription": "Message Held; VN0",
6513        "EventCode": "0x52",
6514        "EventName": "UNC_M3UPI_RxC_HELD.VN0",
6515        "PerPkg": "1",
6516        "PublicDescription": "vn0 message(s) that couldn't be slotted into last vn0 flit are held in slotting stage while processing vn1 flit",
6517        "UMask": "0x1",
6518        "Unit": "M3UPI"
6519    },
6520    {
6521        "BriefDescription": "Message Held; VN1",
6522        "EventCode": "0x52",
6523        "EventName": "UNC_M3UPI_RxC_HELD.VN1",
6524        "PerPkg": "1",
6525        "PublicDescription": "vn1 message(s) that couldn't be slotted into last vn1 flit are held in slotting stage while processing vn0 flit",
6526        "UMask": "0x2",
6527        "Unit": "M3UPI"
6528    },
6529    {
6530        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; REQ on AD",
6531        "EventCode": "0x41",
6532        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.AD_REQ",
6533        "PerPkg": "1",
6534        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  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.",
6535        "UMask": "0x1",
6536        "Unit": "M3UPI"
6537    },
6538    {
6539        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; RSP on AD",
6540        "EventCode": "0x41",
6541        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.AD_RSP",
6542        "PerPkg": "1",
6543        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  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).",
6544        "UMask": "0x4",
6545        "Unit": "M3UPI"
6546    },
6547    {
6548        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; SNP on AD",
6549        "EventCode": "0x41",
6550        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.AD_SNP",
6551        "PerPkg": "1",
6552        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
6553        "UMask": "0x2",
6554        "Unit": "M3UPI"
6555    },
6556    {
6557        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; NCB on BL",
6558        "EventCode": "0x41",
6559        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.BL_NCB",
6560        "PerPkg": "1",
6561        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  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.",
6562        "UMask": "0x20",
6563        "Unit": "M3UPI"
6564    },
6565    {
6566        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; NCS on BL",
6567        "EventCode": "0x41",
6568        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.BL_NCS",
6569        "PerPkg": "1",
6570        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Non-Coherent Standard (NCS) messages on BL.",
6571        "UMask": "0x40",
6572        "Unit": "M3UPI"
6573    },
6574    {
6575        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; RSP on BL",
6576        "EventCode": "0x41",
6577        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.BL_RSP",
6578        "PerPkg": "1",
6579        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  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).",
6580        "UMask": "0x8",
6581        "Unit": "M3UPI"
6582    },
6583    {
6584        "BriefDescription": "VN0 Ingress (from CMS) Queue - Inserts; WB on BL",
6585        "EventCode": "0x41",
6586        "EventName": "UNC_M3UPI_RxC_INSERTS_VN0.BL_WB",
6587        "PerPkg": "1",
6588        "PublicDescription": "Counts the number of allocations into the UPI Ingress.  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 latency.  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.",
6589        "UMask": "0x10",
6590        "Unit": "M3UPI"
6591    },
6592    {
6593        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; REQ on AD",
6594        "EventCode": "0x42",
6595        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.AD_REQ",
6596        "PerPkg": "1",
6597        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6598        "UMask": "0x1",
6599        "Unit": "M3UPI"
6600    },
6601    {
6602        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; RSP on AD",
6603        "EventCode": "0x42",
6604        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.AD_RSP",
6605        "PerPkg": "1",
6606        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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).",
6607        "UMask": "0x4",
6608        "Unit": "M3UPI"
6609    },
6610    {
6611        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; SNP on AD",
6612        "EventCode": "0x42",
6613        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.AD_SNP",
6614        "PerPkg": "1",
6615        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
6616        "UMask": "0x2",
6617        "Unit": "M3UPI"
6618    },
6619    {
6620        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; NCB on BL",
6621        "EventCode": "0x42",
6622        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.BL_NCB",
6623        "PerPkg": "1",
6624        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6625        "UMask": "0x20",
6626        "Unit": "M3UPI"
6627    },
6628    {
6629        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; NCS on BL",
6630        "EventCode": "0x42",
6631        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.BL_NCS",
6632        "PerPkg": "1",
6633        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  Multiple ingress buffers can be tracked at a given time using multiple counters.; Non-Coherent Standard (NCS) messages on BL.",
6634        "UMask": "0x40",
6635        "Unit": "M3UPI"
6636    },
6637    {
6638        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; RSP on BL",
6639        "EventCode": "0x42",
6640        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.BL_RSP",
6641        "PerPkg": "1",
6642        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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).",
6643        "UMask": "0x8",
6644        "Unit": "M3UPI"
6645    },
6646    {
6647        "BriefDescription": "VN1 Ingress (from CMS) Queue - Inserts; WB on BL",
6648        "EventCode": "0x42",
6649        "EventName": "UNC_M3UPI_RxC_INSERTS_VN1.BL_WB",
6650        "PerPkg": "1",
6651        "PublicDescription": "Counts the number of allocations into the UPI VN1  Ingress.  This tracks one of the three rings that are used by the UPI agent.  This can be used in conjunction with the UPI VN1  Ingress Occupancy Accumulator event in order to calculate average queue latency.  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.",
6652        "UMask": "0x10",
6653        "Unit": "M3UPI"
6654    },
6655    {
6656        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; REQ on AD",
6657        "EventCode": "0x45",
6658        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.AD_REQ",
6659        "PerPkg": "1",
6660        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
6661        "UMask": "0x1",
6662        "Unit": "M3UPI"
6663    },
6664    {
6665        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; RSP on AD",
6666        "EventCode": "0x45",
6667        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.AD_RSP",
6668        "PerPkg": "1",
6669        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
6670        "UMask": "0x4",
6671        "Unit": "M3UPI"
6672    },
6673    {
6674        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; SNP on AD",
6675        "EventCode": "0x45",
6676        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.AD_SNP",
6677        "PerPkg": "1",
6678        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
6679        "UMask": "0x2",
6680        "Unit": "M3UPI"
6681    },
6682    {
6683        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; NCB on BL",
6684        "EventCode": "0x45",
6685        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.BL_NCB",
6686        "PerPkg": "1",
6687        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
6688        "UMask": "0x20",
6689        "Unit": "M3UPI"
6690    },
6691    {
6692        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; NCS on BL",
6693        "EventCode": "0x45",
6694        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.BL_NCS",
6695        "PerPkg": "1",
6696        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Non-Coherent Standard (NCS) messages on BL.",
6697        "UMask": "0x40",
6698        "Unit": "M3UPI"
6699    },
6700    {
6701        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; RSP on BL",
6702        "EventCode": "0x45",
6703        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.BL_RSP",
6704        "PerPkg": "1",
6705        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
6706        "UMask": "0x8",
6707        "Unit": "M3UPI"
6708    },
6709    {
6710        "BriefDescription": "VN0 Ingress (from CMS) Queue - Occupancy; WB on BL",
6711        "EventCode": "0x45",
6712        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN0.BL_WB",
6713        "PerPkg": "1",
6714        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; 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.",
6715        "UMask": "0x10",
6716        "Unit": "M3UPI"
6717    },
6718    {
6719        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; REQ on AD",
6720        "EventCode": "0x46",
6721        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.AD_REQ",
6722        "PerPkg": "1",
6723        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Home (REQ) messages on AD.  REQ is generally used to send requests, request responses, and snoop responses.",
6724        "UMask": "0x1",
6725        "Unit": "M3UPI"
6726    },
6727    {
6728        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; RSP on AD",
6729        "EventCode": "0x46",
6730        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.AD_RSP",
6731        "PerPkg": "1",
6732        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Response (RSP) messages on AD.  RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
6733        "UMask": "0x4",
6734        "Unit": "M3UPI"
6735    },
6736    {
6737        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; SNP on AD",
6738        "EventCode": "0x46",
6739        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.AD_SNP",
6740        "PerPkg": "1",
6741        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
6742        "UMask": "0x2",
6743        "Unit": "M3UPI"
6744    },
6745    {
6746        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; NCB on BL",
6747        "EventCode": "0x46",
6748        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.BL_NCB",
6749        "PerPkg": "1",
6750        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Non-Coherent Broadcast (NCB) messages on BL.  NCB is generally used to transmit data without coherency.  For example, non-coherent read data returns.",
6751        "UMask": "0x20",
6752        "Unit": "M3UPI"
6753    },
6754    {
6755        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; NCS on BL",
6756        "EventCode": "0x46",
6757        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.BL_NCS",
6758        "PerPkg": "1",
6759        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Non-Coherent Standard (NCS) messages on BL.",
6760        "UMask": "0x40",
6761        "Unit": "M3UPI"
6762    },
6763    {
6764        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; RSP on BL",
6765        "EventCode": "0x46",
6766        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.BL_RSP",
6767        "PerPkg": "1",
6768        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; Response (RSP) messages on BL. RSP packets are used to transmit a variety of protocol flits including grants and completions (CMP).",
6769        "UMask": "0x8",
6770        "Unit": "M3UPI"
6771    },
6772    {
6773        "BriefDescription": "VN1 Ingress (from CMS) Queue - Occupancy; WB on BL",
6774        "EventCode": "0x46",
6775        "EventName": "UNC_M3UPI_RxC_OCCUPANCY_VN1.BL_WB",
6776        "PerPkg": "1",
6777        "PublicDescription": "Accumulates the occupancy of a given UPI VN1  Ingress queue in each cycle.  This tracks one of the three ring Ingress buffers.  This can be used with the UPI VN1  Ingress Not Empty event to calculate average occupancy or the UPI VN1  Ingress Allocations event in order to calculate average queuing latency.; 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.",
6778        "UMask": "0x10",
6779        "Unit": "M3UPI"
6780    },
6781    {
6782        "BriefDescription": "VN0 message can't slot into flit; REQ on AD",
6783        "EventCode": "0x4E",
6784        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_REQ",
6785        "PerPkg": "1",
6786        "PublicDescription": "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.",
6787        "UMask": "0x1",
6788        "Unit": "M3UPI"
6789    },
6790    {
6791        "BriefDescription": "VN0 message can't slot into flit; RSP on AD",
6792        "EventCode": "0x4E",
6793        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_RSP",
6794        "PerPkg": "1",
6795        "PublicDescription": "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).",
6796        "UMask": "0x4",
6797        "Unit": "M3UPI"
6798    },
6799    {
6800        "BriefDescription": "VN0 message can't slot into flit; SNP on AD",
6801        "EventCode": "0x4E",
6802        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.AD_SNP",
6803        "PerPkg": "1",
6804        "PublicDescription": "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.",
6805        "UMask": "0x2",
6806        "Unit": "M3UPI"
6807    },
6808    {
6809        "BriefDescription": "VN0 message can't slot into flit; NCB on BL",
6810        "EventCode": "0x4E",
6811        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_NCB",
6812        "PerPkg": "1",
6813        "PublicDescription": "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.",
6814        "UMask": "0x20",
6815        "Unit": "M3UPI"
6816    },
6817    {
6818        "BriefDescription": "VN0 message can't slot into flit; NCS on BL",
6819        "EventCode": "0x4E",
6820        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_NCS",
6821        "PerPkg": "1",
6822        "PublicDescription": "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.",
6823        "UMask": "0x40",
6824        "Unit": "M3UPI"
6825    },
6826    {
6827        "BriefDescription": "VN0 message can't slot into flit; RSP on BL",
6828        "EventCode": "0x4E",
6829        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_RSP",
6830        "PerPkg": "1",
6831        "PublicDescription": "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).",
6832        "UMask": "0x8",
6833        "Unit": "M3UPI"
6834    },
6835    {
6836        "BriefDescription": "VN0 message can't slot into flit; WB on BL",
6837        "EventCode": "0x4E",
6838        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN0.BL_WB",
6839        "PerPkg": "1",
6840        "PublicDescription": "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.",
6841        "UMask": "0x10",
6842        "Unit": "M3UPI"
6843    },
6844    {
6845        "BriefDescription": "VN1 message can't slot into flit; REQ on AD",
6846        "EventCode": "0x4F",
6847        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_REQ",
6848        "PerPkg": "1",
6849        "PublicDescription": "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.",
6850        "UMask": "0x1",
6851        "Unit": "M3UPI"
6852    },
6853    {
6854        "BriefDescription": "VN1 message can't slot into flit; RSP on AD",
6855        "EventCode": "0x4F",
6856        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_RSP",
6857        "PerPkg": "1",
6858        "PublicDescription": "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).",
6859        "UMask": "0x4",
6860        "Unit": "M3UPI"
6861    },
6862    {
6863        "BriefDescription": "VN1 message can't slot into flit; SNP on AD",
6864        "EventCode": "0x4F",
6865        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.AD_SNP",
6866        "PerPkg": "1",
6867        "PublicDescription": "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.",
6868        "UMask": "0x2",
6869        "Unit": "M3UPI"
6870    },
6871    {
6872        "BriefDescription": "VN1 message can't slot into flit; NCB on BL",
6873        "EventCode": "0x4F",
6874        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_NCB",
6875        "PerPkg": "1",
6876        "PublicDescription": "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.",
6877        "UMask": "0x20",
6878        "Unit": "M3UPI"
6879    },
6880    {
6881        "BriefDescription": "VN1 message can't slot into flit; NCS on BL",
6882        "EventCode": "0x4F",
6883        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_NCS",
6884        "PerPkg": "1",
6885        "PublicDescription": "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.",
6886        "UMask": "0x40",
6887        "Unit": "M3UPI"
6888    },
6889    {
6890        "BriefDescription": "VN1 message can't slot into flit; RSP on BL",
6891        "EventCode": "0x4F",
6892        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_RSP",
6893        "PerPkg": "1",
6894        "PublicDescription": "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).",
6895        "UMask": "0x8",
6896        "Unit": "M3UPI"
6897    },
6898    {
6899        "BriefDescription": "VN1 message can't slot into flit; WB on BL",
6900        "EventCode": "0x4F",
6901        "EventName": "UNC_M3UPI_RxC_PACKING_MISS_VN1.BL_WB",
6902        "PerPkg": "1",
6903        "PublicDescription": "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.",
6904        "UMask": "0x10",
6905        "Unit": "M3UPI"
6906    },
6907    {
6908        "BriefDescription": "SMI3 Prefetch Messages; Lost Arbitration",
6909        "EventCode": "0x62",
6910        "EventName": "UNC_M3UPI_RxC_SMI3_PFTCH.ARB_LOST",
6911        "PerPkg": "1",
6912        "UMask": "0x2",
6913        "Unit": "M3UPI"
6914    },
6915    {
6916        "BriefDescription": "SMI3 Prefetch Messages; Arrived",
6917        "EventCode": "0x62",
6918        "EventName": "UNC_M3UPI_RxC_SMI3_PFTCH.ARRIVED",
6919        "PerPkg": "1",
6920        "UMask": "0x1",
6921        "Unit": "M3UPI"
6922    },
6923    {
6924        "BriefDescription": "SMI3 Prefetch Messages; Dropped - Old",
6925        "EventCode": "0x62",
6926        "EventName": "UNC_M3UPI_RxC_SMI3_PFTCH.DROP_OLD",
6927        "PerPkg": "1",
6928        "UMask": "0x8",
6929        "Unit": "M3UPI"
6930    },
6931    {
6932        "BriefDescription": "SMI3 Prefetch Messages; Dropped - Wrap",
6933        "EventCode": "0x62",
6934        "EventName": "UNC_M3UPI_RxC_SMI3_PFTCH.DROP_WRAP",
6935        "PerPkg": "1",
6936        "PublicDescription": "Dropped because it was overwritten by new message while prefetch queue was full",
6937        "UMask": "0x10",
6938        "Unit": "M3UPI"
6939    },
6940    {
6941        "BriefDescription": "SMI3 Prefetch Messages; Slotted",
6942        "EventCode": "0x62",
6943        "EventName": "UNC_M3UPI_RxC_SMI3_PFTCH.SLOTTED",
6944        "PerPkg": "1",
6945        "UMask": "0x4",
6946        "Unit": "M3UPI"
6947    },
6948    {
6949        "BriefDescription": "Remote VNA Credits; Any In Use",
6950        "EventCode": "0x5B",
6951        "EventName": "UNC_M3UPI_RxC_VNA_CRD.ANY_IN_USE",
6952        "PerPkg": "1",
6953        "PublicDescription": "At least one remote vna credit is in use",
6954        "UMask": "0x20",
6955        "Unit": "M3UPI"
6956    },
6957    {
6958        "BriefDescription": "Remote VNA Credits; Corrected",
6959        "EventCode": "0x5B",
6960        "EventName": "UNC_M3UPI_RxC_VNA_CRD.CORRECTED",
6961        "PerPkg": "1",
6962        "PublicDescription": "Number of remote vna credits corrected (local return) per cycle",
6963        "UMask": "0x2",
6964        "Unit": "M3UPI"
6965    },
6966    {
6967        "BriefDescription": "Remote VNA Credits; Level < 1",
6968        "EventCode": "0x5B",
6969        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT1",
6970        "PerPkg": "1",
6971        "PublicDescription": "Remote vna credit level is less than 1 (i.e. no vna credits available)",
6972        "UMask": "0x4",
6973        "Unit": "M3UPI"
6974    },
6975    {
6976        "BriefDescription": "Remote VNA Credits; Level < 4",
6977        "EventCode": "0x5B",
6978        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT4",
6979        "PerPkg": "1",
6980        "PublicDescription": "Remote vna credit level is less than 4; bl (or ad requiring 4 vna) cannot arb on vna",
6981        "UMask": "0x8",
6982        "Unit": "M3UPI"
6983    },
6984    {
6985        "BriefDescription": "Remote VNA Credits; Level < 5",
6986        "EventCode": "0x5B",
6987        "EventName": "UNC_M3UPI_RxC_VNA_CRD.LT5",
6988        "PerPkg": "1",
6989        "PublicDescription": "Remote vna credit level is less than 5; parallel ad/bl arb on vna not possible",
6990        "UMask": "0x10",
6991        "Unit": "M3UPI"
6992    },
6993    {
6994        "BriefDescription": "Remote VNA Credits; Used",
6995        "EventCode": "0x5B",
6996        "EventName": "UNC_M3UPI_RxC_VNA_CRD.USED",
6997        "PerPkg": "1",
6998        "PublicDescription": "Number of remote vna credits consumed per cycle",
6999        "UMask": "0x1",
7000        "Unit": "M3UPI"
7001    },
7002    {
7003        "BriefDescription": "Transgress Injection Starvation; AD - Bounce",
7004        "EventCode": "0xB4",
7005        "EventName": "UNC_M3UPI_RxR_BUSY_STARVED.AD_BNC",
7006        "PerPkg": "1",
7007        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
7008        "UMask": "0x1",
7009        "Unit": "M3UPI"
7010    },
7011    {
7012        "BriefDescription": "Transgress Injection Starvation; AD - Credit",
7013        "EventCode": "0xB4",
7014        "EventName": "UNC_M3UPI_RxR_BUSY_STARVED.AD_CRD",
7015        "PerPkg": "1",
7016        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
7017        "UMask": "0x10",
7018        "Unit": "M3UPI"
7019    },
7020    {
7021        "BriefDescription": "Transgress Injection Starvation; BL - Bounce",
7022        "EventCode": "0xB4",
7023        "EventName": "UNC_M3UPI_RxR_BUSY_STARVED.BL_BNC",
7024        "PerPkg": "1",
7025        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
7026        "UMask": "0x4",
7027        "Unit": "M3UPI"
7028    },
7029    {
7030        "BriefDescription": "Transgress Injection Starvation; BL - Credit",
7031        "EventCode": "0xB4",
7032        "EventName": "UNC_M3UPI_RxR_BUSY_STARVED.BL_CRD",
7033        "PerPkg": "1",
7034        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, because a message from the other queue has higher priority",
7035        "UMask": "0x40",
7036        "Unit": "M3UPI"
7037    },
7038    {
7039        "BriefDescription": "Transgress Ingress Bypass; AD - Bounce",
7040        "EventCode": "0xB2",
7041        "EventName": "UNC_M3UPI_RxR_BYPASS.AD_BNC",
7042        "PerPkg": "1",
7043        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7044        "UMask": "0x1",
7045        "Unit": "M3UPI"
7046    },
7047    {
7048        "BriefDescription": "Transgress Ingress Bypass; AD - Credit",
7049        "EventCode": "0xB2",
7050        "EventName": "UNC_M3UPI_RxR_BYPASS.AD_CRD",
7051        "PerPkg": "1",
7052        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7053        "UMask": "0x10",
7054        "Unit": "M3UPI"
7055    },
7056    {
7057        "BriefDescription": "Transgress Ingress Bypass; AK - Bounce",
7058        "EventCode": "0xB2",
7059        "EventName": "UNC_M3UPI_RxR_BYPASS.AK_BNC",
7060        "PerPkg": "1",
7061        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7062        "UMask": "0x2",
7063        "Unit": "M3UPI"
7064    },
7065    {
7066        "BriefDescription": "Transgress Ingress Bypass; BL - Bounce",
7067        "EventCode": "0xB2",
7068        "EventName": "UNC_M3UPI_RxR_BYPASS.BL_BNC",
7069        "PerPkg": "1",
7070        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7071        "UMask": "0x4",
7072        "Unit": "M3UPI"
7073    },
7074    {
7075        "BriefDescription": "Transgress Ingress Bypass; BL - Credit",
7076        "EventCode": "0xB2",
7077        "EventName": "UNC_M3UPI_RxR_BYPASS.BL_CRD",
7078        "PerPkg": "1",
7079        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7080        "UMask": "0x40",
7081        "Unit": "M3UPI"
7082    },
7083    {
7084        "BriefDescription": "Transgress Ingress Bypass; IV - Bounce",
7085        "EventCode": "0xB2",
7086        "EventName": "UNC_M3UPI_RxR_BYPASS.IV_BNC",
7087        "PerPkg": "1",
7088        "PublicDescription": "Number of packets bypassing the CMS Ingress",
7089        "UMask": "0x8",
7090        "Unit": "M3UPI"
7091    },
7092    {
7093        "BriefDescription": "Transgress Injection Starvation; AD - Bounce",
7094        "EventCode": "0xB3",
7095        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.AD_BNC",
7096        "PerPkg": "1",
7097        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7098        "UMask": "0x1",
7099        "Unit": "M3UPI"
7100    },
7101    {
7102        "BriefDescription": "Transgress Injection Starvation; AD - Credit",
7103        "EventCode": "0xB3",
7104        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.AD_CRD",
7105        "PerPkg": "1",
7106        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7107        "UMask": "0x10",
7108        "Unit": "M3UPI"
7109    },
7110    {
7111        "BriefDescription": "Transgress Injection Starvation; AK - Bounce",
7112        "EventCode": "0xB3",
7113        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.AK_BNC",
7114        "PerPkg": "1",
7115        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7116        "UMask": "0x2",
7117        "Unit": "M3UPI"
7118    },
7119    {
7120        "BriefDescription": "Transgress Injection Starvation; BL - Bounce",
7121        "EventCode": "0xB3",
7122        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.BL_BNC",
7123        "PerPkg": "1",
7124        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7125        "UMask": "0x4",
7126        "Unit": "M3UPI"
7127    },
7128    {
7129        "BriefDescription": "Transgress Injection Starvation; BL - Credit",
7130        "EventCode": "0xB3",
7131        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.BL_CRD",
7132        "PerPkg": "1",
7133        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7134        "UMask": "0x40",
7135        "Unit": "M3UPI"
7136    },
7137    {
7138        "BriefDescription": "Transgress Injection Starvation; IFV - Credit",
7139        "EventCode": "0xB3",
7140        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.IFV",
7141        "PerPkg": "1",
7142        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7143        "UMask": "0x80",
7144        "Unit": "M3UPI"
7145    },
7146    {
7147        "BriefDescription": "Transgress Injection Starvation; IV - Bounce",
7148        "EventCode": "0xB3",
7149        "EventName": "UNC_M3UPI_RxR_CRD_STARVED.IV_BNC",
7150        "PerPkg": "1",
7151        "PublicDescription": "Counts cycles under injection starvation mode.  This starvation is triggered when the CMS Ingress cannot send a transaction onto the mesh for a long period of time.  In this case, the Ingress is unable to forward to the Egress due to a lack of credit.",
7152        "UMask": "0x8",
7153        "Unit": "M3UPI"
7154    },
7155    {
7156        "BriefDescription": "Transgress Ingress Allocations; AD - Bounce",
7157        "EventCode": "0xB1",
7158        "EventName": "UNC_M3UPI_RxR_INSERTS.AD_BNC",
7159        "PerPkg": "1",
7160        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7161        "UMask": "0x1",
7162        "Unit": "M3UPI"
7163    },
7164    {
7165        "BriefDescription": "Transgress Ingress Allocations; AD - Credit",
7166        "EventCode": "0xB1",
7167        "EventName": "UNC_M3UPI_RxR_INSERTS.AD_CRD",
7168        "PerPkg": "1",
7169        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7170        "UMask": "0x10",
7171        "Unit": "M3UPI"
7172    },
7173    {
7174        "BriefDescription": "Transgress Ingress Allocations; AK - Bounce",
7175        "EventCode": "0xB1",
7176        "EventName": "UNC_M3UPI_RxR_INSERTS.AK_BNC",
7177        "PerPkg": "1",
7178        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7179        "UMask": "0x2",
7180        "Unit": "M3UPI"
7181    },
7182    {
7183        "BriefDescription": "Transgress Ingress Allocations; BL - Bounce",
7184        "EventCode": "0xB1",
7185        "EventName": "UNC_M3UPI_RxR_INSERTS.BL_BNC",
7186        "PerPkg": "1",
7187        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7188        "UMask": "0x4",
7189        "Unit": "M3UPI"
7190    },
7191    {
7192        "BriefDescription": "Transgress Ingress Allocations; BL - Credit",
7193        "EventCode": "0xB1",
7194        "EventName": "UNC_M3UPI_RxR_INSERTS.BL_CRD",
7195        "PerPkg": "1",
7196        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7197        "UMask": "0x40",
7198        "Unit": "M3UPI"
7199    },
7200    {
7201        "BriefDescription": "Transgress Ingress Allocations; IV - Bounce",
7202        "EventCode": "0xB1",
7203        "EventName": "UNC_M3UPI_RxR_INSERTS.IV_BNC",
7204        "PerPkg": "1",
7205        "PublicDescription": "Number of allocations into the CMS Ingress  The Ingress is used to queue up requests received from the mesh",
7206        "UMask": "0x8",
7207        "Unit": "M3UPI"
7208    },
7209    {
7210        "BriefDescription": "Transgress Ingress Occupancy; AD - Bounce",
7211        "EventCode": "0xB0",
7212        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.AD_BNC",
7213        "PerPkg": "1",
7214        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7215        "UMask": "0x1",
7216        "Unit": "M3UPI"
7217    },
7218    {
7219        "BriefDescription": "Transgress Ingress Occupancy; AD - Credit",
7220        "EventCode": "0xB0",
7221        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.AD_CRD",
7222        "PerPkg": "1",
7223        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7224        "UMask": "0x10",
7225        "Unit": "M3UPI"
7226    },
7227    {
7228        "BriefDescription": "Transgress Ingress Occupancy; AK - Bounce",
7229        "EventCode": "0xB0",
7230        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.AK_BNC",
7231        "PerPkg": "1",
7232        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7233        "UMask": "0x2",
7234        "Unit": "M3UPI"
7235    },
7236    {
7237        "BriefDescription": "Transgress Ingress Occupancy; BL - Bounce",
7238        "EventCode": "0xB0",
7239        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.BL_BNC",
7240        "PerPkg": "1",
7241        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7242        "UMask": "0x4",
7243        "Unit": "M3UPI"
7244    },
7245    {
7246        "BriefDescription": "Transgress Ingress Occupancy; BL - Credit",
7247        "EventCode": "0xB0",
7248        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.BL_CRD",
7249        "PerPkg": "1",
7250        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7251        "UMask": "0x40",
7252        "Unit": "M3UPI"
7253    },
7254    {
7255        "BriefDescription": "Transgress Ingress Occupancy; IV - Bounce",
7256        "EventCode": "0xB0",
7257        "EventName": "UNC_M3UPI_RxR_OCCUPANCY.IV_BNC",
7258        "PerPkg": "1",
7259        "PublicDescription": "Occupancy event for the Ingress buffers in the CMS  The Ingress is used to queue up requests received from the mesh",
7260        "UMask": "0x8",
7261        "Unit": "M3UPI"
7262    },
7263    {
7264        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 0",
7265        "EventCode": "0xD0",
7266        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR0",
7267        "PerPkg": "1",
7268        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7269        "UMask": "0x1",
7270        "Unit": "M3UPI"
7271    },
7272    {
7273        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 1",
7274        "EventCode": "0xD0",
7275        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR1",
7276        "PerPkg": "1",
7277        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7278        "UMask": "0x2",
7279        "Unit": "M3UPI"
7280    },
7281    {
7282        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 2",
7283        "EventCode": "0xD0",
7284        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR2",
7285        "PerPkg": "1",
7286        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7287        "UMask": "0x4",
7288        "Unit": "M3UPI"
7289    },
7290    {
7291        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 3",
7292        "EventCode": "0xD0",
7293        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR3",
7294        "PerPkg": "1",
7295        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7296        "UMask": "0x8",
7297        "Unit": "M3UPI"
7298    },
7299    {
7300        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 4",
7301        "EventCode": "0xD0",
7302        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR4",
7303        "PerPkg": "1",
7304        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7305        "UMask": "0x10",
7306        "Unit": "M3UPI"
7307    },
7308    {
7309        "BriefDescription": "Stall on No AD Agent0 Transgress Credits; For Transgress 5",
7310        "EventCode": "0xD0",
7311        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG0.TGR5",
7312        "PerPkg": "1",
7313        "PublicDescription": "Number of cycles the AD Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7314        "UMask": "0x20",
7315        "Unit": "M3UPI"
7316    },
7317    {
7318        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 0",
7319        "EventCode": "0xD2",
7320        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR0",
7321        "PerPkg": "1",
7322        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7323        "UMask": "0x1",
7324        "Unit": "M3UPI"
7325    },
7326    {
7327        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 1",
7328        "EventCode": "0xD2",
7329        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR1",
7330        "PerPkg": "1",
7331        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7332        "UMask": "0x2",
7333        "Unit": "M3UPI"
7334    },
7335    {
7336        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 2",
7337        "EventCode": "0xD2",
7338        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR2",
7339        "PerPkg": "1",
7340        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7341        "UMask": "0x4",
7342        "Unit": "M3UPI"
7343    },
7344    {
7345        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 3",
7346        "EventCode": "0xD2",
7347        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR3",
7348        "PerPkg": "1",
7349        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7350        "UMask": "0x8",
7351        "Unit": "M3UPI"
7352    },
7353    {
7354        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 4",
7355        "EventCode": "0xD2",
7356        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR4",
7357        "PerPkg": "1",
7358        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7359        "UMask": "0x10",
7360        "Unit": "M3UPI"
7361    },
7362    {
7363        "BriefDescription": "Stall on No AD Agent1 Transgress Credits; For Transgress 5",
7364        "EventCode": "0xD2",
7365        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_AD_AG1.TGR5",
7366        "PerPkg": "1",
7367        "PublicDescription": "Number of cycles the AD Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7368        "UMask": "0x20",
7369        "Unit": "M3UPI"
7370    },
7371    {
7372        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 0",
7373        "EventCode": "0xD4",
7374        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR0",
7375        "PerPkg": "1",
7376        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7377        "UMask": "0x1",
7378        "Unit": "M3UPI"
7379    },
7380    {
7381        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 1",
7382        "EventCode": "0xD4",
7383        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR1",
7384        "PerPkg": "1",
7385        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7386        "UMask": "0x2",
7387        "Unit": "M3UPI"
7388    },
7389    {
7390        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 2",
7391        "EventCode": "0xD4",
7392        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR2",
7393        "PerPkg": "1",
7394        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7395        "UMask": "0x4",
7396        "Unit": "M3UPI"
7397    },
7398    {
7399        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 3",
7400        "EventCode": "0xD4",
7401        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR3",
7402        "PerPkg": "1",
7403        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7404        "UMask": "0x8",
7405        "Unit": "M3UPI"
7406    },
7407    {
7408        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 4",
7409        "EventCode": "0xD4",
7410        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR4",
7411        "PerPkg": "1",
7412        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7413        "UMask": "0x10",
7414        "Unit": "M3UPI"
7415    },
7416    {
7417        "BriefDescription": "Stall on No BL Agent0 Transgress Credits; For Transgress 5",
7418        "EventCode": "0xD4",
7419        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG0.TGR5",
7420        "PerPkg": "1",
7421        "PublicDescription": "Number of cycles the BL Agent 0 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7422        "UMask": "0x20",
7423        "Unit": "M3UPI"
7424    },
7425    {
7426        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 0",
7427        "EventCode": "0xD6",
7428        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR0",
7429        "PerPkg": "1",
7430        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7431        "UMask": "0x1",
7432        "Unit": "M3UPI"
7433    },
7434    {
7435        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 1",
7436        "EventCode": "0xD6",
7437        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR1",
7438        "PerPkg": "1",
7439        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7440        "UMask": "0x2",
7441        "Unit": "M3UPI"
7442    },
7443    {
7444        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 2",
7445        "EventCode": "0xD6",
7446        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR2",
7447        "PerPkg": "1",
7448        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7449        "UMask": "0x4",
7450        "Unit": "M3UPI"
7451    },
7452    {
7453        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 3",
7454        "EventCode": "0xD6",
7455        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR3",
7456        "PerPkg": "1",
7457        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7458        "UMask": "0x8",
7459        "Unit": "M3UPI"
7460    },
7461    {
7462        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 4",
7463        "EventCode": "0xD6",
7464        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR4",
7465        "PerPkg": "1",
7466        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7467        "UMask": "0x10",
7468        "Unit": "M3UPI"
7469    },
7470    {
7471        "BriefDescription": "Stall on No BL Agent1 Transgress Credits; For Transgress 5",
7472        "EventCode": "0xD6",
7473        "EventName": "UNC_M3UPI_STALL_NO_TxR_HORZ_CRD_BL_AG1.TGR5",
7474        "PerPkg": "1",
7475        "PublicDescription": "Number of cycles the BL Agent 1 Egress Buffer is stalled waiting for a TGR credit to become available, per transgress.",
7476        "UMask": "0x20",
7477        "Unit": "M3UPI"
7478    },
7479    {
7480        "BriefDescription": "Failed ARB for AD; VN0 REQ Messages",
7481        "EventCode": "0x30",
7482        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_REQ",
7483        "PerPkg": "1",
7484        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7485        "UMask": "0x1",
7486        "Unit": "M3UPI"
7487    },
7488    {
7489        "BriefDescription": "Failed ARB for AD; VN0 RSP Messages",
7490        "EventCode": "0x30",
7491        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_RSP",
7492        "PerPkg": "1",
7493        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7494        "UMask": "0x4",
7495        "Unit": "M3UPI"
7496    },
7497    {
7498        "BriefDescription": "Failed ARB for AD; VN0 SNP Messages",
7499        "EventCode": "0x30",
7500        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_SNP",
7501        "PerPkg": "1",
7502        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7503        "UMask": "0x2",
7504        "Unit": "M3UPI"
7505    },
7506    {
7507        "BriefDescription": "Failed ARB for AD; VN0 WB Messages",
7508        "EventCode": "0x30",
7509        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN0_WB",
7510        "PerPkg": "1",
7511        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7512        "UMask": "0x8",
7513        "Unit": "M3UPI"
7514    },
7515    {
7516        "BriefDescription": "Failed ARB for AD; VN1 REQ Messages",
7517        "EventCode": "0x30",
7518        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_REQ",
7519        "PerPkg": "1",
7520        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7521        "UMask": "0x10",
7522        "Unit": "M3UPI"
7523    },
7524    {
7525        "BriefDescription": "Failed ARB for AD; VN1 RSP Messages",
7526        "EventCode": "0x30",
7527        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_RSP",
7528        "PerPkg": "1",
7529        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7530        "UMask": "0x40",
7531        "Unit": "M3UPI"
7532    },
7533    {
7534        "BriefDescription": "Failed ARB for AD; VN1 SNP Messages",
7535        "EventCode": "0x30",
7536        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_SNP",
7537        "PerPkg": "1",
7538        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7539        "UMask": "0x20",
7540        "Unit": "M3UPI"
7541    },
7542    {
7543        "BriefDescription": "Failed ARB for AD; VN1 WB Messages",
7544        "EventCode": "0x30",
7545        "EventName": "UNC_M3UPI_TxC_AD_ARB_FAIL.VN1_WB",
7546        "PerPkg": "1",
7547        "PublicDescription": "AD arb but no win; arb request asserted but not won",
7548        "UMask": "0x80",
7549        "Unit": "M3UPI"
7550    },
7551    {
7552        "BriefDescription": "AD FlowQ Bypass",
7553        "EventCode": "0x2C",
7554        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT0",
7555        "PerPkg": "1",
7556        "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)",
7557        "UMask": "0x1",
7558        "Unit": "M3UPI"
7559    },
7560    {
7561        "BriefDescription": "AD FlowQ Bypass",
7562        "EventCode": "0x2C",
7563        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT1",
7564        "PerPkg": "1",
7565        "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)",
7566        "UMask": "0x2",
7567        "Unit": "M3UPI"
7568    },
7569    {
7570        "BriefDescription": "AD FlowQ Bypass",
7571        "EventCode": "0x2C",
7572        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.AD_SLOT2",
7573        "PerPkg": "1",
7574        "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)",
7575        "UMask": "0x4",
7576        "Unit": "M3UPI"
7577    },
7578    {
7579        "BriefDescription": "AD FlowQ Bypass",
7580        "EventCode": "0x2C",
7581        "EventName": "UNC_M3UPI_TxC_AD_FLQ_BYPASS.BL_EARLY_RSP",
7582        "PerPkg": "1",
7583        "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)",
7584        "UMask": "0x8",
7585        "Unit": "M3UPI"
7586    },
7587    {
7588        "BriefDescription": "AD Flow Q Not Empty; VN0 REQ Messages",
7589        "EventCode": "0x27",
7590        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_REQ",
7591        "PerPkg": "1",
7592        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7593        "UMask": "0x1",
7594        "Unit": "M3UPI"
7595    },
7596    {
7597        "BriefDescription": "AD Flow Q Not Empty; VN0 RSP Messages",
7598        "EventCode": "0x27",
7599        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_RSP",
7600        "PerPkg": "1",
7601        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7602        "UMask": "0x4",
7603        "Unit": "M3UPI"
7604    },
7605    {
7606        "BriefDescription": "AD Flow Q Not Empty; VN0 SNP Messages",
7607        "EventCode": "0x27",
7608        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_SNP",
7609        "PerPkg": "1",
7610        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7611        "UMask": "0x2",
7612        "Unit": "M3UPI"
7613    },
7614    {
7615        "BriefDescription": "AD Flow Q Not Empty; VN0 WB Messages",
7616        "EventCode": "0x27",
7617        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN0_WB",
7618        "PerPkg": "1",
7619        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7620        "UMask": "0x8",
7621        "Unit": "M3UPI"
7622    },
7623    {
7624        "BriefDescription": "AD Flow Q Not Empty; VN1 REQ Messages",
7625        "EventCode": "0x27",
7626        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_REQ",
7627        "PerPkg": "1",
7628        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7629        "UMask": "0x10",
7630        "Unit": "M3UPI"
7631    },
7632    {
7633        "BriefDescription": "AD Flow Q Not Empty; VN1 RSP Messages",
7634        "EventCode": "0x27",
7635        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_RSP",
7636        "PerPkg": "1",
7637        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7638        "UMask": "0x40",
7639        "Unit": "M3UPI"
7640    },
7641    {
7642        "BriefDescription": "AD Flow Q Not Empty; VN1 SNP Messages",
7643        "EventCode": "0x27",
7644        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_SNP",
7645        "PerPkg": "1",
7646        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7647        "UMask": "0x20",
7648        "Unit": "M3UPI"
7649    },
7650    {
7651        "BriefDescription": "AD Flow Q Not Empty; VN1 WB Messages",
7652        "EventCode": "0x27",
7653        "EventName": "UNC_M3UPI_TxC_AD_FLQ_CYCLES_NE.VN1_WB",
7654        "PerPkg": "1",
7655        "PublicDescription": "Number of cycles the AD Egress queue is Not Empty",
7656        "UMask": "0x80",
7657        "Unit": "M3UPI"
7658    },
7659    {
7660        "BriefDescription": "AD Flow Q Inserts; VN0 REQ Messages",
7661        "EventCode": "0x2D",
7662        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_REQ",
7663        "PerPkg": "1",
7664        "PublicDescription": "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.",
7665        "UMask": "0x1",
7666        "Unit": "M3UPI"
7667    },
7668    {
7669        "BriefDescription": "AD Flow Q Inserts; VN0 RSP Messages",
7670        "EventCode": "0x2D",
7671        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_RSP",
7672        "PerPkg": "1",
7673        "PublicDescription": "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.",
7674        "UMask": "0x4",
7675        "Unit": "M3UPI"
7676    },
7677    {
7678        "BriefDescription": "AD Flow Q Inserts; VN0 SNP Messages",
7679        "EventCode": "0x2D",
7680        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_SNP",
7681        "PerPkg": "1",
7682        "PublicDescription": "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.",
7683        "UMask": "0x2",
7684        "Unit": "M3UPI"
7685    },
7686    {
7687        "BriefDescription": "AD Flow Q Inserts; VN0 WB Messages",
7688        "EventCode": "0x2D",
7689        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN0_WB",
7690        "PerPkg": "1",
7691        "PublicDescription": "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.",
7692        "UMask": "0x8",
7693        "Unit": "M3UPI"
7694    },
7695    {
7696        "BriefDescription": "AD Flow Q Inserts; VN1 REQ Messages",
7697        "EventCode": "0x2D",
7698        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_REQ",
7699        "PerPkg": "1",
7700        "PublicDescription": "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.",
7701        "UMask": "0x10",
7702        "Unit": "M3UPI"
7703    },
7704    {
7705        "BriefDescription": "AD Flow Q Inserts; VN1 RSP Messages",
7706        "EventCode": "0x2D",
7707        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_RSP",
7708        "PerPkg": "1",
7709        "PublicDescription": "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.",
7710        "UMask": "0x40",
7711        "Unit": "M3UPI"
7712    },
7713    {
7714        "BriefDescription": "AD Flow Q Inserts; VN1 SNP Messages",
7715        "EventCode": "0x2D",
7716        "EventName": "UNC_M3UPI_TxC_AD_FLQ_INSERTS.VN1_SNP",
7717        "PerPkg": "1",
7718        "PublicDescription": "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.",
7719        "UMask": "0x20",
7720        "Unit": "M3UPI"
7721    },
7722    {
7723        "BriefDescription": "AD Flow Q Occupancy; VN0 REQ Messages",
7724        "EventCode": "0x1C",
7725        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_REQ",
7726        "PerPkg": "1",
7727        "UMask": "0x1",
7728        "Unit": "M3UPI"
7729    },
7730    {
7731        "BriefDescription": "AD Flow Q Occupancy; VN0 RSP Messages",
7732        "EventCode": "0x1C",
7733        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_RSP",
7734        "PerPkg": "1",
7735        "UMask": "0x4",
7736        "Unit": "M3UPI"
7737    },
7738    {
7739        "BriefDescription": "AD Flow Q Occupancy; VN0 SNP Messages",
7740        "EventCode": "0x1C",
7741        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_SNP",
7742        "PerPkg": "1",
7743        "UMask": "0x2",
7744        "Unit": "M3UPI"
7745    },
7746    {
7747        "BriefDescription": "AD Flow Q Occupancy; VN0 WB Messages",
7748        "EventCode": "0x1C",
7749        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN0_WB",
7750        "PerPkg": "1",
7751        "UMask": "0x8",
7752        "Unit": "M3UPI"
7753    },
7754    {
7755        "BriefDescription": "AD Flow Q Occupancy; VN1 REQ Messages",
7756        "EventCode": "0x1C",
7757        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_REQ",
7758        "PerPkg": "1",
7759        "UMask": "0x10",
7760        "Unit": "M3UPI"
7761    },
7762    {
7763        "BriefDescription": "AD Flow Q Occupancy; VN1 RSP Messages",
7764        "EventCode": "0x1C",
7765        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_RSP",
7766        "PerPkg": "1",
7767        "UMask": "0x40",
7768        "Unit": "M3UPI"
7769    },
7770    {
7771        "BriefDescription": "AD Flow Q Occupancy; VN1 SNP Messages",
7772        "EventCode": "0x1C",
7773        "EventName": "UNC_M3UPI_TxC_AD_FLQ_OCCUPANCY.VN1_SNP",
7774        "PerPkg": "1",
7775        "UMask": "0x20",
7776        "Unit": "M3UPI"
7777    },
7778    {
7779        "BriefDescription": "Number of Snoop Targets; CHA on VN0",
7780        "EventCode": "0x3C",
7781        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN0_CHA",
7782        "PerPkg": "1",
7783        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN0 Snpf to CHA",
7784        "UMask": "0x4",
7785        "Unit": "M3UPI"
7786    },
7787    {
7788        "BriefDescription": "Number of Snoop Targets; Non Idle cycles on VN0",
7789        "EventCode": "0x3C",
7790        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN0_NON_IDLE",
7791        "PerPkg": "1",
7792        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of non-idle cycles in issuing Vn0 Snpf",
7793        "UMask": "0x40",
7794        "Unit": "M3UPI"
7795    },
7796    {
7797        "BriefDescription": "Number of Snoop Targets; Peer UPI0 on VN0",
7798        "EventCode": "0x3C",
7799        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN0_PEER_UPI0",
7800        "PerPkg": "1",
7801        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN0 Snpf to peer UPI0",
7802        "UMask": "0x1",
7803        "Unit": "M3UPI"
7804    },
7805    {
7806        "BriefDescription": "Number of Snoop Targets; Peer UPI1 on VN0",
7807        "EventCode": "0x3C",
7808        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN0_PEER_UPI1",
7809        "PerPkg": "1",
7810        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN0 Snpf to peer UPI1",
7811        "UMask": "0x2",
7812        "Unit": "M3UPI"
7813    },
7814    {
7815        "BriefDescription": "Number of Snoop Targets; CHA on VN1",
7816        "EventCode": "0x3C",
7817        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN1_CHA",
7818        "PerPkg": "1",
7819        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN1 Snpf to CHA",
7820        "UMask": "0x20",
7821        "Unit": "M3UPI"
7822    },
7823    {
7824        "BriefDescription": "Number of Snoop Targets; Non Idle cycles on VN1",
7825        "EventCode": "0x3C",
7826        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN1_NON_IDLE",
7827        "PerPkg": "1",
7828        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of non-idle cycles in issuing Vn1 Snpf",
7829        "UMask": "0x80",
7830        "Unit": "M3UPI"
7831    },
7832    {
7833        "BriefDescription": "Number of Snoop Targets; Peer UPI0 on VN1",
7834        "EventCode": "0x3C",
7835        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN1_PEER_UPI0",
7836        "PerPkg": "1",
7837        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN1 Snpf to peer UPI0",
7838        "UMask": "0x8",
7839        "Unit": "M3UPI"
7840    },
7841    {
7842        "BriefDescription": "Number of Snoop Targets; Peer UPI1 on VN1",
7843        "EventCode": "0x3C",
7844        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP1_VN1.VN1_PEER_UPI1",
7845        "PerPkg": "1",
7846        "PublicDescription": "Number of snpfanout targets and non-idle cycles can be used to calculate average snpfanout latency; Number of VN1 Snpf to peer UPI1",
7847        "UMask": "0x10",
7848        "Unit": "M3UPI"
7849    },
7850    {
7851        "BriefDescription": "Snoop Arbitration; FlowQ Won",
7852        "EventCode": "0x3D",
7853        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP2_VN1.VN0_SNPFP_NONSNP",
7854        "PerPkg": "1",
7855        "PublicDescription": "Outcome of SnpF pending arbitration; FlowQ txn issued when SnpF pending on Vn0",
7856        "UMask": "0x1",
7857        "Unit": "M3UPI"
7858    },
7859    {
7860        "BriefDescription": "Snoop Arbitration; FlowQ SnpF Won",
7861        "EventCode": "0x3D",
7862        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP2_VN1.VN0_SNPFP_VN2SNP",
7863        "PerPkg": "1",
7864        "PublicDescription": "Outcome of SnpF pending arbitration; FlowQ Vn0 SnpF issued when SnpF pending on Vn1",
7865        "UMask": "0x4",
7866        "Unit": "M3UPI"
7867    },
7868    {
7869        "BriefDescription": "Snoop Arbitration; FlowQ Won",
7870        "EventCode": "0x3D",
7871        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP2_VN1.VN1_SNPFP_NONSNP",
7872        "PerPkg": "1",
7873        "PublicDescription": "Outcome of SnpF pending arbitration; FlowQ txn issued when SnpF pending on Vn1",
7874        "UMask": "0x2",
7875        "Unit": "M3UPI"
7876    },
7877    {
7878        "BriefDescription": "Snoop Arbitration; FlowQ SnpF Won",
7879        "EventCode": "0x3D",
7880        "EventName": "UNC_M3UPI_TxC_AD_SNPF_GRP2_VN1.VN1_SNPFP_VN0SNP",
7881        "PerPkg": "1",
7882        "PublicDescription": "Outcome of SnpF pending arbitration; FlowQ Vn1 SnpF issued when SnpF pending on Vn0",
7883        "UMask": "0x8",
7884        "Unit": "M3UPI"
7885    },
7886    {
7887        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN0 REQ Messages",
7888        "EventCode": "0x34",
7889        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN0_REQ",
7890        "PerPkg": "1",
7891        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7892        "UMask": "0x1",
7893        "Unit": "M3UPI"
7894    },
7895    {
7896        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN0 SNP Messages",
7897        "EventCode": "0x34",
7898        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN0_SNP",
7899        "PerPkg": "1",
7900        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7901        "UMask": "0x2",
7902        "Unit": "M3UPI"
7903    },
7904    {
7905        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN0 WB Messages",
7906        "EventCode": "0x34",
7907        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN0_WB",
7908        "PerPkg": "1",
7909        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7910        "UMask": "0x8",
7911        "Unit": "M3UPI"
7912    },
7913    {
7914        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN1 REQ Messages",
7915        "EventCode": "0x34",
7916        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN1_REQ",
7917        "PerPkg": "1",
7918        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7919        "UMask": "0x10",
7920        "Unit": "M3UPI"
7921    },
7922    {
7923        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN1 SNP Messages",
7924        "EventCode": "0x34",
7925        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN1_SNP",
7926        "PerPkg": "1",
7927        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7928        "UMask": "0x20",
7929        "Unit": "M3UPI"
7930    },
7931    {
7932        "BriefDescription": "Speculative ARB for AD  -  Credit Available; VN1 WB Messages",
7933        "EventCode": "0x34",
7934        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_CRD_AVAIL.VN1_WB",
7935        "PerPkg": "1",
7936        "PublicDescription": "AD speculative arb request with prior cycle credit check complete and credit avail",
7937        "UMask": "0x80",
7938        "Unit": "M3UPI"
7939    },
7940    {
7941        "BriefDescription": "Speculative ARB for AD  - New Message; VN0 REQ Messages",
7942        "EventCode": "0x33",
7943        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN0_REQ",
7944        "PerPkg": "1",
7945        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7946        "UMask": "0x1",
7947        "Unit": "M3UPI"
7948    },
7949    {
7950        "BriefDescription": "Speculative ARB for AD  - New Message; VN0 SNP Messages",
7951        "EventCode": "0x33",
7952        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN0_SNP",
7953        "PerPkg": "1",
7954        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7955        "UMask": "0x2",
7956        "Unit": "M3UPI"
7957    },
7958    {
7959        "BriefDescription": "Speculative ARB for AD  - New Message; VN0 WB Messages",
7960        "EventCode": "0x33",
7961        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN0_WB",
7962        "PerPkg": "1",
7963        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7964        "UMask": "0x8",
7965        "Unit": "M3UPI"
7966    },
7967    {
7968        "BriefDescription": "Speculative ARB for AD  - New Message; VN1 REQ Messages",
7969        "EventCode": "0x33",
7970        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN1_REQ",
7971        "PerPkg": "1",
7972        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7973        "UMask": "0x10",
7974        "Unit": "M3UPI"
7975    },
7976    {
7977        "BriefDescription": "Speculative ARB for AD  - New Message; VN1 SNP Messages",
7978        "EventCode": "0x33",
7979        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN1_SNP",
7980        "PerPkg": "1",
7981        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7982        "UMask": "0x20",
7983        "Unit": "M3UPI"
7984    },
7985    {
7986        "BriefDescription": "Speculative ARB for AD  - New Message; VN1 WB Messages",
7987        "EventCode": "0x33",
7988        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NEW_MSG.VN1_WB",
7989        "PerPkg": "1",
7990        "PublicDescription": "AD speculative arb request due to new message arriving on a specific channel (MC/VN)",
7991        "UMask": "0x80",
7992        "Unit": "M3UPI"
7993    },
7994    {
7995        "BriefDescription": "Speculative ARB for AD  - No Credit; VN0 REQ Messages",
7996        "EventCode": "0x32",
7997        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN0_REQ",
7998        "PerPkg": "1",
7999        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8000        "UMask": "0x1",
8001        "Unit": "M3UPI"
8002    },
8003    {
8004        "BriefDescription": "Speculative ARB for AD  - No Credit; VN0 RSP Messages",
8005        "EventCode": "0x32",
8006        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN0_RSP",
8007        "PerPkg": "1",
8008        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8009        "UMask": "0x4",
8010        "Unit": "M3UPI"
8011    },
8012    {
8013        "BriefDescription": "Speculative ARB for AD  - No Credit; VN0 SNP Messages",
8014        "EventCode": "0x32",
8015        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN0_SNP",
8016        "PerPkg": "1",
8017        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8018        "UMask": "0x2",
8019        "Unit": "M3UPI"
8020    },
8021    {
8022        "BriefDescription": "Speculative ARB for AD  - No Credit; VN0 WB Messages",
8023        "EventCode": "0x32",
8024        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN0_WB",
8025        "PerPkg": "1",
8026        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8027        "UMask": "0x8",
8028        "Unit": "M3UPI"
8029    },
8030    {
8031        "BriefDescription": "Speculative ARB for AD  - No Credit; VN1 REQ Messages",
8032        "EventCode": "0x32",
8033        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN1_REQ",
8034        "PerPkg": "1",
8035        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8036        "UMask": "0x10",
8037        "Unit": "M3UPI"
8038    },
8039    {
8040        "BriefDescription": "Speculative ARB for AD  - No Credit; VN1 RSP Messages",
8041        "EventCode": "0x32",
8042        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN1_RSP",
8043        "PerPkg": "1",
8044        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8045        "UMask": "0x40",
8046        "Unit": "M3UPI"
8047    },
8048    {
8049        "BriefDescription": "Speculative ARB for AD  - No Credit; VN1 SNP Messages",
8050        "EventCode": "0x32",
8051        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN1_SNP",
8052        "PerPkg": "1",
8053        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8054        "UMask": "0x20",
8055        "Unit": "M3UPI"
8056    },
8057    {
8058        "BriefDescription": "Speculative ARB for AD  - No Credit; VN1 WB Messages",
8059        "EventCode": "0x32",
8060        "EventName": "UNC_M3UPI_TxC_AD_SPEC_ARB_NO_OTHER_PEND.VN1_WB",
8061        "PerPkg": "1",
8062        "PublicDescription": "AD speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8063        "UMask": "0x80",
8064        "Unit": "M3UPI"
8065    },
8066    {
8067        "BriefDescription": "AK Flow Q Inserts",
8068        "EventCode": "0x2F",
8069        "EventName": "UNC_M3UPI_TxC_AK_FLQ_INSERTS",
8070        "PerPkg": "1",
8071        "Unit": "M3UPI"
8072    },
8073    {
8074        "BriefDescription": "AK Flow Q Occupancy",
8075        "EventCode": "0x1E",
8076        "EventName": "UNC_M3UPI_TxC_AK_FLQ_OCCUPANCY",
8077        "PerPkg": "1",
8078        "Unit": "M3UPI"
8079    },
8080    {
8081        "BriefDescription": "Failed ARB for BL; VN0 NCB Messages",
8082        "EventCode": "0x35",
8083        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_NCB",
8084        "PerPkg": "1",
8085        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8086        "UMask": "0x4",
8087        "Unit": "M3UPI"
8088    },
8089    {
8090        "BriefDescription": "Failed ARB for BL; VN0 NCS Messages",
8091        "EventCode": "0x35",
8092        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_NCS",
8093        "PerPkg": "1",
8094        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8095        "UMask": "0x8",
8096        "Unit": "M3UPI"
8097    },
8098    {
8099        "BriefDescription": "Failed ARB for BL; VN0 RSP Messages",
8100        "EventCode": "0x35",
8101        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_RSP",
8102        "PerPkg": "1",
8103        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8104        "UMask": "0x1",
8105        "Unit": "M3UPI"
8106    },
8107    {
8108        "BriefDescription": "Failed ARB for BL; VN0 WB Messages",
8109        "EventCode": "0x35",
8110        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN0_WB",
8111        "PerPkg": "1",
8112        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8113        "UMask": "0x2",
8114        "Unit": "M3UPI"
8115    },
8116    {
8117        "BriefDescription": "Failed ARB for BL; VN1 NCS Messages",
8118        "EventCode": "0x35",
8119        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_NCB",
8120        "PerPkg": "1",
8121        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8122        "UMask": "0x40",
8123        "Unit": "M3UPI"
8124    },
8125    {
8126        "BriefDescription": "Failed ARB for BL; VN1 NCB Messages",
8127        "EventCode": "0x35",
8128        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_NCS",
8129        "PerPkg": "1",
8130        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8131        "UMask": "0x80",
8132        "Unit": "M3UPI"
8133    },
8134    {
8135        "BriefDescription": "Failed ARB for BL; VN1 RSP Messages",
8136        "EventCode": "0x35",
8137        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_RSP",
8138        "PerPkg": "1",
8139        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8140        "UMask": "0x10",
8141        "Unit": "M3UPI"
8142    },
8143    {
8144        "BriefDescription": "Failed ARB for BL; VN1 WB Messages",
8145        "EventCode": "0x35",
8146        "EventName": "UNC_M3UPI_TxC_BL_ARB_FAIL.VN1_WB",
8147        "PerPkg": "1",
8148        "PublicDescription": "BL arb but no win; arb request asserted but not won",
8149        "UMask": "0x20",
8150        "Unit": "M3UPI"
8151    },
8152    {
8153        "BriefDescription": "BL Flow Q Not Empty; VN0 REQ Messages",
8154        "EventCode": "0x28",
8155        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_REQ",
8156        "PerPkg": "1",
8157        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8158        "UMask": "0x1",
8159        "Unit": "M3UPI"
8160    },
8161    {
8162        "BriefDescription": "BL Flow Q Not Empty; VN0 RSP Messages",
8163        "EventCode": "0x28",
8164        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_RSP",
8165        "PerPkg": "1",
8166        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8167        "UMask": "0x4",
8168        "Unit": "M3UPI"
8169    },
8170    {
8171        "BriefDescription": "BL Flow Q Not Empty; VN0 SNP Messages",
8172        "EventCode": "0x28",
8173        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_SNP",
8174        "PerPkg": "1",
8175        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8176        "UMask": "0x2",
8177        "Unit": "M3UPI"
8178    },
8179    {
8180        "BriefDescription": "BL Flow Q Not Empty; VN0 WB Messages",
8181        "EventCode": "0x28",
8182        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN0_WB",
8183        "PerPkg": "1",
8184        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8185        "UMask": "0x8",
8186        "Unit": "M3UPI"
8187    },
8188    {
8189        "BriefDescription": "BL Flow Q Not Empty; VN1 REQ Messages",
8190        "EventCode": "0x28",
8191        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_REQ",
8192        "PerPkg": "1",
8193        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8194        "UMask": "0x10",
8195        "Unit": "M3UPI"
8196    },
8197    {
8198        "BriefDescription": "BL Flow Q Not Empty; VN1 RSP Messages",
8199        "EventCode": "0x28",
8200        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_RSP",
8201        "PerPkg": "1",
8202        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8203        "UMask": "0x40",
8204        "Unit": "M3UPI"
8205    },
8206    {
8207        "BriefDescription": "BL Flow Q Not Empty; VN1 SNP Messages",
8208        "EventCode": "0x28",
8209        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_SNP",
8210        "PerPkg": "1",
8211        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8212        "UMask": "0x20",
8213        "Unit": "M3UPI"
8214    },
8215    {
8216        "BriefDescription": "BL Flow Q Not Empty; VN1 WB Messages",
8217        "EventCode": "0x28",
8218        "EventName": "UNC_M3UPI_TxC_BL_FLQ_CYCLES_NE.VN1_WB",
8219        "PerPkg": "1",
8220        "PublicDescription": "Number of cycles the BL Egress queue is Not Empty",
8221        "UMask": "0x80",
8222        "Unit": "M3UPI"
8223    },
8224    {
8225        "BriefDescription": "BL Flow Q Inserts; VN0 RSP Messages",
8226        "EventCode": "0x2E",
8227        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_NCB",
8228        "PerPkg": "1",
8229        "PublicDescription": "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.",
8230        "UMask": "0x1",
8231        "Unit": "M3UPI"
8232    },
8233    {
8234        "BriefDescription": "BL Flow Q Inserts; VN0 WB Messages",
8235        "EventCode": "0x2E",
8236        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_NCS",
8237        "PerPkg": "1",
8238        "PublicDescription": "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.",
8239        "UMask": "0x2",
8240        "Unit": "M3UPI"
8241    },
8242    {
8243        "BriefDescription": "BL Flow Q Inserts; VN0 NCS Messages",
8244        "EventCode": "0x2E",
8245        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_RSP",
8246        "PerPkg": "1",
8247        "PublicDescription": "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.",
8248        "UMask": "0x8",
8249        "Unit": "M3UPI"
8250    },
8251    {
8252        "BriefDescription": "BL Flow Q Inserts; VN0 NCB Messages",
8253        "EventCode": "0x2E",
8254        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN0_WB",
8255        "PerPkg": "1",
8256        "PublicDescription": "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.",
8257        "UMask": "0x4",
8258        "Unit": "M3UPI"
8259    },
8260    {
8261        "BriefDescription": "BL Flow Q Inserts; VN1 RSP Messages",
8262        "EventCode": "0x2E",
8263        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_NCB",
8264        "PerPkg": "1",
8265        "PublicDescription": "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.",
8266        "UMask": "0x10",
8267        "Unit": "M3UPI"
8268    },
8269    {
8270        "BriefDescription": "BL Flow Q Inserts; VN1 WB Messages",
8271        "EventCode": "0x2E",
8272        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_NCS",
8273        "PerPkg": "1",
8274        "PublicDescription": "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.",
8275        "UMask": "0x20",
8276        "Unit": "M3UPI"
8277    },
8278    {
8279        "BriefDescription": "BL Flow Q Inserts; VN1_NCB Messages",
8280        "EventCode": "0x2E",
8281        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_RSP",
8282        "PerPkg": "1",
8283        "PublicDescription": "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.",
8284        "UMask": "0x80",
8285        "Unit": "M3UPI"
8286    },
8287    {
8288        "BriefDescription": "BL Flow Q Inserts; VN1_NCS Messages",
8289        "EventCode": "0x2E",
8290        "EventName": "UNC_M3UPI_TxC_BL_FLQ_INSERTS.VN1_WB",
8291        "PerPkg": "1",
8292        "PublicDescription": "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.",
8293        "UMask": "0x40",
8294        "Unit": "M3UPI"
8295    },
8296    {
8297        "BriefDescription": "BL Flow Q Occupancy; VN0 NCB Messages",
8298        "EventCode": "0x1D",
8299        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_NCB",
8300        "PerPkg": "1",
8301        "UMask": "0x4",
8302        "Unit": "M3UPI"
8303    },
8304    {
8305        "BriefDescription": "BL Flow Q Occupancy; VN0 NCS Messages",
8306        "EventCode": "0x1D",
8307        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_NCS",
8308        "PerPkg": "1",
8309        "UMask": "0x8",
8310        "Unit": "M3UPI"
8311    },
8312    {
8313        "BriefDescription": "BL Flow Q Occupancy; VN0 RSP Messages",
8314        "EventCode": "0x1D",
8315        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_RSP",
8316        "PerPkg": "1",
8317        "UMask": "0x1",
8318        "Unit": "M3UPI"
8319    },
8320    {
8321        "BriefDescription": "BL Flow Q Occupancy; VN0 WB Messages",
8322        "EventCode": "0x1D",
8323        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN0_WB",
8324        "PerPkg": "1",
8325        "UMask": "0x2",
8326        "Unit": "M3UPI"
8327    },
8328    {
8329        "BriefDescription": "BL Flow Q Occupancy; VN1_NCS Messages",
8330        "EventCode": "0x1D",
8331        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_NCB",
8332        "PerPkg": "1",
8333        "UMask": "0x40",
8334        "Unit": "M3UPI"
8335    },
8336    {
8337        "BriefDescription": "BL Flow Q Occupancy; VN1_NCB Messages",
8338        "EventCode": "0x1D",
8339        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_NCS",
8340        "PerPkg": "1",
8341        "UMask": "0x80",
8342        "Unit": "M3UPI"
8343    },
8344    {
8345        "BriefDescription": "BL Flow Q Occupancy; VN1 RSP Messages",
8346        "EventCode": "0x1D",
8347        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_RSP",
8348        "PerPkg": "1",
8349        "UMask": "0x10",
8350        "Unit": "M3UPI"
8351    },
8352    {
8353        "BriefDescription": "BL Flow Q Occupancy; VN1 WB Messages",
8354        "EventCode": "0x1D",
8355        "EventName": "UNC_M3UPI_TxC_BL_FLQ_OCCUPANCY.VN1_WB",
8356        "PerPkg": "1",
8357        "UMask": "0x20",
8358        "Unit": "M3UPI"
8359    },
8360    {
8361        "BriefDescription": "Speculative ARB for BL  - New Message; VN0 WB Messages",
8362        "EventCode": "0x38",
8363        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN0_NCB",
8364        "PerPkg": "1",
8365        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8366        "UMask": "0x2",
8367        "Unit": "M3UPI"
8368    },
8369    {
8370        "BriefDescription": "Speculative ARB for BL  - New Message; VN0 NCS Messages",
8371        "EventCode": "0x38",
8372        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN0_NCS",
8373        "PerPkg": "1",
8374        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8375        "UMask": "0x8",
8376        "Unit": "M3UPI"
8377    },
8378    {
8379        "BriefDescription": "Speculative ARB for BL  - New Message; VN0 WB Messages",
8380        "EventCode": "0x38",
8381        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN0_WB",
8382        "PerPkg": "1",
8383        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8384        "UMask": "0x1",
8385        "Unit": "M3UPI"
8386    },
8387    {
8388        "BriefDescription": "Speculative ARB for BL  - New Message; VN1 WB Messages",
8389        "EventCode": "0x38",
8390        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN1_NCB",
8391        "PerPkg": "1",
8392        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8393        "UMask": "0x20",
8394        "Unit": "M3UPI"
8395    },
8396    {
8397        "BriefDescription": "Speculative ARB for BL  - New Message; VN1 NCB Messages",
8398        "EventCode": "0x38",
8399        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN1_NCS",
8400        "PerPkg": "1",
8401        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8402        "UMask": "0x80",
8403        "Unit": "M3UPI"
8404    },
8405    {
8406        "BriefDescription": "Speculative ARB for BL  - New Message; VN1 RSP Messages",
8407        "EventCode": "0x38",
8408        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NEW_MSG.VN1_WB",
8409        "PerPkg": "1",
8410        "PublicDescription": "BL speculative arb request due to new message arriving on a specific channel (MC/VN)",
8411        "UMask": "0x10",
8412        "Unit": "M3UPI"
8413    },
8414    {
8415        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN0 NCB Messages",
8416        "EventCode": "0x37",
8417        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN0_NCB",
8418        "PerPkg": "1",
8419        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8420        "UMask": "0x4",
8421        "Unit": "M3UPI"
8422    },
8423    {
8424        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN0 NCS Messages",
8425        "EventCode": "0x37",
8426        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN0_NCS",
8427        "PerPkg": "1",
8428        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8429        "UMask": "0x8",
8430        "Unit": "M3UPI"
8431    },
8432    {
8433        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN0 RSP Messages",
8434        "EventCode": "0x37",
8435        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN0_RSP",
8436        "PerPkg": "1",
8437        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8438        "UMask": "0x1",
8439        "Unit": "M3UPI"
8440    },
8441    {
8442        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN0 WB Messages",
8443        "EventCode": "0x37",
8444        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN0_WB",
8445        "PerPkg": "1",
8446        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8447        "UMask": "0x2",
8448        "Unit": "M3UPI"
8449    },
8450    {
8451        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN1 NCS Messages",
8452        "EventCode": "0x37",
8453        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN1_NCB",
8454        "PerPkg": "1",
8455        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8456        "UMask": "0x40",
8457        "Unit": "M3UPI"
8458    },
8459    {
8460        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN1 NCB Messages",
8461        "EventCode": "0x37",
8462        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN1_NCS",
8463        "PerPkg": "1",
8464        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8465        "UMask": "0x80",
8466        "Unit": "M3UPI"
8467    },
8468    {
8469        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN1 RSP Messages",
8470        "EventCode": "0x37",
8471        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN1_RSP",
8472        "PerPkg": "1",
8473        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8474        "UMask": "0x10",
8475        "Unit": "M3UPI"
8476    },
8477    {
8478        "BriefDescription": "Speculative ARB for AD Failed - No Credit; VN1 WB Messages",
8479        "EventCode": "0x37",
8480        "EventName": "UNC_M3UPI_TxC_BL_SPEC_ARB_NO_OTHER_PEND.VN1_WB",
8481        "PerPkg": "1",
8482        "PublicDescription": "BL speculative arb request asserted due to no other channel being active (have a valid entry but don't have credits to send)",
8483        "UMask": "0x20",
8484        "Unit": "M3UPI"
8485    },
8486    {
8487        "BriefDescription": "CMS Horizontal ADS Used; AD - Bounce",
8488        "EventCode": "0x9D",
8489        "EventName": "UNC_M3UPI_TxR_HORZ_ADS_USED.AD_BNC",
8490        "PerPkg": "1",
8491        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8492        "UMask": "0x1",
8493        "Unit": "M3UPI"
8494    },
8495    {
8496        "BriefDescription": "CMS Horizontal ADS Used; AD - Credit",
8497        "EventCode": "0x9D",
8498        "EventName": "UNC_M3UPI_TxR_HORZ_ADS_USED.AD_CRD",
8499        "PerPkg": "1",
8500        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8501        "UMask": "0x10",
8502        "Unit": "M3UPI"
8503    },
8504    {
8505        "BriefDescription": "CMS Horizontal ADS Used; AK - Bounce",
8506        "EventCode": "0x9D",
8507        "EventName": "UNC_M3UPI_TxR_HORZ_ADS_USED.AK_BNC",
8508        "PerPkg": "1",
8509        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8510        "UMask": "0x2",
8511        "Unit": "M3UPI"
8512    },
8513    {
8514        "BriefDescription": "CMS Horizontal ADS Used; BL - Bounce",
8515        "EventCode": "0x9D",
8516        "EventName": "UNC_M3UPI_TxR_HORZ_ADS_USED.BL_BNC",
8517        "PerPkg": "1",
8518        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8519        "UMask": "0x4",
8520        "Unit": "M3UPI"
8521    },
8522    {
8523        "BriefDescription": "CMS Horizontal ADS Used; BL - Credit",
8524        "EventCode": "0x9D",
8525        "EventName": "UNC_M3UPI_TxR_HORZ_ADS_USED.BL_CRD",
8526        "PerPkg": "1",
8527        "PublicDescription": "Number of packets using the Horizontal Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8528        "UMask": "0x40",
8529        "Unit": "M3UPI"
8530    },
8531    {
8532        "BriefDescription": "CMS Horizontal Bypass Used; AD - Bounce",
8533        "EventCode": "0x9F",
8534        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.AD_BNC",
8535        "PerPkg": "1",
8536        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8537        "UMask": "0x1",
8538        "Unit": "M3UPI"
8539    },
8540    {
8541        "BriefDescription": "CMS Horizontal Bypass Used; AD - Credit",
8542        "EventCode": "0x9F",
8543        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.AD_CRD",
8544        "PerPkg": "1",
8545        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8546        "UMask": "0x10",
8547        "Unit": "M3UPI"
8548    },
8549    {
8550        "BriefDescription": "CMS Horizontal Bypass Used; AK - Bounce",
8551        "EventCode": "0x9F",
8552        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.AK_BNC",
8553        "PerPkg": "1",
8554        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8555        "UMask": "0x2",
8556        "Unit": "M3UPI"
8557    },
8558    {
8559        "BriefDescription": "CMS Horizontal Bypass Used; BL - Bounce",
8560        "EventCode": "0x9F",
8561        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.BL_BNC",
8562        "PerPkg": "1",
8563        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8564        "UMask": "0x4",
8565        "Unit": "M3UPI"
8566    },
8567    {
8568        "BriefDescription": "CMS Horizontal Bypass Used; BL - Credit",
8569        "EventCode": "0x9F",
8570        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.BL_CRD",
8571        "PerPkg": "1",
8572        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8573        "UMask": "0x40",
8574        "Unit": "M3UPI"
8575    },
8576    {
8577        "BriefDescription": "CMS Horizontal Bypass Used; IV - Bounce",
8578        "EventCode": "0x9F",
8579        "EventName": "UNC_M3UPI_TxR_HORZ_BYPASS.IV_BNC",
8580        "PerPkg": "1",
8581        "PublicDescription": "Number of packets bypassing the Horizontal Egress, broken down by ring type and CMS Agent.",
8582        "UMask": "0x8",
8583        "Unit": "M3UPI"
8584    },
8585    {
8586        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AD - Bounce",
8587        "EventCode": "0x96",
8588        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.AD_BNC",
8589        "PerPkg": "1",
8590        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8591        "UMask": "0x1",
8592        "Unit": "M3UPI"
8593    },
8594    {
8595        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AD - Credit",
8596        "EventCode": "0x96",
8597        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.AD_CRD",
8598        "PerPkg": "1",
8599        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8600        "UMask": "0x10",
8601        "Unit": "M3UPI"
8602    },
8603    {
8604        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; AK - Bounce",
8605        "EventCode": "0x96",
8606        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.AK_BNC",
8607        "PerPkg": "1",
8608        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8609        "UMask": "0x2",
8610        "Unit": "M3UPI"
8611    },
8612    {
8613        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; BL - Bounce",
8614        "EventCode": "0x96",
8615        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.BL_BNC",
8616        "PerPkg": "1",
8617        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8618        "UMask": "0x4",
8619        "Unit": "M3UPI"
8620    },
8621    {
8622        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; BL - Credit",
8623        "EventCode": "0x96",
8624        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.BL_CRD",
8625        "PerPkg": "1",
8626        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8627        "UMask": "0x40",
8628        "Unit": "M3UPI"
8629    },
8630    {
8631        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Full; IV - Bounce",
8632        "EventCode": "0x96",
8633        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_FULL.IV_BNC",
8634        "PerPkg": "1",
8635        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Full.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8636        "UMask": "0x8",
8637        "Unit": "M3UPI"
8638    },
8639    {
8640        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AD - Bounce",
8641        "EventCode": "0x97",
8642        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.AD_BNC",
8643        "PerPkg": "1",
8644        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8645        "UMask": "0x1",
8646        "Unit": "M3UPI"
8647    },
8648    {
8649        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AD - Credit",
8650        "EventCode": "0x97",
8651        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.AD_CRD",
8652        "PerPkg": "1",
8653        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8654        "UMask": "0x10",
8655        "Unit": "M3UPI"
8656    },
8657    {
8658        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; AK - Bounce",
8659        "EventCode": "0x97",
8660        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.AK_BNC",
8661        "PerPkg": "1",
8662        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8663        "UMask": "0x2",
8664        "Unit": "M3UPI"
8665    },
8666    {
8667        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; BL - Bounce",
8668        "EventCode": "0x97",
8669        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.BL_BNC",
8670        "PerPkg": "1",
8671        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8672        "UMask": "0x4",
8673        "Unit": "M3UPI"
8674    },
8675    {
8676        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; BL - Credit",
8677        "EventCode": "0x97",
8678        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.BL_CRD",
8679        "PerPkg": "1",
8680        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8681        "UMask": "0x40",
8682        "Unit": "M3UPI"
8683    },
8684    {
8685        "BriefDescription": "Cycles CMS Horizontal Egress Queue is Not Empty; IV - Bounce",
8686        "EventCode": "0x97",
8687        "EventName": "UNC_M3UPI_TxR_HORZ_CYCLES_NE.IV_BNC",
8688        "PerPkg": "1",
8689        "PublicDescription": "Cycles the Transgress buffers in the Common Mesh Stop are Not-Empty.  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8690        "UMask": "0x8",
8691        "Unit": "M3UPI"
8692    },
8693    {
8694        "BriefDescription": "CMS Horizontal Egress Inserts; AD - Bounce",
8695        "EventCode": "0x95",
8696        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.AD_BNC",
8697        "PerPkg": "1",
8698        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8699        "UMask": "0x1",
8700        "Unit": "M3UPI"
8701    },
8702    {
8703        "BriefDescription": "CMS Horizontal Egress Inserts; AD - Credit",
8704        "EventCode": "0x95",
8705        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.AD_CRD",
8706        "PerPkg": "1",
8707        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8708        "UMask": "0x10",
8709        "Unit": "M3UPI"
8710    },
8711    {
8712        "BriefDescription": "CMS Horizontal Egress Inserts; AK - Bounce",
8713        "EventCode": "0x95",
8714        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.AK_BNC",
8715        "PerPkg": "1",
8716        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8717        "UMask": "0x2",
8718        "Unit": "M3UPI"
8719    },
8720    {
8721        "BriefDescription": "CMS Horizontal Egress Inserts; BL - Bounce",
8722        "EventCode": "0x95",
8723        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.BL_BNC",
8724        "PerPkg": "1",
8725        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8726        "UMask": "0x4",
8727        "Unit": "M3UPI"
8728    },
8729    {
8730        "BriefDescription": "CMS Horizontal Egress Inserts; BL - Credit",
8731        "EventCode": "0x95",
8732        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.BL_CRD",
8733        "PerPkg": "1",
8734        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8735        "UMask": "0x40",
8736        "Unit": "M3UPI"
8737    },
8738    {
8739        "BriefDescription": "CMS Horizontal Egress Inserts; IV - Bounce",
8740        "EventCode": "0x95",
8741        "EventName": "UNC_M3UPI_TxR_HORZ_INSERTS.IV_BNC",
8742        "PerPkg": "1",
8743        "PublicDescription": "Number of allocations into the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8744        "UMask": "0x8",
8745        "Unit": "M3UPI"
8746    },
8747    {
8748        "BriefDescription": "CMS Horizontal Egress NACKs; AD - Bounce",
8749        "EventCode": "0x99",
8750        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.AD_BNC",
8751        "PerPkg": "1",
8752        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8753        "UMask": "0x1",
8754        "Unit": "M3UPI"
8755    },
8756    {
8757        "BriefDescription": "CMS Horizontal Egress NACKs; AD - Credit",
8758        "EventCode": "0x99",
8759        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.AD_CRD",
8760        "PerPkg": "1",
8761        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8762        "UMask": "0x20",
8763        "Unit": "M3UPI"
8764    },
8765    {
8766        "BriefDescription": "CMS Horizontal Egress NACKs; AK - Bounce",
8767        "EventCode": "0x99",
8768        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.AK_BNC",
8769        "PerPkg": "1",
8770        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8771        "UMask": "0x2",
8772        "Unit": "M3UPI"
8773    },
8774    {
8775        "BriefDescription": "CMS Horizontal Egress NACKs; BL - Bounce",
8776        "EventCode": "0x99",
8777        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.BL_BNC",
8778        "PerPkg": "1",
8779        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8780        "UMask": "0x4",
8781        "Unit": "M3UPI"
8782    },
8783    {
8784        "BriefDescription": "CMS Horizontal Egress NACKs; BL - Credit",
8785        "EventCode": "0x99",
8786        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.BL_CRD",
8787        "PerPkg": "1",
8788        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8789        "UMask": "0x40",
8790        "Unit": "M3UPI"
8791    },
8792    {
8793        "BriefDescription": "CMS Horizontal Egress NACKs; IV - Bounce",
8794        "EventCode": "0x99",
8795        "EventName": "UNC_M3UPI_TxR_HORZ_NACK.IV_BNC",
8796        "PerPkg": "1",
8797        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Horizontal Ring",
8798        "UMask": "0x8",
8799        "Unit": "M3UPI"
8800    },
8801    {
8802        "BriefDescription": "CMS Horizontal Egress Occupancy; AD - Bounce",
8803        "EventCode": "0x94",
8804        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.AD_BNC",
8805        "PerPkg": "1",
8806        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8807        "UMask": "0x1",
8808        "Unit": "M3UPI"
8809    },
8810    {
8811        "BriefDescription": "CMS Horizontal Egress Occupancy; AD - Credit",
8812        "EventCode": "0x94",
8813        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.AD_CRD",
8814        "PerPkg": "1",
8815        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8816        "UMask": "0x10",
8817        "Unit": "M3UPI"
8818    },
8819    {
8820        "BriefDescription": "CMS Horizontal Egress Occupancy; AK - Bounce",
8821        "EventCode": "0x94",
8822        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.AK_BNC",
8823        "PerPkg": "1",
8824        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8825        "UMask": "0x2",
8826        "Unit": "M3UPI"
8827    },
8828    {
8829        "BriefDescription": "CMS Horizontal Egress Occupancy; BL - Bounce",
8830        "EventCode": "0x94",
8831        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.BL_BNC",
8832        "PerPkg": "1",
8833        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8834        "UMask": "0x4",
8835        "Unit": "M3UPI"
8836    },
8837    {
8838        "BriefDescription": "CMS Horizontal Egress Occupancy; BL - Credit",
8839        "EventCode": "0x94",
8840        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.BL_CRD",
8841        "PerPkg": "1",
8842        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8843        "UMask": "0x40",
8844        "Unit": "M3UPI"
8845    },
8846    {
8847        "BriefDescription": "CMS Horizontal Egress Occupancy; IV - Bounce",
8848        "EventCode": "0x94",
8849        "EventName": "UNC_M3UPI_TxR_HORZ_OCCUPANCY.IV_BNC",
8850        "PerPkg": "1",
8851        "PublicDescription": "Occupancy event for the Transgress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Horizontal Ring on the Mesh.",
8852        "UMask": "0x8",
8853        "Unit": "M3UPI"
8854    },
8855    {
8856        "BriefDescription": "CMS Horizontal Egress Injection Starvation; AD - Bounce",
8857        "EventCode": "0x9B",
8858        "EventName": "UNC_M3UPI_TxR_HORZ_STARVED.AD_BNC",
8859        "PerPkg": "1",
8860        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
8861        "UMask": "0x1",
8862        "Unit": "M3UPI"
8863    },
8864    {
8865        "BriefDescription": "CMS Horizontal Egress Injection Starvation; AK - Bounce",
8866        "EventCode": "0x9B",
8867        "EventName": "UNC_M3UPI_TxR_HORZ_STARVED.AK_BNC",
8868        "PerPkg": "1",
8869        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
8870        "UMask": "0x2",
8871        "Unit": "M3UPI"
8872    },
8873    {
8874        "BriefDescription": "CMS Horizontal Egress Injection Starvation; BL - Bounce",
8875        "EventCode": "0x9B",
8876        "EventName": "UNC_M3UPI_TxR_HORZ_STARVED.BL_BNC",
8877        "PerPkg": "1",
8878        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
8879        "UMask": "0x4",
8880        "Unit": "M3UPI"
8881    },
8882    {
8883        "BriefDescription": "CMS Horizontal Egress Injection Starvation; IV - Bounce",
8884        "EventCode": "0x9B",
8885        "EventName": "UNC_M3UPI_TxR_HORZ_STARVED.IV_BNC",
8886        "PerPkg": "1",
8887        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Transgress buffer cannot send a transaction onto the Horizontal ring for a long period of time.",
8888        "UMask": "0x8",
8889        "Unit": "M3UPI"
8890    },
8891    {
8892        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 0",
8893        "EventCode": "0x9C",
8894        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.AD_AG0",
8895        "PerPkg": "1",
8896        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8897        "UMask": "0x1",
8898        "Unit": "M3UPI"
8899    },
8900    {
8901        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 1",
8902        "EventCode": "0x9C",
8903        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.AD_AG1",
8904        "PerPkg": "1",
8905        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8906        "UMask": "0x10",
8907        "Unit": "M3UPI"
8908    },
8909    {
8910        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 0",
8911        "EventCode": "0x9C",
8912        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.AK_AG0",
8913        "PerPkg": "1",
8914        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8915        "UMask": "0x2",
8916        "Unit": "M3UPI"
8917    },
8918    {
8919        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 1",
8920        "EventCode": "0x9C",
8921        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.AK_AG1",
8922        "PerPkg": "1",
8923        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8924        "UMask": "0x20",
8925        "Unit": "M3UPI"
8926    },
8927    {
8928        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 0",
8929        "EventCode": "0x9C",
8930        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.BL_AG0",
8931        "PerPkg": "1",
8932        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8933        "UMask": "0x4",
8934        "Unit": "M3UPI"
8935    },
8936    {
8937        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 1",
8938        "EventCode": "0x9C",
8939        "EventName": "UNC_M3UPI_TxR_VERT_ADS_USED.BL_AG1",
8940        "PerPkg": "1",
8941        "PublicDescription": "Number of packets using the Vertical Anti-Deadlock Slot, broken down by ring type and CMS Agent.",
8942        "UMask": "0x40",
8943        "Unit": "M3UPI"
8944    },
8945    {
8946        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 0",
8947        "EventCode": "0x9E",
8948        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.AD_AG0",
8949        "PerPkg": "1",
8950        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8951        "UMask": "0x1",
8952        "Unit": "M3UPI"
8953    },
8954    {
8955        "BriefDescription": "CMS Vertical ADS Used; AD - Agent 1",
8956        "EventCode": "0x9E",
8957        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.AD_AG1",
8958        "PerPkg": "1",
8959        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8960        "UMask": "0x10",
8961        "Unit": "M3UPI"
8962    },
8963    {
8964        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 0",
8965        "EventCode": "0x9E",
8966        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.AK_AG0",
8967        "PerPkg": "1",
8968        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8969        "UMask": "0x2",
8970        "Unit": "M3UPI"
8971    },
8972    {
8973        "BriefDescription": "CMS Vertical ADS Used; AK - Agent 1",
8974        "EventCode": "0x9E",
8975        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.AK_AG1",
8976        "PerPkg": "1",
8977        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8978        "UMask": "0x20",
8979        "Unit": "M3UPI"
8980    },
8981    {
8982        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 0",
8983        "EventCode": "0x9E",
8984        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.BL_AG0",
8985        "PerPkg": "1",
8986        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8987        "UMask": "0x4",
8988        "Unit": "M3UPI"
8989    },
8990    {
8991        "BriefDescription": "CMS Vertical ADS Used; BL - Agent 1",
8992        "EventCode": "0x9E",
8993        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.BL_AG1",
8994        "PerPkg": "1",
8995        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
8996        "UMask": "0x40",
8997        "Unit": "M3UPI"
8998    },
8999    {
9000        "BriefDescription": "CMS Vertical ADS Used; IV",
9001        "EventCode": "0x9E",
9002        "EventName": "UNC_M3UPI_TxR_VERT_BYPASS.IV",
9003        "PerPkg": "1",
9004        "PublicDescription": "Number of packets bypassing the Vertical Egress, broken down by ring type and CMS Agent.",
9005        "UMask": "0x8",
9006        "Unit": "M3UPI"
9007    },
9008    {
9009        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AD - Agent 0",
9010        "EventCode": "0x92",
9011        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.AD_AG0",
9012        "PerPkg": "1",
9013        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
9014        "UMask": "0x1",
9015        "Unit": "M3UPI"
9016    },
9017    {
9018        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AD - Agent 1",
9019        "EventCode": "0x92",
9020        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.AD_AG1",
9021        "PerPkg": "1",
9022        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
9023        "UMask": "0x10",
9024        "Unit": "M3UPI"
9025    },
9026    {
9027        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AK - Agent 0",
9028        "EventCode": "0x92",
9029        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.AK_AG0",
9030        "PerPkg": "1",
9031        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
9032        "UMask": "0x2",
9033        "Unit": "M3UPI"
9034    },
9035    {
9036        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; AK - Agent 1",
9037        "EventCode": "0x92",
9038        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.AK_AG1",
9039        "PerPkg": "1",
9040        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
9041        "UMask": "0x20",
9042        "Unit": "M3UPI"
9043    },
9044    {
9045        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; BL - Agent 0",
9046        "EventCode": "0x92",
9047        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.BL_AG0",
9048        "PerPkg": "1",
9049        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
9050        "UMask": "0x4",
9051        "Unit": "M3UPI"
9052    },
9053    {
9054        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; BL - Agent 1",
9055        "EventCode": "0x92",
9056        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.BL_AG1",
9057        "PerPkg": "1",
9058        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
9059        "UMask": "0x40",
9060        "Unit": "M3UPI"
9061    },
9062    {
9063        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Full; IV",
9064        "EventCode": "0x92",
9065        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_FULL.IV",
9066        "PerPkg": "1",
9067        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Full.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
9068        "UMask": "0x8",
9069        "Unit": "M3UPI"
9070    },
9071    {
9072        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AD - Agent 0",
9073        "EventCode": "0x93",
9074        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.AD_AG0",
9075        "PerPkg": "1",
9076        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
9077        "UMask": "0x1",
9078        "Unit": "M3UPI"
9079    },
9080    {
9081        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AD - Agent 1",
9082        "EventCode": "0x93",
9083        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.AD_AG1",
9084        "PerPkg": "1",
9085        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
9086        "UMask": "0x10",
9087        "Unit": "M3UPI"
9088    },
9089    {
9090        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AK - Agent 0",
9091        "EventCode": "0x93",
9092        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.AK_AG0",
9093        "PerPkg": "1",
9094        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
9095        "UMask": "0x2",
9096        "Unit": "M3UPI"
9097    },
9098    {
9099        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; AK - Agent 1",
9100        "EventCode": "0x93",
9101        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.AK_AG1",
9102        "PerPkg": "1",
9103        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
9104        "UMask": "0x20",
9105        "Unit": "M3UPI"
9106    },
9107    {
9108        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; BL - Agent 0",
9109        "EventCode": "0x93",
9110        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.BL_AG0",
9111        "PerPkg": "1",
9112        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
9113        "UMask": "0x4",
9114        "Unit": "M3UPI"
9115    },
9116    {
9117        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; BL - Agent 1",
9118        "EventCode": "0x93",
9119        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.BL_AG1",
9120        "PerPkg": "1",
9121        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
9122        "UMask": "0x40",
9123        "Unit": "M3UPI"
9124    },
9125    {
9126        "BriefDescription": "Cycles CMS Vertical Egress Queue Is Not Empty; IV",
9127        "EventCode": "0x93",
9128        "EventName": "UNC_M3UPI_TxR_VERT_CYCLES_NE.IV",
9129        "PerPkg": "1",
9130        "PublicDescription": "Number of cycles the Common Mesh Stop Egress was Not Empty.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
9131        "UMask": "0x8",
9132        "Unit": "M3UPI"
9133    },
9134    {
9135        "BriefDescription": "CMS Vert Egress Allocations; AD - Agent 0",
9136        "EventCode": "0x91",
9137        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.AD_AG0",
9138        "PerPkg": "1",
9139        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
9140        "UMask": "0x1",
9141        "Unit": "M3UPI"
9142    },
9143    {
9144        "BriefDescription": "CMS Vert Egress Allocations; AD - Agent 1",
9145        "EventCode": "0x91",
9146        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.AD_AG1",
9147        "PerPkg": "1",
9148        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
9149        "UMask": "0x10",
9150        "Unit": "M3UPI"
9151    },
9152    {
9153        "BriefDescription": "CMS Vert Egress Allocations; AK - Agent 0",
9154        "EventCode": "0x91",
9155        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.AK_AG0",
9156        "PerPkg": "1",
9157        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
9158        "UMask": "0x2",
9159        "Unit": "M3UPI"
9160    },
9161    {
9162        "BriefDescription": "CMS Vert Egress Allocations; AK - Agent 1",
9163        "EventCode": "0x91",
9164        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.AK_AG1",
9165        "PerPkg": "1",
9166        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
9167        "UMask": "0x20",
9168        "Unit": "M3UPI"
9169    },
9170    {
9171        "BriefDescription": "CMS Vert Egress Allocations; BL - Agent 0",
9172        "EventCode": "0x91",
9173        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.BL_AG0",
9174        "PerPkg": "1",
9175        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
9176        "UMask": "0x4",
9177        "Unit": "M3UPI"
9178    },
9179    {
9180        "BriefDescription": "CMS Vert Egress Allocations; BL - Agent 1",
9181        "EventCode": "0x91",
9182        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.BL_AG1",
9183        "PerPkg": "1",
9184        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
9185        "UMask": "0x40",
9186        "Unit": "M3UPI"
9187    },
9188    {
9189        "BriefDescription": "CMS Vert Egress Allocations; IV",
9190        "EventCode": "0x91",
9191        "EventName": "UNC_M3UPI_TxR_VERT_INSERTS.IV",
9192        "PerPkg": "1",
9193        "PublicDescription": "Number of allocations into the Common Mesh Stop Egress.  The Egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
9194        "UMask": "0x8",
9195        "Unit": "M3UPI"
9196    },
9197    {
9198        "BriefDescription": "CMS Vertical Egress NACKs; AD - Agent 0",
9199        "EventCode": "0x98",
9200        "EventName": "UNC_M3UPI_TxR_VERT_NACK.AD_AG0",
9201        "PerPkg": "1",
9202        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9203        "UMask": "0x1",
9204        "Unit": "M3UPI"
9205    },
9206    {
9207        "BriefDescription": "CMS Vertical Egress NACKs; AD - Agent 1",
9208        "EventCode": "0x98",
9209        "EventName": "UNC_M3UPI_TxR_VERT_NACK.AD_AG1",
9210        "PerPkg": "1",
9211        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9212        "UMask": "0x10",
9213        "Unit": "M3UPI"
9214    },
9215    {
9216        "BriefDescription": "CMS Vertical Egress NACKs; AK - Agent 0",
9217        "EventCode": "0x98",
9218        "EventName": "UNC_M3UPI_TxR_VERT_NACK.AK_AG0",
9219        "PerPkg": "1",
9220        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9221        "UMask": "0x2",
9222        "Unit": "M3UPI"
9223    },
9224    {
9225        "BriefDescription": "CMS Vertical Egress NACKs; AK - Agent 1",
9226        "EventCode": "0x98",
9227        "EventName": "UNC_M3UPI_TxR_VERT_NACK.AK_AG1",
9228        "PerPkg": "1",
9229        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9230        "UMask": "0x20",
9231        "Unit": "M3UPI"
9232    },
9233    {
9234        "BriefDescription": "CMS Vertical Egress NACKs; BL - Agent 0",
9235        "EventCode": "0x98",
9236        "EventName": "UNC_M3UPI_TxR_VERT_NACK.BL_AG0",
9237        "PerPkg": "1",
9238        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9239        "UMask": "0x4",
9240        "Unit": "M3UPI"
9241    },
9242    {
9243        "BriefDescription": "CMS Vertical Egress NACKs; BL - Agent 1",
9244        "EventCode": "0x98",
9245        "EventName": "UNC_M3UPI_TxR_VERT_NACK.BL_AG1",
9246        "PerPkg": "1",
9247        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9248        "UMask": "0x40",
9249        "Unit": "M3UPI"
9250    },
9251    {
9252        "BriefDescription": "CMS Vertical Egress NACKs; IV",
9253        "EventCode": "0x98",
9254        "EventName": "UNC_M3UPI_TxR_VERT_NACK.IV",
9255        "PerPkg": "1",
9256        "PublicDescription": "Counts number of Egress packets NACK'ed on to the Vertical Ring",
9257        "UMask": "0x8",
9258        "Unit": "M3UPI"
9259    },
9260    {
9261        "BriefDescription": "CMS Vert Egress Occupancy; AD - Agent 0",
9262        "EventCode": "0x90",
9263        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.AD_AG0",
9264        "PerPkg": "1",
9265        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AD ring.  Some example include outbound requests, snoop requests, and snoop responses.",
9266        "UMask": "0x1",
9267        "Unit": "M3UPI"
9268    },
9269    {
9270        "BriefDescription": "CMS Vert Egress Occupancy; AD - Agent 1",
9271        "EventCode": "0x90",
9272        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.AD_AG1",
9273        "PerPkg": "1",
9274        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AD ring.  This is commonly used for outbound requests.",
9275        "UMask": "0x10",
9276        "Unit": "M3UPI"
9277    },
9278    {
9279        "BriefDescription": "CMS Vert Egress Occupancy; AK - Agent 0",
9280        "EventCode": "0x90",
9281        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.AK_AG0",
9282        "PerPkg": "1",
9283        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the AK ring.  This is commonly used for credit returns and GO responses.",
9284        "UMask": "0x2",
9285        "Unit": "M3UPI"
9286    },
9287    {
9288        "BriefDescription": "CMS Vert Egress Occupancy; AK - Agent 1",
9289        "EventCode": "0x90",
9290        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.AK_AG1",
9291        "PerPkg": "1",
9292        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the AK ring.",
9293        "UMask": "0x20",
9294        "Unit": "M3UPI"
9295    },
9296    {
9297        "BriefDescription": "CMS Vert Egress Occupancy; BL - Agent 0",
9298        "EventCode": "0x90",
9299        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.BL_AG0",
9300        "PerPkg": "1",
9301        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the BL ring.  This is commonly used to send data from the cache to various destinations.",
9302        "UMask": "0x4",
9303        "Unit": "M3UPI"
9304    },
9305    {
9306        "BriefDescription": "CMS Vert Egress Occupancy; BL - Agent 1",
9307        "EventCode": "0x90",
9308        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.BL_AG1",
9309        "PerPkg": "1",
9310        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 1 destined for the BL ring.  This is commonly used for transferring writeback data to the cache.",
9311        "UMask": "0x40",
9312        "Unit": "M3UPI"
9313    },
9314    {
9315        "BriefDescription": "CMS Vert Egress Occupancy; IV",
9316        "EventCode": "0x90",
9317        "EventName": "UNC_M3UPI_TxR_VERT_OCCUPANCY.IV",
9318        "PerPkg": "1",
9319        "PublicDescription": "Occupancy event for the Egress buffers in the Common Mesh Stop  The egress is used to queue up requests destined for the Vertical Ring on the Mesh.; Ring transactions from Agent 0 destined for the IV ring.  This is commonly used for snoops to the cores.",
9320        "UMask": "0x8",
9321        "Unit": "M3UPI"
9322    },
9323    {
9324        "BriefDescription": "CMS Vertical Egress Injection Starvation; AD - Agent 0",
9325        "EventCode": "0x9A",
9326        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.AD_AG0",
9327        "PerPkg": "1",
9328        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9329        "UMask": "0x1",
9330        "Unit": "M3UPI"
9331    },
9332    {
9333        "BriefDescription": "CMS Vertical Egress Injection Starvation; AD - Agent 1",
9334        "EventCode": "0x9A",
9335        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.AD_AG1",
9336        "PerPkg": "1",
9337        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9338        "UMask": "0x10",
9339        "Unit": "M3UPI"
9340    },
9341    {
9342        "BriefDescription": "CMS Vertical Egress Injection Starvation; AK - Agent 0",
9343        "EventCode": "0x9A",
9344        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.AK_AG0",
9345        "PerPkg": "1",
9346        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9347        "UMask": "0x2",
9348        "Unit": "M3UPI"
9349    },
9350    {
9351        "BriefDescription": "CMS Vertical Egress Injection Starvation; AK - Agent 1",
9352        "EventCode": "0x9A",
9353        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.AK_AG1",
9354        "PerPkg": "1",
9355        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9356        "UMask": "0x20",
9357        "Unit": "M3UPI"
9358    },
9359    {
9360        "BriefDescription": "CMS Vertical Egress Injection Starvation; BL - Agent 0",
9361        "EventCode": "0x9A",
9362        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.BL_AG0",
9363        "PerPkg": "1",
9364        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9365        "UMask": "0x4",
9366        "Unit": "M3UPI"
9367    },
9368    {
9369        "BriefDescription": "CMS Vertical Egress Injection Starvation; BL - Agent 1",
9370        "EventCode": "0x9A",
9371        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.BL_AG1",
9372        "PerPkg": "1",
9373        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9374        "UMask": "0x40",
9375        "Unit": "M3UPI"
9376    },
9377    {
9378        "BriefDescription": "CMS Vertical Egress Injection Starvation; IV",
9379        "EventCode": "0x9A",
9380        "EventName": "UNC_M3UPI_TxR_VERT_STARVED.IV",
9381        "PerPkg": "1",
9382        "PublicDescription": "Counts injection starvation.  This starvation is triggered when the CMS Egress cannot send a transaction onto the Vertical ring for a long period of time.",
9383        "UMask": "0x8",
9384        "Unit": "M3UPI"
9385    },
9386    {
9387        "BriefDescription": "UPI0 AD Credits Empty; VN0 REQ Messages",
9388        "EventCode": "0x20",
9389        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_REQ",
9390        "PerPkg": "1",
9391        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9392        "UMask": "0x2",
9393        "Unit": "M3UPI"
9394    },
9395    {
9396        "BriefDescription": "UPI0 AD Credits Empty; VN0 RSP Messages",
9397        "EventCode": "0x20",
9398        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_RSP",
9399        "PerPkg": "1",
9400        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9401        "UMask": "0x8",
9402        "Unit": "M3UPI"
9403    },
9404    {
9405        "BriefDescription": "UPI0 AD Credits Empty; VN0 SNP Messages",
9406        "EventCode": "0x20",
9407        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN0_SNP",
9408        "PerPkg": "1",
9409        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9410        "UMask": "0x4",
9411        "Unit": "M3UPI"
9412    },
9413    {
9414        "BriefDescription": "UPI0 AD Credits Empty; VN1 REQ Messages",
9415        "EventCode": "0x20",
9416        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_REQ",
9417        "PerPkg": "1",
9418        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9419        "UMask": "0x10",
9420        "Unit": "M3UPI"
9421    },
9422    {
9423        "BriefDescription": "UPI0 AD Credits Empty; VN1 RSP Messages",
9424        "EventCode": "0x20",
9425        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_RSP",
9426        "PerPkg": "1",
9427        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9428        "UMask": "0x40",
9429        "Unit": "M3UPI"
9430    },
9431    {
9432        "BriefDescription": "UPI0 AD Credits Empty; VN1 SNP Messages",
9433        "EventCode": "0x20",
9434        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VN1_SNP",
9435        "PerPkg": "1",
9436        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9437        "UMask": "0x20",
9438        "Unit": "M3UPI"
9439    },
9440    {
9441        "BriefDescription": "UPI0 AD Credits Empty; VNA",
9442        "EventCode": "0x20",
9443        "EventName": "UNC_M3UPI_UPI_PEER_AD_CREDITS_EMPTY.VNA",
9444        "PerPkg": "1",
9445        "PublicDescription": "No credits available to send to UPIs on the AD Ring",
9446        "UMask": "0x1",
9447        "Unit": "M3UPI"
9448    },
9449    {
9450        "BriefDescription": "UPI0 BL Credits Empty; VN0 RSP Messages",
9451        "EventCode": "0x21",
9452        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_NCS_NCB",
9453        "PerPkg": "1",
9454        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9455        "UMask": "0x4",
9456        "Unit": "M3UPI"
9457    },
9458    {
9459        "BriefDescription": "UPI0 BL Credits Empty; VN0 REQ Messages",
9460        "EventCode": "0x21",
9461        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_RSP",
9462        "PerPkg": "1",
9463        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9464        "UMask": "0x2",
9465        "Unit": "M3UPI"
9466    },
9467    {
9468        "BriefDescription": "UPI0 BL Credits Empty; VN0 SNP Messages",
9469        "EventCode": "0x21",
9470        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN0_WB",
9471        "PerPkg": "1",
9472        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9473        "UMask": "0x8",
9474        "Unit": "M3UPI"
9475    },
9476    {
9477        "BriefDescription": "UPI0 BL Credits Empty; VN1 RSP Messages",
9478        "EventCode": "0x21",
9479        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_NCS_NCB",
9480        "PerPkg": "1",
9481        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9482        "UMask": "0x20",
9483        "Unit": "M3UPI"
9484    },
9485    {
9486        "BriefDescription": "UPI0 BL Credits Empty; VN1 REQ Messages",
9487        "EventCode": "0x21",
9488        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_RSP",
9489        "PerPkg": "1",
9490        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9491        "UMask": "0x10",
9492        "Unit": "M3UPI"
9493    },
9494    {
9495        "BriefDescription": "UPI0 BL Credits Empty; VN1 SNP Messages",
9496        "EventCode": "0x21",
9497        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VN1_WB",
9498        "PerPkg": "1",
9499        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9500        "UMask": "0x40",
9501        "Unit": "M3UPI"
9502    },
9503    {
9504        "BriefDescription": "UPI0 BL Credits Empty; VNA",
9505        "EventCode": "0x21",
9506        "EventName": "UNC_M3UPI_UPI_PEER_BL_CREDITS_EMPTY.VNA",
9507        "PerPkg": "1",
9508        "PublicDescription": "No credits available to send to UPI on the BL Ring (diff between non-SMI and SMI mode)",
9509        "UMask": "0x1",
9510        "Unit": "M3UPI"
9511    },
9512    {
9513        "BriefDescription": "Prefetches generated by the flow control queue of the M3UPI unit.",
9514        "EventCode": "0x29",
9515        "EventName": "UNC_M3UPI_UPI_PREFETCH_SPAWN",
9516        "PerPkg": "1",
9517        "PublicDescription": "Count cases where flow control queue that sits between the Intel(R) Ultra Path Interconnect (UPI) and the mesh spawns a prefetch to the iMC (Memory Controller)",
9518        "Unit": "M3UPI"
9519    },
9520    {
9521        "BriefDescription": "Vertical AD Ring In Use; Down and Even",
9522        "EventCode": "0xA6",
9523        "EventName": "UNC_M3UPI_VERT_RING_AD_IN_USE.DN_EVEN",
9524        "PerPkg": "1",
9525        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9526        "UMask": "0x4",
9527        "Unit": "M3UPI"
9528    },
9529    {
9530        "BriefDescription": "Vertical AD Ring In Use; Down and Odd",
9531        "EventCode": "0xA6",
9532        "EventName": "UNC_M3UPI_VERT_RING_AD_IN_USE.DN_ODD",
9533        "PerPkg": "1",
9534        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9535        "UMask": "0x8",
9536        "Unit": "M3UPI"
9537    },
9538    {
9539        "BriefDescription": "Vertical AD Ring In Use; Up and Even",
9540        "EventCode": "0xA6",
9541        "EventName": "UNC_M3UPI_VERT_RING_AD_IN_USE.UP_EVEN",
9542        "PerPkg": "1",
9543        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9544        "UMask": "0x1",
9545        "Unit": "M3UPI"
9546    },
9547    {
9548        "BriefDescription": "Vertical AD Ring In Use; Up and Odd",
9549        "EventCode": "0xA6",
9550        "EventName": "UNC_M3UPI_VERT_RING_AD_IN_USE.UP_ODD",
9551        "PerPkg": "1",
9552        "PublicDescription": "Counts the number of cycles that the Vertical AD ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  We really have two rings  -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9553        "UMask": "0x2",
9554        "Unit": "M3UPI"
9555    },
9556    {
9557        "BriefDescription": "Vertical AK Ring In Use; Down and Even",
9558        "EventCode": "0xA8",
9559        "EventName": "UNC_M3UPI_VERT_RING_AK_IN_USE.DN_EVEN",
9560        "PerPkg": "1",
9561        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9562        "UMask": "0x4",
9563        "Unit": "M3UPI"
9564    },
9565    {
9566        "BriefDescription": "Vertical AK Ring In Use; Down and Odd",
9567        "EventCode": "0xA8",
9568        "EventName": "UNC_M3UPI_VERT_RING_AK_IN_USE.DN_ODD",
9569        "PerPkg": "1",
9570        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9571        "UMask": "0x8",
9572        "Unit": "M3UPI"
9573    },
9574    {
9575        "BriefDescription": "Vertical AK Ring In Use; Up and Even",
9576        "EventCode": "0xA8",
9577        "EventName": "UNC_M3UPI_VERT_RING_AK_IN_USE.UP_EVEN",
9578        "PerPkg": "1",
9579        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9580        "UMask": "0x1",
9581        "Unit": "M3UPI"
9582    },
9583    {
9584        "BriefDescription": "Vertical AK Ring In Use; Up and Odd",
9585        "EventCode": "0xA8",
9586        "EventName": "UNC_M3UPI_VERT_RING_AK_IN_USE.UP_ODD",
9587        "PerPkg": "1",
9588        "PublicDescription": "Counts the number of cycles that the Vertical AK ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.We really have two rings in -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9589        "UMask": "0x2",
9590        "Unit": "M3UPI"
9591    },
9592    {
9593        "BriefDescription": "Vertical BL Ring in Use; Down and Even",
9594        "EventCode": "0xAA",
9595        "EventName": "UNC_M3UPI_VERT_RING_BL_IN_USE.DN_EVEN",
9596        "PerPkg": "1",
9597        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9598        "UMask": "0x4",
9599        "Unit": "M3UPI"
9600    },
9601    {
9602        "BriefDescription": "Vertical BL Ring in Use; Down and Odd",
9603        "EventCode": "0xAA",
9604        "EventName": "UNC_M3UPI_VERT_RING_BL_IN_USE.DN_ODD",
9605        "PerPkg": "1",
9606        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9607        "UMask": "0x8",
9608        "Unit": "M3UPI"
9609    },
9610    {
9611        "BriefDescription": "Vertical BL Ring in Use; Up and Even",
9612        "EventCode": "0xAA",
9613        "EventName": "UNC_M3UPI_VERT_RING_BL_IN_USE.UP_EVEN",
9614        "PerPkg": "1",
9615        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9616        "UMask": "0x1",
9617        "Unit": "M3UPI"
9618    },
9619    {
9620        "BriefDescription": "Vertical BL Ring in Use; Up and Odd",
9621        "EventCode": "0xAA",
9622        "EventName": "UNC_M3UPI_VERT_RING_BL_IN_USE.UP_ODD",
9623        "PerPkg": "1",
9624        "PublicDescription": "Counts the number of cycles that the Vertical BL ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from  the ring stop.We really have two rings -- a clockwise ring and a counter-clockwise ring.  On the left side of the ring, the UP direction is on the clockwise ring and DN is on the counter-clockwise ring.  On the right side of the ring, this is reversed.  The first half of the CBos are on the left side of the ring, and the 2nd half are on the right side of the ring.  In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD because they are on opposite sides of the ring.",
9625        "UMask": "0x2",
9626        "Unit": "M3UPI"
9627    },
9628    {
9629        "BriefDescription": "Vertical IV Ring in Use; Down",
9630        "EventCode": "0xAC",
9631        "EventName": "UNC_M3UPI_VERT_RING_IV_IN_USE.DN",
9632        "PerPkg": "1",
9633        "PublicDescription": "Counts the number of cycles that the Vertical IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
9634        "UMask": "0x4",
9635        "Unit": "M3UPI"
9636    },
9637    {
9638        "BriefDescription": "Vertical IV Ring in Use; Up",
9639        "EventCode": "0xAC",
9640        "EventName": "UNC_M3UPI_VERT_RING_IV_IN_USE.UP",
9641        "PerPkg": "1",
9642        "PublicDescription": "Counts the number of cycles that the Vertical IV ring is being used at this ring stop.  This includes when packets are passing by and when packets are being sunk, but does not include when packets are being sent from the ring stop.  There is only 1 IV ring.  Therefore, if one wants to monitor the Even ring, they should select both UP_EVEN and DN_EVEN.  To monitor the Odd ring, they should select both UP_ODD and DN_ODD.",
9643        "UMask": "0x1",
9644        "Unit": "M3UPI"
9645    },
9646    {
9647        "BriefDescription": "VN0 Credit Used; WB on BL",
9648        "EventCode": "0x5C",
9649        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.NCB",
9650        "PerPkg": "1",
9651        "PublicDescription": "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.",
9652        "UMask": "0x10",
9653        "Unit": "M3UPI"
9654    },
9655    {
9656        "BriefDescription": "VN0 Credit Used; NCB on BL",
9657        "EventCode": "0x5C",
9658        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.NCS",
9659        "PerPkg": "1",
9660        "PublicDescription": "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.",
9661        "UMask": "0x20",
9662        "Unit": "M3UPI"
9663    },
9664    {
9665        "BriefDescription": "VN0 Credit Used; REQ on AD",
9666        "EventCode": "0x5C",
9667        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.REQ",
9668        "PerPkg": "1",
9669        "PublicDescription": "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.",
9670        "UMask": "0x1",
9671        "Unit": "M3UPI"
9672    },
9673    {
9674        "BriefDescription": "VN0 Credit Used; RSP on AD",
9675        "EventCode": "0x5C",
9676        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.RSP",
9677        "PerPkg": "1",
9678        "PublicDescription": "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).",
9679        "UMask": "0x4",
9680        "Unit": "M3UPI"
9681    },
9682    {
9683        "BriefDescription": "VN0 Credit Used; SNP on AD",
9684        "EventCode": "0x5C",
9685        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.SNP",
9686        "PerPkg": "1",
9687        "PublicDescription": "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.",
9688        "UMask": "0x2",
9689        "Unit": "M3UPI"
9690    },
9691    {
9692        "BriefDescription": "VN0 Credit Used; RSP on BL",
9693        "EventCode": "0x5C",
9694        "EventName": "UNC_M3UPI_VN0_CREDITS_USED.WB",
9695        "PerPkg": "1",
9696        "PublicDescription": "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).",
9697        "UMask": "0x8",
9698        "Unit": "M3UPI"
9699    },
9700    {
9701        "BriefDescription": "VN0 No Credits; WB on BL",
9702        "EventCode": "0x5E",
9703        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.NCB",
9704        "PerPkg": "1",
9705        "PublicDescription": "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.",
9706        "UMask": "0x10",
9707        "Unit": "M3UPI"
9708    },
9709    {
9710        "BriefDescription": "VN0 No Credits; NCB on BL",
9711        "EventCode": "0x5E",
9712        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.NCS",
9713        "PerPkg": "1",
9714        "PublicDescription": "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.",
9715        "UMask": "0x20",
9716        "Unit": "M3UPI"
9717    },
9718    {
9719        "BriefDescription": "VN0 No Credits; REQ on AD",
9720        "EventCode": "0x5E",
9721        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.REQ",
9722        "PerPkg": "1",
9723        "PublicDescription": "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.",
9724        "UMask": "0x1",
9725        "Unit": "M3UPI"
9726    },
9727    {
9728        "BriefDescription": "VN0 No Credits; RSP on AD",
9729        "EventCode": "0x5E",
9730        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.RSP",
9731        "PerPkg": "1",
9732        "PublicDescription": "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).",
9733        "UMask": "0x4",
9734        "Unit": "M3UPI"
9735    },
9736    {
9737        "BriefDescription": "VN0 No Credits; SNP on AD",
9738        "EventCode": "0x5E",
9739        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.SNP",
9740        "PerPkg": "1",
9741        "PublicDescription": "Number of Cycles there were no VN0 Credits; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
9742        "UMask": "0x2",
9743        "Unit": "M3UPI"
9744    },
9745    {
9746        "BriefDescription": "VN0 No Credits; RSP on BL",
9747        "EventCode": "0x5E",
9748        "EventName": "UNC_M3UPI_VN0_NO_CREDITS.WB",
9749        "PerPkg": "1",
9750        "PublicDescription": "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).",
9751        "UMask": "0x8",
9752        "Unit": "M3UPI"
9753    },
9754    {
9755        "BriefDescription": "VN1 Credit Used; WB on BL",
9756        "EventCode": "0x5D",
9757        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.NCB",
9758        "PerPkg": "1",
9759        "PublicDescription": "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.",
9760        "UMask": "0x10",
9761        "Unit": "M3UPI"
9762    },
9763    {
9764        "BriefDescription": "VN1 Credit Used; NCB on BL",
9765        "EventCode": "0x5D",
9766        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.NCS",
9767        "PerPkg": "1",
9768        "PublicDescription": "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.",
9769        "UMask": "0x20",
9770        "Unit": "M3UPI"
9771    },
9772    {
9773        "BriefDescription": "VN1 Credit Used; REQ on AD",
9774        "EventCode": "0x5D",
9775        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.REQ",
9776        "PerPkg": "1",
9777        "PublicDescription": "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.",
9778        "UMask": "0x1",
9779        "Unit": "M3UPI"
9780    },
9781    {
9782        "BriefDescription": "VN1 Credit Used; RSP on AD",
9783        "EventCode": "0x5D",
9784        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.RSP",
9785        "PerPkg": "1",
9786        "PublicDescription": "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).",
9787        "UMask": "0x4",
9788        "Unit": "M3UPI"
9789    },
9790    {
9791        "BriefDescription": "VN1 Credit Used; SNP on AD",
9792        "EventCode": "0x5D",
9793        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.SNP",
9794        "PerPkg": "1",
9795        "PublicDescription": "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.",
9796        "UMask": "0x2",
9797        "Unit": "M3UPI"
9798    },
9799    {
9800        "BriefDescription": "VN1 Credit Used; RSP on BL",
9801        "EventCode": "0x5D",
9802        "EventName": "UNC_M3UPI_VN1_CREDITS_USED.WB",
9803        "PerPkg": "1",
9804        "PublicDescription": "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).",
9805        "UMask": "0x8",
9806        "Unit": "M3UPI"
9807    },
9808    {
9809        "BriefDescription": "VN1 No Credits; WB on BL",
9810        "EventCode": "0x5F",
9811        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.NCB",
9812        "PerPkg": "1",
9813        "PublicDescription": "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.",
9814        "UMask": "0x10",
9815        "Unit": "M3UPI"
9816    },
9817    {
9818        "BriefDescription": "VN1 No Credits; NCB on BL",
9819        "EventCode": "0x5F",
9820        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.NCS",
9821        "PerPkg": "1",
9822        "PublicDescription": "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.",
9823        "UMask": "0x20",
9824        "Unit": "M3UPI"
9825    },
9826    {
9827        "BriefDescription": "VN1 No Credits; REQ on AD",
9828        "EventCode": "0x5F",
9829        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.REQ",
9830        "PerPkg": "1",
9831        "PublicDescription": "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.",
9832        "UMask": "0x1",
9833        "Unit": "M3UPI"
9834    },
9835    {
9836        "BriefDescription": "VN1 No Credits; RSP on AD",
9837        "EventCode": "0x5F",
9838        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.RSP",
9839        "PerPkg": "1",
9840        "PublicDescription": "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).",
9841        "UMask": "0x4",
9842        "Unit": "M3UPI"
9843    },
9844    {
9845        "BriefDescription": "VN1 No Credits; SNP on AD",
9846        "EventCode": "0x5F",
9847        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.SNP",
9848        "PerPkg": "1",
9849        "PublicDescription": "Number of Cycles there were no VN1 Credits; Snoops (SNP) messages on AD.  SNP is used for outgoing snoops.",
9850        "UMask": "0x2",
9851        "Unit": "M3UPI"
9852    },
9853    {
9854        "BriefDescription": "VN1 No Credits; RSP on BL",
9855        "EventCode": "0x5F",
9856        "EventName": "UNC_M3UPI_VN1_NO_CREDITS.WB",
9857        "PerPkg": "1",
9858        "PublicDescription": "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).",
9859        "UMask": "0x8",
9860        "Unit": "M3UPI"
9861    },
9862    {
9863        "BriefDescription": "This event is deprecated. Refer to new event UNC_M2M_TxC_BL.DRS_UPI",
9864        "Deprecated": "1",
9865        "EventCode": "0x40",
9866        "EventName": "UNC_NoUnit_TxC_BL.DRS_UPI",
9867        "PerPkg": "1",
9868        "UMask": "0x4",
9869        "Unit": "M2M"
9870    },
9871    {
9872        "BriefDescription": "Clocks of the Intel(R) Ultra Path Interconnect (UPI)",
9873        "EventCode": "0x1",
9874        "EventName": "UNC_UPI_CLOCKTICKS",
9875        "PerPkg": "1",
9876        "PublicDescription": "Counts clockticks of the fixed frequency clock controlling the Intel(R) Ultra Path Interconnect (UPI).  This clock runs at1/8th the 'GT/s' speed of the UPI link.  For example, a  9.6GT/s  link will have a fixed Frequency of 1.2 Ghz.",
9877        "Unit": "UPI"
9878    },
9879    {
9880        "BriefDescription": "Data Response packets that go direct to core",
9881        "EventCode": "0x12",
9882        "EventName": "UNC_UPI_DIRECT_ATTEMPTS.D2C",
9883        "PerPkg": "1",
9884        "PublicDescription": "Counts Data Response (DRS) packets that attempted to go direct to core bypassing the CHA.",
9885        "UMask": "0x1",
9886        "Unit": "UPI"
9887    },
9888    {
9889        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_DIRECT_ATTEMPTS.D2U",
9890        "Deprecated": "1",
9891        "EventCode": "0x12",
9892        "EventName": "UNC_UPI_DIRECT_ATTEMPTS.D2K",
9893        "PerPkg": "1",
9894        "UMask": "0x2",
9895        "Unit": "UPI"
9896    },
9897    {
9898        "BriefDescription": "Data Response packets that go direct to Intel(R) UPI",
9899        "EventCode": "0x12",
9900        "EventName": "UNC_UPI_DIRECT_ATTEMPTS.D2U",
9901        "PerPkg": "1",
9902        "PublicDescription": "Counts Data Response (DRS) packets that attempted to go direct to Intel(R) Ultra Path Interconnect (UPI) bypassing the CHA .",
9903        "UMask": "0x2",
9904        "Unit": "UPI"
9905    },
9906    {
9907        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ0",
9908        "EventCode": "0x18",
9909        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ0",
9910        "PerPkg": "1",
9911        "UMask": "0x1",
9912        "Unit": "UPI"
9913    },
9914    {
9915        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ1",
9916        "EventCode": "0x18",
9917        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ1",
9918        "PerPkg": "1",
9919        "UMask": "0x2",
9920        "Unit": "UPI"
9921    },
9922    {
9923        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ2",
9924        "EventCode": "0x18",
9925        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AD_VNA_EQ2",
9926        "PerPkg": "1",
9927        "UMask": "0x4",
9928        "Unit": "UPI"
9929    },
9930    {
9931        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ0",
9932        "EventCode": "0x18",
9933        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ0",
9934        "PerPkg": "1",
9935        "UMask": "0x10",
9936        "Unit": "UPI"
9937    },
9938    {
9939        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ1",
9940        "EventCode": "0x18",
9941        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ1",
9942        "PerPkg": "1",
9943        "UMask": "0x20",
9944        "Unit": "UPI"
9945    },
9946    {
9947        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ2",
9948        "EventCode": "0x18",
9949        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ2",
9950        "PerPkg": "1",
9951        "UMask": "0x40",
9952        "Unit": "UPI"
9953    },
9954    {
9955        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ3",
9956        "EventCode": "0x18",
9957        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.AK_VNA_EQ3",
9958        "PerPkg": "1",
9959        "UMask": "0x80",
9960        "Unit": "UPI"
9961    },
9962    {
9963        "BriefDescription": "UNC_UPI_FLOWQ_NO_VNA_CRD.BL_VNA_EQ0",
9964        "EventCode": "0x18",
9965        "EventName": "UNC_UPI_FLOWQ_NO_VNA_CRD.BL_VNA_EQ0",
9966        "PerPkg": "1",
9967        "UMask": "0x8",
9968        "Unit": "UPI"
9969    },
9970    {
9971        "BriefDescription": "Cycles Intel(R) UPI is in L1 power mode (shutdown)",
9972        "EventCode": "0x21",
9973        "EventName": "UNC_UPI_L1_POWER_CYCLES",
9974        "PerPkg": "1",
9975        "PublicDescription": "Counts cycles when the Intel(R) Ultra Path Interconnect (UPI) is in L1 power mode.  L1 is a mode that totally shuts down the UPI link.  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, this event only coutns when both links are shutdown.",
9976        "Unit": "UPI"
9977    },
9978    {
9979        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.BGF_CRD",
9980        "EventCode": "0x14",
9981        "EventName": "UNC_UPI_M3_BYP_BLOCKED.BGF_CRD",
9982        "PerPkg": "1",
9983        "UMask": "0x8",
9984        "Unit": "UPI"
9985    },
9986    {
9987        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AD_VNA_LE2",
9988        "EventCode": "0x14",
9989        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AD_VNA_LE2",
9990        "PerPkg": "1",
9991        "UMask": "0x1",
9992        "Unit": "UPI"
9993    },
9994    {
9995        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AK_VNA_LE3",
9996        "EventCode": "0x14",
9997        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_AK_VNA_LE3",
9998        "PerPkg": "1",
9999        "UMask": "0x4",
10000        "Unit": "UPI"
10001    },
10002    {
10003        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_BL_VNA_EQ0",
10004        "EventCode": "0x14",
10005        "EventName": "UNC_UPI_M3_BYP_BLOCKED.FLOWQ_BL_VNA_EQ0",
10006        "PerPkg": "1",
10007        "UMask": "0x2",
10008        "Unit": "UPI"
10009    },
10010    {
10011        "BriefDescription": "UNC_UPI_M3_BYP_BLOCKED.GV_BLOCK",
10012        "EventCode": "0x14",
10013        "EventName": "UNC_UPI_M3_BYP_BLOCKED.GV_BLOCK",
10014        "PerPkg": "1",
10015        "UMask": "0x10",
10016        "Unit": "UPI"
10017    },
10018    {
10019        "BriefDescription": "UNC_UPI_M3_CRD_RETURN_BLOCKED",
10020        "EventCode": "0x16",
10021        "EventName": "UNC_UPI_M3_CRD_RETURN_BLOCKED",
10022        "PerPkg": "1",
10023        "Unit": "UPI"
10024    },
10025    {
10026        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.BGF_CRD",
10027        "EventCode": "0x15",
10028        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.BGF_CRD",
10029        "PerPkg": "1",
10030        "UMask": "0x20",
10031        "Unit": "UPI"
10032    },
10033    {
10034        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_BTW_2_THRESH",
10035        "EventCode": "0x15",
10036        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_BTW_2_THRESH",
10037        "PerPkg": "1",
10038        "UMask": "0x2",
10039        "Unit": "UPI"
10040    },
10041    {
10042        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_LE2",
10043        "EventCode": "0x15",
10044        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AD_VNA_LE2",
10045        "PerPkg": "1",
10046        "UMask": "0x1",
10047        "Unit": "UPI"
10048    },
10049    {
10050        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AK_VNA_LE3",
10051        "EventCode": "0x15",
10052        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_AK_VNA_LE3",
10053        "PerPkg": "1",
10054        "UMask": "0x10",
10055        "Unit": "UPI"
10056    },
10057    {
10058        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_BTW_0_THRESH",
10059        "EventCode": "0x15",
10060        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_BTW_0_THRESH",
10061        "PerPkg": "1",
10062        "UMask": "0x8",
10063        "Unit": "UPI"
10064    },
10065    {
10066        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_EQ0",
10067        "EventCode": "0x15",
10068        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.FLOWQ_BL_VNA_EQ0",
10069        "PerPkg": "1",
10070        "UMask": "0x4",
10071        "Unit": "UPI"
10072    },
10073    {
10074        "BriefDescription": "UNC_UPI_M3_RXQ_BLOCKED.GV_BLOCK",
10075        "EventCode": "0x15",
10076        "EventName": "UNC_UPI_M3_RXQ_BLOCKED.GV_BLOCK",
10077        "PerPkg": "1",
10078        "UMask": "0x40",
10079        "Unit": "UPI"
10080    },
10081    {
10082        "BriefDescription": "Cycles where phy is not in L0, L0c, L0p, L1",
10083        "EventCode": "0x20",
10084        "EventName": "UNC_UPI_PHY_INIT_CYCLES",
10085        "PerPkg": "1",
10086        "Unit": "UPI"
10087    },
10088    {
10089        "BriefDescription": "L1 Req Nack",
10090        "EventCode": "0x23",
10091        "EventName": "UNC_UPI_POWER_L1_NACK",
10092        "PerPkg": "1",
10093        "PublicDescription": "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).",
10094        "Unit": "UPI"
10095    },
10096    {
10097        "BriefDescription": "L1 Req (same as L1 Ack).",
10098        "EventCode": "0x22",
10099        "EventName": "UNC_UPI_POWER_L1_REQ",
10100        "PerPkg": "1",
10101        "PublicDescription": "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).",
10102        "Unit": "UPI"
10103    },
10104    {
10105        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.ACK",
10106        "EventCode": "0x46",
10107        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.ACK",
10108        "PerPkg": "1",
10109        "UMask": "0x8",
10110        "Unit": "UPI"
10111    },
10112    {
10113        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VN0",
10114        "EventCode": "0x46",
10115        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VN0",
10116        "PerPkg": "1",
10117        "UMask": "0x2",
10118        "Unit": "UPI"
10119    },
10120    {
10121        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VN1",
10122        "EventCode": "0x46",
10123        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VN1",
10124        "PerPkg": "1",
10125        "UMask": "0x4",
10126        "Unit": "UPI"
10127    },
10128    {
10129        "BriefDescription": "UNC_UPI_REQ_SLOT2_FROM_M3.VNA",
10130        "EventCode": "0x46",
10131        "EventName": "UNC_UPI_REQ_SLOT2_FROM_M3.VNA",
10132        "PerPkg": "1",
10133        "UMask": "0x1",
10134        "Unit": "UPI"
10135    },
10136    {
10137        "BriefDescription": "Cycles the Rx of the Intel(R) UPI is in L0p power mode",
10138        "EventCode": "0x25",
10139        "EventName": "UNC_UPI_RxL0P_POWER_CYCLES",
10140        "PerPkg": "1",
10141        "PublicDescription": "Counts cycles when the receive side (Rx) of the Intel(R) Ultra Path Interconnect(UPI) is in L0p power mode. L0p is a mode where we disable 60% of the UPI lanes, decreasing our bandwidth in order to save power.",
10142        "Unit": "UPI"
10143    },
10144    {
10145        "BriefDescription": "Cycles in L0. Receive side.",
10146        "EventCode": "0x24",
10147        "EventName": "UNC_UPI_RxL0_POWER_CYCLES",
10148        "PerPkg": "1",
10149        "PublicDescription": "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.",
10150        "Unit": "UPI"
10151    },
10152    {
10153        "BriefDescription": "Matches on Receive path of a UPI Port; Non-Coherent Bypass",
10154        "EventCode": "0x5",
10155        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCB",
10156        "PerPkg": "1",
10157        "PublicDescription": "Match Message Class - NCB",
10158        "UMask": "0xe",
10159        "Unit": "UPI"
10160    },
10161    {
10162        "BriefDescription": "Matches on Receive path of a UPI Port; Non-Coherent Bypass",
10163        "EventCode": "0x5",
10164        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCB_OPC",
10165        "PerPkg": "1",
10166        "PublicDescription": "Match Message Class - NCB",
10167        "UMask": "0x10e",
10168        "Unit": "UPI"
10169    },
10170    {
10171        "BriefDescription": "Matches on Receive path of a UPI Port; Non-Coherent Standard",
10172        "EventCode": "0x5",
10173        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCS",
10174        "PerPkg": "1",
10175        "PublicDescription": "Match Message Class - NCS",
10176        "UMask": "0xf",
10177        "Unit": "UPI"
10178    },
10179    {
10180        "BriefDescription": "Matches on Receive path of a UPI Port; Non-Coherent Standard",
10181        "EventCode": "0x5",
10182        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.NCS_OPC",
10183        "PerPkg": "1",
10184        "PublicDescription": "Match Message Class - NCS",
10185        "UMask": "0x10f",
10186        "Unit": "UPI"
10187    },
10188    {
10189        "BriefDescription": "Matches on Receive path of a UPI Port; Request",
10190        "EventCode": "0x5",
10191        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.REQ",
10192        "PerPkg": "1",
10193        "PublicDescription": "REQ Message Class",
10194        "UMask": "0x8",
10195        "Unit": "UPI"
10196    },
10197    {
10198        "BriefDescription": "Matches on Receive path of a UPI Port; Request Opcode",
10199        "EventCode": "0x5",
10200        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.REQ_OPC",
10201        "PerPkg": "1",
10202        "PublicDescription": "Match REQ Opcodes - Specified in Umask[7:4]",
10203        "UMask": "0x108",
10204        "Unit": "UPI"
10205    },
10206    {
10207        "BriefDescription": "Matches on Receive path of a UPI Port; Response - Conflict",
10208        "EventCode": "0x5",
10209        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSPCNFLT",
10210        "PerPkg": "1",
10211        "UMask": "0x1aa",
10212        "Unit": "UPI"
10213    },
10214    {
10215        "BriefDescription": "Matches on Receive path of a UPI Port; Response - Invalid",
10216        "EventCode": "0x5",
10217        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSPI",
10218        "PerPkg": "1",
10219        "UMask": "0x12a",
10220        "Unit": "UPI"
10221    },
10222    {
10223        "BriefDescription": "Matches on Receive path of a UPI Port; Response - Data",
10224        "EventCode": "0x5",
10225        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSP_DATA",
10226        "PerPkg": "1",
10227        "PublicDescription": "Match Message Class -WB",
10228        "UMask": "0xc",
10229        "Unit": "UPI"
10230    },
10231    {
10232        "BriefDescription": "Matches on Receive path of a UPI Port; Response - Data",
10233        "EventCode": "0x5",
10234        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSP_DATA_OPC",
10235        "PerPkg": "1",
10236        "PublicDescription": "Match Message Class -WB",
10237        "UMask": "0x10c",
10238        "Unit": "UPI"
10239    },
10240    {
10241        "BriefDescription": "Matches on Receive path of a UPI Port; Response - No Data",
10242        "EventCode": "0x5",
10243        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSP_NODATA",
10244        "PerPkg": "1",
10245        "PublicDescription": "Match Message Class - RSP",
10246        "UMask": "0xa",
10247        "Unit": "UPI"
10248    },
10249    {
10250        "BriefDescription": "Matches on Receive path of a UPI Port; Response - No Data",
10251        "EventCode": "0x5",
10252        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.RSP_NODATA_OPC",
10253        "PerPkg": "1",
10254        "PublicDescription": "Match Message Class - RSP",
10255        "UMask": "0x10a",
10256        "Unit": "UPI"
10257    },
10258    {
10259        "BriefDescription": "Matches on Receive path of a UPI Port; Snoop",
10260        "EventCode": "0x5",
10261        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.SNP",
10262        "PerPkg": "1",
10263        "PublicDescription": "SNP Message Class",
10264        "UMask": "0x9",
10265        "Unit": "UPI"
10266    },
10267    {
10268        "BriefDescription": "Matches on Receive path of a UPI Port; Snoop Opcode",
10269        "EventCode": "0x5",
10270        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.SNP_OPC",
10271        "PerPkg": "1",
10272        "PublicDescription": "Match SNP Opcodes - Specified in Umask[7:4]",
10273        "UMask": "0x109",
10274        "Unit": "UPI"
10275    },
10276    {
10277        "BriefDescription": "Matches on Receive path of a UPI Port; Writeback",
10278        "EventCode": "0x5",
10279        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.WB",
10280        "PerPkg": "1",
10281        "PublicDescription": "Match Message Class -WB",
10282        "UMask": "0xd",
10283        "Unit": "UPI"
10284    },
10285    {
10286        "BriefDescription": "Matches on Receive path of a UPI Port; Writeback",
10287        "EventCode": "0x5",
10288        "EventName": "UNC_UPI_RxL_BASIC_HDR_MATCH.WB_OPC",
10289        "PerPkg": "1",
10290        "PublicDescription": "Match Message Class -WB",
10291        "UMask": "0x10d",
10292        "Unit": "UPI"
10293    },
10294    {
10295        "BriefDescription": "FLITs received which bypassed the Slot0 Receive Buffer",
10296        "EventCode": "0x31",
10297        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT0",
10298        "PerPkg": "1",
10299        "PublicDescription": "Counts incoming FLITs (FLow control unITs) which bypassed the slot0 RxQ buffer (Receive Queue) and passed directly to 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.",
10300        "UMask": "0x1",
10301        "Unit": "UPI"
10302    },
10303    {
10304        "BriefDescription": "FLITs received which bypassed the Slot0 Receive Buffer",
10305        "EventCode": "0x31",
10306        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT1",
10307        "PerPkg": "1",
10308        "PublicDescription": "Counts incoming FLITs (FLow control unITs) which bypassed the slot1 RxQ buffer  (Receive Queue) and passed 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.",
10309        "UMask": "0x2",
10310        "Unit": "UPI"
10311    },
10312    {
10313        "BriefDescription": "FLITs received which bypassed the Slot0 Receive Buffer",
10314        "EventCode": "0x31",
10315        "EventName": "UNC_UPI_RxL_BYPASSED.SLOT2",
10316        "PerPkg": "1",
10317        "PublicDescription": "Counts incoming FLITs (FLow control unITs) which bypassed the slot2 RxQ buffer (Receive Queue)  and passed directly to 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.",
10318        "UMask": "0x4",
10319        "Unit": "UPI"
10320    },
10321    {
10322        "BriefDescription": "CRC Errors Detected",
10323        "EventCode": "0xB",
10324        "EventName": "UNC_UPI_RxL_CRC_ERRORS",
10325        "PerPkg": "1",
10326        "PublicDescription": "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).",
10327        "Unit": "UPI"
10328    },
10329    {
10330        "BriefDescription": "LLR Requests Sent",
10331        "EventCode": "0x8",
10332        "EventName": "UNC_UPI_RxL_CRC_LLR_REQ_TRANSMIT",
10333        "PerPkg": "1",
10334        "PublicDescription": "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.",
10335        "Unit": "UPI"
10336    },
10337    {
10338        "BriefDescription": "VN0 Credit Consumed",
10339        "EventCode": "0x39",
10340        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VN0",
10341        "PerPkg": "1",
10342        "PublicDescription": "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.",
10343        "Unit": "UPI"
10344    },
10345    {
10346        "BriefDescription": "VN1 Credit Consumed",
10347        "EventCode": "0x3A",
10348        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VN1",
10349        "PerPkg": "1",
10350        "PublicDescription": "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.",
10351        "Unit": "UPI"
10352    },
10353    {
10354        "BriefDescription": "VNA Credit Consumed",
10355        "EventCode": "0x38",
10356        "EventName": "UNC_UPI_RxL_CREDITS_CONSUMED_VNA",
10357        "PerPkg": "1",
10358        "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.",
10359        "Unit": "UPI"
10360    },
10361    {
10362        "BriefDescription": "Valid data FLITs received from any slot",
10363        "EventCode": "0x3",
10364        "EventName": "UNC_UPI_RxL_FLITS.ALL_DATA",
10365        "PerPkg": "1",
10366        "PublicDescription": "Counts valid data FLITs  (80 bit FLow control unITs: 64bits of data) received from any of the 3 Intel(R) Ultra Path Interconnect (UPI) Receive Queue slots on this UPI unit.",
10367        "UMask": "0xf",
10368        "Unit": "UPI"
10369    },
10370    {
10371        "BriefDescription": "Null FLITs received from any slot",
10372        "EventCode": "0x3",
10373        "EventName": "UNC_UPI_RxL_FLITS.ALL_NULL",
10374        "PerPkg": "1",
10375        "PublicDescription": "Counts null FLITs (80 bit FLow control unITs) received from any of the 3 Intel(R) Ultra Path Interconnect (UPI) Receive Queue slots on this UPI unit.",
10376        "UMask": "0x27",
10377        "Unit": "UPI"
10378    },
10379    {
10380        "BriefDescription": "Valid Flits Received; Data",
10381        "EventCode": "0x3",
10382        "EventName": "UNC_UPI_RxL_FLITS.DATA",
10383        "PerPkg": "1",
10384        "PublicDescription": "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..",
10385        "UMask": "0x8",
10386        "Unit": "UPI"
10387    },
10388    {
10389        "BriefDescription": "Valid Flits Received; Idle",
10390        "EventCode": "0x3",
10391        "EventName": "UNC_UPI_RxL_FLITS.IDLE",
10392        "PerPkg": "1",
10393        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).",
10394        "UMask": "0x47",
10395        "Unit": "UPI"
10396    },
10397    {
10398        "BriefDescription": "Valid Flits Received; LLCRD Not Empty",
10399        "EventCode": "0x3",
10400        "EventName": "UNC_UPI_RxL_FLITS.LLCRD",
10401        "PerPkg": "1",
10402        "PublicDescription": "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",
10403        "UMask": "0x10",
10404        "Unit": "UPI"
10405    },
10406    {
10407        "BriefDescription": "Valid Flits Received; LLCTRL",
10408        "EventCode": "0x3",
10409        "EventName": "UNC_UPI_RxL_FLITS.LLCTRL",
10410        "PerPkg": "1",
10411        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Equivalent to an idle packet.  Enables counting of slot 0 LLCTRL messages.",
10412        "UMask": "0x40",
10413        "Unit": "UPI"
10414    },
10415    {
10416        "BriefDescription": "Protocol header and credit FLITs received from any slot",
10417        "EventCode": "0x3",
10418        "EventName": "UNC_UPI_RxL_FLITS.NON_DATA",
10419        "PerPkg": "1",
10420        "PublicDescription": "Counts protocol header and credit FLITs  (80 bit FLow control unITs) received from any of the 3 UPI slots on this UPI unit.",
10421        "UMask": "0x97",
10422        "Unit": "UPI"
10423    },
10424    {
10425        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_FLITS.ALL_NULL",
10426        "Deprecated": "1",
10427        "EventCode": "0x3",
10428        "EventName": "UNC_UPI_RxL_FLITS.NULL",
10429        "PerPkg": "1",
10430        "UMask": "0x20",
10431        "Unit": "UPI"
10432    },
10433    {
10434        "BriefDescription": "Valid Flits Received; Protocol Header",
10435        "EventCode": "0x3",
10436        "EventName": "UNC_UPI_RxL_FLITS.PROTHDR",
10437        "PerPkg": "1",
10438        "PublicDescription": "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)",
10439        "UMask": "0x80",
10440        "Unit": "UPI"
10441    },
10442    {
10443        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_FLITS.PROTHDR",
10444        "Deprecated": "1",
10445        "EventCode": "0x3",
10446        "EventName": "UNC_UPI_RxL_FLITS.PROT_HDR",
10447        "PerPkg": "1",
10448        "UMask": "0x80",
10449        "Unit": "UPI"
10450    },
10451    {
10452        "BriefDescription": "Valid Flits Received; Slot 0",
10453        "EventCode": "0x3",
10454        "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
10455        "PerPkg": "1",
10456        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 0 - Other mask bits determine types of headers to count.",
10457        "UMask": "0x1",
10458        "Unit": "UPI"
10459    },
10460    {
10461        "BriefDescription": "Valid Flits Received; Slot 1",
10462        "EventCode": "0x3",
10463        "EventName": "UNC_UPI_RxL_FLITS.SLOT1",
10464        "PerPkg": "1",
10465        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 1 - Other mask bits determine types of headers to count.",
10466        "UMask": "0x2",
10467        "Unit": "UPI"
10468    },
10469    {
10470        "BriefDescription": "Valid Flits Received; Slot 2",
10471        "EventCode": "0x3",
10472        "EventName": "UNC_UPI_RxL_FLITS.SLOT2",
10473        "PerPkg": "1",
10474        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 2 - Other mask bits determine types of headers to count.",
10475        "UMask": "0x4",
10476        "Unit": "UPI"
10477    },
10478    {
10479        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.NCB",
10480        "Deprecated": "1",
10481        "EventCode": "0x5",
10482        "EventName": "UNC_UPI_RxL_HDR_MATCH.NCB",
10483        "PerPkg": "1",
10484        "UMask": "0xc",
10485        "Unit": "UPI"
10486    },
10487    {
10488        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.NCS",
10489        "Deprecated": "1",
10490        "EventCode": "0x5",
10491        "EventName": "UNC_UPI_RxL_HDR_MATCH.NCS",
10492        "PerPkg": "1",
10493        "UMask": "0xd",
10494        "Unit": "UPI"
10495    },
10496    {
10497        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.REQ",
10498        "Deprecated": "1",
10499        "EventCode": "0x5",
10500        "EventName": "UNC_UPI_RxL_HDR_MATCH.REQ",
10501        "PerPkg": "1",
10502        "UMask": "0x8",
10503        "Unit": "UPI"
10504    },
10505    {
10506        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.RSP_DATA",
10507        "Deprecated": "1",
10508        "EventCode": "0x5",
10509        "EventName": "UNC_UPI_RxL_HDR_MATCH.RSP",
10510        "PerPkg": "1",
10511        "UMask": "0xa",
10512        "Unit": "UPI"
10513    },
10514    {
10515        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.SNP",
10516        "Deprecated": "1",
10517        "EventCode": "0x5",
10518        "EventName": "UNC_UPI_RxL_HDR_MATCH.SNP",
10519        "PerPkg": "1",
10520        "UMask": "0x9",
10521        "Unit": "UPI"
10522    },
10523    {
10524        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_RxL_BASIC_HDR_MATCH.WB",
10525        "Deprecated": "1",
10526        "EventCode": "0x5",
10527        "EventName": "UNC_UPI_RxL_HDR_MATCH.WB",
10528        "PerPkg": "1",
10529        "UMask": "0xb",
10530        "Unit": "UPI"
10531    },
10532    {
10533        "BriefDescription": "RxQ Flit Buffer Allocations; Slot 0",
10534        "EventCode": "0x30",
10535        "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
10536        "PerPkg": "1",
10537        "PublicDescription": "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.",
10538        "UMask": "0x1",
10539        "Unit": "UPI"
10540    },
10541    {
10542        "BriefDescription": "RxQ Flit Buffer Allocations; Slot 1",
10543        "EventCode": "0x30",
10544        "EventName": "UNC_UPI_RxL_INSERTS.SLOT1",
10545        "PerPkg": "1",
10546        "PublicDescription": "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.",
10547        "UMask": "0x2",
10548        "Unit": "UPI"
10549    },
10550    {
10551        "BriefDescription": "RxQ Flit Buffer Allocations; Slot 2",
10552        "EventCode": "0x30",
10553        "EventName": "UNC_UPI_RxL_INSERTS.SLOT2",
10554        "PerPkg": "1",
10555        "PublicDescription": "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.",
10556        "UMask": "0x4",
10557        "Unit": "UPI"
10558    },
10559    {
10560        "BriefDescription": "RxQ Occupancy - All Packets; Slot 0",
10561        "EventCode": "0x32",
10562        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
10563        "PerPkg": "1",
10564        "PublicDescription": "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.",
10565        "UMask": "0x1",
10566        "Unit": "UPI"
10567    },
10568    {
10569        "BriefDescription": "RxQ Occupancy - All Packets; Slot 1",
10570        "EventCode": "0x32",
10571        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT1",
10572        "PerPkg": "1",
10573        "PublicDescription": "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.",
10574        "UMask": "0x2",
10575        "Unit": "UPI"
10576    },
10577    {
10578        "BriefDescription": "RxQ Occupancy - All Packets; Slot 2",
10579        "EventCode": "0x32",
10580        "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT2",
10581        "PerPkg": "1",
10582        "PublicDescription": "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.",
10583        "UMask": "0x4",
10584        "Unit": "UPI"
10585    },
10586    {
10587        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ1",
10588        "EventCode": "0x33",
10589        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ1",
10590        "PerPkg": "1",
10591        "UMask": "0x1",
10592        "Unit": "UPI"
10593    },
10594    {
10595        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ2",
10596        "EventCode": "0x33",
10597        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S0_RXQ2",
10598        "PerPkg": "1",
10599        "UMask": "0x2",
10600        "Unit": "UPI"
10601    },
10602    {
10603        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ0",
10604        "EventCode": "0x33",
10605        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ0",
10606        "PerPkg": "1",
10607        "UMask": "0x4",
10608        "Unit": "UPI"
10609    },
10610    {
10611        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ2",
10612        "EventCode": "0x33",
10613        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S1_RXQ2",
10614        "PerPkg": "1",
10615        "UMask": "0x8",
10616        "Unit": "UPI"
10617    },
10618    {
10619        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ0",
10620        "EventCode": "0x33",
10621        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ0",
10622        "PerPkg": "1",
10623        "UMask": "0x10",
10624        "Unit": "UPI"
10625    },
10626    {
10627        "BriefDescription": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ1",
10628        "EventCode": "0x33",
10629        "EventName": "UNC_UPI_RxL_SLOT_BYPASS.S2_RXQ1",
10630        "PerPkg": "1",
10631        "UMask": "0x20",
10632        "Unit": "UPI"
10633    },
10634    {
10635        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.CFG_CTL",
10636        "EventCode": "0x2A",
10637        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.CFG_CTL",
10638        "PerPkg": "1",
10639        "UMask": "0x1",
10640        "Unit": "UPI"
10641    },
10642    {
10643        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.DFX",
10644        "EventCode": "0x2A",
10645        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.DFX",
10646        "PerPkg": "1",
10647        "UMask": "0x40",
10648        "Unit": "UPI"
10649    },
10650    {
10651        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RETRY",
10652        "EventCode": "0x2A",
10653        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RETRY",
10654        "PerPkg": "1",
10655        "UMask": "0x20",
10656        "Unit": "UPI"
10657    },
10658    {
10659        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ",
10660        "EventCode": "0x2A",
10661        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ",
10662        "PerPkg": "1",
10663        "UMask": "0x2",
10664        "Unit": "UPI"
10665    },
10666    {
10667        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_BYPASS",
10668        "EventCode": "0x2A",
10669        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_BYPASS",
10670        "PerPkg": "1",
10671        "UMask": "0x4",
10672        "Unit": "UPI"
10673    },
10674    {
10675        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_CRED",
10676        "EventCode": "0x2A",
10677        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.RXQ_CRED",
10678        "PerPkg": "1",
10679        "UMask": "0x8",
10680        "Unit": "UPI"
10681    },
10682    {
10683        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.SPARE",
10684        "EventCode": "0x2A",
10685        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.SPARE",
10686        "PerPkg": "1",
10687        "UMask": "0x80",
10688        "Unit": "UPI"
10689    },
10690    {
10691        "BriefDescription": "UNC_UPI_TxL0P_CLK_ACTIVE.TXQ",
10692        "EventCode": "0x2A",
10693        "EventName": "UNC_UPI_TxL0P_CLK_ACTIVE.TXQ",
10694        "PerPkg": "1",
10695        "UMask": "0x10",
10696        "Unit": "UPI"
10697    },
10698    {
10699        "BriefDescription": "Cycles in which the Tx of the Intel(R) Ultra Path Interconnect (UPI) is in L0p power mode",
10700        "EventCode": "0x27",
10701        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES",
10702        "PerPkg": "1",
10703        "PublicDescription": "Counts cycles when the transmit side (Tx) of the Intel(R) Ultra Path Interconnect(UPI) is in L0p power mode. L0p is a mode where we disable 60% of the UPI lanes, decreasing our bandwidth in order to save power.",
10704        "Unit": "UPI"
10705    },
10706    {
10707        "BriefDescription": "UNC_UPI_TxL0P_POWER_CYCLES_LL_ENTER",
10708        "EventCode": "0x28",
10709        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES_LL_ENTER",
10710        "PerPkg": "1",
10711        "Unit": "UPI"
10712    },
10713    {
10714        "BriefDescription": "UNC_UPI_TxL0P_POWER_CYCLES_M3_EXIT",
10715        "EventCode": "0x29",
10716        "EventName": "UNC_UPI_TxL0P_POWER_CYCLES_M3_EXIT",
10717        "PerPkg": "1",
10718        "Unit": "UPI"
10719    },
10720    {
10721        "BriefDescription": "Cycles in L0. Transmit side.",
10722        "EventCode": "0x26",
10723        "EventName": "UNC_UPI_TxL0_POWER_CYCLES",
10724        "PerPkg": "1",
10725        "PublicDescription": "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.",
10726        "Unit": "UPI"
10727    },
10728    {
10729        "BriefDescription": "Matches on Transmit path of a UPI Port; Non-Coherent Bypass",
10730        "EventCode": "0x4",
10731        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCB",
10732        "PerPkg": "1",
10733        "PublicDescription": "Match Message Class - NCB",
10734        "UMask": "0xe",
10735        "Unit": "UPI"
10736    },
10737    {
10738        "BriefDescription": "Matches on Transmit path of a UPI Port; Non-Coherent Bypass",
10739        "EventCode": "0x4",
10740        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCB_OPC",
10741        "PerPkg": "1",
10742        "PublicDescription": "Match Message Class - NCB",
10743        "UMask": "0x10e",
10744        "Unit": "UPI"
10745    },
10746    {
10747        "BriefDescription": "Matches on Transmit path of a UPI Port; Non-Coherent Standard",
10748        "EventCode": "0x4",
10749        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCS",
10750        "PerPkg": "1",
10751        "PublicDescription": "Match Message Class - NCS",
10752        "UMask": "0xf",
10753        "Unit": "UPI"
10754    },
10755    {
10756        "BriefDescription": "Matches on Transmit path of a UPI Port; Non-Coherent Standard",
10757        "EventCode": "0x4",
10758        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.NCS_OPC",
10759        "PerPkg": "1",
10760        "PublicDescription": "Match Message Class - NCS",
10761        "UMask": "0x10f",
10762        "Unit": "UPI"
10763    },
10764    {
10765        "BriefDescription": "Matches on Transmit path of a UPI Port; Request",
10766        "EventCode": "0x4",
10767        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.REQ",
10768        "PerPkg": "1",
10769        "PublicDescription": "REQ Message Class",
10770        "UMask": "0x8",
10771        "Unit": "UPI"
10772    },
10773    {
10774        "BriefDescription": "Matches on Transmit path of a UPI Port; Request Opcode",
10775        "EventCode": "0x4",
10776        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.REQ_OPC",
10777        "PerPkg": "1",
10778        "PublicDescription": "Match REQ Opcodes - Specified in Umask[7:4]",
10779        "UMask": "0x108",
10780        "Unit": "UPI"
10781    },
10782    {
10783        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - Conflict",
10784        "EventCode": "0x4",
10785        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSPCNFLT",
10786        "PerPkg": "1",
10787        "UMask": "0x1aa",
10788        "Unit": "UPI"
10789    },
10790    {
10791        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - Invalid",
10792        "EventCode": "0x4",
10793        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSPI",
10794        "PerPkg": "1",
10795        "UMask": "0x12a",
10796        "Unit": "UPI"
10797    },
10798    {
10799        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - Data",
10800        "EventCode": "0x4",
10801        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_DATA",
10802        "PerPkg": "1",
10803        "PublicDescription": "Match Message Class -WB",
10804        "UMask": "0xc",
10805        "Unit": "UPI"
10806    },
10807    {
10808        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - Data",
10809        "EventCode": "0x4",
10810        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_DATA_OPC",
10811        "PerPkg": "1",
10812        "PublicDescription": "Match Message Class -WB",
10813        "UMask": "0x10c",
10814        "Unit": "UPI"
10815    },
10816    {
10817        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - No Data",
10818        "EventCode": "0x4",
10819        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_NODATA",
10820        "PerPkg": "1",
10821        "PublicDescription": "Match Message Class - RSP",
10822        "UMask": "0xa",
10823        "Unit": "UPI"
10824    },
10825    {
10826        "BriefDescription": "Matches on Transmit path of a UPI Port; Response - No Data",
10827        "EventCode": "0x4",
10828        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_NODATA_OPC",
10829        "PerPkg": "1",
10830        "PublicDescription": "Match Message Class - RSP",
10831        "UMask": "0x10a",
10832        "Unit": "UPI"
10833    },
10834    {
10835        "BriefDescription": "Matches on Transmit path of a UPI Port; Snoop",
10836        "EventCode": "0x4",
10837        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.SNP",
10838        "PerPkg": "1",
10839        "PublicDescription": "SNP Message Class",
10840        "UMask": "0x9",
10841        "Unit": "UPI"
10842    },
10843    {
10844        "BriefDescription": "Matches on Transmit path of a UPI Port; Snoop Opcode",
10845        "EventCode": "0x4",
10846        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.SNP_OPC",
10847        "PerPkg": "1",
10848        "PublicDescription": "Match SNP Opcodes - Specified in Umask[7:4]",
10849        "UMask": "0x109",
10850        "Unit": "UPI"
10851    },
10852    {
10853        "BriefDescription": "Matches on Transmit path of a UPI Port; Writeback",
10854        "EventCode": "0x4",
10855        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.WB",
10856        "PerPkg": "1",
10857        "PublicDescription": "Match Message Class -WB",
10858        "UMask": "0xd",
10859        "Unit": "UPI"
10860    },
10861    {
10862        "BriefDescription": "Matches on Transmit path of a UPI Port; Writeback",
10863        "EventCode": "0x4",
10864        "EventName": "UNC_UPI_TxL_BASIC_HDR_MATCH.WB_OPC",
10865        "PerPkg": "1",
10866        "PublicDescription": "Match Message Class -WB",
10867        "UMask": "0x10d",
10868        "Unit": "UPI"
10869    },
10870    {
10871        "BriefDescription": "FLITs that bypassed the TxL Buffer",
10872        "EventCode": "0x41",
10873        "EventName": "UNC_UPI_TxL_BYPASSED",
10874        "PerPkg": "1",
10875        "PublicDescription": "Counts incoming FLITs (FLow control unITs) which bypassed the TxL(transmit) FLIT buffer and pass directly out the UPI Link. Generally, when data is transmitted across the Intel(R) Ultra Path Interconnect (UPI), it will bypass the TxQ and pass directly to the link.  However, the TxQ will be used in L0p (Low Power) mode and (Link Layer Retry) LLR  mode, increasing latency to transfer out to the link.",
10876        "Unit": "UPI"
10877    },
10878    {
10879        "BriefDescription": "Valid data FLITs transmitted via any slot",
10880        "EventCode": "0x2",
10881        "EventName": "UNC_UPI_TxL_FLITS.ALL_DATA",
10882        "PerPkg": "1",
10883        "PublicDescription": "Counts valid data FLITs (80 bit FLow control unITs: 64bits of data) transmitted (TxL) via any of the 3 Intel(R) Ultra Path Interconnect (UPI) slots on this UPI unit.",
10884        "UMask": "0xf",
10885        "Unit": "UPI"
10886    },
10887    {
10888        "BriefDescription": "Null FLITs transmitted from any slot",
10889        "EventCode": "0x2",
10890        "EventName": "UNC_UPI_TxL_FLITS.ALL_NULL",
10891        "PerPkg": "1",
10892        "PublicDescription": "Counts null FLITs (80 bit FLow control unITs) transmitted via any of the 3 Intel(R) Ulra Path Interconnect (UPI) slots on this UPI unit.",
10893        "UMask": "0x27",
10894        "Unit": "UPI"
10895    },
10896    {
10897        "BriefDescription": "Valid Flits Sent; Data",
10898        "EventCode": "0x2",
10899        "EventName": "UNC_UPI_TxL_FLITS.DATA",
10900        "PerPkg": "1",
10901        "PublicDescription": "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..",
10902        "UMask": "0x8",
10903        "Unit": "UPI"
10904    },
10905    {
10906        "BriefDescription": "Idle FLITs transmitted",
10907        "EventCode": "0x2",
10908        "EventName": "UNC_UPI_TxL_FLITS.IDLE",
10909        "PerPkg": "1",
10910        "PublicDescription": "Counts when the Intel Ultra Path Interconnect(UPI) transmits an idle FLIT(80 bit FLow control unITs).  Every UPI cycle must be sending either data FLITs, protocol/credit FLITs or idle FLITs.",
10911        "UMask": "0x47",
10912        "Unit": "UPI"
10913    },
10914    {
10915        "BriefDescription": "Valid Flits Sent; LLCRD Not Empty",
10916        "EventCode": "0x2",
10917        "EventName": "UNC_UPI_TxL_FLITS.LLCRD",
10918        "PerPkg": "1",
10919        "PublicDescription": "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",
10920        "UMask": "0x10",
10921        "Unit": "UPI"
10922    },
10923    {
10924        "BriefDescription": "Valid Flits Sent; LLCTRL",
10925        "EventCode": "0x2",
10926        "EventName": "UNC_UPI_TxL_FLITS.LLCTRL",
10927        "PerPkg": "1",
10928        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Equivalent to an idle packet.  Enables counting of slot 0 LLCTRL messages.",
10929        "UMask": "0x40",
10930        "Unit": "UPI"
10931    },
10932    {
10933        "BriefDescription": "Protocol header and credit FLITs transmitted across any slot",
10934        "EventCode": "0x2",
10935        "EventName": "UNC_UPI_TxL_FLITS.NON_DATA",
10936        "PerPkg": "1",
10937        "PublicDescription": "Counts protocol header and credit FLITs (80 bit FLow control unITs) transmitted across any of the 3 UPI (Ultra Path Interconnect) slots on this UPI unit.",
10938        "UMask": "0x97",
10939        "Unit": "UPI"
10940    },
10941    {
10942        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_FLITS.ALL_NULL",
10943        "Deprecated": "1",
10944        "EventCode": "0x2",
10945        "EventName": "UNC_UPI_TxL_FLITS.NULL",
10946        "PerPkg": "1",
10947        "UMask": "0x20",
10948        "Unit": "UPI"
10949    },
10950    {
10951        "BriefDescription": "Valid Flits Sent; Protocol Header",
10952        "EventCode": "0x2",
10953        "EventName": "UNC_UPI_TxL_FLITS.PROTHDR",
10954        "PerPkg": "1",
10955        "PublicDescription": "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)",
10956        "UMask": "0x80",
10957        "Unit": "UPI"
10958    },
10959    {
10960        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_FLITS.PROTHDR",
10961        "Deprecated": "1",
10962        "EventCode": "0x2",
10963        "EventName": "UNC_UPI_TxL_FLITS.PROT_HDR",
10964        "PerPkg": "1",
10965        "UMask": "0x80",
10966        "Unit": "UPI"
10967    },
10968    {
10969        "BriefDescription": "Valid Flits Sent; Slot 0",
10970        "EventCode": "0x2",
10971        "EventName": "UNC_UPI_TxL_FLITS.SLOT0",
10972        "PerPkg": "1",
10973        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 0 - Other mask bits determine types of headers to count.",
10974        "UMask": "0x1",
10975        "Unit": "UPI"
10976    },
10977    {
10978        "BriefDescription": "Valid Flits Sent; Slot 1",
10979        "EventCode": "0x2",
10980        "EventName": "UNC_UPI_TxL_FLITS.SLOT1",
10981        "PerPkg": "1",
10982        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 1 - Other mask bits determine types of headers to count.",
10983        "UMask": "0x2",
10984        "Unit": "UPI"
10985    },
10986    {
10987        "BriefDescription": "Valid Flits Sent; Slot 2",
10988        "EventCode": "0x2",
10989        "EventName": "UNC_UPI_TxL_FLITS.SLOT2",
10990        "PerPkg": "1",
10991        "PublicDescription": "Shows legal flit time (hides impact of L0p and L0c).; Count Slot 2 - Other mask bits determine types of headers to count.",
10992        "UMask": "0x4",
10993        "Unit": "UPI"
10994    },
10995    {
10996        "BriefDescription": "This event is deprecated.",
10997        "Deprecated": "1",
10998        "EventCode": "0x4",
10999        "EventName": "UNC_UPI_TxL_HDR_MATCH.DATA_HDR",
11000        "PerPkg": "1",
11001        "Unit": "UPI"
11002    },
11003    {
11004        "BriefDescription": "This event is deprecated.",
11005        "Deprecated": "1",
11006        "EventCode": "0x4",
11007        "EventName": "UNC_UPI_TxL_HDR_MATCH.DUAL_SLOT_HDR",
11008        "PerPkg": "1",
11009        "Unit": "UPI"
11010    },
11011    {
11012        "BriefDescription": "This event is deprecated.",
11013        "Deprecated": "1",
11014        "EventCode": "0x4",
11015        "EventName": "UNC_UPI_TxL_HDR_MATCH.LOC",
11016        "PerPkg": "1",
11017        "Unit": "UPI"
11018    },
11019    {
11020        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.NCB",
11021        "Deprecated": "1",
11022        "EventCode": "0x4",
11023        "EventName": "UNC_UPI_TxL_HDR_MATCH.NCB",
11024        "PerPkg": "1",
11025        "UMask": "0xe",
11026        "Unit": "UPI"
11027    },
11028    {
11029        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.NCS",
11030        "Deprecated": "1",
11031        "EventCode": "0x4",
11032        "EventName": "UNC_UPI_TxL_HDR_MATCH.NCS",
11033        "PerPkg": "1",
11034        "UMask": "0xf",
11035        "Unit": "UPI"
11036    },
11037    {
11038        "BriefDescription": "This event is deprecated.",
11039        "Deprecated": "1",
11040        "EventCode": "0x4",
11041        "EventName": "UNC_UPI_TxL_HDR_MATCH.NON_DATA_HDR",
11042        "PerPkg": "1",
11043        "Unit": "UPI"
11044    },
11045    {
11046        "BriefDescription": "This event is deprecated.",
11047        "Deprecated": "1",
11048        "EventCode": "0x4",
11049        "EventName": "UNC_UPI_TxL_HDR_MATCH.REM",
11050        "PerPkg": "1",
11051        "Unit": "UPI"
11052    },
11053    {
11054        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.REQ",
11055        "Deprecated": "1",
11056        "EventCode": "0x4",
11057        "EventName": "UNC_UPI_TxL_HDR_MATCH.REQ",
11058        "PerPkg": "1",
11059        "UMask": "0x8",
11060        "Unit": "UPI"
11061    },
11062    {
11063        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_DATA",
11064        "Deprecated": "1",
11065        "EventCode": "0x4",
11066        "EventName": "UNC_UPI_TxL_HDR_MATCH.RSP_DATA",
11067        "PerPkg": "1",
11068        "UMask": "0xc",
11069        "Unit": "UPI"
11070    },
11071    {
11072        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.RSP_NODATA",
11073        "Deprecated": "1",
11074        "EventCode": "0x4",
11075        "EventName": "UNC_UPI_TxL_HDR_MATCH.RSP_NODATA",
11076        "PerPkg": "1",
11077        "UMask": "0xa",
11078        "Unit": "UPI"
11079    },
11080    {
11081        "BriefDescription": "This event is deprecated.",
11082        "Deprecated": "1",
11083        "EventCode": "0x4",
11084        "EventName": "UNC_UPI_TxL_HDR_MATCH.SGL_SLOT_HDR",
11085        "PerPkg": "1",
11086        "Unit": "UPI"
11087    },
11088    {
11089        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.SNP",
11090        "Deprecated": "1",
11091        "EventCode": "0x4",
11092        "EventName": "UNC_UPI_TxL_HDR_MATCH.SNP",
11093        "PerPkg": "1",
11094        "UMask": "0x9",
11095        "Unit": "UPI"
11096    },
11097    {
11098        "BriefDescription": "This event is deprecated. Refer to new event UNC_UPI_TxL_BASIC_HDR_MATCH.WB",
11099        "Deprecated": "1",
11100        "EventCode": "0x4",
11101        "EventName": "UNC_UPI_TxL_HDR_MATCH.WB",
11102        "PerPkg": "1",
11103        "UMask": "0xc",
11104        "Unit": "UPI"
11105    },
11106    {
11107        "BriefDescription": "Tx Flit Buffer Allocations",
11108        "EventCode": "0x40",
11109        "EventName": "UNC_UPI_TxL_INSERTS",
11110        "PerPkg": "1",
11111        "PublicDescription": "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.",
11112        "Unit": "UPI"
11113    },
11114    {
11115        "BriefDescription": "Tx Flit Buffer Occupancy",
11116        "EventCode": "0x42",
11117        "EventName": "UNC_UPI_TxL_OCCUPANCY",
11118        "PerPkg": "1",
11119        "PublicDescription": "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.",
11120        "Unit": "UPI"
11121    },
11122    {
11123        "BriefDescription": "UNC_UPI_VNA_CREDIT_RETURN_BLOCKED_VN01",
11124        "EventCode": "0x45",
11125        "EventName": "UNC_UPI_VNA_CREDIT_RETURN_BLOCKED_VN01",
11126        "PerPkg": "1",
11127        "Unit": "UPI"
11128    },
11129    {
11130        "BriefDescription": "VNA Credits Pending Return - Occupancy",
11131        "EventCode": "0x44",
11132        "EventName": "UNC_UPI_VNA_CREDIT_RETURN_OCCUPANCY",
11133        "PerPkg": "1",
11134        "PublicDescription": "Number of VNA credits in the Rx side that are waitng to be returned back across the link.",
11135        "Unit": "UPI"
11136    },
11137    {
11138        "BriefDescription": "Clockticks in the UBOX using a dedicated 48-bit Fixed Counter",
11139        "EventCode": "0xff",
11140        "EventName": "UNC_U_CLOCKTICKS",
11141        "PerPkg": "1",
11142        "Unit": "UBOX"
11143    },
11144    {
11145        "BriefDescription": "Message Received",
11146        "EventCode": "0x42",
11147        "EventName": "UNC_U_EVENT_MSG.DOORBELL_RCVD",
11148        "PerPkg": "1",
11149        "PublicDescription": "Virtual Logical Wire (legacy) message were received from Uncore.",
11150        "UMask": "0x8",
11151        "Unit": "UBOX"
11152    },
11153    {
11154        "BriefDescription": "Message Received",
11155        "EventCode": "0x42",
11156        "EventName": "UNC_U_EVENT_MSG.INT_PRIO",
11157        "PerPkg": "1",
11158        "PublicDescription": "Virtual Logical Wire (legacy) message were received from Uncore.",
11159        "UMask": "0x10",
11160        "Unit": "UBOX"
11161    },
11162    {
11163        "BriefDescription": "Message Received; IPI",
11164        "EventCode": "0x42",
11165        "EventName": "UNC_U_EVENT_MSG.IPI_RCVD",
11166        "PerPkg": "1",
11167        "PublicDescription": "Virtual Logical Wire (legacy) message were received from Uncore.; Inter Processor Interrupts",
11168        "UMask": "0x4",
11169        "Unit": "UBOX"
11170    },
11171    {
11172        "BriefDescription": "Message Received; MSI",
11173        "EventCode": "0x42",
11174        "EventName": "UNC_U_EVENT_MSG.MSI_RCVD",
11175        "PerPkg": "1",
11176        "PublicDescription": "Virtual Logical Wire (legacy) message were received from Uncore.; Message Signaled Interrupts - interrupts sent by devices (including PCIe via IOxAPIC) (Socket Mode only)",
11177        "UMask": "0x2",
11178        "Unit": "UBOX"
11179    },
11180    {
11181        "BriefDescription": "Message Received; VLW",
11182        "EventCode": "0x42",
11183        "EventName": "UNC_U_EVENT_MSG.VLW_RCVD",
11184        "PerPkg": "1",
11185        "PublicDescription": "Virtual Logical Wire (legacy) message were received from Uncore.",
11186        "UMask": "0x1",
11187        "Unit": "UBOX"
11188    },
11189    {
11190        "BriefDescription": "IDI Lock/SplitLock Cycles",
11191        "EventCode": "0x44",
11192        "EventName": "UNC_U_LOCK_CYCLES",
11193        "PerPkg": "1",
11194        "PublicDescription": "Number of times an IDI Lock/SplitLock sequence was started",
11195        "Unit": "UBOX"
11196    },
11197    {
11198        "BriefDescription": "Cycles PHOLD Assert to Ack; Assert to ACK",
11199        "EventCode": "0x45",
11200        "EventName": "UNC_U_PHOLD_CYCLES.ASSERT_TO_ACK",
11201        "PerPkg": "1",
11202        "PublicDescription": "PHOLD cycles.",
11203        "UMask": "0x1",
11204        "Unit": "UBOX"
11205    },
11206    {
11207        "BriefDescription": "UNC_U_RACU_DRNG.PFTCH_BUF_EMPTY",
11208        "EventCode": "0x4C",
11209        "EventName": "UNC_U_RACU_DRNG.PFTCH_BUF_EMPTY",
11210        "PerPkg": "1",
11211        "UMask": "0x4",
11212        "Unit": "UBOX"
11213    },
11214    {
11215        "BriefDescription": "UNC_U_RACU_DRNG.RDRAND",
11216        "EventCode": "0x4C",
11217        "EventName": "UNC_U_RACU_DRNG.RDRAND",
11218        "PerPkg": "1",
11219        "UMask": "0x1",
11220        "Unit": "UBOX"
11221    },
11222    {
11223        "BriefDescription": "UNC_U_RACU_DRNG.RDSEED",
11224        "EventCode": "0x4C",
11225        "EventName": "UNC_U_RACU_DRNG.RDSEED",
11226        "PerPkg": "1",
11227        "UMask": "0x2",
11228        "Unit": "UBOX"
11229    },
11230    {
11231        "BriefDescription": "RACU Request",
11232        "EventCode": "0x46",
11233        "EventName": "UNC_U_RACU_REQUESTS",
11234        "PerPkg": "1",
11235        "PublicDescription": "Number outstanding register requests within message channel tracker",
11236        "Unit": "UBOX"
11237    },
11238    {
11239        "BriefDescription": "UPI interconnect send bandwidth for payload. Derived from unc_upi_txl_flits.all_data",
11240        "EventCode": "0x2",
11241        "EventName": "UPI_DATA_BANDWIDTH_TX",
11242        "PerPkg": "1",
11243        "PublicDescription": "Counts valid data FLITs (80 bit FLow control unITs: 64bits of data) transmitted (TxL) via any of the 3 Intel(R) Ultra Path Interconnect (UPI) slots on this UPI unit.",
11244        "ScaleUnit": "7.11E-06Bytes",
11245        "UMask": "0xf",
11246        "Unit": "UPI"
11247    }
11248]
11249