xref: /freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/other.json (revision 18054d0220cfc8df9c9568c437bd6fbb59d53c3c)
192b14858SMatt Macy[
292b14858SMatt Macy    {
352d973f5SAlexander Motin        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the Non-AVX turbo schedule.",
492b14858SMatt Macy        "Counter": "0,1,2,3",
552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
652d973f5SAlexander Motin        "EventCode": "0x28",
752d973f5SAlexander Motin        "EventName": "CORE_POWER.LVL0_TURBO_LICENSE",
852d973f5SAlexander Motin        "PublicDescription": "Core cycles where the core was running with power-delivery for baseline license level 0.  This includes non-AVX codes, SSE, AVX 128-bit, and low-current AVX 256-bit codes.",
952d973f5SAlexander Motin        "SampleAfterValue": "200003",
1052d973f5SAlexander Motin        "UMask": "0x7"
1192b14858SMatt Macy    },
1292b14858SMatt Macy    {
1352d973f5SAlexander Motin        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the AVX2 turbo schedule.",
1492b14858SMatt Macy        "Counter": "0,1,2,3",
1552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
1652d973f5SAlexander Motin        "EventCode": "0x28",
1752d973f5SAlexander Motin        "EventName": "CORE_POWER.LVL1_TURBO_LICENSE",
1852d973f5SAlexander Motin        "PublicDescription": "Core cycles where the core was running with power-delivery for license level 1.  This includes high current AVX 256-bit instructions as well as low current AVX 512-bit instructions.",
1952d973f5SAlexander Motin        "SampleAfterValue": "200003",
2052d973f5SAlexander Motin        "UMask": "0x18"
2192b14858SMatt Macy    },
2292b14858SMatt Macy    {
2352d973f5SAlexander Motin        "BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the AVX512 turbo schedule.",
2492b14858SMatt Macy        "Counter": "0,1,2,3",
2552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
2652d973f5SAlexander Motin        "EventCode": "0x28",
2752d973f5SAlexander Motin        "EventName": "CORE_POWER.LVL2_TURBO_LICENSE",
2852d973f5SAlexander Motin        "PublicDescription": "Core cycles where the core was running with power-delivery for license level 2 (introduced in Skylake Server michroarchtecture).  This includes high current AVX 512-bit instructions.",
2952d973f5SAlexander Motin        "SampleAfterValue": "200003",
3052d973f5SAlexander Motin        "UMask": "0x20"
3192b14858SMatt Macy    },
3292b14858SMatt Macy    {
3352d973f5SAlexander Motin        "BriefDescription": "Core cycles the core was throttled due to a pending power level request.",
3492b14858SMatt Macy        "Counter": "0,1,2,3",
3552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
3652d973f5SAlexander Motin        "EventCode": "0x28",
3752d973f5SAlexander Motin        "EventName": "CORE_POWER.THROTTLE",
3852d973f5SAlexander Motin        "PublicDescription": "Core cycles the out-of-order engine was throttled due to a pending power level request.",
3952d973f5SAlexander Motin        "SampleAfterValue": "200003",
4052d973f5SAlexander Motin        "UMask": "0x40"
4192b14858SMatt Macy    },
4292b14858SMatt Macy    {
4352d973f5SAlexander Motin        "BriefDescription": "Number of hardware interrupts received by the processor.",
4492b14858SMatt Macy        "Counter": "0,1,2,3",
4552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
4652d973f5SAlexander Motin        "EventCode": "0xCB",
4752d973f5SAlexander Motin        "EventName": "HW_INTERRUPTS.RECEIVED",
4852d973f5SAlexander Motin        "PublicDescription": "Counts the number of hardware interruptions received by the processor.",
4952d973f5SAlexander Motin        "SampleAfterValue": "203",
5092b14858SMatt Macy        "UMask": "0x1"
5192b14858SMatt Macy    },
5292b14858SMatt Macy    {
5392b14858SMatt Macy        "BriefDescription": "Counts number of cache lines that are dropped and not written back to L3 as they are deemed to be less likely to be reused shortly",
5492b14858SMatt Macy        "Counter": "0,1,2,3",
5592b14858SMatt Macy        "CounterHTOff": "0,1,2,3,4,5,6,7",
5692b14858SMatt Macy        "EventCode": "0xFE",
5792b14858SMatt Macy        "EventName": "IDI_MISC.WB_DOWNGRADE",
5892b14858SMatt Macy        "PublicDescription": "Counts number of cache lines that are dropped and not written back to L3 as they are deemed to be less likely to be reused shortly.",
5992b14858SMatt Macy        "SampleAfterValue": "100003",
6092b14858SMatt Macy        "UMask": "0x4"
6192b14858SMatt Macy    },
6292b14858SMatt Macy    {
6352d973f5SAlexander Motin        "BriefDescription": "Counts number of cache lines that are allocated and written back to L3 with the intention that they are more likely to be reused shortly",
6452d973f5SAlexander Motin        "Counter": "0,1,2,3",
6552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
6652d973f5SAlexander Motin        "EventCode": "0xFE",
6752d973f5SAlexander Motin        "EventName": "IDI_MISC.WB_UPGRADE",
6852d973f5SAlexander Motin        "PublicDescription": "Counts number of cache lines that are allocated and written back to L3 with the intention that they are more likely to be reused shortly.",
6952d973f5SAlexander Motin        "SampleAfterValue": "100003",
7052d973f5SAlexander Motin        "UMask": "0x2"
7152d973f5SAlexander Motin    },
7252d973f5SAlexander Motin    {
7352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.ANY_RESPONSE have any response type.",
7492b14858SMatt Macy        "Counter": "0,1,2,3",
7592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
7692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
7752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.ANY_RESPONSE",
7892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
79*18054d02SAlexander Motin        "MSRValue": "0x10491",
8092b14858SMatt Macy        "Offcore": "1",
8152d973f5SAlexander Motin        "SampleAfterValue": "100003",
8252d973f5SAlexander Motin        "UMask": "0x1"
8352d973f5SAlexander Motin    },
8452d973f5SAlexander Motin    {
8552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
8652d973f5SAlexander Motin        "Counter": "0,1,2,3",
8752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
8852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
8952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
9052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
9152d973f5SAlexander Motin        "MSRValue": "0x3F80400491",
9252d973f5SAlexander Motin        "Offcore": "1",
9352d973f5SAlexander Motin        "SampleAfterValue": "100003",
9452d973f5SAlexander Motin        "UMask": "0x1"
9552d973f5SAlexander Motin    },
9652d973f5SAlexander Motin    {
9752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
9852d973f5SAlexander Motin        "Counter": "0,1,2,3",
9952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
10052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
10152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
10252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
103*18054d02SAlexander Motin        "MSRValue": "0x80400491",
10452d973f5SAlexander Motin        "Offcore": "1",
10552d973f5SAlexander Motin        "SampleAfterValue": "100003",
10652d973f5SAlexander Motin        "UMask": "0x1"
10752d973f5SAlexander Motin    },
10852d973f5SAlexander Motin    {
10952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
11052d973f5SAlexander Motin        "Counter": "0,1,2,3",
11152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
11252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
11352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
11452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
115*18054d02SAlexander Motin        "MSRValue": "0x100400491",
11652d973f5SAlexander Motin        "Offcore": "1",
11752d973f5SAlexander Motin        "SampleAfterValue": "100003",
11852d973f5SAlexander Motin        "UMask": "0x1"
11952d973f5SAlexander Motin    },
12052d973f5SAlexander Motin    {
12152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.ANY_SNOOP  OCR.ALL_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
12252d973f5SAlexander Motin        "Counter": "0,1,2,3",
12352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
12452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
12552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
12652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
12752d973f5SAlexander Motin        "MSRValue": "0x3F80020491",
12852d973f5SAlexander Motin        "Offcore": "1",
12952d973f5SAlexander Motin        "SampleAfterValue": "100003",
13052d973f5SAlexander Motin        "UMask": "0x1"
13152d973f5SAlexander Motin    },
13252d973f5SAlexander Motin    {
13352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE  OCR.ALL_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
13452d973f5SAlexander Motin        "Counter": "0,1,2,3",
13552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
13652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
13752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
13852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
13952d973f5SAlexander Motin        "MSRValue": "0x1000020491",
14052d973f5SAlexander Motin        "Offcore": "1",
14152d973f5SAlexander Motin        "SampleAfterValue": "100003",
14252d973f5SAlexander Motin        "UMask": "0x1"
14352d973f5SAlexander Motin    },
14452d973f5SAlexander Motin    {
14552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD  OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
14652d973f5SAlexander Motin        "Counter": "0,1,2,3",
14752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
14852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
14952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
15052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
151*18054d02SAlexander Motin        "MSRValue": "0x800020491",
15252d973f5SAlexander Motin        "Offcore": "1",
15352d973f5SAlexander Motin        "SampleAfterValue": "100003",
15452d973f5SAlexander Motin        "UMask": "0x1"
15552d973f5SAlexander Motin    },
15652d973f5SAlexander Motin    {
15752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD  OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
15852d973f5SAlexander Motin        "Counter": "0,1,2,3",
15952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
16052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
16152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
16252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
163*18054d02SAlexander Motin        "MSRValue": "0x400020491",
16452d973f5SAlexander Motin        "Offcore": "1",
16552d973f5SAlexander Motin        "SampleAfterValue": "100003",
16652d973f5SAlexander Motin        "UMask": "0x1"
16752d973f5SAlexander Motin    },
16852d973f5SAlexander Motin    {
16952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED  OCR.ALL_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
17052d973f5SAlexander Motin        "Counter": "0,1,2,3",
17152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
17252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
17352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
17452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
175*18054d02SAlexander Motin        "MSRValue": "0x100020491",
17652d973f5SAlexander Motin        "Offcore": "1",
17752d973f5SAlexander Motin        "SampleAfterValue": "100003",
17852d973f5SAlexander Motin        "UMask": "0x1"
17952d973f5SAlexander Motin    },
18052d973f5SAlexander Motin    {
18152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
18252d973f5SAlexander Motin        "Counter": "0,1,2,3",
18352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
18452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
18552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
18652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
187*18054d02SAlexander Motin        "MSRValue": "0x200020491",
18852d973f5SAlexander Motin        "Offcore": "1",
18952d973f5SAlexander Motin        "SampleAfterValue": "100003",
19052d973f5SAlexander Motin        "UMask": "0x1"
19152d973f5SAlexander Motin    },
19252d973f5SAlexander Motin    {
19352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
19452d973f5SAlexander Motin        "Counter": "0,1,2,3",
19552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
19652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
19752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
19852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
199*18054d02SAlexander Motin        "MSRValue": "0x80020491",
20052d973f5SAlexander Motin        "Offcore": "1",
20152d973f5SAlexander Motin        "SampleAfterValue": "100003",
20252d973f5SAlexander Motin        "UMask": "0x1"
20352d973f5SAlexander Motin    },
20452d973f5SAlexander Motin    {
20552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.ANY_RESPONSE have any response type.",
20652d973f5SAlexander Motin        "Counter": "0,1,2,3",
20752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
20852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
20952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.ANY_RESPONSE",
21052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
211*18054d02SAlexander Motin        "MSRValue": "0x10490",
21252d973f5SAlexander Motin        "Offcore": "1",
21352d973f5SAlexander Motin        "SampleAfterValue": "100003",
21452d973f5SAlexander Motin        "UMask": "0x1"
21552d973f5SAlexander Motin    },
21652d973f5SAlexander Motin    {
21752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
21852d973f5SAlexander Motin        "Counter": "0,1,2,3",
21952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
22052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
22152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
22252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
22352d973f5SAlexander Motin        "MSRValue": "0x3F80400490",
22452d973f5SAlexander Motin        "Offcore": "1",
22552d973f5SAlexander Motin        "SampleAfterValue": "100003",
22652d973f5SAlexander Motin        "UMask": "0x1"
22752d973f5SAlexander Motin    },
22852d973f5SAlexander Motin    {
22952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
23052d973f5SAlexander Motin        "Counter": "0,1,2,3",
23152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
23252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
23352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
23452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
235*18054d02SAlexander Motin        "MSRValue": "0x80400490",
23652d973f5SAlexander Motin        "Offcore": "1",
23752d973f5SAlexander Motin        "SampleAfterValue": "100003",
23852d973f5SAlexander Motin        "UMask": "0x1"
23952d973f5SAlexander Motin    },
24052d973f5SAlexander Motin    {
24152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
24252d973f5SAlexander Motin        "Counter": "0,1,2,3",
24352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
24452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
24552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
24652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
247*18054d02SAlexander Motin        "MSRValue": "0x100400490",
24852d973f5SAlexander Motin        "Offcore": "1",
24952d973f5SAlexander Motin        "SampleAfterValue": "100003",
25052d973f5SAlexander Motin        "UMask": "0x1"
25152d973f5SAlexander Motin    },
25252d973f5SAlexander Motin    {
25352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.ANY_SNOOP  OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
25452d973f5SAlexander Motin        "Counter": "0,1,2,3",
25552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
25652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
25752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
25852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
25952d973f5SAlexander Motin        "MSRValue": "0x3F80020490",
26052d973f5SAlexander Motin        "Offcore": "1",
26152d973f5SAlexander Motin        "SampleAfterValue": "100003",
26252d973f5SAlexander Motin        "UMask": "0x1"
26352d973f5SAlexander Motin    },
26452d973f5SAlexander Motin    {
26552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE  OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
26652d973f5SAlexander Motin        "Counter": "0,1,2,3",
26752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
26852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
26952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
27052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
27152d973f5SAlexander Motin        "MSRValue": "0x1000020490",
27252d973f5SAlexander Motin        "Offcore": "1",
27352d973f5SAlexander Motin        "SampleAfterValue": "100003",
27452d973f5SAlexander Motin        "UMask": "0x1"
27552d973f5SAlexander Motin    },
27652d973f5SAlexander Motin    {
27752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD  OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
27852d973f5SAlexander Motin        "Counter": "0,1,2,3",
27952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
28052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
28152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
28252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
283*18054d02SAlexander Motin        "MSRValue": "0x800020490",
28452d973f5SAlexander Motin        "Offcore": "1",
28552d973f5SAlexander Motin        "SampleAfterValue": "100003",
28652d973f5SAlexander Motin        "UMask": "0x1"
28752d973f5SAlexander Motin    },
28852d973f5SAlexander Motin    {
28952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
29052d973f5SAlexander Motin        "Counter": "0,1,2,3",
29152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
29252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
29352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
29452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
295*18054d02SAlexander Motin        "MSRValue": "0x400020490",
29652d973f5SAlexander Motin        "Offcore": "1",
29752d973f5SAlexander Motin        "SampleAfterValue": "100003",
29852d973f5SAlexander Motin        "UMask": "0x1"
29952d973f5SAlexander Motin    },
30052d973f5SAlexander Motin    {
30152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED  OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
30252d973f5SAlexander Motin        "Counter": "0,1,2,3",
30352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
30452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
30552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
30652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
307*18054d02SAlexander Motin        "MSRValue": "0x100020490",
30852d973f5SAlexander Motin        "Offcore": "1",
30952d973f5SAlexander Motin        "SampleAfterValue": "100003",
31052d973f5SAlexander Motin        "UMask": "0x1"
31152d973f5SAlexander Motin    },
31252d973f5SAlexander Motin    {
31352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
31452d973f5SAlexander Motin        "Counter": "0,1,2,3",
31552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
31652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
31752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
31852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
319*18054d02SAlexander Motin        "MSRValue": "0x200020490",
32052d973f5SAlexander Motin        "Offcore": "1",
32152d973f5SAlexander Motin        "SampleAfterValue": "100003",
32252d973f5SAlexander Motin        "UMask": "0x1"
32352d973f5SAlexander Motin    },
32452d973f5SAlexander Motin    {
32552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
32652d973f5SAlexander Motin        "Counter": "0,1,2,3",
32752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
32852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
32952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
33052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
331*18054d02SAlexander Motin        "MSRValue": "0x80020490",
33252d973f5SAlexander Motin        "Offcore": "1",
33352d973f5SAlexander Motin        "SampleAfterValue": "100003",
33452d973f5SAlexander Motin        "UMask": "0x1"
33552d973f5SAlexander Motin    },
33652d973f5SAlexander Motin    {
33752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.ANY_RESPONSE have any response type.",
33852d973f5SAlexander Motin        "Counter": "0,1,2,3",
33952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
34052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
34152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.ANY_RESPONSE",
34252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
343*18054d02SAlexander Motin        "MSRValue": "0x10120",
34452d973f5SAlexander Motin        "Offcore": "1",
34552d973f5SAlexander Motin        "SampleAfterValue": "100003",
34652d973f5SAlexander Motin        "UMask": "0x1"
34752d973f5SAlexander Motin    },
34852d973f5SAlexander Motin    {
34952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
35052d973f5SAlexander Motin        "Counter": "0,1,2,3",
35152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
35252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
35352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
35452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
35552d973f5SAlexander Motin        "MSRValue": "0x3F80400120",
35652d973f5SAlexander Motin        "Offcore": "1",
35752d973f5SAlexander Motin        "SampleAfterValue": "100003",
35852d973f5SAlexander Motin        "UMask": "0x1"
35952d973f5SAlexander Motin    },
36052d973f5SAlexander Motin    {
36152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
36252d973f5SAlexander Motin        "Counter": "0,1,2,3",
36352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
36452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
36552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
36652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
367*18054d02SAlexander Motin        "MSRValue": "0x80400120",
36852d973f5SAlexander Motin        "Offcore": "1",
36952d973f5SAlexander Motin        "SampleAfterValue": "100003",
37052d973f5SAlexander Motin        "UMask": "0x1"
37152d973f5SAlexander Motin    },
37252d973f5SAlexander Motin    {
37352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
37452d973f5SAlexander Motin        "Counter": "0,1,2,3",
37552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
37652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
37752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
37852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
379*18054d02SAlexander Motin        "MSRValue": "0x100400120",
38052d973f5SAlexander Motin        "Offcore": "1",
38152d973f5SAlexander Motin        "SampleAfterValue": "100003",
38252d973f5SAlexander Motin        "UMask": "0x1"
38352d973f5SAlexander Motin    },
38452d973f5SAlexander Motin    {
38552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.ANY_SNOOP  OCR.ALL_PF_RFO.SUPPLIER_NONE.ANY_SNOOP",
38652d973f5SAlexander Motin        "Counter": "0,1,2,3",
38752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
38852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
38952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.ANY_SNOOP",
39052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
39152d973f5SAlexander Motin        "MSRValue": "0x3F80020120",
39252d973f5SAlexander Motin        "Offcore": "1",
39352d973f5SAlexander Motin        "SampleAfterValue": "100003",
39452d973f5SAlexander Motin        "UMask": "0x1"
39552d973f5SAlexander Motin    },
39652d973f5SAlexander Motin    {
39752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HITM_OTHER_CORE  OCR.ALL_PF_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
39852d973f5SAlexander Motin        "Counter": "0,1,2,3",
39952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
40052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
40152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
40252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
40352d973f5SAlexander Motin        "MSRValue": "0x1000020120",
40452d973f5SAlexander Motin        "Offcore": "1",
40552d973f5SAlexander Motin        "SampleAfterValue": "100003",
40652d973f5SAlexander Motin        "UMask": "0x1"
40752d973f5SAlexander Motin    },
40852d973f5SAlexander Motin    {
40952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD  OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
41052d973f5SAlexander Motin        "Counter": "0,1,2,3",
41152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
41252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
41352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
41452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
415*18054d02SAlexander Motin        "MSRValue": "0x800020120",
41652d973f5SAlexander Motin        "Offcore": "1",
41752d973f5SAlexander Motin        "SampleAfterValue": "100003",
41852d973f5SAlexander Motin        "UMask": "0x1"
41952d973f5SAlexander Motin    },
42052d973f5SAlexander Motin    {
42152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
42252d973f5SAlexander Motin        "Counter": "0,1,2,3",
42352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
42452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
42552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
42652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
427*18054d02SAlexander Motin        "MSRValue": "0x400020120",
42852d973f5SAlexander Motin        "Offcore": "1",
42952d973f5SAlexander Motin        "SampleAfterValue": "100003",
43052d973f5SAlexander Motin        "UMask": "0x1"
43152d973f5SAlexander Motin    },
43252d973f5SAlexander Motin    {
43352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED  OCR.ALL_PF_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
43452d973f5SAlexander Motin        "Counter": "0,1,2,3",
43552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
43652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
43752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
43852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
439*18054d02SAlexander Motin        "MSRValue": "0x100020120",
44052d973f5SAlexander Motin        "Offcore": "1",
44152d973f5SAlexander Motin        "SampleAfterValue": "100003",
44252d973f5SAlexander Motin        "UMask": "0x1"
44352d973f5SAlexander Motin    },
44452d973f5SAlexander Motin    {
44552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.SNOOP_MISS",
44652d973f5SAlexander Motin        "Counter": "0,1,2,3",
44752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
44852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
44952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.SNOOP_MISS",
45052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
451*18054d02SAlexander Motin        "MSRValue": "0x200020120",
45252d973f5SAlexander Motin        "Offcore": "1",
45352d973f5SAlexander Motin        "SampleAfterValue": "100003",
45452d973f5SAlexander Motin        "UMask": "0x1"
45552d973f5SAlexander Motin    },
45652d973f5SAlexander Motin    {
45752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.SUPPLIER_NONE.SNOOP_NONE",
45852d973f5SAlexander Motin        "Counter": "0,1,2,3",
45952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
46052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
46152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.SUPPLIER_NONE.SNOOP_NONE",
46252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
463*18054d02SAlexander Motin        "MSRValue": "0x80020120",
46452d973f5SAlexander Motin        "Offcore": "1",
46552d973f5SAlexander Motin        "SampleAfterValue": "100003",
46652d973f5SAlexander Motin        "UMask": "0x1"
46752d973f5SAlexander Motin    },
46852d973f5SAlexander Motin    {
46952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.ANY_RESPONSE have any response type.",
47052d973f5SAlexander Motin        "Counter": "0,1,2,3",
47152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
47252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
47352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.ANY_RESPONSE",
47452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
475*18054d02SAlexander Motin        "MSRValue": "0x107F7",
47652d973f5SAlexander Motin        "Offcore": "1",
47752d973f5SAlexander Motin        "SampleAfterValue": "100003",
47852d973f5SAlexander Motin        "UMask": "0x1"
47952d973f5SAlexander Motin    },
48052d973f5SAlexander Motin    {
48152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.ANY_SNOOP OCR.ALL_READS.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
48252d973f5SAlexander Motin        "Counter": "0,1,2,3",
48352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
48452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
48552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
48652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
48752d973f5SAlexander Motin        "MSRValue": "0x3F804007F7",
48852d973f5SAlexander Motin        "Offcore": "1",
48952d973f5SAlexander Motin        "SampleAfterValue": "100003",
49052d973f5SAlexander Motin        "UMask": "0x1"
49152d973f5SAlexander Motin    },
49252d973f5SAlexander Motin    {
49352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NONE OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
49452d973f5SAlexander Motin        "Counter": "0,1,2,3",
49552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
49652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
49752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
49852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
499*18054d02SAlexander Motin        "MSRValue": "0x804007F7",
50052d973f5SAlexander Motin        "Offcore": "1",
50152d973f5SAlexander Motin        "SampleAfterValue": "100003",
50252d973f5SAlexander Motin        "UMask": "0x1"
50352d973f5SAlexander Motin    },
50452d973f5SAlexander Motin    {
50552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
50652d973f5SAlexander Motin        "Counter": "0,1,2,3",
50752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
50852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
50952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
51052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
511*18054d02SAlexander Motin        "MSRValue": "0x1004007F7",
51252d973f5SAlexander Motin        "Offcore": "1",
51352d973f5SAlexander Motin        "SampleAfterValue": "100003",
51452d973f5SAlexander Motin        "UMask": "0x1"
51552d973f5SAlexander Motin    },
51652d973f5SAlexander Motin    {
51752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.ANY_SNOOP  OCR.ALL_READS.SUPPLIER_NONE.ANY_SNOOP",
51852d973f5SAlexander Motin        "Counter": "0,1,2,3",
51952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
52052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
52152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.ANY_SNOOP",
52252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
52352d973f5SAlexander Motin        "MSRValue": "0x3F800207F7",
52452d973f5SAlexander Motin        "Offcore": "1",
52552d973f5SAlexander Motin        "SampleAfterValue": "100003",
52652d973f5SAlexander Motin        "UMask": "0x1"
52752d973f5SAlexander Motin    },
52852d973f5SAlexander Motin    {
52952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.HITM_OTHER_CORE  OCR.ALL_READS.SUPPLIER_NONE.HITM_OTHER_CORE",
53052d973f5SAlexander Motin        "Counter": "0,1,2,3",
53152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
53252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
53352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.HITM_OTHER_CORE",
53452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
53552d973f5SAlexander Motin        "MSRValue": "0x10000207F7",
53652d973f5SAlexander Motin        "Offcore": "1",
53752d973f5SAlexander Motin        "SampleAfterValue": "100003",
53852d973f5SAlexander Motin        "UMask": "0x1"
53952d973f5SAlexander Motin    },
54052d973f5SAlexander Motin    {
54152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_FWD  OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
54252d973f5SAlexander Motin        "Counter": "0,1,2,3",
54352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
54452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
54552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
54652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
547*18054d02SAlexander Motin        "MSRValue": "0x8000207F7",
54852d973f5SAlexander Motin        "Offcore": "1",
54952d973f5SAlexander Motin        "SampleAfterValue": "100003",
55052d973f5SAlexander Motin        "UMask": "0x1"
55152d973f5SAlexander Motin    },
55252d973f5SAlexander Motin    {
55352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD  OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
55452d973f5SAlexander Motin        "Counter": "0,1,2,3",
55552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
55652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
55752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
55852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
559*18054d02SAlexander Motin        "MSRValue": "0x4000207F7",
56052d973f5SAlexander Motin        "Offcore": "1",
56152d973f5SAlexander Motin        "SampleAfterValue": "100003",
56252d973f5SAlexander Motin        "UMask": "0x1"
56352d973f5SAlexander Motin    },
56452d973f5SAlexander Motin    {
56552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.NO_SNOOP_NEEDED  OCR.ALL_READS.SUPPLIER_NONE.NO_SNOOP_NEEDED",
56652d973f5SAlexander Motin        "Counter": "0,1,2,3",
56752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
56852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
56952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.NO_SNOOP_NEEDED",
57052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
571*18054d02SAlexander Motin        "MSRValue": "0x1000207F7",
57252d973f5SAlexander Motin        "Offcore": "1",
57352d973f5SAlexander Motin        "SampleAfterValue": "100003",
57452d973f5SAlexander Motin        "UMask": "0x1"
57552d973f5SAlexander Motin    },
57652d973f5SAlexander Motin    {
57752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.SNOOP_MISS",
57852d973f5SAlexander Motin        "Counter": "0,1,2,3",
57952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
58052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
58152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.SNOOP_MISS",
58252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
583*18054d02SAlexander Motin        "MSRValue": "0x2000207F7",
58452d973f5SAlexander Motin        "Offcore": "1",
58552d973f5SAlexander Motin        "SampleAfterValue": "100003",
58652d973f5SAlexander Motin        "UMask": "0x1"
58752d973f5SAlexander Motin    },
58852d973f5SAlexander Motin    {
58952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.SUPPLIER_NONE.SNOOP_NONE",
59052d973f5SAlexander Motin        "Counter": "0,1,2,3",
59152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
59252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
59352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.SUPPLIER_NONE.SNOOP_NONE",
59452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
595*18054d02SAlexander Motin        "MSRValue": "0x800207F7",
59652d973f5SAlexander Motin        "Offcore": "1",
59752d973f5SAlexander Motin        "SampleAfterValue": "100003",
59852d973f5SAlexander Motin        "UMask": "0x1"
59952d973f5SAlexander Motin    },
60052d973f5SAlexander Motin    {
60152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.ANY_RESPONSE have any response type.",
60252d973f5SAlexander Motin        "Counter": "0,1,2,3",
60352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
60452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
60552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.ANY_RESPONSE",
60652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
607*18054d02SAlexander Motin        "MSRValue": "0x10122",
60852d973f5SAlexander Motin        "Offcore": "1",
60952d973f5SAlexander Motin        "SampleAfterValue": "100003",
61052d973f5SAlexander Motin        "UMask": "0x1"
61152d973f5SAlexander Motin    },
61252d973f5SAlexander Motin    {
61352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
61452d973f5SAlexander Motin        "Counter": "0,1,2,3",
61552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
61652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
61752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
61852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
61952d973f5SAlexander Motin        "MSRValue": "0x3F80400122",
62052d973f5SAlexander Motin        "Offcore": "1",
62152d973f5SAlexander Motin        "SampleAfterValue": "100003",
62252d973f5SAlexander Motin        "UMask": "0x1"
62352d973f5SAlexander Motin    },
62452d973f5SAlexander Motin    {
62552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
62652d973f5SAlexander Motin        "Counter": "0,1,2,3",
62752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
62852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
62952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
63052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
631*18054d02SAlexander Motin        "MSRValue": "0x80400122",
63252d973f5SAlexander Motin        "Offcore": "1",
63352d973f5SAlexander Motin        "SampleAfterValue": "100003",
63452d973f5SAlexander Motin        "UMask": "0x1"
63552d973f5SAlexander Motin    },
63652d973f5SAlexander Motin    {
63752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
63852d973f5SAlexander Motin        "Counter": "0,1,2,3",
63952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
64052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
64152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
64252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
643*18054d02SAlexander Motin        "MSRValue": "0x100400122",
64452d973f5SAlexander Motin        "Offcore": "1",
64552d973f5SAlexander Motin        "SampleAfterValue": "100003",
64652d973f5SAlexander Motin        "UMask": "0x1"
64752d973f5SAlexander Motin    },
64852d973f5SAlexander Motin    {
64952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.ANY_SNOOP  OCR.ALL_RFO.SUPPLIER_NONE.ANY_SNOOP",
65052d973f5SAlexander Motin        "Counter": "0,1,2,3",
65152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
65252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
65352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.ANY_SNOOP",
65452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
65552d973f5SAlexander Motin        "MSRValue": "0x3F80020122",
65652d973f5SAlexander Motin        "Offcore": "1",
65752d973f5SAlexander Motin        "SampleAfterValue": "100003",
65852d973f5SAlexander Motin        "UMask": "0x1"
65952d973f5SAlexander Motin    },
66052d973f5SAlexander Motin    {
66152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.HITM_OTHER_CORE  OCR.ALL_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
66252d973f5SAlexander Motin        "Counter": "0,1,2,3",
66352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
66452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
66552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
66652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
66752d973f5SAlexander Motin        "MSRValue": "0x1000020122",
66852d973f5SAlexander Motin        "Offcore": "1",
66952d973f5SAlexander Motin        "SampleAfterValue": "100003",
67052d973f5SAlexander Motin        "UMask": "0x1"
67152d973f5SAlexander Motin    },
67252d973f5SAlexander Motin    {
67352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD  OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
67452d973f5SAlexander Motin        "Counter": "0,1,2,3",
67552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
67652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
67752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
67852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
679*18054d02SAlexander Motin        "MSRValue": "0x800020122",
68052d973f5SAlexander Motin        "Offcore": "1",
68152d973f5SAlexander Motin        "SampleAfterValue": "100003",
68252d973f5SAlexander Motin        "UMask": "0x1"
68352d973f5SAlexander Motin    },
68452d973f5SAlexander Motin    {
68552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD  OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
68652d973f5SAlexander Motin        "Counter": "0,1,2,3",
68752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
68852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
68952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
69052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
691*18054d02SAlexander Motin        "MSRValue": "0x400020122",
69252d973f5SAlexander Motin        "Offcore": "1",
69352d973f5SAlexander Motin        "SampleAfterValue": "100003",
69452d973f5SAlexander Motin        "UMask": "0x1"
69552d973f5SAlexander Motin    },
69652d973f5SAlexander Motin    {
69752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED  OCR.ALL_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
69852d973f5SAlexander Motin        "Counter": "0,1,2,3",
69952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
70052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
70152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
70252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
703*18054d02SAlexander Motin        "MSRValue": "0x100020122",
70452d973f5SAlexander Motin        "Offcore": "1",
70552d973f5SAlexander Motin        "SampleAfterValue": "100003",
70652d973f5SAlexander Motin        "UMask": "0x1"
70752d973f5SAlexander Motin    },
70852d973f5SAlexander Motin    {
70952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.SNOOP_MISS",
71052d973f5SAlexander Motin        "Counter": "0,1,2,3",
71152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
71252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
71352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.SNOOP_MISS",
71452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
715*18054d02SAlexander Motin        "MSRValue": "0x200020122",
71652d973f5SAlexander Motin        "Offcore": "1",
71752d973f5SAlexander Motin        "SampleAfterValue": "100003",
71852d973f5SAlexander Motin        "UMask": "0x1"
71952d973f5SAlexander Motin    },
72052d973f5SAlexander Motin    {
72152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.SUPPLIER_NONE.SNOOP_NONE",
72252d973f5SAlexander Motin        "Counter": "0,1,2,3",
72352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
72452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
72552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.SUPPLIER_NONE.SNOOP_NONE",
72652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
727*18054d02SAlexander Motin        "MSRValue": "0x80020122",
72892b14858SMatt Macy        "Offcore": "1",
72992b14858SMatt Macy        "SampleAfterValue": "100003",
73092b14858SMatt Macy        "UMask": "0x1"
73192b14858SMatt Macy    },
73292b14858SMatt Macy    {
73392b14858SMatt Macy        "BriefDescription": "Counts all demand code reads have any response type.",
73492b14858SMatt Macy        "Counter": "0,1,2,3",
73592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
73692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
73792b14858SMatt Macy        "EventName": "OCR.DEMAND_CODE_RD.ANY_RESPONSE",
73892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
739*18054d02SAlexander Motin        "MSRValue": "0x10004",
74092b14858SMatt Macy        "Offcore": "1",
74192b14858SMatt Macy        "SampleAfterValue": "100003",
74292b14858SMatt Macy        "UMask": "0x1"
74392b14858SMatt Macy    },
74492b14858SMatt Macy    {
74552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
74692b14858SMatt Macy        "Counter": "0,1,2,3",
74792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
74892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
74952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
75092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
75152d973f5SAlexander Motin        "MSRValue": "0x3F80400004",
75292b14858SMatt Macy        "Offcore": "1",
75392b14858SMatt Macy        "SampleAfterValue": "100003",
75492b14858SMatt Macy        "UMask": "0x1"
75592b14858SMatt Macy    },
75692b14858SMatt Macy    {
75752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
75892b14858SMatt Macy        "Counter": "0,1,2,3",
75992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
76092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
76152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
76292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
763*18054d02SAlexander Motin        "MSRValue": "0x80400004",
76492b14858SMatt Macy        "Offcore": "1",
76592b14858SMatt Macy        "SampleAfterValue": "100003",
76692b14858SMatt Macy        "UMask": "0x1"
76792b14858SMatt Macy    },
76892b14858SMatt Macy    {
76952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
77092b14858SMatt Macy        "Counter": "0,1,2,3",
77192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
77292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
77352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
77492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
775*18054d02SAlexander Motin        "MSRValue": "0x100400004",
77692b14858SMatt Macy        "Offcore": "1",
77792b14858SMatt Macy        "SampleAfterValue": "100003",
77892b14858SMatt Macy        "UMask": "0x1"
77992b14858SMatt Macy    },
78092b14858SMatt Macy    {
78152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.SUPPLIER_NONE.ANY_SNOOP",
78292b14858SMatt Macy        "Counter": "0,1,2,3",
78392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
78492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
78552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.ANY_SNOOP",
78692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
78752d973f5SAlexander Motin        "MSRValue": "0x3F80020004",
78892b14858SMatt Macy        "Offcore": "1",
78992b14858SMatt Macy        "SampleAfterValue": "100003",
79092b14858SMatt Macy        "UMask": "0x1"
79192b14858SMatt Macy    },
79292b14858SMatt Macy    {
79352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
79492b14858SMatt Macy        "Counter": "0,1,2,3",
79592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
79692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
79752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
79892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
79952d973f5SAlexander Motin        "MSRValue": "0x1000020004",
80092b14858SMatt Macy        "Offcore": "1",
80192b14858SMatt Macy        "SampleAfterValue": "100003",
80292b14858SMatt Macy        "UMask": "0x1"
80392b14858SMatt Macy    },
80492b14858SMatt Macy    {
80552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
80692b14858SMatt Macy        "Counter": "0,1,2,3",
80792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
80892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
80952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
81092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
811*18054d02SAlexander Motin        "MSRValue": "0x800020004",
81292b14858SMatt Macy        "Offcore": "1",
81392b14858SMatt Macy        "SampleAfterValue": "100003",
81492b14858SMatt Macy        "UMask": "0x1"
81592b14858SMatt Macy    },
81692b14858SMatt Macy    {
81752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
81892b14858SMatt Macy        "Counter": "0,1,2,3",
81992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
82092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
82152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
82292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
823*18054d02SAlexander Motin        "MSRValue": "0x400020004",
82492b14858SMatt Macy        "Offcore": "1",
82592b14858SMatt Macy        "SampleAfterValue": "100003",
82692b14858SMatt Macy        "UMask": "0x1"
82792b14858SMatt Macy    },
82892b14858SMatt Macy    {
82952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
83092b14858SMatt Macy        "Counter": "0,1,2,3",
83192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
83292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
83352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
83492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
835*18054d02SAlexander Motin        "MSRValue": "0x100020004",
83692b14858SMatt Macy        "Offcore": "1",
83792b14858SMatt Macy        "SampleAfterValue": "100003",
83892b14858SMatt Macy        "UMask": "0x1"
83992b14858SMatt Macy    },
84092b14858SMatt Macy    {
84152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
84252d973f5SAlexander Motin        "Counter": "0,1,2,3",
84352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
84452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
84552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.SNOOP_MISS",
84652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
847*18054d02SAlexander Motin        "MSRValue": "0x200020004",
84852d973f5SAlexander Motin        "Offcore": "1",
84952d973f5SAlexander Motin        "SampleAfterValue": "100003",
85052d973f5SAlexander Motin        "UMask": "0x1"
85152d973f5SAlexander Motin    },
85252d973f5SAlexander Motin    {
85352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
85452d973f5SAlexander Motin        "Counter": "0,1,2,3",
85552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
85652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
85752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.SUPPLIER_NONE.SNOOP_NONE",
85852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
859*18054d02SAlexander Motin        "MSRValue": "0x80020004",
86052d973f5SAlexander Motin        "Offcore": "1",
86152d973f5SAlexander Motin        "SampleAfterValue": "100003",
86252d973f5SAlexander Motin        "UMask": "0x1"
86352d973f5SAlexander Motin    },
86452d973f5SAlexander Motin    {
86552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads have any response type.",
86652d973f5SAlexander Motin        "Counter": "0,1,2,3",
86752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
86852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
86952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.ANY_RESPONSE",
87052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
871*18054d02SAlexander Motin        "MSRValue": "0x10001",
87252d973f5SAlexander Motin        "Offcore": "1",
87352d973f5SAlexander Motin        "SampleAfterValue": "100003",
87452d973f5SAlexander Motin        "UMask": "0x1"
87552d973f5SAlexander Motin    },
87652d973f5SAlexander Motin    {
87752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
87852d973f5SAlexander Motin        "Counter": "0,1,2,3",
87952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
88052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
88152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
88252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
88352d973f5SAlexander Motin        "MSRValue": "0x3F80400001",
88452d973f5SAlexander Motin        "Offcore": "1",
88552d973f5SAlexander Motin        "SampleAfterValue": "100003",
88652d973f5SAlexander Motin        "UMask": "0x1"
88752d973f5SAlexander Motin    },
88852d973f5SAlexander Motin    {
88952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
89052d973f5SAlexander Motin        "Counter": "0,1,2,3",
89152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
89252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
89352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
89452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
895*18054d02SAlexander Motin        "MSRValue": "0x80400001",
89652d973f5SAlexander Motin        "Offcore": "1",
89752d973f5SAlexander Motin        "SampleAfterValue": "100003",
89852d973f5SAlexander Motin        "UMask": "0x1"
89952d973f5SAlexander Motin    },
90052d973f5SAlexander Motin    {
90152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
90252d973f5SAlexander Motin        "Counter": "0,1,2,3",
90352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
90452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
90552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
90652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
907*18054d02SAlexander Motin        "MSRValue": "0x100400001",
90852d973f5SAlexander Motin        "Offcore": "1",
90952d973f5SAlexander Motin        "SampleAfterValue": "100003",
91052d973f5SAlexander Motin        "UMask": "0x1"
91152d973f5SAlexander Motin    },
91252d973f5SAlexander Motin    {
91352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
91452d973f5SAlexander Motin        "Counter": "0,1,2,3",
91552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
91652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
91752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
91852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
91952d973f5SAlexander Motin        "MSRValue": "0x3F80020001",
92052d973f5SAlexander Motin        "Offcore": "1",
92152d973f5SAlexander Motin        "SampleAfterValue": "100003",
92252d973f5SAlexander Motin        "UMask": "0x1"
92352d973f5SAlexander Motin    },
92452d973f5SAlexander Motin    {
92552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
92652d973f5SAlexander Motin        "Counter": "0,1,2,3",
92752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
92852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
92952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
93052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
93152d973f5SAlexander Motin        "MSRValue": "0x1000020001",
93252d973f5SAlexander Motin        "Offcore": "1",
93352d973f5SAlexander Motin        "SampleAfterValue": "100003",
93452d973f5SAlexander Motin        "UMask": "0x1"
93552d973f5SAlexander Motin    },
93652d973f5SAlexander Motin    {
93752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
93852d973f5SAlexander Motin        "Counter": "0,1,2,3",
93952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
94052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
94152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
94252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
943*18054d02SAlexander Motin        "MSRValue": "0x800020001",
94452d973f5SAlexander Motin        "Offcore": "1",
94552d973f5SAlexander Motin        "SampleAfterValue": "100003",
94652d973f5SAlexander Motin        "UMask": "0x1"
94752d973f5SAlexander Motin    },
94852d973f5SAlexander Motin    {
94952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
95052d973f5SAlexander Motin        "Counter": "0,1,2,3",
95152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
95252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
95352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
95452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
955*18054d02SAlexander Motin        "MSRValue": "0x400020001",
95652d973f5SAlexander Motin        "Offcore": "1",
95752d973f5SAlexander Motin        "SampleAfterValue": "100003",
95852d973f5SAlexander Motin        "UMask": "0x1"
95952d973f5SAlexander Motin    },
96052d973f5SAlexander Motin    {
96152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
96252d973f5SAlexander Motin        "Counter": "0,1,2,3",
96352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
96452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
96552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
96652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
967*18054d02SAlexander Motin        "MSRValue": "0x100020001",
96852d973f5SAlexander Motin        "Offcore": "1",
96952d973f5SAlexander Motin        "SampleAfterValue": "100003",
97052d973f5SAlexander Motin        "UMask": "0x1"
97152d973f5SAlexander Motin    },
97252d973f5SAlexander Motin    {
97352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads",
97452d973f5SAlexander Motin        "Counter": "0,1,2,3",
97552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
97652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
97752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
97852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
979*18054d02SAlexander Motin        "MSRValue": "0x200020001",
98052d973f5SAlexander Motin        "Offcore": "1",
98152d973f5SAlexander Motin        "SampleAfterValue": "100003",
98252d973f5SAlexander Motin        "UMask": "0x1"
98352d973f5SAlexander Motin    },
98452d973f5SAlexander Motin    {
98552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads",
98652d973f5SAlexander Motin        "Counter": "0,1,2,3",
98752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
98852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
98952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
99052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
991*18054d02SAlexander Motin        "MSRValue": "0x80020001",
99252d973f5SAlexander Motin        "Offcore": "1",
99352d973f5SAlexander Motin        "SampleAfterValue": "100003",
99452d973f5SAlexander Motin        "UMask": "0x1"
99552d973f5SAlexander Motin    },
99652d973f5SAlexander Motin    {
99752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) have any response type.",
99852d973f5SAlexander Motin        "Counter": "0,1,2,3",
99952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
100052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
100152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.ANY_RESPONSE",
100252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1003*18054d02SAlexander Motin        "MSRValue": "0x10002",
100452d973f5SAlexander Motin        "Offcore": "1",
100552d973f5SAlexander Motin        "SampleAfterValue": "100003",
100652d973f5SAlexander Motin        "UMask": "0x1"
100752d973f5SAlexander Motin    },
100852d973f5SAlexander Motin    {
100952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
101052d973f5SAlexander Motin        "Counter": "0,1,2,3",
101152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
101252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
101352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
101452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
101552d973f5SAlexander Motin        "MSRValue": "0x3F80400002",
101652d973f5SAlexander Motin        "Offcore": "1",
101752d973f5SAlexander Motin        "SampleAfterValue": "100003",
101852d973f5SAlexander Motin        "UMask": "0x1"
101952d973f5SAlexander Motin    },
102052d973f5SAlexander Motin    {
102152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
102252d973f5SAlexander Motin        "Counter": "0,1,2,3",
102352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
102452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
102552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
102652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1027*18054d02SAlexander Motin        "MSRValue": "0x80400002",
102852d973f5SAlexander Motin        "Offcore": "1",
102952d973f5SAlexander Motin        "SampleAfterValue": "100003",
103052d973f5SAlexander Motin        "UMask": "0x1"
103152d973f5SAlexander Motin    },
103252d973f5SAlexander Motin    {
103352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
103452d973f5SAlexander Motin        "Counter": "0,1,2,3",
103552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
103652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
103752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
103852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1039*18054d02SAlexander Motin        "MSRValue": "0x100400002",
104052d973f5SAlexander Motin        "Offcore": "1",
104152d973f5SAlexander Motin        "SampleAfterValue": "100003",
104252d973f5SAlexander Motin        "UMask": "0x1"
104352d973f5SAlexander Motin    },
104452d973f5SAlexander Motin    {
104552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.SUPPLIER_NONE.ANY_SNOOP",
104652d973f5SAlexander Motin        "Counter": "0,1,2,3",
104752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
104852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
104952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.ANY_SNOOP",
105052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
105152d973f5SAlexander Motin        "MSRValue": "0x3F80020002",
105252d973f5SAlexander Motin        "Offcore": "1",
105352d973f5SAlexander Motin        "SampleAfterValue": "100003",
105452d973f5SAlexander Motin        "UMask": "0x1"
105552d973f5SAlexander Motin    },
105652d973f5SAlexander Motin    {
105752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
105852d973f5SAlexander Motin        "Counter": "0,1,2,3",
105952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
106052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
106152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
106252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
106352d973f5SAlexander Motin        "MSRValue": "0x1000020002",
106452d973f5SAlexander Motin        "Offcore": "1",
106552d973f5SAlexander Motin        "SampleAfterValue": "100003",
106652d973f5SAlexander Motin        "UMask": "0x1"
106752d973f5SAlexander Motin    },
106852d973f5SAlexander Motin    {
106952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
107052d973f5SAlexander Motin        "Counter": "0,1,2,3",
107152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
107252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
107352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
107452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1075*18054d02SAlexander Motin        "MSRValue": "0x800020002",
107652d973f5SAlexander Motin        "Offcore": "1",
107752d973f5SAlexander Motin        "SampleAfterValue": "100003",
107852d973f5SAlexander Motin        "UMask": "0x1"
107952d973f5SAlexander Motin    },
108052d973f5SAlexander Motin    {
108152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
108252d973f5SAlexander Motin        "Counter": "0,1,2,3",
108352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
108452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
108552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
108652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1087*18054d02SAlexander Motin        "MSRValue": "0x400020002",
108852d973f5SAlexander Motin        "Offcore": "1",
108952d973f5SAlexander Motin        "SampleAfterValue": "100003",
109052d973f5SAlexander Motin        "UMask": "0x1"
109152d973f5SAlexander Motin    },
109252d973f5SAlexander Motin    {
109352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
109452d973f5SAlexander Motin        "Counter": "0,1,2,3",
109552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
109652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
109752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
109852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1099*18054d02SAlexander Motin        "MSRValue": "0x100020002",
110052d973f5SAlexander Motin        "Offcore": "1",
110152d973f5SAlexander Motin        "SampleAfterValue": "100003",
110252d973f5SAlexander Motin        "UMask": "0x1"
110352d973f5SAlexander Motin    },
110452d973f5SAlexander Motin    {
110552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
110652d973f5SAlexander Motin        "Counter": "0,1,2,3",
110752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
110852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
110952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.SNOOP_MISS",
111052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1111*18054d02SAlexander Motin        "MSRValue": "0x200020002",
111252d973f5SAlexander Motin        "Offcore": "1",
111352d973f5SAlexander Motin        "SampleAfterValue": "100003",
111452d973f5SAlexander Motin        "UMask": "0x1"
111552d973f5SAlexander Motin    },
111652d973f5SAlexander Motin    {
111752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
111852d973f5SAlexander Motin        "Counter": "0,1,2,3",
111952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
112052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
112152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.SUPPLIER_NONE.SNOOP_NONE",
112252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1123*18054d02SAlexander Motin        "MSRValue": "0x80020002",
112452d973f5SAlexander Motin        "Offcore": "1",
112552d973f5SAlexander Motin        "SampleAfterValue": "100003",
112652d973f5SAlexander Motin        "UMask": "0x1"
112752d973f5SAlexander Motin    },
112852d973f5SAlexander Motin    {
112952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests have any response type.",
113052d973f5SAlexander Motin        "Counter": "0,1,2,3",
113152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
113252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
113352d973f5SAlexander Motin        "EventName": "OCR.OTHER.ANY_RESPONSE",
113452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1135*18054d02SAlexander Motin        "MSRValue": "0x18000",
113652d973f5SAlexander Motin        "Offcore": "1",
113752d973f5SAlexander Motin        "SampleAfterValue": "100003",
113852d973f5SAlexander Motin        "UMask": "0x1"
113952d973f5SAlexander Motin    },
114052d973f5SAlexander Motin    {
114152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
114252d973f5SAlexander Motin        "Counter": "0,1,2,3",
114352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
114452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
114552d973f5SAlexander Motin        "EventName": "OCR.OTHER.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
114652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
114752d973f5SAlexander Motin        "MSRValue": "0x3F80408000",
114852d973f5SAlexander Motin        "Offcore": "1",
114952d973f5SAlexander Motin        "SampleAfterValue": "100003",
115052d973f5SAlexander Motin        "UMask": "0x1"
115152d973f5SAlexander Motin    },
115252d973f5SAlexander Motin    {
115352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
115452d973f5SAlexander Motin        "Counter": "0,1,2,3",
115552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
115652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
115752d973f5SAlexander Motin        "EventName": "OCR.OTHER.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
115852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1159*18054d02SAlexander Motin        "MSRValue": "0x80408000",
116052d973f5SAlexander Motin        "Offcore": "1",
116152d973f5SAlexander Motin        "SampleAfterValue": "100003",
116252d973f5SAlexander Motin        "UMask": "0x1"
116352d973f5SAlexander Motin    },
116452d973f5SAlexander Motin    {
116552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
116652d973f5SAlexander Motin        "Counter": "0,1,2,3",
116752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
116852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
116952d973f5SAlexander Motin        "EventName": "OCR.OTHER.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
117052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1171*18054d02SAlexander Motin        "MSRValue": "0x100408000",
117252d973f5SAlexander Motin        "Offcore": "1",
117352d973f5SAlexander Motin        "SampleAfterValue": "100003",
117452d973f5SAlexander Motin        "UMask": "0x1"
117552d973f5SAlexander Motin    },
117652d973f5SAlexander Motin    {
117752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.SUPPLIER_NONE.ANY_SNOOP",
117852d973f5SAlexander Motin        "Counter": "0,1,2,3",
117952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
118052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
118152d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.ANY_SNOOP",
118252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
118352d973f5SAlexander Motin        "MSRValue": "0x3F80028000",
118452d973f5SAlexander Motin        "Offcore": "1",
118552d973f5SAlexander Motin        "SampleAfterValue": "100003",
118652d973f5SAlexander Motin        "UMask": "0x1"
118752d973f5SAlexander Motin    },
118852d973f5SAlexander Motin    {
118952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.SUPPLIER_NONE.HITM_OTHER_CORE",
119052d973f5SAlexander Motin        "Counter": "0,1,2,3",
119152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
119252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
119352d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.HITM_OTHER_CORE",
119452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
119552d973f5SAlexander Motin        "MSRValue": "0x1000028000",
119652d973f5SAlexander Motin        "Offcore": "1",
119752d973f5SAlexander Motin        "SampleAfterValue": "100003",
119852d973f5SAlexander Motin        "UMask": "0x1"
119952d973f5SAlexander Motin    },
120052d973f5SAlexander Motin    {
120152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
120252d973f5SAlexander Motin        "Counter": "0,1,2,3",
120352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
120452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
120552d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
120652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1207*18054d02SAlexander Motin        "MSRValue": "0x800028000",
120852d973f5SAlexander Motin        "Offcore": "1",
120952d973f5SAlexander Motin        "SampleAfterValue": "100003",
121052d973f5SAlexander Motin        "UMask": "0x1"
121152d973f5SAlexander Motin    },
121252d973f5SAlexander Motin    {
121352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
121452d973f5SAlexander Motin        "Counter": "0,1,2,3",
121552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
121652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
121752d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
121852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1219*18054d02SAlexander Motin        "MSRValue": "0x400028000",
122052d973f5SAlexander Motin        "Offcore": "1",
122152d973f5SAlexander Motin        "SampleAfterValue": "100003",
122252d973f5SAlexander Motin        "UMask": "0x1"
122352d973f5SAlexander Motin    },
122452d973f5SAlexander Motin    {
122552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.SUPPLIER_NONE.NO_SNOOP_NEEDED",
122652d973f5SAlexander Motin        "Counter": "0,1,2,3",
122752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
122852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
122952d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.NO_SNOOP_NEEDED",
123052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1231*18054d02SAlexander Motin        "MSRValue": "0x100028000",
123252d973f5SAlexander Motin        "Offcore": "1",
123352d973f5SAlexander Motin        "SampleAfterValue": "100003",
123452d973f5SAlexander Motin        "UMask": "0x1"
123552d973f5SAlexander Motin    },
123652d973f5SAlexander Motin    {
123752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
123852d973f5SAlexander Motin        "Counter": "0,1,2,3",
123952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
124052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
124152d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.SNOOP_MISS",
124252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1243*18054d02SAlexander Motin        "MSRValue": "0x200028000",
124452d973f5SAlexander Motin        "Offcore": "1",
124552d973f5SAlexander Motin        "SampleAfterValue": "100003",
124652d973f5SAlexander Motin        "UMask": "0x1"
124752d973f5SAlexander Motin    },
124852d973f5SAlexander Motin    {
124952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
125052d973f5SAlexander Motin        "Counter": "0,1,2,3",
125152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
125252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
125352d973f5SAlexander Motin        "EventName": "OCR.OTHER.SUPPLIER_NONE.SNOOP_NONE",
125452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1255*18054d02SAlexander Motin        "MSRValue": "0x80028000",
125652d973f5SAlexander Motin        "Offcore": "1",
125752d973f5SAlexander Motin        "SampleAfterValue": "100003",
125852d973f5SAlexander Motin        "UMask": "0x1"
125952d973f5SAlexander Motin    },
126052d973f5SAlexander Motin    {
126152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests have any response type.",
126252d973f5SAlexander Motin        "Counter": "0,1,2,3",
126352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
126452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
126552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.ANY_RESPONSE",
126652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1267*18054d02SAlexander Motin        "MSRValue": "0x10400",
126852d973f5SAlexander Motin        "Offcore": "1",
126952d973f5SAlexander Motin        "SampleAfterValue": "100003",
127052d973f5SAlexander Motin        "UMask": "0x1"
127152d973f5SAlexander Motin    },
127252d973f5SAlexander Motin    {
127352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
127452d973f5SAlexander Motin        "Counter": "0,1,2,3",
127552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
127652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
127752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
127852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
127952d973f5SAlexander Motin        "MSRValue": "0x3F80400400",
128052d973f5SAlexander Motin        "Offcore": "1",
128152d973f5SAlexander Motin        "SampleAfterValue": "100003",
128252d973f5SAlexander Motin        "UMask": "0x1"
128352d973f5SAlexander Motin    },
128452d973f5SAlexander Motin    {
128552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
128652d973f5SAlexander Motin        "Counter": "0,1,2,3",
128752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
128852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
128952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
129052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1291*18054d02SAlexander Motin        "MSRValue": "0x80400400",
129252d973f5SAlexander Motin        "Offcore": "1",
129352d973f5SAlexander Motin        "SampleAfterValue": "100003",
129452d973f5SAlexander Motin        "UMask": "0x1"
129552d973f5SAlexander Motin    },
129652d973f5SAlexander Motin    {
129752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
129852d973f5SAlexander Motin        "Counter": "0,1,2,3",
129952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
130052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
130152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
130252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1303*18054d02SAlexander Motin        "MSRValue": "0x100400400",
130452d973f5SAlexander Motin        "Offcore": "1",
130552d973f5SAlexander Motin        "SampleAfterValue": "100003",
130652d973f5SAlexander Motin        "UMask": "0x1"
130752d973f5SAlexander Motin    },
130852d973f5SAlexander Motin    {
130952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.SUPPLIER_NONE.ANY_SNOOP",
131052d973f5SAlexander Motin        "Counter": "0,1,2,3",
131152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
131252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
131352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.ANY_SNOOP",
131452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
131552d973f5SAlexander Motin        "MSRValue": "0x3F80020400",
131652d973f5SAlexander Motin        "Offcore": "1",
131752d973f5SAlexander Motin        "SampleAfterValue": "100003",
131852d973f5SAlexander Motin        "UMask": "0x1"
131952d973f5SAlexander Motin    },
132052d973f5SAlexander Motin    {
132152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HITM_OTHER_CORE",
132252d973f5SAlexander Motin        "Counter": "0,1,2,3",
132352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
132452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
132552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HITM_OTHER_CORE",
132652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
132752d973f5SAlexander Motin        "MSRValue": "0x1000020400",
132852d973f5SAlexander Motin        "Offcore": "1",
132952d973f5SAlexander Motin        "SampleAfterValue": "100003",
133052d973f5SAlexander Motin        "UMask": "0x1"
133152d973f5SAlexander Motin    },
133252d973f5SAlexander Motin    {
133352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
133452d973f5SAlexander Motin        "Counter": "0,1,2,3",
133552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
133652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
133752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
133852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1339*18054d02SAlexander Motin        "MSRValue": "0x800020400",
134052d973f5SAlexander Motin        "Offcore": "1",
134152d973f5SAlexander Motin        "SampleAfterValue": "100003",
134252d973f5SAlexander Motin        "UMask": "0x1"
134352d973f5SAlexander Motin    },
134452d973f5SAlexander Motin    {
134552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
134652d973f5SAlexander Motin        "Counter": "0,1,2,3",
134752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
134852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
134952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
135052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1351*18054d02SAlexander Motin        "MSRValue": "0x400020400",
135252d973f5SAlexander Motin        "Offcore": "1",
135352d973f5SAlexander Motin        "SampleAfterValue": "100003",
135452d973f5SAlexander Motin        "UMask": "0x1"
135552d973f5SAlexander Motin    },
135652d973f5SAlexander Motin    {
135752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.SUPPLIER_NONE.NO_SNOOP_NEEDED",
135852d973f5SAlexander Motin        "Counter": "0,1,2,3",
135952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
136052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
136152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.NO_SNOOP_NEEDED",
136252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1363*18054d02SAlexander Motin        "MSRValue": "0x100020400",
136452d973f5SAlexander Motin        "Offcore": "1",
136552d973f5SAlexander Motin        "SampleAfterValue": "100003",
136652d973f5SAlexander Motin        "UMask": "0x1"
136752d973f5SAlexander Motin    },
136852d973f5SAlexander Motin    {
136952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
137052d973f5SAlexander Motin        "Counter": "0,1,2,3",
137152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
137252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
137352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.SNOOP_MISS",
137452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1375*18054d02SAlexander Motin        "MSRValue": "0x200020400",
137652d973f5SAlexander Motin        "Offcore": "1",
137752d973f5SAlexander Motin        "SampleAfterValue": "100003",
137852d973f5SAlexander Motin        "UMask": "0x1"
137952d973f5SAlexander Motin    },
138052d973f5SAlexander Motin    {
138152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
138252d973f5SAlexander Motin        "Counter": "0,1,2,3",
138352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
138452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
138552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.SUPPLIER_NONE.SNOOP_NONE",
138652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1387*18054d02SAlexander Motin        "MSRValue": "0x80020400",
138852d973f5SAlexander Motin        "Offcore": "1",
138952d973f5SAlexander Motin        "SampleAfterValue": "100003",
139052d973f5SAlexander Motin        "UMask": "0x1"
139152d973f5SAlexander Motin    },
139252d973f5SAlexander Motin    {
139352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads have any response type.",
139452d973f5SAlexander Motin        "Counter": "0,1,2,3",
139552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
139652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
139752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.ANY_RESPONSE",
139852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1399*18054d02SAlexander Motin        "MSRValue": "0x10010",
140052d973f5SAlexander Motin        "Offcore": "1",
140152d973f5SAlexander Motin        "SampleAfterValue": "100003",
140252d973f5SAlexander Motin        "UMask": "0x1"
140352d973f5SAlexander Motin    },
140452d973f5SAlexander Motin    {
140552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
140652d973f5SAlexander Motin        "Counter": "0,1,2,3",
140752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
140852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
140952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
141052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
141152d973f5SAlexander Motin        "MSRValue": "0x3F80400010",
141252d973f5SAlexander Motin        "Offcore": "1",
141352d973f5SAlexander Motin        "SampleAfterValue": "100003",
141452d973f5SAlexander Motin        "UMask": "0x1"
141552d973f5SAlexander Motin    },
141652d973f5SAlexander Motin    {
141752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
141852d973f5SAlexander Motin        "Counter": "0,1,2,3",
141952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
142052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
142152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
142252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1423*18054d02SAlexander Motin        "MSRValue": "0x80400010",
142452d973f5SAlexander Motin        "Offcore": "1",
142552d973f5SAlexander Motin        "SampleAfterValue": "100003",
142652d973f5SAlexander Motin        "UMask": "0x1"
142752d973f5SAlexander Motin    },
142852d973f5SAlexander Motin    {
142952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
143052d973f5SAlexander Motin        "Counter": "0,1,2,3",
143152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
143252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
143352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
143452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1435*18054d02SAlexander Motin        "MSRValue": "0x100400010",
143652d973f5SAlexander Motin        "Offcore": "1",
143752d973f5SAlexander Motin        "SampleAfterValue": "100003",
143852d973f5SAlexander Motin        "UMask": "0x1"
143952d973f5SAlexander Motin    },
144052d973f5SAlexander Motin    {
144152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
144252d973f5SAlexander Motin        "Counter": "0,1,2,3",
144352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
144452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
144552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
144652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
144752d973f5SAlexander Motin        "MSRValue": "0x3F80020010",
144852d973f5SAlexander Motin        "Offcore": "1",
144952d973f5SAlexander Motin        "SampleAfterValue": "100003",
145052d973f5SAlexander Motin        "UMask": "0x1"
145152d973f5SAlexander Motin    },
145252d973f5SAlexander Motin    {
145352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
145452d973f5SAlexander Motin        "Counter": "0,1,2,3",
145552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
145652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
145752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
145852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
145952d973f5SAlexander Motin        "MSRValue": "0x1000020010",
146052d973f5SAlexander Motin        "Offcore": "1",
146152d973f5SAlexander Motin        "SampleAfterValue": "100003",
146252d973f5SAlexander Motin        "UMask": "0x1"
146352d973f5SAlexander Motin    },
146452d973f5SAlexander Motin    {
146552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
146692b14858SMatt Macy        "Counter": "0,1,2,3",
146792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
146892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
146992b14858SMatt Macy        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
147092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
1471*18054d02SAlexander Motin        "MSRValue": "0x800020010",
147292b14858SMatt Macy        "Offcore": "1",
147392b14858SMatt Macy        "SampleAfterValue": "100003",
147492b14858SMatt Macy        "UMask": "0x1"
147592b14858SMatt Macy    },
147692b14858SMatt Macy    {
147752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
147852d973f5SAlexander Motin        "Counter": "0,1,2,3",
147952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
148052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
148152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
148252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1483*18054d02SAlexander Motin        "MSRValue": "0x400020010",
148452d973f5SAlexander Motin        "Offcore": "1",
148552d973f5SAlexander Motin        "SampleAfterValue": "100003",
148652d973f5SAlexander Motin        "UMask": "0x1"
148752d973f5SAlexander Motin    },
148852d973f5SAlexander Motin    {
148952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
149052d973f5SAlexander Motin        "Counter": "0,1,2,3",
149152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
149252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
149352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
149452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1495*18054d02SAlexander Motin        "MSRValue": "0x100020010",
149652d973f5SAlexander Motin        "Offcore": "1",
149752d973f5SAlexander Motin        "SampleAfterValue": "100003",
149852d973f5SAlexander Motin        "UMask": "0x1"
149952d973f5SAlexander Motin    },
150052d973f5SAlexander Motin    {
150152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
150252d973f5SAlexander Motin        "Counter": "0,1,2,3",
150352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
150452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
150552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
150652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1507*18054d02SAlexander Motin        "MSRValue": "0x200020010",
150852d973f5SAlexander Motin        "Offcore": "1",
150952d973f5SAlexander Motin        "SampleAfterValue": "100003",
151052d973f5SAlexander Motin        "UMask": "0x1"
151152d973f5SAlexander Motin    },
151252d973f5SAlexander Motin    {
151352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
151452d973f5SAlexander Motin        "Counter": "0,1,2,3",
151552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
151652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
151752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
151852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1519*18054d02SAlexander Motin        "MSRValue": "0x80020010",
152052d973f5SAlexander Motin        "Offcore": "1",
152152d973f5SAlexander Motin        "SampleAfterValue": "100003",
152252d973f5SAlexander Motin        "UMask": "0x1"
152352d973f5SAlexander Motin    },
152452d973f5SAlexander Motin    {
152552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs have any response type.",
152652d973f5SAlexander Motin        "Counter": "0,1,2,3",
152752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
152852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
152952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.ANY_RESPONSE",
153052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1531*18054d02SAlexander Motin        "MSRValue": "0x10020",
153252d973f5SAlexander Motin        "Offcore": "1",
153352d973f5SAlexander Motin        "SampleAfterValue": "100003",
153452d973f5SAlexander Motin        "UMask": "0x1"
153552d973f5SAlexander Motin    },
153652d973f5SAlexander Motin    {
153752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
153852d973f5SAlexander Motin        "Counter": "0,1,2,3",
153952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
154052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
154152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
154252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
154352d973f5SAlexander Motin        "MSRValue": "0x3F80400020",
154452d973f5SAlexander Motin        "Offcore": "1",
154552d973f5SAlexander Motin        "SampleAfterValue": "100003",
154652d973f5SAlexander Motin        "UMask": "0x1"
154752d973f5SAlexander Motin    },
154852d973f5SAlexander Motin    {
154952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
155052d973f5SAlexander Motin        "Counter": "0,1,2,3",
155152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
155252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
155352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
155452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1555*18054d02SAlexander Motin        "MSRValue": "0x80400020",
155652d973f5SAlexander Motin        "Offcore": "1",
155752d973f5SAlexander Motin        "SampleAfterValue": "100003",
155852d973f5SAlexander Motin        "UMask": "0x1"
155952d973f5SAlexander Motin    },
156052d973f5SAlexander Motin    {
156152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
156252d973f5SAlexander Motin        "Counter": "0,1,2,3",
156352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
156452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
156552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
156652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1567*18054d02SAlexander Motin        "MSRValue": "0x100400020",
156852d973f5SAlexander Motin        "Offcore": "1",
156952d973f5SAlexander Motin        "SampleAfterValue": "100003",
157052d973f5SAlexander Motin        "UMask": "0x1"
157152d973f5SAlexander Motin    },
157252d973f5SAlexander Motin    {
157352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.SUPPLIER_NONE.ANY_SNOOP",
157452d973f5SAlexander Motin        "Counter": "0,1,2,3",
157552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
157652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
157752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.ANY_SNOOP",
157852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
157952d973f5SAlexander Motin        "MSRValue": "0x3F80020020",
158052d973f5SAlexander Motin        "Offcore": "1",
158152d973f5SAlexander Motin        "SampleAfterValue": "100003",
158252d973f5SAlexander Motin        "UMask": "0x1"
158352d973f5SAlexander Motin    },
158452d973f5SAlexander Motin    {
158552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
158652d973f5SAlexander Motin        "Counter": "0,1,2,3",
158752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
158852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
158952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
159052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
159152d973f5SAlexander Motin        "MSRValue": "0x1000020020",
159252d973f5SAlexander Motin        "Offcore": "1",
159352d973f5SAlexander Motin        "SampleAfterValue": "100003",
159452d973f5SAlexander Motin        "UMask": "0x1"
159552d973f5SAlexander Motin    },
159652d973f5SAlexander Motin    {
159752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
159852d973f5SAlexander Motin        "Counter": "0,1,2,3",
159952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
160052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
160152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
160252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1603*18054d02SAlexander Motin        "MSRValue": "0x800020020",
160452d973f5SAlexander Motin        "Offcore": "1",
160552d973f5SAlexander Motin        "SampleAfterValue": "100003",
160652d973f5SAlexander Motin        "UMask": "0x1"
160752d973f5SAlexander Motin    },
160852d973f5SAlexander Motin    {
160952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
161052d973f5SAlexander Motin        "Counter": "0,1,2,3",
161152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
161252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
161352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
161452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1615*18054d02SAlexander Motin        "MSRValue": "0x400020020",
161652d973f5SAlexander Motin        "Offcore": "1",
161752d973f5SAlexander Motin        "SampleAfterValue": "100003",
161852d973f5SAlexander Motin        "UMask": "0x1"
161952d973f5SAlexander Motin    },
162052d973f5SAlexander Motin    {
162152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
162252d973f5SAlexander Motin        "Counter": "0,1,2,3",
162352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
162452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
162552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
162652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1627*18054d02SAlexander Motin        "MSRValue": "0x100020020",
162852d973f5SAlexander Motin        "Offcore": "1",
162952d973f5SAlexander Motin        "SampleAfterValue": "100003",
163052d973f5SAlexander Motin        "UMask": "0x1"
163152d973f5SAlexander Motin    },
163252d973f5SAlexander Motin    {
163352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
163452d973f5SAlexander Motin        "Counter": "0,1,2,3",
163552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
163652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
163752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.SNOOP_MISS",
163852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1639*18054d02SAlexander Motin        "MSRValue": "0x200020020",
164052d973f5SAlexander Motin        "Offcore": "1",
164152d973f5SAlexander Motin        "SampleAfterValue": "100003",
164252d973f5SAlexander Motin        "UMask": "0x1"
164352d973f5SAlexander Motin    },
164452d973f5SAlexander Motin    {
164552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
164652d973f5SAlexander Motin        "Counter": "0,1,2,3",
164752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
164852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
164952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.SUPPLIER_NONE.SNOOP_NONE",
165052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1651*18054d02SAlexander Motin        "MSRValue": "0x80020020",
165252d973f5SAlexander Motin        "Offcore": "1",
165352d973f5SAlexander Motin        "SampleAfterValue": "100003",
165452d973f5SAlexander Motin        "UMask": "0x1"
165552d973f5SAlexander Motin    },
165652d973f5SAlexander Motin    {
165752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads have any response type.",
165852d973f5SAlexander Motin        "Counter": "0,1,2,3",
165952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
166052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
166152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.ANY_RESPONSE",
166252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1663*18054d02SAlexander Motin        "MSRValue": "0x10080",
166452d973f5SAlexander Motin        "Offcore": "1",
166552d973f5SAlexander Motin        "SampleAfterValue": "100003",
166652d973f5SAlexander Motin        "UMask": "0x1"
166752d973f5SAlexander Motin    },
166852d973f5SAlexander Motin    {
166952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
167052d973f5SAlexander Motin        "Counter": "0,1,2,3",
167152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
167252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
167352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
167452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
167552d973f5SAlexander Motin        "MSRValue": "0x3F80400080",
167652d973f5SAlexander Motin        "Offcore": "1",
167752d973f5SAlexander Motin        "SampleAfterValue": "100003",
167852d973f5SAlexander Motin        "UMask": "0x1"
167952d973f5SAlexander Motin    },
168052d973f5SAlexander Motin    {
168152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
168252d973f5SAlexander Motin        "Counter": "0,1,2,3",
168352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
168452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
168552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
168652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1687*18054d02SAlexander Motin        "MSRValue": "0x80400080",
168852d973f5SAlexander Motin        "Offcore": "1",
168952d973f5SAlexander Motin        "SampleAfterValue": "100003",
169052d973f5SAlexander Motin        "UMask": "0x1"
169152d973f5SAlexander Motin    },
169252d973f5SAlexander Motin    {
169352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
169452d973f5SAlexander Motin        "Counter": "0,1,2,3",
169552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
169652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
169752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
169852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1699*18054d02SAlexander Motin        "MSRValue": "0x100400080",
170052d973f5SAlexander Motin        "Offcore": "1",
170152d973f5SAlexander Motin        "SampleAfterValue": "100003",
170252d973f5SAlexander Motin        "UMask": "0x1"
170352d973f5SAlexander Motin    },
170452d973f5SAlexander Motin    {
170552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
170652d973f5SAlexander Motin        "Counter": "0,1,2,3",
170752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
170852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
170952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.ANY_SNOOP",
171052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
171152d973f5SAlexander Motin        "MSRValue": "0x3F80020080",
171252d973f5SAlexander Motin        "Offcore": "1",
171352d973f5SAlexander Motin        "SampleAfterValue": "100003",
171452d973f5SAlexander Motin        "UMask": "0x1"
171552d973f5SAlexander Motin    },
171652d973f5SAlexander Motin    {
171752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
171852d973f5SAlexander Motin        "Counter": "0,1,2,3",
171952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
172052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
172152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HITM_OTHER_CORE",
172252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
172352d973f5SAlexander Motin        "MSRValue": "0x1000020080",
172452d973f5SAlexander Motin        "Offcore": "1",
172552d973f5SAlexander Motin        "SampleAfterValue": "100003",
172652d973f5SAlexander Motin        "UMask": "0x1"
172752d973f5SAlexander Motin    },
172852d973f5SAlexander Motin    {
172952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
173052d973f5SAlexander Motin        "Counter": "0,1,2,3",
173152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
173252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
173352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
173452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1735*18054d02SAlexander Motin        "MSRValue": "0x800020080",
173652d973f5SAlexander Motin        "Offcore": "1",
173752d973f5SAlexander Motin        "SampleAfterValue": "100003",
173852d973f5SAlexander Motin        "UMask": "0x1"
173952d973f5SAlexander Motin    },
174052d973f5SAlexander Motin    {
174152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
174252d973f5SAlexander Motin        "Counter": "0,1,2,3",
174352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
174452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
174552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
174652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1747*18054d02SAlexander Motin        "MSRValue": "0x400020080",
174852d973f5SAlexander Motin        "Offcore": "1",
174952d973f5SAlexander Motin        "SampleAfterValue": "100003",
175052d973f5SAlexander Motin        "UMask": "0x1"
175152d973f5SAlexander Motin    },
175252d973f5SAlexander Motin    {
175352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
175452d973f5SAlexander Motin        "Counter": "0,1,2,3",
175552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
175652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
175752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.NO_SNOOP_NEEDED",
175852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1759*18054d02SAlexander Motin        "MSRValue": "0x100020080",
176052d973f5SAlexander Motin        "Offcore": "1",
176152d973f5SAlexander Motin        "SampleAfterValue": "100003",
176252d973f5SAlexander Motin        "UMask": "0x1"
176352d973f5SAlexander Motin    },
176452d973f5SAlexander Motin    {
176552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
176652d973f5SAlexander Motin        "Counter": "0,1,2,3",
176752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
176852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
176952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.SNOOP_MISS",
177052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1771*18054d02SAlexander Motin        "MSRValue": "0x200020080",
177252d973f5SAlexander Motin        "Offcore": "1",
177352d973f5SAlexander Motin        "SampleAfterValue": "100003",
177452d973f5SAlexander Motin        "UMask": "0x1"
177552d973f5SAlexander Motin    },
177652d973f5SAlexander Motin    {
177752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
177852d973f5SAlexander Motin        "Counter": "0,1,2,3",
177952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
178052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
178152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.SUPPLIER_NONE.SNOOP_NONE",
178252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1783*18054d02SAlexander Motin        "MSRValue": "0x80020080",
178452d973f5SAlexander Motin        "Offcore": "1",
178552d973f5SAlexander Motin        "SampleAfterValue": "100003",
178652d973f5SAlexander Motin        "UMask": "0x1"
178752d973f5SAlexander Motin    },
178852d973f5SAlexander Motin    {
178952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs have any response type.",
179052d973f5SAlexander Motin        "Counter": "0,1,2,3",
179152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
179252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
179352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.ANY_RESPONSE",
179452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1795*18054d02SAlexander Motin        "MSRValue": "0x10100",
179652d973f5SAlexander Motin        "Offcore": "1",
179752d973f5SAlexander Motin        "SampleAfterValue": "100003",
179852d973f5SAlexander Motin        "UMask": "0x1"
179952d973f5SAlexander Motin    },
180052d973f5SAlexander Motin    {
180152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
180252d973f5SAlexander Motin        "Counter": "0,1,2,3",
180352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
180452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
180552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.ANY_SNOOP",
180652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
180752d973f5SAlexander Motin        "MSRValue": "0x3F80400100",
180852d973f5SAlexander Motin        "Offcore": "1",
180952d973f5SAlexander Motin        "SampleAfterValue": "100003",
181052d973f5SAlexander Motin        "UMask": "0x1"
181152d973f5SAlexander Motin    },
181252d973f5SAlexander Motin    {
181352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
181452d973f5SAlexander Motin        "Counter": "0,1,2,3",
181552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
181652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
181752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NONE",
181852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1819*18054d02SAlexander Motin        "MSRValue": "0x80400100",
182052d973f5SAlexander Motin        "Offcore": "1",
182152d973f5SAlexander Motin        "SampleAfterValue": "100003",
182252d973f5SAlexander Motin        "UMask": "0x1"
182352d973f5SAlexander Motin    },
182452d973f5SAlexander Motin    {
182552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
182652d973f5SAlexander Motin        "Counter": "0,1,2,3",
182752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
182852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
182952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.PMM_HIT_LOCAL_PMM.SNOOP_NOT_NEEDED",
183052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1831*18054d02SAlexander Motin        "MSRValue": "0x100400100",
183252d973f5SAlexander Motin        "Offcore": "1",
183352d973f5SAlexander Motin        "SampleAfterValue": "100003",
183452d973f5SAlexander Motin        "UMask": "0x1"
183552d973f5SAlexander Motin    },
183652d973f5SAlexander Motin    {
183752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.SUPPLIER_NONE.ANY_SNOOP",
183852d973f5SAlexander Motin        "Counter": "0,1,2,3",
183952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
184052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
184152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.ANY_SNOOP",
184252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
184352d973f5SAlexander Motin        "MSRValue": "0x3F80020100",
184452d973f5SAlexander Motin        "Offcore": "1",
184552d973f5SAlexander Motin        "SampleAfterValue": "100003",
184652d973f5SAlexander Motin        "UMask": "0x1"
184752d973f5SAlexander Motin    },
184852d973f5SAlexander Motin    {
184952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
185052d973f5SAlexander Motin        "Counter": "0,1,2,3",
185152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
185252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
185352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.HITM_OTHER_CORE",
185452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
185552d973f5SAlexander Motin        "MSRValue": "0x1000020100",
185652d973f5SAlexander Motin        "Offcore": "1",
185752d973f5SAlexander Motin        "SampleAfterValue": "100003",
185852d973f5SAlexander Motin        "UMask": "0x1"
185952d973f5SAlexander Motin    },
186052d973f5SAlexander Motin    {
186152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
186252d973f5SAlexander Motin        "Counter": "0,1,2,3",
186352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
186452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
186552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_FWD",
186652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1867*18054d02SAlexander Motin        "MSRValue": "0x800020100",
186852d973f5SAlexander Motin        "Offcore": "1",
186952d973f5SAlexander Motin        "SampleAfterValue": "100003",
187052d973f5SAlexander Motin        "UMask": "0x1"
187152d973f5SAlexander Motin    },
187252d973f5SAlexander Motin    {
187352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
187452d973f5SAlexander Motin        "Counter": "0,1,2,3",
187552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
187652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
187752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.HIT_OTHER_CORE_NO_FWD",
187852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1879*18054d02SAlexander Motin        "MSRValue": "0x400020100",
188052d973f5SAlexander Motin        "Offcore": "1",
188152d973f5SAlexander Motin        "SampleAfterValue": "100003",
188252d973f5SAlexander Motin        "UMask": "0x1"
188352d973f5SAlexander Motin    },
188452d973f5SAlexander Motin    {
188552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
188652d973f5SAlexander Motin        "Counter": "0,1,2,3",
188752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
188852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
188952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.NO_SNOOP_NEEDED",
189052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1891*18054d02SAlexander Motin        "MSRValue": "0x100020100",
189252d973f5SAlexander Motin        "Offcore": "1",
189352d973f5SAlexander Motin        "SampleAfterValue": "100003",
189452d973f5SAlexander Motin        "UMask": "0x1"
189552d973f5SAlexander Motin    },
189652d973f5SAlexander Motin    {
189752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
189852d973f5SAlexander Motin        "Counter": "0,1,2,3",
189952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
190052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
190152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.SNOOP_MISS",
190252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1903*18054d02SAlexander Motin        "MSRValue": "0x200020100",
190452d973f5SAlexander Motin        "Offcore": "1",
190552d973f5SAlexander Motin        "SampleAfterValue": "100003",
190652d973f5SAlexander Motin        "UMask": "0x1"
190752d973f5SAlexander Motin    },
190852d973f5SAlexander Motin    {
190952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
191052d973f5SAlexander Motin        "Counter": "0,1,2,3",
191152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
191252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
191352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.SUPPLIER_NONE.SNOOP_NONE",
191452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1915*18054d02SAlexander Motin        "MSRValue": "0x80020100",
191652d973f5SAlexander Motin        "Offcore": "1",
191752d973f5SAlexander Motin        "SampleAfterValue": "100003",
191852d973f5SAlexander Motin        "UMask": "0x1"
191992b14858SMatt Macy    }
192092b14858SMatt Macy]
1921