xref: /freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/memory.json (revision 18054d0220cfc8df9c9568c437bd6fbb59d53c3c)
192b14858SMatt Macy[
292b14858SMatt Macy    {
352d973f5SAlexander Motin        "BriefDescription": "Cycles while L3 cache miss demand load is outstanding.",
452d973f5SAlexander Motin        "Counter": "0,1,2,3",
552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
652d973f5SAlexander Motin        "CounterMask": "2",
752d973f5SAlexander Motin        "EventCode": "0xA3",
852d973f5SAlexander Motin        "EventName": "CYCLE_ACTIVITY.CYCLES_L3_MISS",
952d973f5SAlexander Motin        "SampleAfterValue": "2000003",
1052d973f5SAlexander Motin        "UMask": "0x2"
1152d973f5SAlexander Motin    },
1252d973f5SAlexander Motin    {
1352d973f5SAlexander Motin        "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
1452d973f5SAlexander Motin        "Counter": "0,1,2,3",
1552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
1652d973f5SAlexander Motin        "CounterMask": "6",
1752d973f5SAlexander Motin        "EventCode": "0xA3",
1852d973f5SAlexander Motin        "EventName": "CYCLE_ACTIVITY.STALLS_L3_MISS",
1952d973f5SAlexander Motin        "SampleAfterValue": "2000003",
2052d973f5SAlexander Motin        "UMask": "0x6"
2152d973f5SAlexander Motin    },
2252d973f5SAlexander Motin    {
2352d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categories may count as one).",
2452d973f5SAlexander Motin        "Counter": "0,1,2,3",
2552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
2652d973f5SAlexander Motin        "EventCode": "0xC8",
2752d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED",
2852d973f5SAlexander Motin        "PEBS": "1",
2952d973f5SAlexander Motin        "PublicDescription": "Number of times HLE abort was triggered.",
3052d973f5SAlexander Motin        "SampleAfterValue": "2000003",
3152d973f5SAlexander Motin        "UMask": "0x4"
3252d973f5SAlexander Motin    },
3352d973f5SAlexander Motin    {
3452d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as interrupts).",
3552d973f5SAlexander Motin        "Counter": "0,1,2,3",
3652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
3752d973f5SAlexander Motin        "EventCode": "0xC8",
3852d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED_EVENTS",
3952d973f5SAlexander Motin        "SampleAfterValue": "2000003",
4052d973f5SAlexander Motin        "UMask": "0x80"
4152d973f5SAlexander Motin    },
4252d973f5SAlexander Motin    {
4352d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., read/write capacity and conflicts).",
4452d973f5SAlexander Motin        "Counter": "0,1,2,3",
4552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
4652d973f5SAlexander Motin        "EventCode": "0xC8",
4752d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED_MEM",
4852d973f5SAlexander Motin        "SampleAfterValue": "2000003",
4952d973f5SAlexander Motin        "UMask": "0x8"
5052d973f5SAlexander Motin    },
5152d973f5SAlexander Motin    {
5252d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type",
5352d973f5SAlexander Motin        "Counter": "0,1,2,3",
5452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
5552d973f5SAlexander Motin        "EventCode": "0xC8",
5652d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED_MEMTYPE",
5752d973f5SAlexander Motin        "PublicDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
5852d973f5SAlexander Motin        "SampleAfterValue": "2000003",
5952d973f5SAlexander Motin        "UMask": "0x40"
6052d973f5SAlexander Motin    },
6152d973f5SAlexander Motin    {
6252d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to hardware timer expiration.",
6352d973f5SAlexander Motin        "Counter": "0,1,2,3",
6452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
6552d973f5SAlexander Motin        "EventCode": "0xC8",
6652d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED_TIMER",
6752d973f5SAlexander Motin        "SampleAfterValue": "2000003",
6852d973f5SAlexander Motin        "UMask": "0x10"
6952d973f5SAlexander Motin    },
7052d973f5SAlexander Motin    {
7152d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions and certain unfriendly events (such as AD assists etc.).",
7252d973f5SAlexander Motin        "Counter": "0,1,2,3",
7352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
7452d973f5SAlexander Motin        "EventCode": "0xC8",
7552d973f5SAlexander Motin        "EventName": "HLE_RETIRED.ABORTED_UNFRIENDLY",
7652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
7752d973f5SAlexander Motin        "UMask": "0x20"
7852d973f5SAlexander Motin    },
7952d973f5SAlexander Motin    {
8052d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution successfully committed",
8152d973f5SAlexander Motin        "Counter": "0,1,2,3",
8252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
8352d973f5SAlexander Motin        "EventCode": "0xC8",
8452d973f5SAlexander Motin        "EventName": "HLE_RETIRED.COMMIT",
8552d973f5SAlexander Motin        "PublicDescription": "Number of times HLE commit succeeded.",
8652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
8752d973f5SAlexander Motin        "UMask": "0x2"
8852d973f5SAlexander Motin    },
8952d973f5SAlexander Motin    {
9052d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE execution started.",
9152d973f5SAlexander Motin        "Counter": "0,1,2,3",
9252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
9352d973f5SAlexander Motin        "EventCode": "0xC8",
9452d973f5SAlexander Motin        "EventName": "HLE_RETIRED.START",
9552d973f5SAlexander Motin        "PublicDescription": "Number of times we entered an HLE region. Does not count nested transactions.",
9652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
9752d973f5SAlexander Motin        "UMask": "0x1"
9852d973f5SAlexander Motin    },
9952d973f5SAlexander Motin    {
10052d973f5SAlexander Motin        "BriefDescription": "Counts the number of machine clears due to memory order conflicts.",
10152d973f5SAlexander Motin        "Counter": "0,1,2,3",
10252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
10352d973f5SAlexander Motin        "Errata": "SKL089",
10452d973f5SAlexander Motin        "EventCode": "0xC3",
10552d973f5SAlexander Motin        "EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
10652d973f5SAlexander Motin        "PublicDescription": "Counts the number of memory ordering Machine Clears detected. Memory Ordering Machine Clears can result from one of the following:a. memory disambiguation,b. external snoop, orc. cross SMT-HW-thread snoop (stores) hitting load buffer.",
10752d973f5SAlexander Motin        "SampleAfterValue": "100003",
10852d973f5SAlexander Motin        "UMask": "0x2"
10952d973f5SAlexander Motin    },
11052d973f5SAlexander Motin    {
11152d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.",
11252d973f5SAlexander Motin        "Counter": "0,1,2,3",
11352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
11452d973f5SAlexander Motin        "Data_LA": "1",
11552d973f5SAlexander Motin        "EventCode": "0xcd",
11652d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_128",
11752d973f5SAlexander Motin        "MSRIndex": "0x3F6",
11852d973f5SAlexander Motin        "MSRValue": "0x80",
11952d973f5SAlexander Motin        "PEBS": "2",
12052d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.  Reported latency may be longer than just the memory latency.",
12152d973f5SAlexander Motin        "SampleAfterValue": "1009",
12252d973f5SAlexander Motin        "TakenAlone": "1",
12352d973f5SAlexander Motin        "UMask": "0x1"
12452d973f5SAlexander Motin    },
12552d973f5SAlexander Motin    {
12652d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.",
12752d973f5SAlexander Motin        "Counter": "0,1,2,3",
12852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
12952d973f5SAlexander Motin        "Data_LA": "1",
13052d973f5SAlexander Motin        "EventCode": "0xcd",
13152d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_16",
13252d973f5SAlexander Motin        "MSRIndex": "0x3F6",
13352d973f5SAlexander Motin        "MSRValue": "0x10",
13452d973f5SAlexander Motin        "PEBS": "2",
13552d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.  Reported latency may be longer than just the memory latency.",
13652d973f5SAlexander Motin        "SampleAfterValue": "20011",
13752d973f5SAlexander Motin        "TakenAlone": "1",
13852d973f5SAlexander Motin        "UMask": "0x1"
13952d973f5SAlexander Motin    },
14052d973f5SAlexander Motin    {
14152d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.",
14252d973f5SAlexander Motin        "Counter": "0,1,2,3",
14352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
14452d973f5SAlexander Motin        "Data_LA": "1",
14552d973f5SAlexander Motin        "EventCode": "0xcd",
14652d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_256",
14752d973f5SAlexander Motin        "MSRIndex": "0x3F6",
14852d973f5SAlexander Motin        "MSRValue": "0x100",
14952d973f5SAlexander Motin        "PEBS": "2",
15052d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.  Reported latency may be longer than just the memory latency.",
15152d973f5SAlexander Motin        "SampleAfterValue": "503",
15252d973f5SAlexander Motin        "TakenAlone": "1",
15352d973f5SAlexander Motin        "UMask": "0x1"
15452d973f5SAlexander Motin    },
15552d973f5SAlexander Motin    {
15652d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.",
15752d973f5SAlexander Motin        "Counter": "0,1,2,3",
15852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
15952d973f5SAlexander Motin        "Data_LA": "1",
16052d973f5SAlexander Motin        "EventCode": "0xcd",
16152d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_32",
16252d973f5SAlexander Motin        "MSRIndex": "0x3F6",
16352d973f5SAlexander Motin        "MSRValue": "0x20",
16452d973f5SAlexander Motin        "PEBS": "2",
16552d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.  Reported latency may be longer than just the memory latency.",
16652d973f5SAlexander Motin        "SampleAfterValue": "100007",
16752d973f5SAlexander Motin        "TakenAlone": "1",
16852d973f5SAlexander Motin        "UMask": "0x1"
16952d973f5SAlexander Motin    },
17052d973f5SAlexander Motin    {
17152d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles.",
17252d973f5SAlexander Motin        "Counter": "0,1,2,3",
17352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
17452d973f5SAlexander Motin        "Data_LA": "1",
17552d973f5SAlexander Motin        "EventCode": "0xcd",
17652d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_4",
17752d973f5SAlexander Motin        "MSRIndex": "0x3F6",
17852d973f5SAlexander Motin        "MSRValue": "0x4",
17952d973f5SAlexander Motin        "PEBS": "2",
18052d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles.  Reported latency may be longer than just the memory latency.",
18152d973f5SAlexander Motin        "SampleAfterValue": "100003",
18252d973f5SAlexander Motin        "TakenAlone": "1",
18352d973f5SAlexander Motin        "UMask": "0x1"
18452d973f5SAlexander Motin    },
18552d973f5SAlexander Motin    {
18652d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles.",
18752d973f5SAlexander Motin        "Counter": "0,1,2,3",
18852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
18952d973f5SAlexander Motin        "Data_LA": "1",
19052d973f5SAlexander Motin        "EventCode": "0xcd",
19152d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_512",
19252d973f5SAlexander Motin        "MSRIndex": "0x3F6",
19352d973f5SAlexander Motin        "MSRValue": "0x200",
19452d973f5SAlexander Motin        "PEBS": "2",
19552d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles.  Reported latency may be longer than just the memory latency.",
19652d973f5SAlexander Motin        "SampleAfterValue": "101",
19752d973f5SAlexander Motin        "TakenAlone": "1",
19852d973f5SAlexander Motin        "UMask": "0x1"
19952d973f5SAlexander Motin    },
20052d973f5SAlexander Motin    {
20152d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles.",
20252d973f5SAlexander Motin        "Counter": "0,1,2,3",
20352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
20452d973f5SAlexander Motin        "Data_LA": "1",
20552d973f5SAlexander Motin        "EventCode": "0xcd",
20652d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_64",
20752d973f5SAlexander Motin        "MSRIndex": "0x3F6",
20852d973f5SAlexander Motin        "MSRValue": "0x40",
20952d973f5SAlexander Motin        "PEBS": "2",
21052d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles.  Reported latency may be longer than just the memory latency.",
21152d973f5SAlexander Motin        "SampleAfterValue": "2003",
21252d973f5SAlexander Motin        "TakenAlone": "1",
21352d973f5SAlexander Motin        "UMask": "0x1"
21452d973f5SAlexander Motin    },
21552d973f5SAlexander Motin    {
21652d973f5SAlexander Motin        "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles.",
21752d973f5SAlexander Motin        "Counter": "0,1,2,3",
21852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
21952d973f5SAlexander Motin        "Data_LA": "1",
22052d973f5SAlexander Motin        "EventCode": "0xcd",
22152d973f5SAlexander Motin        "EventName": "MEM_TRANS_RETIRED.LOAD_LATENCY_GT_8",
22252d973f5SAlexander Motin        "MSRIndex": "0x3F6",
22352d973f5SAlexander Motin        "MSRValue": "0x8",
22452d973f5SAlexander Motin        "PEBS": "2",
22552d973f5SAlexander Motin        "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles.  Reported latency may be longer than just the memory latency.",
22652d973f5SAlexander Motin        "SampleAfterValue": "50021",
22752d973f5SAlexander Motin        "TakenAlone": "1",
22852d973f5SAlexander Motin        "UMask": "0x1"
22952d973f5SAlexander Motin    },
23052d973f5SAlexander Motin    {
23152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.ANY_SNOOP OCR.ALL_DATA_RD.L3_MISS.ANY_SNOOP OCR.ALL_DATA_RD.L3_MISS.ANY_SNOOP",
23292b14858SMatt Macy        "Counter": "0,1,2,3",
23392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
23492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
23552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.ANY_SNOOP",
23692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
23752d973f5SAlexander Motin        "MSRValue": "0x3FBC000491",
23892b14858SMatt Macy        "Offcore": "1",
23992b14858SMatt Macy        "SampleAfterValue": "100003",
24092b14858SMatt Macy        "UMask": "0x1"
24192b14858SMatt Macy    },
24292b14858SMatt Macy    {
24352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE",
24492b14858SMatt Macy        "Counter": "0,1,2,3",
24592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
24692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
24752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE",
24892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
24952d973f5SAlexander Motin        "MSRValue": "0x103C000491",
25092b14858SMatt Macy        "Offcore": "1",
25192b14858SMatt Macy        "SampleAfterValue": "100003",
25292b14858SMatt Macy        "UMask": "0x1"
25392b14858SMatt Macy    },
25492b14858SMatt Macy    {
25552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
25692b14858SMatt Macy        "Counter": "0,1,2,3",
25792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
25892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
25952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
26092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
261*18054d02SAlexander Motin        "MSRValue": "0x83C000491",
26292b14858SMatt Macy        "Offcore": "1",
26392b14858SMatt Macy        "SampleAfterValue": "100003",
26492b14858SMatt Macy        "UMask": "0x1"
26592b14858SMatt Macy    },
26692b14858SMatt Macy    {
26752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
26892b14858SMatt Macy        "Counter": "0,1,2,3",
26992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
27092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
27192b14858SMatt Macy        "EventName": "OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
27292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
273*18054d02SAlexander Motin        "MSRValue": "0x43C000491",
27492b14858SMatt Macy        "Offcore": "1",
27592b14858SMatt Macy        "SampleAfterValue": "100003",
27692b14858SMatt Macy        "UMask": "0x1"
27792b14858SMatt Macy    },
27892b14858SMatt Macy    {
27952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
28092b14858SMatt Macy        "Counter": "0,1,2,3",
28192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
28292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
28352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
28492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
285*18054d02SAlexander Motin        "MSRValue": "0x13C000491",
28692b14858SMatt Macy        "Offcore": "1",
28792b14858SMatt Macy        "SampleAfterValue": "100003",
28892b14858SMatt Macy        "UMask": "0x1"
28992b14858SMatt Macy    },
29092b14858SMatt Macy    {
29152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.REMOTE_HITM OCR.ALL_DATA_RD.L3_MISS.REMOTE_HITM",
29292b14858SMatt Macy        "Counter": "0,1,2,3",
29392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
29492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
29552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.REMOTE_HITM",
29692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
29752d973f5SAlexander Motin        "MSRValue": "0x103FC00491",
29892b14858SMatt Macy        "Offcore": "1",
29992b14858SMatt Macy        "SampleAfterValue": "100003",
30092b14858SMatt Macy        "UMask": "0x1"
30192b14858SMatt Macy    },
30292b14858SMatt Macy    {
30352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD OCR.ALL_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
30492b14858SMatt Macy        "Counter": "0,1,2,3",
30592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
30692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
30752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
30892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
309*18054d02SAlexander Motin        "MSRValue": "0x83FC00491",
31092b14858SMatt Macy        "Offcore": "1",
31192b14858SMatt Macy        "SampleAfterValue": "100003",
31292b14858SMatt Macy        "UMask": "0x1"
31392b14858SMatt Macy    },
31492b14858SMatt Macy    {
31552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.SNOOP_MISS OCR.ALL_DATA_RD.L3_MISS.SNOOP_MISS",
31692b14858SMatt Macy        "Counter": "0,1,2,3",
31792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
31892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
31952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.SNOOP_MISS",
32092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
321*18054d02SAlexander Motin        "MSRValue": "0x23C000491",
32292b14858SMatt Macy        "Offcore": "1",
32392b14858SMatt Macy        "SampleAfterValue": "100003",
32492b14858SMatt Macy        "UMask": "0x1"
32592b14858SMatt Macy    },
32692b14858SMatt Macy    {
32752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS.SNOOP_NONE OCR.ALL_DATA_RD.L3_MISS.SNOOP_NONE",
32892b14858SMatt Macy        "Counter": "0,1,2,3",
32992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
33092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
33152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS.SNOOP_NONE",
33292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
333*18054d02SAlexander Motin        "MSRValue": "0xBC000491",
33492b14858SMatt Macy        "Offcore": "1",
33592b14858SMatt Macy        "SampleAfterValue": "100003",
33692b14858SMatt Macy        "UMask": "0x1"
33792b14858SMatt Macy    },
33892b14858SMatt Macy    {
33952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP  OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
34092b14858SMatt Macy        "Counter": "0,1,2,3",
34192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
34292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
34352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
34492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
34592b14858SMatt Macy        "MSRValue": "0x3F84000491",
34692b14858SMatt Macy        "Offcore": "1",
34792b14858SMatt Macy        "SampleAfterValue": "100003",
34892b14858SMatt Macy        "UMask": "0x1"
34992b14858SMatt Macy    },
35092b14858SMatt Macy    {
35152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE  OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
35292b14858SMatt Macy        "Counter": "0,1,2,3",
35392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
35492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
35552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
35692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
35752d973f5SAlexander Motin        "MSRValue": "0x1004000491",
35892b14858SMatt Macy        "Offcore": "1",
35992b14858SMatt Macy        "SampleAfterValue": "100003",
36092b14858SMatt Macy        "UMask": "0x1"
36192b14858SMatt Macy    },
36292b14858SMatt Macy    {
36352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
36492b14858SMatt Macy        "Counter": "0,1,2,3",
36592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
36692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
36752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
36892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
369*18054d02SAlexander Motin        "MSRValue": "0x804000491",
37092b14858SMatt Macy        "Offcore": "1",
37192b14858SMatt Macy        "SampleAfterValue": "100003",
37292b14858SMatt Macy        "UMask": "0x1"
37392b14858SMatt Macy    },
37492b14858SMatt Macy    {
37552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
37692b14858SMatt Macy        "Counter": "0,1,2,3",
37792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
37892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
37952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
38092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
381*18054d02SAlexander Motin        "MSRValue": "0x404000491",
38292b14858SMatt Macy        "Offcore": "1",
38392b14858SMatt Macy        "SampleAfterValue": "100003",
38492b14858SMatt Macy        "UMask": "0x1"
38592b14858SMatt Macy    },
38692b14858SMatt Macy    {
38752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED  OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
38892b14858SMatt Macy        "Counter": "0,1,2,3",
38992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
39092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
39152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
39292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
393*18054d02SAlexander Motin        "MSRValue": "0x104000491",
39492b14858SMatt Macy        "Offcore": "1",
39592b14858SMatt Macy        "SampleAfterValue": "100003",
39692b14858SMatt Macy        "UMask": "0x1"
39792b14858SMatt Macy    },
39892b14858SMatt Macy    {
39952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
40092b14858SMatt Macy        "Counter": "0,1,2,3",
40192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
40292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
40352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
40492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
405*18054d02SAlexander Motin        "MSRValue": "0x204000491",
40692b14858SMatt Macy        "Offcore": "1",
40792b14858SMatt Macy        "SampleAfterValue": "100003",
40892b14858SMatt Macy        "UMask": "0x1"
40992b14858SMatt Macy    },
41092b14858SMatt Macy    {
41152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
41292b14858SMatt Macy        "Counter": "0,1,2,3",
41392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
41492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
41552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
41692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
417*18054d02SAlexander Motin        "MSRValue": "0x604000491",
41892b14858SMatt Macy        "Offcore": "1",
41992b14858SMatt Macy        "SampleAfterValue": "100003",
42092b14858SMatt Macy        "UMask": "0x1"
42192b14858SMatt Macy    },
42292b14858SMatt Macy    {
42352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
42492b14858SMatt Macy        "Counter": "0,1,2,3",
42592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
42692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
42752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
42892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
429*18054d02SAlexander Motin        "MSRValue": "0x84000491",
43092b14858SMatt Macy        "Offcore": "1",
43192b14858SMatt Macy        "SampleAfterValue": "100003",
43292b14858SMatt Macy        "UMask": "0x1"
43392b14858SMatt Macy    },
43492b14858SMatt Macy    {
43552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
43692b14858SMatt Macy        "Counter": "0,1,2,3",
43792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
43892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
43952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
44092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
441*18054d02SAlexander Motin        "MSRValue": "0x63B800491",
44292b14858SMatt Macy        "Offcore": "1",
44392b14858SMatt Macy        "SampleAfterValue": "100003",
44492b14858SMatt Macy        "UMask": "0x1"
44592b14858SMatt Macy    },
44692b14858SMatt Macy    {
44752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP  OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
44892b14858SMatt Macy        "Counter": "0,1,2,3",
44992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
45092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
45152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
45292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
45352d973f5SAlexander Motin        "MSRValue": "0x3F90000491",
45492b14858SMatt Macy        "Offcore": "1",
45592b14858SMatt Macy        "SampleAfterValue": "100003",
45692b14858SMatt Macy        "UMask": "0x1"
45792b14858SMatt Macy    },
45892b14858SMatt Macy    {
45952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE  OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
46092b14858SMatt Macy        "Counter": "0,1,2,3",
46192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
46292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
46352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
46492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
46552d973f5SAlexander Motin        "MSRValue": "0x1010000491",
46692b14858SMatt Macy        "Offcore": "1",
46792b14858SMatt Macy        "SampleAfterValue": "100003",
46892b14858SMatt Macy        "UMask": "0x1"
46992b14858SMatt Macy    },
47092b14858SMatt Macy    {
47152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
47292b14858SMatt Macy        "Counter": "0,1,2,3",
47392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
47492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
47552d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
47692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
477*18054d02SAlexander Motin        "MSRValue": "0x810000491",
47892b14858SMatt Macy        "Offcore": "1",
47992b14858SMatt Macy        "SampleAfterValue": "100003",
48092b14858SMatt Macy        "UMask": "0x1"
48192b14858SMatt Macy    },
48292b14858SMatt Macy    {
48352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
48492b14858SMatt Macy        "Counter": "0,1,2,3",
48592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
48692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
48752d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
48892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
489*18054d02SAlexander Motin        "MSRValue": "0x410000491",
49092b14858SMatt Macy        "Offcore": "1",
49192b14858SMatt Macy        "SampleAfterValue": "100003",
49292b14858SMatt Macy        "UMask": "0x1"
49392b14858SMatt Macy    },
49492b14858SMatt Macy    {
49552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED  OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
49692b14858SMatt Macy        "Counter": "0,1,2,3",
49792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
49892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
49952d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
50092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
501*18054d02SAlexander Motin        "MSRValue": "0x110000491",
50292b14858SMatt Macy        "Offcore": "1",
50392b14858SMatt Macy        "SampleAfterValue": "100003",
50492b14858SMatt Macy        "UMask": "0x1"
50592b14858SMatt Macy    },
50692b14858SMatt Macy    {
50752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
50892b14858SMatt Macy        "Counter": "0,1,2,3",
50992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
51092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
51152d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
51292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
513*18054d02SAlexander Motin        "MSRValue": "0x210000491",
51492b14858SMatt Macy        "Offcore": "1",
51592b14858SMatt Macy        "SampleAfterValue": "100003",
51692b14858SMatt Macy        "UMask": "0x1"
51792b14858SMatt Macy    },
51892b14858SMatt Macy    {
51952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
52092b14858SMatt Macy        "Counter": "0,1,2,3",
52192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
52292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
52352d973f5SAlexander Motin        "EventName": "OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
52492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
525*18054d02SAlexander Motin        "MSRValue": "0x90000491",
52692b14858SMatt Macy        "Offcore": "1",
52792b14858SMatt Macy        "SampleAfterValue": "100003",
52892b14858SMatt Macy        "UMask": "0x1"
52992b14858SMatt Macy    },
53092b14858SMatt Macy    {
53152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP OCR.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP OCR.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP",
53292b14858SMatt Macy        "Counter": "0,1,2,3",
53392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
53492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
53552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP",
53692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
53752d973f5SAlexander Motin        "MSRValue": "0x3FBC000490",
53892b14858SMatt Macy        "Offcore": "1",
53992b14858SMatt Macy        "SampleAfterValue": "100003",
54092b14858SMatt Macy        "UMask": "0x1"
54192b14858SMatt Macy    },
54292b14858SMatt Macy    {
54352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE",
54492b14858SMatt Macy        "Counter": "0,1,2,3",
54592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
54692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
54752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE",
54892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
54952d973f5SAlexander Motin        "MSRValue": "0x103C000490",
55092b14858SMatt Macy        "Offcore": "1",
55192b14858SMatt Macy        "SampleAfterValue": "100003",
55292b14858SMatt Macy        "UMask": "0x1"
55392b14858SMatt Macy    },
55492b14858SMatt Macy    {
55552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
55692b14858SMatt Macy        "Counter": "0,1,2,3",
55792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
55892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
55952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
56092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
561*18054d02SAlexander Motin        "MSRValue": "0x83C000490",
56292b14858SMatt Macy        "Offcore": "1",
56392b14858SMatt Macy        "SampleAfterValue": "100003",
56492b14858SMatt Macy        "UMask": "0x1"
56592b14858SMatt Macy    },
56692b14858SMatt Macy    {
56752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
56892b14858SMatt Macy        "Counter": "0,1,2,3",
56992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
57092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
57152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
57292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
573*18054d02SAlexander Motin        "MSRValue": "0x43C000490",
57492b14858SMatt Macy        "Offcore": "1",
57592b14858SMatt Macy        "SampleAfterValue": "100003",
57692b14858SMatt Macy        "UMask": "0x1"
57792b14858SMatt Macy    },
57892b14858SMatt Macy    {
57952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
58092b14858SMatt Macy        "Counter": "0,1,2,3",
58192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
58292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
58352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
58492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
585*18054d02SAlexander Motin        "MSRValue": "0x13C000490",
58692b14858SMatt Macy        "Offcore": "1",
58792b14858SMatt Macy        "SampleAfterValue": "100003",
58892b14858SMatt Macy        "UMask": "0x1"
58992b14858SMatt Macy    },
59092b14858SMatt Macy    {
59152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HITM OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HITM",
59292b14858SMatt Macy        "Counter": "0,1,2,3",
59392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
59492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
59552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HITM",
59692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
59752d973f5SAlexander Motin        "MSRValue": "0x103FC00490",
59892b14858SMatt Macy        "Offcore": "1",
59992b14858SMatt Macy        "SampleAfterValue": "100003",
60092b14858SMatt Macy        "UMask": "0x1"
60192b14858SMatt Macy    },
60292b14858SMatt Macy    {
60352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
60492b14858SMatt Macy        "Counter": "0,1,2,3",
60592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
60692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
60792b14858SMatt Macy        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
60892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
609*18054d02SAlexander Motin        "MSRValue": "0x83FC00490",
61092b14858SMatt Macy        "Offcore": "1",
61192b14858SMatt Macy        "SampleAfterValue": "100003",
61292b14858SMatt Macy        "UMask": "0x1"
61392b14858SMatt Macy    },
61492b14858SMatt Macy    {
61552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_MISS OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_MISS",
61652d973f5SAlexander Motin        "Counter": "0,1,2,3",
61752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
61852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
61952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_MISS",
62052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
621*18054d02SAlexander Motin        "MSRValue": "0x23C000490",
62252d973f5SAlexander Motin        "Offcore": "1",
62352d973f5SAlexander Motin        "SampleAfterValue": "100003",
62452d973f5SAlexander Motin        "UMask": "0x1"
62552d973f5SAlexander Motin    },
62652d973f5SAlexander Motin    {
62752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_NONE OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_NONE",
62852d973f5SAlexander Motin        "Counter": "0,1,2,3",
62952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
63052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
63152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_NONE",
63252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
633*18054d02SAlexander Motin        "MSRValue": "0xBC000490",
63452d973f5SAlexander Motin        "Offcore": "1",
63552d973f5SAlexander Motin        "SampleAfterValue": "100003",
63652d973f5SAlexander Motin        "UMask": "0x1"
63752d973f5SAlexander Motin    },
63852d973f5SAlexander Motin    {
63952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP  OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
64052d973f5SAlexander Motin        "Counter": "0,1,2,3",
64152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
64252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
64352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
64452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
64552d973f5SAlexander Motin        "MSRValue": "0x3F84000490",
64652d973f5SAlexander Motin        "Offcore": "1",
64752d973f5SAlexander Motin        "SampleAfterValue": "100003",
64852d973f5SAlexander Motin        "UMask": "0x1"
64952d973f5SAlexander Motin    },
65052d973f5SAlexander Motin    {
65152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE  OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
65252d973f5SAlexander Motin        "Counter": "0,1,2,3",
65352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
65452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
65552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
65652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
65752d973f5SAlexander Motin        "MSRValue": "0x1004000490",
65852d973f5SAlexander Motin        "Offcore": "1",
65952d973f5SAlexander Motin        "SampleAfterValue": "100003",
66052d973f5SAlexander Motin        "UMask": "0x1"
66152d973f5SAlexander Motin    },
66252d973f5SAlexander Motin    {
66352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
66452d973f5SAlexander Motin        "Counter": "0,1,2,3",
66552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
66652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
66752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
66852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
669*18054d02SAlexander Motin        "MSRValue": "0x804000490",
67052d973f5SAlexander Motin        "Offcore": "1",
67152d973f5SAlexander Motin        "SampleAfterValue": "100003",
67252d973f5SAlexander Motin        "UMask": "0x1"
67352d973f5SAlexander Motin    },
67452d973f5SAlexander Motin    {
67552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
67652d973f5SAlexander Motin        "Counter": "0,1,2,3",
67752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
67852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
67952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
68052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
681*18054d02SAlexander Motin        "MSRValue": "0x404000490",
68252d973f5SAlexander Motin        "Offcore": "1",
68352d973f5SAlexander Motin        "SampleAfterValue": "100003",
68452d973f5SAlexander Motin        "UMask": "0x1"
68552d973f5SAlexander Motin    },
68652d973f5SAlexander Motin    {
68752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED  OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
68852d973f5SAlexander Motin        "Counter": "0,1,2,3",
68952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
69052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
69152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
69252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
693*18054d02SAlexander Motin        "MSRValue": "0x104000490",
69452d973f5SAlexander Motin        "Offcore": "1",
69552d973f5SAlexander Motin        "SampleAfterValue": "100003",
69652d973f5SAlexander Motin        "UMask": "0x1"
69752d973f5SAlexander Motin    },
69852d973f5SAlexander Motin    {
69952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
70052d973f5SAlexander Motin        "Counter": "0,1,2,3",
70152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
70252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
70352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
70452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
705*18054d02SAlexander Motin        "MSRValue": "0x204000490",
70652d973f5SAlexander Motin        "Offcore": "1",
70752d973f5SAlexander Motin        "SampleAfterValue": "100003",
70852d973f5SAlexander Motin        "UMask": "0x1"
70952d973f5SAlexander Motin    },
71052d973f5SAlexander Motin    {
71152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
71252d973f5SAlexander Motin        "Counter": "0,1,2,3",
71352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
71452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
71552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
71652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
717*18054d02SAlexander Motin        "MSRValue": "0x604000490",
71852d973f5SAlexander Motin        "Offcore": "1",
71952d973f5SAlexander Motin        "SampleAfterValue": "100003",
72052d973f5SAlexander Motin        "UMask": "0x1"
72152d973f5SAlexander Motin    },
72252d973f5SAlexander Motin    {
72352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
72452d973f5SAlexander Motin        "Counter": "0,1,2,3",
72552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
72652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
72752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
72852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
729*18054d02SAlexander Motin        "MSRValue": "0x84000490",
73052d973f5SAlexander Motin        "Offcore": "1",
73152d973f5SAlexander Motin        "SampleAfterValue": "100003",
73252d973f5SAlexander Motin        "UMask": "0x1"
73352d973f5SAlexander Motin    },
73452d973f5SAlexander Motin    {
73552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
73652d973f5SAlexander Motin        "Counter": "0,1,2,3",
73752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
73852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
73952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
74052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
741*18054d02SAlexander Motin        "MSRValue": "0x63B800490",
74252d973f5SAlexander Motin        "Offcore": "1",
74352d973f5SAlexander Motin        "SampleAfterValue": "100003",
74452d973f5SAlexander Motin        "UMask": "0x1"
74552d973f5SAlexander Motin    },
74652d973f5SAlexander Motin    {
74752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP  OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
74852d973f5SAlexander Motin        "Counter": "0,1,2,3",
74952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
75052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
75152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
75252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
75352d973f5SAlexander Motin        "MSRValue": "0x3F90000490",
75452d973f5SAlexander Motin        "Offcore": "1",
75552d973f5SAlexander Motin        "SampleAfterValue": "100003",
75652d973f5SAlexander Motin        "UMask": "0x1"
75752d973f5SAlexander Motin    },
75852d973f5SAlexander Motin    {
75952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE  OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
76052d973f5SAlexander Motin        "Counter": "0,1,2,3",
76152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
76252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
76352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
76452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
76552d973f5SAlexander Motin        "MSRValue": "0x1010000490",
76652d973f5SAlexander Motin        "Offcore": "1",
76752d973f5SAlexander Motin        "SampleAfterValue": "100003",
76852d973f5SAlexander Motin        "UMask": "0x1"
76952d973f5SAlexander Motin    },
77052d973f5SAlexander Motin    {
77152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
77252d973f5SAlexander Motin        "Counter": "0,1,2,3",
77352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
77452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
77552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
77652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
777*18054d02SAlexander Motin        "MSRValue": "0x810000490",
77852d973f5SAlexander Motin        "Offcore": "1",
77952d973f5SAlexander Motin        "SampleAfterValue": "100003",
78052d973f5SAlexander Motin        "UMask": "0x1"
78152d973f5SAlexander Motin    },
78252d973f5SAlexander Motin    {
78352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
78452d973f5SAlexander Motin        "Counter": "0,1,2,3",
78552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
78652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
78752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
78852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
789*18054d02SAlexander Motin        "MSRValue": "0x410000490",
79052d973f5SAlexander Motin        "Offcore": "1",
79152d973f5SAlexander Motin        "SampleAfterValue": "100003",
79252d973f5SAlexander Motin        "UMask": "0x1"
79352d973f5SAlexander Motin    },
79452d973f5SAlexander Motin    {
79552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED  OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
79652d973f5SAlexander Motin        "Counter": "0,1,2,3",
79752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
79852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
79952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
80052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
801*18054d02SAlexander Motin        "MSRValue": "0x110000490",
80252d973f5SAlexander Motin        "Offcore": "1",
80352d973f5SAlexander Motin        "SampleAfterValue": "100003",
80452d973f5SAlexander Motin        "UMask": "0x1"
80552d973f5SAlexander Motin    },
80652d973f5SAlexander Motin    {
80752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
80852d973f5SAlexander Motin        "Counter": "0,1,2,3",
80952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
81052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
81152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
81252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
813*18054d02SAlexander Motin        "MSRValue": "0x210000490",
81452d973f5SAlexander Motin        "Offcore": "1",
81552d973f5SAlexander Motin        "SampleAfterValue": "100003",
81652d973f5SAlexander Motin        "UMask": "0x1"
81752d973f5SAlexander Motin    },
81852d973f5SAlexander Motin    {
81952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
82052d973f5SAlexander Motin        "Counter": "0,1,2,3",
82152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
82252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
82352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
82452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
825*18054d02SAlexander Motin        "MSRValue": "0x90000490",
82652d973f5SAlexander Motin        "Offcore": "1",
82752d973f5SAlexander Motin        "SampleAfterValue": "100003",
82852d973f5SAlexander Motin        "UMask": "0x1"
82952d973f5SAlexander Motin    },
83052d973f5SAlexander Motin    {
83152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.ANY_SNOOP OCR.ALL_PF_RFO.L3_MISS.ANY_SNOOP OCR.ALL_PF_RFO.L3_MISS.ANY_SNOOP",
83252d973f5SAlexander Motin        "Counter": "0,1,2,3",
83352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
83452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
83552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.ANY_SNOOP",
83652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
83752d973f5SAlexander Motin        "MSRValue": "0x3FBC000120",
83852d973f5SAlexander Motin        "Offcore": "1",
83952d973f5SAlexander Motin        "SampleAfterValue": "100003",
84052d973f5SAlexander Motin        "UMask": "0x1"
84152d973f5SAlexander Motin    },
84252d973f5SAlexander Motin    {
84352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE OCR.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE OCR.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE",
84452d973f5SAlexander Motin        "Counter": "0,1,2,3",
84552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
84652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
84752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE",
84852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
84952d973f5SAlexander Motin        "MSRValue": "0x103C000120",
85052d973f5SAlexander Motin        "Offcore": "1",
85152d973f5SAlexander Motin        "SampleAfterValue": "100003",
85252d973f5SAlexander Motin        "UMask": "0x1"
85352d973f5SAlexander Motin    },
85452d973f5SAlexander Motin    {
85552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
85652d973f5SAlexander Motin        "Counter": "0,1,2,3",
85752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
85852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
85952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
86052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
861*18054d02SAlexander Motin        "MSRValue": "0x83C000120",
86252d973f5SAlexander Motin        "Offcore": "1",
86352d973f5SAlexander Motin        "SampleAfterValue": "100003",
86452d973f5SAlexander Motin        "UMask": "0x1"
86552d973f5SAlexander Motin    },
86652d973f5SAlexander Motin    {
86752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
86852d973f5SAlexander Motin        "Counter": "0,1,2,3",
86952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
87052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
87152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
87252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
873*18054d02SAlexander Motin        "MSRValue": "0x43C000120",
87452d973f5SAlexander Motin        "Offcore": "1",
87552d973f5SAlexander Motin        "SampleAfterValue": "100003",
87652d973f5SAlexander Motin        "UMask": "0x1"
87752d973f5SAlexander Motin    },
87852d973f5SAlexander Motin    {
87952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED",
88052d973f5SAlexander Motin        "Counter": "0,1,2,3",
88152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
88252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
88352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED",
88452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
885*18054d02SAlexander Motin        "MSRValue": "0x13C000120",
88652d973f5SAlexander Motin        "Offcore": "1",
88752d973f5SAlexander Motin        "SampleAfterValue": "100003",
88852d973f5SAlexander Motin        "UMask": "0x1"
88952d973f5SAlexander Motin    },
89052d973f5SAlexander Motin    {
89152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.REMOTE_HITM OCR.ALL_PF_RFO.L3_MISS.REMOTE_HITM",
89252d973f5SAlexander Motin        "Counter": "0,1,2,3",
89352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
89452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
89552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.REMOTE_HITM",
89652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
89752d973f5SAlexander Motin        "MSRValue": "0x103FC00120",
89852d973f5SAlexander Motin        "Offcore": "1",
89952d973f5SAlexander Motin        "SampleAfterValue": "100003",
90052d973f5SAlexander Motin        "UMask": "0x1"
90152d973f5SAlexander Motin    },
90252d973f5SAlexander Motin    {
90352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.REMOTE_HIT_FORWARD OCR.ALL_PF_RFO.L3_MISS.REMOTE_HIT_FORWARD",
90452d973f5SAlexander Motin        "Counter": "0,1,2,3",
90552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
90652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
90752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.REMOTE_HIT_FORWARD",
90852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
909*18054d02SAlexander Motin        "MSRValue": "0x83FC00120",
91052d973f5SAlexander Motin        "Offcore": "1",
91152d973f5SAlexander Motin        "SampleAfterValue": "100003",
91252d973f5SAlexander Motin        "UMask": "0x1"
91352d973f5SAlexander Motin    },
91452d973f5SAlexander Motin    {
91552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.SNOOP_MISS OCR.ALL_PF_RFO.L3_MISS.SNOOP_MISS",
91652d973f5SAlexander Motin        "Counter": "0,1,2,3",
91752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
91852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
91952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.SNOOP_MISS",
92052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
921*18054d02SAlexander Motin        "MSRValue": "0x23C000120",
92252d973f5SAlexander Motin        "Offcore": "1",
92352d973f5SAlexander Motin        "SampleAfterValue": "100003",
92452d973f5SAlexander Motin        "UMask": "0x1"
92552d973f5SAlexander Motin    },
92652d973f5SAlexander Motin    {
92752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS.SNOOP_NONE OCR.ALL_PF_RFO.L3_MISS.SNOOP_NONE",
92852d973f5SAlexander Motin        "Counter": "0,1,2,3",
92952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
93052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
93152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS.SNOOP_NONE",
93252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
933*18054d02SAlexander Motin        "MSRValue": "0xBC000120",
93452d973f5SAlexander Motin        "Offcore": "1",
93552d973f5SAlexander Motin        "SampleAfterValue": "100003",
93652d973f5SAlexander Motin        "UMask": "0x1"
93752d973f5SAlexander Motin    },
93852d973f5SAlexander Motin    {
93952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP  OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
94052d973f5SAlexander Motin        "Counter": "0,1,2,3",
94152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
94252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
94352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
94452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
94552d973f5SAlexander Motin        "MSRValue": "0x3F84000120",
94652d973f5SAlexander Motin        "Offcore": "1",
94752d973f5SAlexander Motin        "SampleAfterValue": "100003",
94852d973f5SAlexander Motin        "UMask": "0x1"
94952d973f5SAlexander Motin    },
95052d973f5SAlexander Motin    {
95152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE  OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
95252d973f5SAlexander Motin        "Counter": "0,1,2,3",
95352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
95452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
95552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
95652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
95752d973f5SAlexander Motin        "MSRValue": "0x1004000120",
95852d973f5SAlexander Motin        "Offcore": "1",
95952d973f5SAlexander Motin        "SampleAfterValue": "100003",
96052d973f5SAlexander Motin        "UMask": "0x1"
96152d973f5SAlexander Motin    },
96252d973f5SAlexander Motin    {
96352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
96452d973f5SAlexander Motin        "Counter": "0,1,2,3",
96552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
96652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
96752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
96852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
969*18054d02SAlexander Motin        "MSRValue": "0x804000120",
97052d973f5SAlexander Motin        "Offcore": "1",
97152d973f5SAlexander Motin        "SampleAfterValue": "100003",
97252d973f5SAlexander Motin        "UMask": "0x1"
97352d973f5SAlexander Motin    },
97452d973f5SAlexander Motin    {
97552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
97652d973f5SAlexander Motin        "Counter": "0,1,2,3",
97752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
97852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
97952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
98052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
981*18054d02SAlexander Motin        "MSRValue": "0x404000120",
98252d973f5SAlexander Motin        "Offcore": "1",
98352d973f5SAlexander Motin        "SampleAfterValue": "100003",
98452d973f5SAlexander Motin        "UMask": "0x1"
98552d973f5SAlexander Motin    },
98652d973f5SAlexander Motin    {
98752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED  OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
98852d973f5SAlexander Motin        "Counter": "0,1,2,3",
98952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
99052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
99152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
99252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
993*18054d02SAlexander Motin        "MSRValue": "0x104000120",
99452d973f5SAlexander Motin        "Offcore": "1",
99552d973f5SAlexander Motin        "SampleAfterValue": "100003",
99652d973f5SAlexander Motin        "UMask": "0x1"
99752d973f5SAlexander Motin    },
99852d973f5SAlexander Motin    {
99952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
100052d973f5SAlexander Motin        "Counter": "0,1,2,3",
100152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
100252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
100352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
100452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1005*18054d02SAlexander Motin        "MSRValue": "0x204000120",
100652d973f5SAlexander Motin        "Offcore": "1",
100752d973f5SAlexander Motin        "SampleAfterValue": "100003",
100852d973f5SAlexander Motin        "UMask": "0x1"
100952d973f5SAlexander Motin    },
101052d973f5SAlexander Motin    {
101152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
101252d973f5SAlexander Motin        "Counter": "0,1,2,3",
101352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
101452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
101552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
101652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1017*18054d02SAlexander Motin        "MSRValue": "0x604000120",
101852d973f5SAlexander Motin        "Offcore": "1",
101952d973f5SAlexander Motin        "SampleAfterValue": "100003",
102052d973f5SAlexander Motin        "UMask": "0x1"
102152d973f5SAlexander Motin    },
102252d973f5SAlexander Motin    {
102352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
102452d973f5SAlexander Motin        "Counter": "0,1,2,3",
102552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
102652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
102752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
102852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1029*18054d02SAlexander Motin        "MSRValue": "0x84000120",
103052d973f5SAlexander Motin        "Offcore": "1",
103152d973f5SAlexander Motin        "SampleAfterValue": "100003",
103252d973f5SAlexander Motin        "UMask": "0x1"
103352d973f5SAlexander Motin    },
103452d973f5SAlexander Motin    {
103552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_PF_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
103652d973f5SAlexander Motin        "Counter": "0,1,2,3",
103752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
103852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
103952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
104052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1041*18054d02SAlexander Motin        "MSRValue": "0x63B800120",
104252d973f5SAlexander Motin        "Offcore": "1",
104352d973f5SAlexander Motin        "SampleAfterValue": "100003",
104452d973f5SAlexander Motin        "UMask": "0x1"
104552d973f5SAlexander Motin    },
104652d973f5SAlexander Motin    {
104752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP  OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
104852d973f5SAlexander Motin        "Counter": "0,1,2,3",
104952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
105052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
105152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
105252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
105352d973f5SAlexander Motin        "MSRValue": "0x3F90000120",
105452d973f5SAlexander Motin        "Offcore": "1",
105552d973f5SAlexander Motin        "SampleAfterValue": "100003",
105652d973f5SAlexander Motin        "UMask": "0x1"
105752d973f5SAlexander Motin    },
105852d973f5SAlexander Motin    {
105952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE  OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
106052d973f5SAlexander Motin        "Counter": "0,1,2,3",
106152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
106252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
106352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
106452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
106552d973f5SAlexander Motin        "MSRValue": "0x1010000120",
106652d973f5SAlexander Motin        "Offcore": "1",
106752d973f5SAlexander Motin        "SampleAfterValue": "100003",
106852d973f5SAlexander Motin        "UMask": "0x1"
106952d973f5SAlexander Motin    },
107052d973f5SAlexander Motin    {
107152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
107252d973f5SAlexander Motin        "Counter": "0,1,2,3",
107352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
107452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
107552d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
107652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1077*18054d02SAlexander Motin        "MSRValue": "0x810000120",
107852d973f5SAlexander Motin        "Offcore": "1",
107952d973f5SAlexander Motin        "SampleAfterValue": "100003",
108052d973f5SAlexander Motin        "UMask": "0x1"
108152d973f5SAlexander Motin    },
108252d973f5SAlexander Motin    {
108352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
108452d973f5SAlexander Motin        "Counter": "0,1,2,3",
108552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
108652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
108752d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
108852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1089*18054d02SAlexander Motin        "MSRValue": "0x410000120",
109052d973f5SAlexander Motin        "Offcore": "1",
109152d973f5SAlexander Motin        "SampleAfterValue": "100003",
109252d973f5SAlexander Motin        "UMask": "0x1"
109352d973f5SAlexander Motin    },
109452d973f5SAlexander Motin    {
109552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED  OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
109652d973f5SAlexander Motin        "Counter": "0,1,2,3",
109752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
109852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
109952d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
110052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1101*18054d02SAlexander Motin        "MSRValue": "0x110000120",
110252d973f5SAlexander Motin        "Offcore": "1",
110352d973f5SAlexander Motin        "SampleAfterValue": "100003",
110452d973f5SAlexander Motin        "UMask": "0x1"
110552d973f5SAlexander Motin    },
110652d973f5SAlexander Motin    {
110752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
110852d973f5SAlexander Motin        "Counter": "0,1,2,3",
110952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
111052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
111152d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
111252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1113*18054d02SAlexander Motin        "MSRValue": "0x210000120",
111452d973f5SAlexander Motin        "Offcore": "1",
111552d973f5SAlexander Motin        "SampleAfterValue": "100003",
111652d973f5SAlexander Motin        "UMask": "0x1"
111752d973f5SAlexander Motin    },
111852d973f5SAlexander Motin    {
111952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
112052d973f5SAlexander Motin        "Counter": "0,1,2,3",
112152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
112252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
112352d973f5SAlexander Motin        "EventName": "OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
112452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1125*18054d02SAlexander Motin        "MSRValue": "0x90000120",
112652d973f5SAlexander Motin        "Offcore": "1",
112752d973f5SAlexander Motin        "SampleAfterValue": "100003",
112852d973f5SAlexander Motin        "UMask": "0x1"
112952d973f5SAlexander Motin    },
113052d973f5SAlexander Motin    {
113152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.ANY_SNOOP OCR.ALL_READS.L3_MISS.ANY_SNOOP OCR.ALL_READS.L3_MISS.ANY_SNOOP",
113252d973f5SAlexander Motin        "Counter": "0,1,2,3",
113352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
113452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
113552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.ANY_SNOOP",
113652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
113752d973f5SAlexander Motin        "MSRValue": "0x3FBC0007F7",
113852d973f5SAlexander Motin        "Offcore": "1",
113952d973f5SAlexander Motin        "SampleAfterValue": "100003",
114052d973f5SAlexander Motin        "UMask": "0x1"
114152d973f5SAlexander Motin    },
114252d973f5SAlexander Motin    {
114352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.HITM_OTHER_CORE OCR.ALL_READS.L3_MISS.HITM_OTHER_CORE OCR.ALL_READS.L3_MISS.HITM_OTHER_CORE",
114452d973f5SAlexander Motin        "Counter": "0,1,2,3",
114552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
114652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
114752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.HITM_OTHER_CORE",
114852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
114952d973f5SAlexander Motin        "MSRValue": "0x103C0007F7",
115052d973f5SAlexander Motin        "Offcore": "1",
115152d973f5SAlexander Motin        "SampleAfterValue": "100003",
115252d973f5SAlexander Motin        "UMask": "0x1"
115352d973f5SAlexander Motin    },
115452d973f5SAlexander Motin    {
115552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD",
115652d973f5SAlexander Motin        "Counter": "0,1,2,3",
115752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
115852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
115952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD",
116052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1161*18054d02SAlexander Motin        "MSRValue": "0x83C0007F7",
116252d973f5SAlexander Motin        "Offcore": "1",
116352d973f5SAlexander Motin        "SampleAfterValue": "100003",
116452d973f5SAlexander Motin        "UMask": "0x1"
116552d973f5SAlexander Motin    },
116652d973f5SAlexander Motin    {
116752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD",
116852d973f5SAlexander Motin        "Counter": "0,1,2,3",
116952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
117052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
117152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD",
117252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1173*18054d02SAlexander Motin        "MSRValue": "0x43C0007F7",
117452d973f5SAlexander Motin        "Offcore": "1",
117552d973f5SAlexander Motin        "SampleAfterValue": "100003",
117652d973f5SAlexander Motin        "UMask": "0x1"
117752d973f5SAlexander Motin    },
117852d973f5SAlexander Motin    {
117952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_READS.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_READS.L3_MISS.NO_SNOOP_NEEDED",
118052d973f5SAlexander Motin        "Counter": "0,1,2,3",
118152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
118252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
118352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.NO_SNOOP_NEEDED",
118452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1185*18054d02SAlexander Motin        "MSRValue": "0x13C0007F7",
118652d973f5SAlexander Motin        "Offcore": "1",
118752d973f5SAlexander Motin        "SampleAfterValue": "100003",
118852d973f5SAlexander Motin        "UMask": "0x1"
118952d973f5SAlexander Motin    },
119052d973f5SAlexander Motin    {
119152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.REMOTE_HITM OCR.ALL_READS.L3_MISS.REMOTE_HITM",
119252d973f5SAlexander Motin        "Counter": "0,1,2,3",
119352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
119452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
119552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.REMOTE_HITM",
119652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
119752d973f5SAlexander Motin        "MSRValue": "0x103FC007F7",
119852d973f5SAlexander Motin        "Offcore": "1",
119952d973f5SAlexander Motin        "SampleAfterValue": "100003",
120052d973f5SAlexander Motin        "UMask": "0x1"
120152d973f5SAlexander Motin    },
120252d973f5SAlexander Motin    {
120352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.REMOTE_HIT_FORWARD OCR.ALL_READS.L3_MISS.REMOTE_HIT_FORWARD",
120452d973f5SAlexander Motin        "Counter": "0,1,2,3",
120552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
120652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
120752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.REMOTE_HIT_FORWARD",
120852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1209*18054d02SAlexander Motin        "MSRValue": "0x83FC007F7",
121052d973f5SAlexander Motin        "Offcore": "1",
121152d973f5SAlexander Motin        "SampleAfterValue": "100003",
121252d973f5SAlexander Motin        "UMask": "0x1"
121352d973f5SAlexander Motin    },
121452d973f5SAlexander Motin    {
121552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.SNOOP_MISS OCR.ALL_READS.L3_MISS.SNOOP_MISS",
121652d973f5SAlexander Motin        "Counter": "0,1,2,3",
121752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
121852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
121952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.SNOOP_MISS",
122052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1221*18054d02SAlexander Motin        "MSRValue": "0x23C0007F7",
122252d973f5SAlexander Motin        "Offcore": "1",
122352d973f5SAlexander Motin        "SampleAfterValue": "100003",
122452d973f5SAlexander Motin        "UMask": "0x1"
122552d973f5SAlexander Motin    },
122652d973f5SAlexander Motin    {
122752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS.SNOOP_NONE OCR.ALL_READS.L3_MISS.SNOOP_NONE",
122852d973f5SAlexander Motin        "Counter": "0,1,2,3",
122952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
123052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
123152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS.SNOOP_NONE",
123252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1233*18054d02SAlexander Motin        "MSRValue": "0xBC0007F7",
123452d973f5SAlexander Motin        "Offcore": "1",
123552d973f5SAlexander Motin        "SampleAfterValue": "100003",
123652d973f5SAlexander Motin        "UMask": "0x1"
123752d973f5SAlexander Motin    },
123852d973f5SAlexander Motin    {
123952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.ANY_SNOOP  OCR.ALL_READS.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
124052d973f5SAlexander Motin        "Counter": "0,1,2,3",
124152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
124252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
124352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
124452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
124552d973f5SAlexander Motin        "MSRValue": "0x3F840007F7",
124652d973f5SAlexander Motin        "Offcore": "1",
124752d973f5SAlexander Motin        "SampleAfterValue": "100003",
124852d973f5SAlexander Motin        "UMask": "0x1"
124952d973f5SAlexander Motin    },
125052d973f5SAlexander Motin    {
125152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE  OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
125252d973f5SAlexander Motin        "Counter": "0,1,2,3",
125352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
125452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
125552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
125652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
125752d973f5SAlexander Motin        "MSRValue": "0x10040007F7",
125852d973f5SAlexander Motin        "Offcore": "1",
125952d973f5SAlexander Motin        "SampleAfterValue": "100003",
126052d973f5SAlexander Motin        "UMask": "0x1"
126152d973f5SAlexander Motin    },
126252d973f5SAlexander Motin    {
126352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
126452d973f5SAlexander Motin        "Counter": "0,1,2,3",
126552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
126652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
126752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
126852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1269*18054d02SAlexander Motin        "MSRValue": "0x8040007F7",
127052d973f5SAlexander Motin        "Offcore": "1",
127152d973f5SAlexander Motin        "SampleAfterValue": "100003",
127252d973f5SAlexander Motin        "UMask": "0x1"
127352d973f5SAlexander Motin    },
127452d973f5SAlexander Motin    {
127552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
127652d973f5SAlexander Motin        "Counter": "0,1,2,3",
127752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
127852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
127952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
128052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1281*18054d02SAlexander Motin        "MSRValue": "0x4040007F7",
128252d973f5SAlexander Motin        "Offcore": "1",
128352d973f5SAlexander Motin        "SampleAfterValue": "100003",
128452d973f5SAlexander Motin        "UMask": "0x1"
128552d973f5SAlexander Motin    },
128652d973f5SAlexander Motin    {
128752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED  OCR.ALL_READS.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
128852d973f5SAlexander Motin        "Counter": "0,1,2,3",
128952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
129052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
129152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
129252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1293*18054d02SAlexander Motin        "MSRValue": "0x1040007F7",
129452d973f5SAlexander Motin        "Offcore": "1",
129552d973f5SAlexander Motin        "SampleAfterValue": "100003",
129652d973f5SAlexander Motin        "UMask": "0x1"
129752d973f5SAlexander Motin    },
129852d973f5SAlexander Motin    {
129952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
130052d973f5SAlexander Motin        "Counter": "0,1,2,3",
130152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
130252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
130352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
130452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1305*18054d02SAlexander Motin        "MSRValue": "0x2040007F7",
130652d973f5SAlexander Motin        "Offcore": "1",
130752d973f5SAlexander Motin        "SampleAfterValue": "100003",
130852d973f5SAlexander Motin        "UMask": "0x1"
130952d973f5SAlexander Motin    },
131052d973f5SAlexander Motin    {
131152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
131252d973f5SAlexander Motin        "Counter": "0,1,2,3",
131352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
131452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
131552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
131652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1317*18054d02SAlexander Motin        "MSRValue": "0x6040007F7",
131852d973f5SAlexander Motin        "Offcore": "1",
131952d973f5SAlexander Motin        "SampleAfterValue": "100003",
132052d973f5SAlexander Motin        "UMask": "0x1"
132152d973f5SAlexander Motin    },
132252d973f5SAlexander Motin    {
132352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
132452d973f5SAlexander Motin        "Counter": "0,1,2,3",
132552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
132652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
132752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
132852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1329*18054d02SAlexander Motin        "MSRValue": "0x840007F7",
133052d973f5SAlexander Motin        "Offcore": "1",
133152d973f5SAlexander Motin        "SampleAfterValue": "100003",
133252d973f5SAlexander Motin        "UMask": "0x1"
133352d973f5SAlexander Motin    },
133452d973f5SAlexander Motin    {
133552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_READS.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
133652d973f5SAlexander Motin        "Counter": "0,1,2,3",
133752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
133852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
133952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
134052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1341*18054d02SAlexander Motin        "MSRValue": "0x63B8007F7",
134252d973f5SAlexander Motin        "Offcore": "1",
134352d973f5SAlexander Motin        "SampleAfterValue": "100003",
134452d973f5SAlexander Motin        "UMask": "0x1"
134552d973f5SAlexander Motin    },
134652d973f5SAlexander Motin    {
134752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP  OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
134852d973f5SAlexander Motin        "Counter": "0,1,2,3",
134952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
135052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
135152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
135252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
135352d973f5SAlexander Motin        "MSRValue": "0x3F900007F7",
135452d973f5SAlexander Motin        "Offcore": "1",
135552d973f5SAlexander Motin        "SampleAfterValue": "100003",
135652d973f5SAlexander Motin        "UMask": "0x1"
135752d973f5SAlexander Motin    },
135852d973f5SAlexander Motin    {
135952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE  OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
136052d973f5SAlexander Motin        "Counter": "0,1,2,3",
136152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
136252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
136352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
136452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
136552d973f5SAlexander Motin        "MSRValue": "0x10100007F7",
136652d973f5SAlexander Motin        "Offcore": "1",
136752d973f5SAlexander Motin        "SampleAfterValue": "100003",
136852d973f5SAlexander Motin        "UMask": "0x1"
136952d973f5SAlexander Motin    },
137052d973f5SAlexander Motin    {
137152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
137252d973f5SAlexander Motin        "Counter": "0,1,2,3",
137352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
137452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
137552d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
137652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1377*18054d02SAlexander Motin        "MSRValue": "0x8100007F7",
137852d973f5SAlexander Motin        "Offcore": "1",
137952d973f5SAlexander Motin        "SampleAfterValue": "100003",
138052d973f5SAlexander Motin        "UMask": "0x1"
138152d973f5SAlexander Motin    },
138252d973f5SAlexander Motin    {
138352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
138452d973f5SAlexander Motin        "Counter": "0,1,2,3",
138552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
138652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
138752d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
138852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1389*18054d02SAlexander Motin        "MSRValue": "0x4100007F7",
139052d973f5SAlexander Motin        "Offcore": "1",
139152d973f5SAlexander Motin        "SampleAfterValue": "100003",
139252d973f5SAlexander Motin        "UMask": "0x1"
139352d973f5SAlexander Motin    },
139452d973f5SAlexander Motin    {
139552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED  OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
139652d973f5SAlexander Motin        "Counter": "0,1,2,3",
139752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
139852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
139952d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
140052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1401*18054d02SAlexander Motin        "MSRValue": "0x1100007F7",
140252d973f5SAlexander Motin        "Offcore": "1",
140352d973f5SAlexander Motin        "SampleAfterValue": "100003",
140452d973f5SAlexander Motin        "UMask": "0x1"
140552d973f5SAlexander Motin    },
140652d973f5SAlexander Motin    {
140752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
140852d973f5SAlexander Motin        "Counter": "0,1,2,3",
140952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
141052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
141152d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
141252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1413*18054d02SAlexander Motin        "MSRValue": "0x2100007F7",
141452d973f5SAlexander Motin        "Offcore": "1",
141552d973f5SAlexander Motin        "SampleAfterValue": "100003",
141652d973f5SAlexander Motin        "UMask": "0x1"
141752d973f5SAlexander Motin    },
141852d973f5SAlexander Motin    {
141952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
142052d973f5SAlexander Motin        "Counter": "0,1,2,3",
142152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
142252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
142352d973f5SAlexander Motin        "EventName": "OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
142452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1425*18054d02SAlexander Motin        "MSRValue": "0x900007F7",
142652d973f5SAlexander Motin        "Offcore": "1",
142752d973f5SAlexander Motin        "SampleAfterValue": "100003",
142852d973f5SAlexander Motin        "UMask": "0x1"
142952d973f5SAlexander Motin    },
143052d973f5SAlexander Motin    {
143152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.ANY_SNOOP OCR.ALL_RFO.L3_MISS.ANY_SNOOP OCR.ALL_RFO.L3_MISS.ANY_SNOOP",
143252d973f5SAlexander Motin        "Counter": "0,1,2,3",
143352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
143452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
143552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.ANY_SNOOP",
143652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
143752d973f5SAlexander Motin        "MSRValue": "0x3FBC000122",
143852d973f5SAlexander Motin        "Offcore": "1",
143952d973f5SAlexander Motin        "SampleAfterValue": "100003",
144052d973f5SAlexander Motin        "UMask": "0x1"
144152d973f5SAlexander Motin    },
144252d973f5SAlexander Motin    {
144352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.HITM_OTHER_CORE OCR.ALL_RFO.L3_MISS.HITM_OTHER_CORE OCR.ALL_RFO.L3_MISS.HITM_OTHER_CORE",
144452d973f5SAlexander Motin        "Counter": "0,1,2,3",
144552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
144652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
144752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.HITM_OTHER_CORE",
144852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
144952d973f5SAlexander Motin        "MSRValue": "0x103C000122",
145052d973f5SAlexander Motin        "Offcore": "1",
145152d973f5SAlexander Motin        "SampleAfterValue": "100003",
145252d973f5SAlexander Motin        "UMask": "0x1"
145352d973f5SAlexander Motin    },
145452d973f5SAlexander Motin    {
145552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
145652d973f5SAlexander Motin        "Counter": "0,1,2,3",
145752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
145852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
145952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
146052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1461*18054d02SAlexander Motin        "MSRValue": "0x83C000122",
146252d973f5SAlexander Motin        "Offcore": "1",
146352d973f5SAlexander Motin        "SampleAfterValue": "100003",
146452d973f5SAlexander Motin        "UMask": "0x1"
146552d973f5SAlexander Motin    },
146652d973f5SAlexander Motin    {
146752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
146852d973f5SAlexander Motin        "Counter": "0,1,2,3",
146952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
147052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
147152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
147252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1473*18054d02SAlexander Motin        "MSRValue": "0x43C000122",
147452d973f5SAlexander Motin        "Offcore": "1",
147552d973f5SAlexander Motin        "SampleAfterValue": "100003",
147652d973f5SAlexander Motin        "UMask": "0x1"
147752d973f5SAlexander Motin    },
147852d973f5SAlexander Motin    {
147952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED",
148052d973f5SAlexander Motin        "Counter": "0,1,2,3",
148152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
148252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
148352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED",
148452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1485*18054d02SAlexander Motin        "MSRValue": "0x13C000122",
148652d973f5SAlexander Motin        "Offcore": "1",
148752d973f5SAlexander Motin        "SampleAfterValue": "100003",
148852d973f5SAlexander Motin        "UMask": "0x1"
148952d973f5SAlexander Motin    },
149052d973f5SAlexander Motin    {
149152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.REMOTE_HITM OCR.ALL_RFO.L3_MISS.REMOTE_HITM",
149252d973f5SAlexander Motin        "Counter": "0,1,2,3",
149352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
149452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
149552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.REMOTE_HITM",
149652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
149752d973f5SAlexander Motin        "MSRValue": "0x103FC00122",
149852d973f5SAlexander Motin        "Offcore": "1",
149952d973f5SAlexander Motin        "SampleAfterValue": "100003",
150052d973f5SAlexander Motin        "UMask": "0x1"
150152d973f5SAlexander Motin    },
150252d973f5SAlexander Motin    {
150352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD OCR.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD",
150452d973f5SAlexander Motin        "Counter": "0,1,2,3",
150552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
150652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
150752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD",
150852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1509*18054d02SAlexander Motin        "MSRValue": "0x83FC00122",
151052d973f5SAlexander Motin        "Offcore": "1",
151152d973f5SAlexander Motin        "SampleAfterValue": "100003",
151252d973f5SAlexander Motin        "UMask": "0x1"
151352d973f5SAlexander Motin    },
151452d973f5SAlexander Motin    {
151552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.SNOOP_MISS OCR.ALL_RFO.L3_MISS.SNOOP_MISS",
151652d973f5SAlexander Motin        "Counter": "0,1,2,3",
151752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
151852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
151952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.SNOOP_MISS",
152052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1521*18054d02SAlexander Motin        "MSRValue": "0x23C000122",
152252d973f5SAlexander Motin        "Offcore": "1",
152352d973f5SAlexander Motin        "SampleAfterValue": "100003",
152452d973f5SAlexander Motin        "UMask": "0x1"
152552d973f5SAlexander Motin    },
152652d973f5SAlexander Motin    {
152752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS.SNOOP_NONE OCR.ALL_RFO.L3_MISS.SNOOP_NONE",
152852d973f5SAlexander Motin        "Counter": "0,1,2,3",
152952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
153052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
153152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS.SNOOP_NONE",
153252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1533*18054d02SAlexander Motin        "MSRValue": "0xBC000122",
153452d973f5SAlexander Motin        "Offcore": "1",
153552d973f5SAlexander Motin        "SampleAfterValue": "100003",
153652d973f5SAlexander Motin        "UMask": "0x1"
153752d973f5SAlexander Motin    },
153852d973f5SAlexander Motin    {
153952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP  OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
154052d973f5SAlexander Motin        "Counter": "0,1,2,3",
154152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
154252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
154352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
154452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
154552d973f5SAlexander Motin        "MSRValue": "0x3F84000122",
154652d973f5SAlexander Motin        "Offcore": "1",
154752d973f5SAlexander Motin        "SampleAfterValue": "100003",
154852d973f5SAlexander Motin        "UMask": "0x1"
154952d973f5SAlexander Motin    },
155052d973f5SAlexander Motin    {
155152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE  OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
155252d973f5SAlexander Motin        "Counter": "0,1,2,3",
155352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
155452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
155552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
155652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
155752d973f5SAlexander Motin        "MSRValue": "0x1004000122",
155852d973f5SAlexander Motin        "Offcore": "1",
155952d973f5SAlexander Motin        "SampleAfterValue": "100003",
156052d973f5SAlexander Motin        "UMask": "0x1"
156152d973f5SAlexander Motin    },
156252d973f5SAlexander Motin    {
156352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
156452d973f5SAlexander Motin        "Counter": "0,1,2,3",
156552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
156652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
156752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
156852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1569*18054d02SAlexander Motin        "MSRValue": "0x804000122",
157052d973f5SAlexander Motin        "Offcore": "1",
157152d973f5SAlexander Motin        "SampleAfterValue": "100003",
157252d973f5SAlexander Motin        "UMask": "0x1"
157352d973f5SAlexander Motin    },
157452d973f5SAlexander Motin    {
157552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
157652d973f5SAlexander Motin        "Counter": "0,1,2,3",
157752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
157852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
157952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
158052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1581*18054d02SAlexander Motin        "MSRValue": "0x404000122",
158252d973f5SAlexander Motin        "Offcore": "1",
158352d973f5SAlexander Motin        "SampleAfterValue": "100003",
158452d973f5SAlexander Motin        "UMask": "0x1"
158552d973f5SAlexander Motin    },
158652d973f5SAlexander Motin    {
158752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED  OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
158852d973f5SAlexander Motin        "Counter": "0,1,2,3",
158952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
159052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
159152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
159252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1593*18054d02SAlexander Motin        "MSRValue": "0x104000122",
159452d973f5SAlexander Motin        "Offcore": "1",
159552d973f5SAlexander Motin        "SampleAfterValue": "100003",
159652d973f5SAlexander Motin        "UMask": "0x1"
159752d973f5SAlexander Motin    },
159852d973f5SAlexander Motin    {
159952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
160052d973f5SAlexander Motin        "Counter": "0,1,2,3",
160152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
160252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
160352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
160452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1605*18054d02SAlexander Motin        "MSRValue": "0x204000122",
160652d973f5SAlexander Motin        "Offcore": "1",
160752d973f5SAlexander Motin        "SampleAfterValue": "100003",
160852d973f5SAlexander Motin        "UMask": "0x1"
160952d973f5SAlexander Motin    },
161052d973f5SAlexander Motin    {
161152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
161252d973f5SAlexander Motin        "Counter": "0,1,2,3",
161352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
161452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
161552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
161652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1617*18054d02SAlexander Motin        "MSRValue": "0x604000122",
161852d973f5SAlexander Motin        "Offcore": "1",
161952d973f5SAlexander Motin        "SampleAfterValue": "100003",
162052d973f5SAlexander Motin        "UMask": "0x1"
162152d973f5SAlexander Motin    },
162252d973f5SAlexander Motin    {
162352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
162452d973f5SAlexander Motin        "Counter": "0,1,2,3",
162552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
162652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
162752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
162852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1629*18054d02SAlexander Motin        "MSRValue": "0x84000122",
163052d973f5SAlexander Motin        "Offcore": "1",
163152d973f5SAlexander Motin        "SampleAfterValue": "100003",
163252d973f5SAlexander Motin        "UMask": "0x1"
163352d973f5SAlexander Motin    },
163452d973f5SAlexander Motin    {
163552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD OCR.ALL_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
163692b14858SMatt Macy        "Counter": "0,1,2,3",
163792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
163892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
163992b14858SMatt Macy        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
164092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
1641*18054d02SAlexander Motin        "MSRValue": "0x63B800122",
164292b14858SMatt Macy        "Offcore": "1",
164392b14858SMatt Macy        "SampleAfterValue": "100003",
164492b14858SMatt Macy        "UMask": "0x1"
164592b14858SMatt Macy    },
164692b14858SMatt Macy    {
164752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP  OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
164892b14858SMatt Macy        "Counter": "0,1,2,3",
164992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
165092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
165152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
165292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
165352d973f5SAlexander Motin        "MSRValue": "0x3F90000122",
165492b14858SMatt Macy        "Offcore": "1",
165592b14858SMatt Macy        "SampleAfterValue": "100003",
165692b14858SMatt Macy        "UMask": "0x1"
165792b14858SMatt Macy    },
165892b14858SMatt Macy    {
165952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE  OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
166092b14858SMatt Macy        "Counter": "0,1,2,3",
166192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
166292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
166352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
166492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
166552d973f5SAlexander Motin        "MSRValue": "0x1010000122",
166692b14858SMatt Macy        "Offcore": "1",
166792b14858SMatt Macy        "SampleAfterValue": "100003",
166892b14858SMatt Macy        "UMask": "0x1"
166992b14858SMatt Macy    },
167092b14858SMatt Macy    {
167152d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD  OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
167292b14858SMatt Macy        "Counter": "0,1,2,3",
167392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
167492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
167552d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
167692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
1677*18054d02SAlexander Motin        "MSRValue": "0x810000122",
167892b14858SMatt Macy        "Offcore": "1",
167992b14858SMatt Macy        "SampleAfterValue": "100003",
168092b14858SMatt Macy        "UMask": "0x1"
168192b14858SMatt Macy    },
168292b14858SMatt Macy    {
168352d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD  OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
168492b14858SMatt Macy        "Counter": "0,1,2,3",
168592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
168692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
168752d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
168892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
1689*18054d02SAlexander Motin        "MSRValue": "0x410000122",
169092b14858SMatt Macy        "Offcore": "1",
169192b14858SMatt Macy        "SampleAfterValue": "100003",
169292b14858SMatt Macy        "UMask": "0x1"
169392b14858SMatt Macy    },
169492b14858SMatt Macy    {
169552d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED  OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
169692b14858SMatt Macy        "Counter": "0,1,2,3",
169792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
169892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
169952d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
170092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
1701*18054d02SAlexander Motin        "MSRValue": "0x110000122",
170252d973f5SAlexander Motin        "Offcore": "1",
170352d973f5SAlexander Motin        "SampleAfterValue": "100003",
170452d973f5SAlexander Motin        "UMask": "0x1"
170552d973f5SAlexander Motin    },
170652d973f5SAlexander Motin    {
170752d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
170852d973f5SAlexander Motin        "Counter": "0,1,2,3",
170952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
171052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
171152d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
171252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1713*18054d02SAlexander Motin        "MSRValue": "0x210000122",
171452d973f5SAlexander Motin        "Offcore": "1",
171552d973f5SAlexander Motin        "SampleAfterValue": "100003",
171652d973f5SAlexander Motin        "UMask": "0x1"
171752d973f5SAlexander Motin    },
171852d973f5SAlexander Motin    {
171952d973f5SAlexander Motin        "BriefDescription": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
172052d973f5SAlexander Motin        "Counter": "0,1,2,3",
172152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
172252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
172352d973f5SAlexander Motin        "EventName": "OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
172452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1725*18054d02SAlexander Motin        "MSRValue": "0x90000122",
172652d973f5SAlexander Motin        "Offcore": "1",
172752d973f5SAlexander Motin        "SampleAfterValue": "100003",
172852d973f5SAlexander Motin        "UMask": "0x1"
172952d973f5SAlexander Motin    },
173052d973f5SAlexander Motin    {
173152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.ANY_SNOOP OCR.DEMAND_CODE_RD.L3_MISS.ANY_SNOOP",
173252d973f5SAlexander Motin        "Counter": "0,1,2,3",
173352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
173452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
173552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.ANY_SNOOP",
173652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
173752d973f5SAlexander Motin        "MSRValue": "0x3FBC000004",
173852d973f5SAlexander Motin        "Offcore": "1",
173952d973f5SAlexander Motin        "SampleAfterValue": "100003",
174052d973f5SAlexander Motin        "UMask": "0x1"
174152d973f5SAlexander Motin    },
174252d973f5SAlexander Motin    {
174352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.HITM_OTHER_CORE OCR.DEMAND_CODE_RD.L3_MISS.HITM_OTHER_CORE",
174452d973f5SAlexander Motin        "Counter": "0,1,2,3",
174552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
174652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
174752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.HITM_OTHER_CORE",
174852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
174952d973f5SAlexander Motin        "MSRValue": "0x103C000004",
175052d973f5SAlexander Motin        "Offcore": "1",
175152d973f5SAlexander Motin        "SampleAfterValue": "100003",
175252d973f5SAlexander Motin        "UMask": "0x1"
175352d973f5SAlexander Motin    },
175452d973f5SAlexander Motin    {
175552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_FWD",
175652d973f5SAlexander Motin        "Counter": "0,1,2,3",
175752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
175852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
175952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_FWD",
176052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1761*18054d02SAlexander Motin        "MSRValue": "0x83C000004",
176252d973f5SAlexander Motin        "Offcore": "1",
176352d973f5SAlexander Motin        "SampleAfterValue": "100003",
176452d973f5SAlexander Motin        "UMask": "0x1"
176552d973f5SAlexander Motin    },
176652d973f5SAlexander Motin    {
176752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
176852d973f5SAlexander Motin        "Counter": "0,1,2,3",
176952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
177052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
177152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
177252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1773*18054d02SAlexander Motin        "MSRValue": "0x43C000004",
177452d973f5SAlexander Motin        "Offcore": "1",
177552d973f5SAlexander Motin        "SampleAfterValue": "100003",
177652d973f5SAlexander Motin        "UMask": "0x1"
177752d973f5SAlexander Motin    },
177852d973f5SAlexander Motin    {
177952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.NO_SNOOP_NEEDED OCR.DEMAND_CODE_RD.L3_MISS.NO_SNOOP_NEEDED",
178052d973f5SAlexander Motin        "Counter": "0,1,2,3",
178152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
178252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
178352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.NO_SNOOP_NEEDED",
178452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1785*18054d02SAlexander Motin        "MSRValue": "0x13C000004",
178652d973f5SAlexander Motin        "Offcore": "1",
178752d973f5SAlexander Motin        "SampleAfterValue": "100003",
178852d973f5SAlexander Motin        "UMask": "0x1"
178952d973f5SAlexander Motin    },
179052d973f5SAlexander Motin    {
179152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HITM",
179252d973f5SAlexander Motin        "Counter": "0,1,2,3",
179352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
179452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
179552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HITM",
179652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
179752d973f5SAlexander Motin        "MSRValue": "0x103FC00004",
179852d973f5SAlexander Motin        "Offcore": "1",
179952d973f5SAlexander Motin        "SampleAfterValue": "100003",
180052d973f5SAlexander Motin        "UMask": "0x1"
180152d973f5SAlexander Motin    },
180252d973f5SAlexander Motin    {
180352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HIT_FORWARD",
180452d973f5SAlexander Motin        "Counter": "0,1,2,3",
180552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
180652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
180752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HIT_FORWARD",
180852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1809*18054d02SAlexander Motin        "MSRValue": "0x83FC00004",
181052d973f5SAlexander Motin        "Offcore": "1",
181152d973f5SAlexander Motin        "SampleAfterValue": "100003",
181252d973f5SAlexander Motin        "UMask": "0x1"
181352d973f5SAlexander Motin    },
181452d973f5SAlexander Motin    {
181552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_MISS",
181652d973f5SAlexander Motin        "Counter": "0,1,2,3",
181752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
181852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
181952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_MISS",
182052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1821*18054d02SAlexander Motin        "MSRValue": "0x23C000004",
182252d973f5SAlexander Motin        "Offcore": "1",
182352d973f5SAlexander Motin        "SampleAfterValue": "100003",
182452d973f5SAlexander Motin        "UMask": "0x1"
182552d973f5SAlexander Motin    },
182652d973f5SAlexander Motin    {
182752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_NONE",
182852d973f5SAlexander Motin        "Counter": "0,1,2,3",
182952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
183052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
183152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_NONE",
183252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1833*18054d02SAlexander Motin        "MSRValue": "0xBC000004",
183452d973f5SAlexander Motin        "Offcore": "1",
183552d973f5SAlexander Motin        "SampleAfterValue": "100003",
183652d973f5SAlexander Motin        "UMask": "0x1"
183752d973f5SAlexander Motin    },
183852d973f5SAlexander Motin    {
183952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
184052d973f5SAlexander Motin        "Counter": "0,1,2,3",
184152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
184252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
184352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
184452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
184552d973f5SAlexander Motin        "MSRValue": "0x3F84000004",
184652d973f5SAlexander Motin        "Offcore": "1",
184752d973f5SAlexander Motin        "SampleAfterValue": "100003",
184852d973f5SAlexander Motin        "UMask": "0x1"
184952d973f5SAlexander Motin    },
185052d973f5SAlexander Motin    {
185152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
185252d973f5SAlexander Motin        "Counter": "0,1,2,3",
185352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
185452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
185552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
185652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
185752d973f5SAlexander Motin        "MSRValue": "0x1004000004",
185852d973f5SAlexander Motin        "Offcore": "1",
185952d973f5SAlexander Motin        "SampleAfterValue": "100003",
186052d973f5SAlexander Motin        "UMask": "0x1"
186152d973f5SAlexander Motin    },
186252d973f5SAlexander Motin    {
186352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
186452d973f5SAlexander Motin        "Counter": "0,1,2,3",
186552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
186652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
186752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
186852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1869*18054d02SAlexander Motin        "MSRValue": "0x804000004",
187052d973f5SAlexander Motin        "Offcore": "1",
187152d973f5SAlexander Motin        "SampleAfterValue": "100003",
187252d973f5SAlexander Motin        "UMask": "0x1"
187352d973f5SAlexander Motin    },
187452d973f5SAlexander Motin    {
187552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
187652d973f5SAlexander Motin        "Counter": "0,1,2,3",
187752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
187852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
187952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
188052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1881*18054d02SAlexander Motin        "MSRValue": "0x404000004",
188252d973f5SAlexander Motin        "Offcore": "1",
188352d973f5SAlexander Motin        "SampleAfterValue": "100003",
188452d973f5SAlexander Motin        "UMask": "0x1"
188552d973f5SAlexander Motin    },
188652d973f5SAlexander Motin    {
188752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
188852d973f5SAlexander Motin        "Counter": "0,1,2,3",
188952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
189052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
189152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
189252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1893*18054d02SAlexander Motin        "MSRValue": "0x104000004",
189452d973f5SAlexander Motin        "Offcore": "1",
189552d973f5SAlexander Motin        "SampleAfterValue": "100003",
189652d973f5SAlexander Motin        "UMask": "0x1"
189752d973f5SAlexander Motin    },
189852d973f5SAlexander Motin    {
189952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
190052d973f5SAlexander Motin        "Counter": "0,1,2,3",
190152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
190252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
190352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
190452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1905*18054d02SAlexander Motin        "MSRValue": "0x204000004",
190652d973f5SAlexander Motin        "Offcore": "1",
190752d973f5SAlexander Motin        "SampleAfterValue": "100003",
190852d973f5SAlexander Motin        "UMask": "0x1"
190952d973f5SAlexander Motin    },
191052d973f5SAlexander Motin    {
191152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
191252d973f5SAlexander Motin        "Counter": "0,1,2,3",
191352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
191452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
191552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
191652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1917*18054d02SAlexander Motin        "MSRValue": "0x604000004",
191852d973f5SAlexander Motin        "Offcore": "1",
191952d973f5SAlexander Motin        "SampleAfterValue": "100003",
192052d973f5SAlexander Motin        "UMask": "0x1"
192152d973f5SAlexander Motin    },
192252d973f5SAlexander Motin    {
192352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
192452d973f5SAlexander Motin        "Counter": "0,1,2,3",
192552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
192652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
192752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
192852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1929*18054d02SAlexander Motin        "MSRValue": "0x84000004",
193052d973f5SAlexander Motin        "Offcore": "1",
193152d973f5SAlexander Motin        "SampleAfterValue": "100003",
193252d973f5SAlexander Motin        "UMask": "0x1"
193352d973f5SAlexander Motin    },
193452d973f5SAlexander Motin    {
193552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
193652d973f5SAlexander Motin        "Counter": "0,1,2,3",
193752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
193852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
193952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
194052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1941*18054d02SAlexander Motin        "MSRValue": "0x63B800004",
194252d973f5SAlexander Motin        "Offcore": "1",
194352d973f5SAlexander Motin        "SampleAfterValue": "100003",
194452d973f5SAlexander Motin        "UMask": "0x1"
194552d973f5SAlexander Motin    },
194652d973f5SAlexander Motin    {
194752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
194852d973f5SAlexander Motin        "Counter": "0,1,2,3",
194952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
195052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
195152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
195252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
195352d973f5SAlexander Motin        "MSRValue": "0x3F90000004",
195452d973f5SAlexander Motin        "Offcore": "1",
195552d973f5SAlexander Motin        "SampleAfterValue": "100003",
195652d973f5SAlexander Motin        "UMask": "0x1"
195752d973f5SAlexander Motin    },
195852d973f5SAlexander Motin    {
195952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
196052d973f5SAlexander Motin        "Counter": "0,1,2,3",
196152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
196252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
196352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
196452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
196552d973f5SAlexander Motin        "MSRValue": "0x1010000004",
196652d973f5SAlexander Motin        "Offcore": "1",
196752d973f5SAlexander Motin        "SampleAfterValue": "100003",
196852d973f5SAlexander Motin        "UMask": "0x1"
196952d973f5SAlexander Motin    },
197052d973f5SAlexander Motin    {
197152d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
197252d973f5SAlexander Motin        "Counter": "0,1,2,3",
197352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
197452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
197552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
197652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1977*18054d02SAlexander Motin        "MSRValue": "0x810000004",
197852d973f5SAlexander Motin        "Offcore": "1",
197952d973f5SAlexander Motin        "SampleAfterValue": "100003",
198052d973f5SAlexander Motin        "UMask": "0x1"
198152d973f5SAlexander Motin    },
198252d973f5SAlexander Motin    {
198352d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
198452d973f5SAlexander Motin        "Counter": "0,1,2,3",
198552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
198652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
198752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
198852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
1989*18054d02SAlexander Motin        "MSRValue": "0x410000004",
199052d973f5SAlexander Motin        "Offcore": "1",
199152d973f5SAlexander Motin        "SampleAfterValue": "100003",
199252d973f5SAlexander Motin        "UMask": "0x1"
199352d973f5SAlexander Motin    },
199452d973f5SAlexander Motin    {
199552d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads  OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
199652d973f5SAlexander Motin        "Counter": "0,1,2,3",
199752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
199852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
199952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
200052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2001*18054d02SAlexander Motin        "MSRValue": "0x110000004",
200252d973f5SAlexander Motin        "Offcore": "1",
200352d973f5SAlexander Motin        "SampleAfterValue": "100003",
200452d973f5SAlexander Motin        "UMask": "0x1"
200552d973f5SAlexander Motin    },
200652d973f5SAlexander Motin    {
200752d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
200852d973f5SAlexander Motin        "Counter": "0,1,2,3",
200952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
201052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
201152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
201252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2013*18054d02SAlexander Motin        "MSRValue": "0x210000004",
201452d973f5SAlexander Motin        "Offcore": "1",
201552d973f5SAlexander Motin        "SampleAfterValue": "100003",
201652d973f5SAlexander Motin        "UMask": "0x1"
201752d973f5SAlexander Motin    },
201852d973f5SAlexander Motin    {
201952d973f5SAlexander Motin        "BriefDescription": "Counts all demand code reads",
202052d973f5SAlexander Motin        "Counter": "0,1,2,3",
202152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
202252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
202352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
202452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2025*18054d02SAlexander Motin        "MSRValue": "0x90000004",
202652d973f5SAlexander Motin        "Offcore": "1",
202752d973f5SAlexander Motin        "SampleAfterValue": "100003",
202852d973f5SAlexander Motin        "UMask": "0x1"
202952d973f5SAlexander Motin    },
203052d973f5SAlexander Motin    {
203152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.ANY_SNOOP OCR.DEMAND_DATA_RD.L3_MISS.ANY_SNOOP",
203252d973f5SAlexander Motin        "Counter": "0,1,2,3",
203352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
203452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
203552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.ANY_SNOOP",
203652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
203752d973f5SAlexander Motin        "MSRValue": "0x3FBC000001",
203852d973f5SAlexander Motin        "Offcore": "1",
203952d973f5SAlexander Motin        "SampleAfterValue": "100003",
204052d973f5SAlexander Motin        "UMask": "0x1"
204152d973f5SAlexander Motin    },
204252d973f5SAlexander Motin    {
204352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.DEMAND_DATA_RD.L3_MISS.HITM_OTHER_CORE",
204452d973f5SAlexander Motin        "Counter": "0,1,2,3",
204552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
204652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
204752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.HITM_OTHER_CORE",
204852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
204952d973f5SAlexander Motin        "MSRValue": "0x103C000001",
205052d973f5SAlexander Motin        "Offcore": "1",
205152d973f5SAlexander Motin        "SampleAfterValue": "100003",
205252d973f5SAlexander Motin        "UMask": "0x1"
205352d973f5SAlexander Motin    },
205452d973f5SAlexander Motin    {
205552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
205652d973f5SAlexander Motin        "Counter": "0,1,2,3",
205752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
205852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
205952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
206052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2061*18054d02SAlexander Motin        "MSRValue": "0x83C000001",
206252d973f5SAlexander Motin        "Offcore": "1",
206352d973f5SAlexander Motin        "SampleAfterValue": "100003",
206452d973f5SAlexander Motin        "UMask": "0x1"
206552d973f5SAlexander Motin    },
206652d973f5SAlexander Motin    {
206752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
206852d973f5SAlexander Motin        "Counter": "0,1,2,3",
206952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
207052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
207152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
207252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2073*18054d02SAlexander Motin        "MSRValue": "0x43C000001",
207452d973f5SAlexander Motin        "Offcore": "1",
207552d973f5SAlexander Motin        "SampleAfterValue": "100003",
207652d973f5SAlexander Motin        "UMask": "0x1"
207752d973f5SAlexander Motin    },
207852d973f5SAlexander Motin    {
207952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.DEMAND_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
208052d973f5SAlexander Motin        "Counter": "0,1,2,3",
208152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
208252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
208352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
208452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2085*18054d02SAlexander Motin        "MSRValue": "0x13C000001",
208652d973f5SAlexander Motin        "Offcore": "1",
208752d973f5SAlexander Motin        "SampleAfterValue": "100003",
208852d973f5SAlexander Motin        "UMask": "0x1"
208952d973f5SAlexander Motin    },
209052d973f5SAlexander Motin    {
209152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HITM",
209252d973f5SAlexander Motin        "Counter": "0,1,2,3",
209352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
209452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
209552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HITM",
209652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
209752d973f5SAlexander Motin        "MSRValue": "0x103FC00001",
209852d973f5SAlexander Motin        "Offcore": "1",
209952d973f5SAlexander Motin        "SampleAfterValue": "100003",
210052d973f5SAlexander Motin        "UMask": "0x1"
210152d973f5SAlexander Motin    },
210252d973f5SAlexander Motin    {
210352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
210452d973f5SAlexander Motin        "Counter": "0,1,2,3",
210552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
210652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
210752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
210852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2109*18054d02SAlexander Motin        "MSRValue": "0x83FC00001",
211052d973f5SAlexander Motin        "Offcore": "1",
211152d973f5SAlexander Motin        "SampleAfterValue": "100003",
211252d973f5SAlexander Motin        "UMask": "0x1"
211352d973f5SAlexander Motin    },
211452d973f5SAlexander Motin    {
211552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_MISS",
211652d973f5SAlexander Motin        "Counter": "0,1,2,3",
211752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
211852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
211952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_MISS",
212052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2121*18054d02SAlexander Motin        "MSRValue": "0x23C000001",
212252d973f5SAlexander Motin        "Offcore": "1",
212352d973f5SAlexander Motin        "SampleAfterValue": "100003",
212452d973f5SAlexander Motin        "UMask": "0x1"
212552d973f5SAlexander Motin    },
212652d973f5SAlexander Motin    {
212752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_NONE",
212852d973f5SAlexander Motin        "Counter": "0,1,2,3",
212952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
213052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
213152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_NONE",
213252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2133*18054d02SAlexander Motin        "MSRValue": "0xBC000001",
213452d973f5SAlexander Motin        "Offcore": "1",
213552d973f5SAlexander Motin        "SampleAfterValue": "100003",
213652d973f5SAlexander Motin        "UMask": "0x1"
213752d973f5SAlexander Motin    },
213852d973f5SAlexander Motin    {
213952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
214052d973f5SAlexander Motin        "Counter": "0,1,2,3",
214152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
214252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
214352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
214452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
214552d973f5SAlexander Motin        "MSRValue": "0x3F84000001",
214652d973f5SAlexander Motin        "Offcore": "1",
214752d973f5SAlexander Motin        "SampleAfterValue": "100003",
214852d973f5SAlexander Motin        "UMask": "0x1"
214952d973f5SAlexander Motin    },
215052d973f5SAlexander Motin    {
215152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
215252d973f5SAlexander Motin        "Counter": "0,1,2,3",
215352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
215452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
215552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
215652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
215752d973f5SAlexander Motin        "MSRValue": "0x1004000001",
215852d973f5SAlexander Motin        "Offcore": "1",
215952d973f5SAlexander Motin        "SampleAfterValue": "100003",
216052d973f5SAlexander Motin        "UMask": "0x1"
216152d973f5SAlexander Motin    },
216252d973f5SAlexander Motin    {
216352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
216452d973f5SAlexander Motin        "Counter": "0,1,2,3",
216552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
216652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
216752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
216852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2169*18054d02SAlexander Motin        "MSRValue": "0x804000001",
217052d973f5SAlexander Motin        "Offcore": "1",
217152d973f5SAlexander Motin        "SampleAfterValue": "100003",
217252d973f5SAlexander Motin        "UMask": "0x1"
217352d973f5SAlexander Motin    },
217452d973f5SAlexander Motin    {
217552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
217652d973f5SAlexander Motin        "Counter": "0,1,2,3",
217752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
217852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
217952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
218052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2181*18054d02SAlexander Motin        "MSRValue": "0x404000001",
218252d973f5SAlexander Motin        "Offcore": "1",
218352d973f5SAlexander Motin        "SampleAfterValue": "100003",
218452d973f5SAlexander Motin        "UMask": "0x1"
218552d973f5SAlexander Motin    },
218652d973f5SAlexander Motin    {
218752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
218852d973f5SAlexander Motin        "Counter": "0,1,2,3",
218952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
219052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
219152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
219252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2193*18054d02SAlexander Motin        "MSRValue": "0x104000001",
219452d973f5SAlexander Motin        "Offcore": "1",
219552d973f5SAlexander Motin        "SampleAfterValue": "100003",
219652d973f5SAlexander Motin        "UMask": "0x1"
219752d973f5SAlexander Motin    },
219852d973f5SAlexander Motin    {
219952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads",
220052d973f5SAlexander Motin        "Counter": "0,1,2,3",
220152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
220252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
220352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
220452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2205*18054d02SAlexander Motin        "MSRValue": "0x204000001",
220652d973f5SAlexander Motin        "Offcore": "1",
220752d973f5SAlexander Motin        "SampleAfterValue": "100003",
220852d973f5SAlexander Motin        "UMask": "0x1"
220952d973f5SAlexander Motin    },
221052d973f5SAlexander Motin    {
221152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
221252d973f5SAlexander Motin        "Counter": "0,1,2,3",
221352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
221452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
221552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
221652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2217*18054d02SAlexander Motin        "MSRValue": "0x604000001",
221892b14858SMatt Macy        "Offcore": "1",
221992b14858SMatt Macy        "SampleAfterValue": "100003",
222092b14858SMatt Macy        "UMask": "0x1"
222192b14858SMatt Macy    },
222292b14858SMatt Macy    {
222392b14858SMatt Macy        "BriefDescription": "Counts demand data reads",
222492b14858SMatt Macy        "Counter": "0,1,2,3",
222592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
222692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
222792b14858SMatt Macy        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
222892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2229*18054d02SAlexander Motin        "MSRValue": "0x84000001",
223092b14858SMatt Macy        "Offcore": "1",
223192b14858SMatt Macy        "SampleAfterValue": "100003",
223292b14858SMatt Macy        "UMask": "0x1"
223392b14858SMatt Macy    },
223492b14858SMatt Macy    {
223552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
223692b14858SMatt Macy        "Counter": "0,1,2,3",
223792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
223892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
223952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
224092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2241*18054d02SAlexander Motin        "MSRValue": "0x63B800001",
224292b14858SMatt Macy        "Offcore": "1",
224392b14858SMatt Macy        "SampleAfterValue": "100003",
224492b14858SMatt Macy        "UMask": "0x1"
224592b14858SMatt Macy    },
224692b14858SMatt Macy    {
224752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
224892b14858SMatt Macy        "Counter": "0,1,2,3",
224992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
225092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
225152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
225292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
225352d973f5SAlexander Motin        "MSRValue": "0x3F90000001",
225492b14858SMatt Macy        "Offcore": "1",
225592b14858SMatt Macy        "SampleAfterValue": "100003",
225692b14858SMatt Macy        "UMask": "0x1"
225792b14858SMatt Macy    },
225892b14858SMatt Macy    {
225952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
226092b14858SMatt Macy        "Counter": "0,1,2,3",
226192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
226292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
226352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
226492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
226552d973f5SAlexander Motin        "MSRValue": "0x1010000001",
226692b14858SMatt Macy        "Offcore": "1",
226792b14858SMatt Macy        "SampleAfterValue": "100003",
226892b14858SMatt Macy        "UMask": "0x1"
226992b14858SMatt Macy    },
227092b14858SMatt Macy    {
227152d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
227292b14858SMatt Macy        "Counter": "0,1,2,3",
227392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
227492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
227552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
227692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2277*18054d02SAlexander Motin        "MSRValue": "0x810000001",
227892b14858SMatt Macy        "Offcore": "1",
227992b14858SMatt Macy        "SampleAfterValue": "100003",
228092b14858SMatt Macy        "UMask": "0x1"
228192b14858SMatt Macy    },
228292b14858SMatt Macy    {
228352d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
228492b14858SMatt Macy        "Counter": "0,1,2,3",
228592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
228692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
228752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
228892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2289*18054d02SAlexander Motin        "MSRValue": "0x410000001",
229092b14858SMatt Macy        "Offcore": "1",
229192b14858SMatt Macy        "SampleAfterValue": "100003",
229292b14858SMatt Macy        "UMask": "0x1"
229392b14858SMatt Macy    },
229492b14858SMatt Macy    {
229552d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads  OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
229692b14858SMatt Macy        "Counter": "0,1,2,3",
229792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
229892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
229952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
230092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2301*18054d02SAlexander Motin        "MSRValue": "0x110000001",
230292b14858SMatt Macy        "Offcore": "1",
230392b14858SMatt Macy        "SampleAfterValue": "100003",
230492b14858SMatt Macy        "UMask": "0x1"
230592b14858SMatt Macy    },
230692b14858SMatt Macy    {
230752d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads",
230892b14858SMatt Macy        "Counter": "0,1,2,3",
230992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
231092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
231152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
231292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2313*18054d02SAlexander Motin        "MSRValue": "0x210000001",
231492b14858SMatt Macy        "Offcore": "1",
231592b14858SMatt Macy        "SampleAfterValue": "100003",
231692b14858SMatt Macy        "UMask": "0x1"
231792b14858SMatt Macy    },
231892b14858SMatt Macy    {
231952d973f5SAlexander Motin        "BriefDescription": "Counts demand data reads",
232092b14858SMatt Macy        "Counter": "0,1,2,3",
232192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
232292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
232352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
232492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2325*18054d02SAlexander Motin        "MSRValue": "0x90000001",
232692b14858SMatt Macy        "Offcore": "1",
232792b14858SMatt Macy        "SampleAfterValue": "100003",
232892b14858SMatt Macy        "UMask": "0x1"
232992b14858SMatt Macy    },
233092b14858SMatt Macy    {
233152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.ANY_SNOOP OCR.DEMAND_RFO.L3_MISS.ANY_SNOOP",
233292b14858SMatt Macy        "Counter": "0,1,2,3",
233392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
233492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
233552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.ANY_SNOOP",
233652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
233752d973f5SAlexander Motin        "MSRValue": "0x3FBC000002",
233852d973f5SAlexander Motin        "Offcore": "1",
233952d973f5SAlexander Motin        "SampleAfterValue": "100003",
234052d973f5SAlexander Motin        "UMask": "0x1"
234152d973f5SAlexander Motin    },
234252d973f5SAlexander Motin    {
234352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.HITM_OTHER_CORE OCR.DEMAND_RFO.L3_MISS.HITM_OTHER_CORE",
234452d973f5SAlexander Motin        "Counter": "0,1,2,3",
234552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
234652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
234752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.HITM_OTHER_CORE",
234852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
234952d973f5SAlexander Motin        "MSRValue": "0x103C000002",
235052d973f5SAlexander Motin        "Offcore": "1",
235152d973f5SAlexander Motin        "SampleAfterValue": "100003",
235252d973f5SAlexander Motin        "UMask": "0x1"
235352d973f5SAlexander Motin    },
235452d973f5SAlexander Motin    {
235552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
235652d973f5SAlexander Motin        "Counter": "0,1,2,3",
235752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
235852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
235952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
236092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2361*18054d02SAlexander Motin        "MSRValue": "0x83C000002",
236292b14858SMatt Macy        "Offcore": "1",
236392b14858SMatt Macy        "SampleAfterValue": "100003",
236492b14858SMatt Macy        "UMask": "0x1"
236592b14858SMatt Macy    },
236692b14858SMatt Macy    {
236752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
236892b14858SMatt Macy        "Counter": "0,1,2,3",
236992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
237092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
237152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
237292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2373*18054d02SAlexander Motin        "MSRValue": "0x43C000002",
237492b14858SMatt Macy        "Offcore": "1",
237592b14858SMatt Macy        "SampleAfterValue": "100003",
237692b14858SMatt Macy        "UMask": "0x1"
237792b14858SMatt Macy    },
237892b14858SMatt Macy    {
237952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.DEMAND_RFO.L3_MISS.NO_SNOOP_NEEDED",
238092b14858SMatt Macy        "Counter": "0,1,2,3",
238192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
238292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
238352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.NO_SNOOP_NEEDED",
238492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2385*18054d02SAlexander Motin        "MSRValue": "0x13C000002",
238692b14858SMatt Macy        "Offcore": "1",
238792b14858SMatt Macy        "SampleAfterValue": "100003",
238892b14858SMatt Macy        "UMask": "0x1"
238992b14858SMatt Macy    },
239092b14858SMatt Macy    {
239152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.REMOTE_HITM",
239292b14858SMatt Macy        "Counter": "0,1,2,3",
239392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
239492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
239552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.REMOTE_HITM",
239692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
239752d973f5SAlexander Motin        "MSRValue": "0x103FC00002",
239892b14858SMatt Macy        "Offcore": "1",
239992b14858SMatt Macy        "SampleAfterValue": "100003",
240092b14858SMatt Macy        "UMask": "0x1"
240192b14858SMatt Macy    },
240292b14858SMatt Macy    {
240352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.REMOTE_HIT_FORWARD",
240492b14858SMatt Macy        "Counter": "0,1,2,3",
240592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
240692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
240752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.REMOTE_HIT_FORWARD",
240892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2409*18054d02SAlexander Motin        "MSRValue": "0x83FC00002",
241092b14858SMatt Macy        "Offcore": "1",
241192b14858SMatt Macy        "SampleAfterValue": "100003",
241292b14858SMatt Macy        "UMask": "0x1"
241392b14858SMatt Macy    },
241492b14858SMatt Macy    {
241552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.SNOOP_MISS",
241692b14858SMatt Macy        "Counter": "0,1,2,3",
241792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
241892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
241992b14858SMatt Macy        "EventName": "OCR.DEMAND_RFO.L3_MISS.SNOOP_MISS",
242092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2421*18054d02SAlexander Motin        "MSRValue": "0x23C000002",
242292b14858SMatt Macy        "Offcore": "1",
242392b14858SMatt Macy        "SampleAfterValue": "100003",
242492b14858SMatt Macy        "UMask": "0x1"
242592b14858SMatt Macy    },
242692b14858SMatt Macy    {
242752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS.SNOOP_NONE",
242892b14858SMatt Macy        "Counter": "0,1,2,3",
242992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
243092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
243152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS.SNOOP_NONE",
243292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2433*18054d02SAlexander Motin        "MSRValue": "0xBC000002",
243492b14858SMatt Macy        "Offcore": "1",
243592b14858SMatt Macy        "SampleAfterValue": "100003",
243692b14858SMatt Macy        "UMask": "0x1"
243792b14858SMatt Macy    },
243892b14858SMatt Macy    {
243952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
244092b14858SMatt Macy        "Counter": "0,1,2,3",
244192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
244292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
244352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
244492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
244552d973f5SAlexander Motin        "MSRValue": "0x3F84000002",
244692b14858SMatt Macy        "Offcore": "1",
244792b14858SMatt Macy        "SampleAfterValue": "100003",
244892b14858SMatt Macy        "UMask": "0x1"
244992b14858SMatt Macy    },
245092b14858SMatt Macy    {
245152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
245292b14858SMatt Macy        "Counter": "0,1,2,3",
245392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
245492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
245552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
245692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
245752d973f5SAlexander Motin        "MSRValue": "0x1004000002",
245892b14858SMatt Macy        "Offcore": "1",
245992b14858SMatt Macy        "SampleAfterValue": "100003",
246092b14858SMatt Macy        "UMask": "0x1"
246192b14858SMatt Macy    },
246292b14858SMatt Macy    {
246352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
246492b14858SMatt Macy        "Counter": "0,1,2,3",
246592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
246692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
246752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
246892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2469*18054d02SAlexander Motin        "MSRValue": "0x804000002",
247092b14858SMatt Macy        "Offcore": "1",
247192b14858SMatt Macy        "SampleAfterValue": "100003",
247292b14858SMatt Macy        "UMask": "0x1"
247392b14858SMatt Macy    },
247492b14858SMatt Macy    {
247552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
247692b14858SMatt Macy        "Counter": "0,1,2,3",
247792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
247892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
247952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
248092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
2481*18054d02SAlexander Motin        "MSRValue": "0x404000002",
248292b14858SMatt Macy        "Offcore": "1",
248392b14858SMatt Macy        "SampleAfterValue": "100003",
248492b14858SMatt Macy        "UMask": "0x1"
248592b14858SMatt Macy    },
248692b14858SMatt Macy    {
248752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
248892b14858SMatt Macy        "Counter": "0,1,2,3",
248992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
249092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
249152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
249252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2493*18054d02SAlexander Motin        "MSRValue": "0x104000002",
249452d973f5SAlexander Motin        "Offcore": "1",
249552d973f5SAlexander Motin        "SampleAfterValue": "100003",
249652d973f5SAlexander Motin        "UMask": "0x1"
249752d973f5SAlexander Motin    },
249852d973f5SAlexander Motin    {
249952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
250052d973f5SAlexander Motin        "Counter": "0,1,2,3",
250152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
250252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
250352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
250452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2505*18054d02SAlexander Motin        "MSRValue": "0x204000002",
250652d973f5SAlexander Motin        "Offcore": "1",
250752d973f5SAlexander Motin        "SampleAfterValue": "100003",
250852d973f5SAlexander Motin        "UMask": "0x1"
250952d973f5SAlexander Motin    },
251052d973f5SAlexander Motin    {
251152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
251252d973f5SAlexander Motin        "Counter": "0,1,2,3",
251352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
251452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
251552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
251652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2517*18054d02SAlexander Motin        "MSRValue": "0x604000002",
251852d973f5SAlexander Motin        "Offcore": "1",
251952d973f5SAlexander Motin        "SampleAfterValue": "100003",
252052d973f5SAlexander Motin        "UMask": "0x1"
252152d973f5SAlexander Motin    },
252252d973f5SAlexander Motin    {
252352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
252452d973f5SAlexander Motin        "Counter": "0,1,2,3",
252552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
252652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
252752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
252852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2529*18054d02SAlexander Motin        "MSRValue": "0x84000002",
253052d973f5SAlexander Motin        "Offcore": "1",
253152d973f5SAlexander Motin        "SampleAfterValue": "100003",
253252d973f5SAlexander Motin        "UMask": "0x1"
253352d973f5SAlexander Motin    },
253452d973f5SAlexander Motin    {
253552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs) OCR.DEMAND_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
253652d973f5SAlexander Motin        "Counter": "0,1,2,3",
253752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
253852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
253952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
254052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2541*18054d02SAlexander Motin        "MSRValue": "0x63B800002",
254252d973f5SAlexander Motin        "Offcore": "1",
254352d973f5SAlexander Motin        "SampleAfterValue": "100003",
254452d973f5SAlexander Motin        "UMask": "0x1"
254552d973f5SAlexander Motin    },
254652d973f5SAlexander Motin    {
254752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
254852d973f5SAlexander Motin        "Counter": "0,1,2,3",
254952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
255052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
255152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
255252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
255352d973f5SAlexander Motin        "MSRValue": "0x3F90000002",
255452d973f5SAlexander Motin        "Offcore": "1",
255552d973f5SAlexander Motin        "SampleAfterValue": "100003",
255652d973f5SAlexander Motin        "UMask": "0x1"
255752d973f5SAlexander Motin    },
255852d973f5SAlexander Motin    {
255952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
256052d973f5SAlexander Motin        "Counter": "0,1,2,3",
256152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
256252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
256352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
256452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
256552d973f5SAlexander Motin        "MSRValue": "0x1010000002",
256652d973f5SAlexander Motin        "Offcore": "1",
256752d973f5SAlexander Motin        "SampleAfterValue": "100003",
256852d973f5SAlexander Motin        "UMask": "0x1"
256952d973f5SAlexander Motin    },
257052d973f5SAlexander Motin    {
257152d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
257252d973f5SAlexander Motin        "Counter": "0,1,2,3",
257352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
257452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
257552d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
257652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2577*18054d02SAlexander Motin        "MSRValue": "0x810000002",
257852d973f5SAlexander Motin        "Offcore": "1",
257952d973f5SAlexander Motin        "SampleAfterValue": "100003",
258052d973f5SAlexander Motin        "UMask": "0x1"
258152d973f5SAlexander Motin    },
258252d973f5SAlexander Motin    {
258352d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
258452d973f5SAlexander Motin        "Counter": "0,1,2,3",
258552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
258652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
258752d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
258852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2589*18054d02SAlexander Motin        "MSRValue": "0x410000002",
259052d973f5SAlexander Motin        "Offcore": "1",
259152d973f5SAlexander Motin        "SampleAfterValue": "100003",
259252d973f5SAlexander Motin        "UMask": "0x1"
259352d973f5SAlexander Motin    },
259452d973f5SAlexander Motin    {
259552d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)  OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
259652d973f5SAlexander Motin        "Counter": "0,1,2,3",
259752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
259852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
259952d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
260052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2601*18054d02SAlexander Motin        "MSRValue": "0x110000002",
260252d973f5SAlexander Motin        "Offcore": "1",
260352d973f5SAlexander Motin        "SampleAfterValue": "100003",
260452d973f5SAlexander Motin        "UMask": "0x1"
260552d973f5SAlexander Motin    },
260652d973f5SAlexander Motin    {
260752d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
260852d973f5SAlexander Motin        "Counter": "0,1,2,3",
260952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
261052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
261152d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
261252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2613*18054d02SAlexander Motin        "MSRValue": "0x210000002",
261452d973f5SAlexander Motin        "Offcore": "1",
261552d973f5SAlexander Motin        "SampleAfterValue": "100003",
261652d973f5SAlexander Motin        "UMask": "0x1"
261752d973f5SAlexander Motin    },
261852d973f5SAlexander Motin    {
261952d973f5SAlexander Motin        "BriefDescription": "Counts all demand data writes (RFOs)",
262052d973f5SAlexander Motin        "Counter": "0,1,2,3",
262152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
262252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
262352d973f5SAlexander Motin        "EventName": "OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
262452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2625*18054d02SAlexander Motin        "MSRValue": "0x90000002",
262652d973f5SAlexander Motin        "Offcore": "1",
262752d973f5SAlexander Motin        "SampleAfterValue": "100003",
262852d973f5SAlexander Motin        "UMask": "0x1"
262952d973f5SAlexander Motin    },
263052d973f5SAlexander Motin    {
263152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.ANY_SNOOP OCR.OTHER.L3_MISS.ANY_SNOOP",
263252d973f5SAlexander Motin        "Counter": "0,1,2,3",
263352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
263452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
263552d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.ANY_SNOOP",
263652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
263752d973f5SAlexander Motin        "MSRValue": "0x3FBC008000",
263852d973f5SAlexander Motin        "Offcore": "1",
263952d973f5SAlexander Motin        "SampleAfterValue": "100003",
264052d973f5SAlexander Motin        "UMask": "0x1"
264152d973f5SAlexander Motin    },
264252d973f5SAlexander Motin    {
264352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.HITM_OTHER_CORE OCR.OTHER.L3_MISS.HITM_OTHER_CORE",
264452d973f5SAlexander Motin        "Counter": "0,1,2,3",
264552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
264652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
264752d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.HITM_OTHER_CORE",
264852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
264952d973f5SAlexander Motin        "MSRValue": "0x103C008000",
265052d973f5SAlexander Motin        "Offcore": "1",
265152d973f5SAlexander Motin        "SampleAfterValue": "100003",
265252d973f5SAlexander Motin        "UMask": "0x1"
265352d973f5SAlexander Motin    },
265452d973f5SAlexander Motin    {
265552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.HIT_OTHER_CORE_FWD OCR.OTHER.L3_MISS.HIT_OTHER_CORE_FWD",
265652d973f5SAlexander Motin        "Counter": "0,1,2,3",
265752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
265852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
265952d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.HIT_OTHER_CORE_FWD",
266052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2661*18054d02SAlexander Motin        "MSRValue": "0x83C008000",
266252d973f5SAlexander Motin        "Offcore": "1",
266352d973f5SAlexander Motin        "SampleAfterValue": "100003",
266452d973f5SAlexander Motin        "UMask": "0x1"
266552d973f5SAlexander Motin    },
266652d973f5SAlexander Motin    {
266752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.OTHER.L3_MISS.HIT_OTHER_CORE_NO_FWD",
266852d973f5SAlexander Motin        "Counter": "0,1,2,3",
266952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
267052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
267152d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.HIT_OTHER_CORE_NO_FWD",
267252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2673*18054d02SAlexander Motin        "MSRValue": "0x43C008000",
267452d973f5SAlexander Motin        "Offcore": "1",
267552d973f5SAlexander Motin        "SampleAfterValue": "100003",
267652d973f5SAlexander Motin        "UMask": "0x1"
267752d973f5SAlexander Motin    },
267852d973f5SAlexander Motin    {
267952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.NO_SNOOP_NEEDED OCR.OTHER.L3_MISS.NO_SNOOP_NEEDED",
268052d973f5SAlexander Motin        "Counter": "0,1,2,3",
268152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
268252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
268352d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.NO_SNOOP_NEEDED",
268452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2685*18054d02SAlexander Motin        "MSRValue": "0x13C008000",
268652d973f5SAlexander Motin        "Offcore": "1",
268752d973f5SAlexander Motin        "SampleAfterValue": "100003",
268852d973f5SAlexander Motin        "UMask": "0x1"
268952d973f5SAlexander Motin    },
269052d973f5SAlexander Motin    {
269152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.REMOTE_HITM",
269252d973f5SAlexander Motin        "Counter": "0,1,2,3",
269352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
269452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
269552d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.REMOTE_HITM",
269652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
269752d973f5SAlexander Motin        "MSRValue": "0x103FC08000",
269852d973f5SAlexander Motin        "Offcore": "1",
269952d973f5SAlexander Motin        "SampleAfterValue": "100003",
270052d973f5SAlexander Motin        "UMask": "0x1"
270152d973f5SAlexander Motin    },
270252d973f5SAlexander Motin    {
270352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.REMOTE_HIT_FORWARD",
270452d973f5SAlexander Motin        "Counter": "0,1,2,3",
270552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
270652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
270752d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.REMOTE_HIT_FORWARD",
270852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2709*18054d02SAlexander Motin        "MSRValue": "0x83FC08000",
271052d973f5SAlexander Motin        "Offcore": "1",
271152d973f5SAlexander Motin        "SampleAfterValue": "100003",
271252d973f5SAlexander Motin        "UMask": "0x1"
271352d973f5SAlexander Motin    },
271452d973f5SAlexander Motin    {
271552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.SNOOP_MISS",
271652d973f5SAlexander Motin        "Counter": "0,1,2,3",
271752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
271852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
271952d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.SNOOP_MISS",
272052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2721*18054d02SAlexander Motin        "MSRValue": "0x23C008000",
272252d973f5SAlexander Motin        "Offcore": "1",
272352d973f5SAlexander Motin        "SampleAfterValue": "100003",
272452d973f5SAlexander Motin        "UMask": "0x1"
272552d973f5SAlexander Motin    },
272652d973f5SAlexander Motin    {
272752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS.SNOOP_NONE",
272852d973f5SAlexander Motin        "Counter": "0,1,2,3",
272952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
273052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
273152d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS.SNOOP_NONE",
273252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2733*18054d02SAlexander Motin        "MSRValue": "0xBC008000",
273452d973f5SAlexander Motin        "Offcore": "1",
273552d973f5SAlexander Motin        "SampleAfterValue": "100003",
273652d973f5SAlexander Motin        "UMask": "0x1"
273752d973f5SAlexander Motin    },
273852d973f5SAlexander Motin    {
273952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
274052d973f5SAlexander Motin        "Counter": "0,1,2,3",
274152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
274252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
274352d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
274452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
274552d973f5SAlexander Motin        "MSRValue": "0x3F84008000",
274652d973f5SAlexander Motin        "Offcore": "1",
274752d973f5SAlexander Motin        "SampleAfterValue": "100003",
274852d973f5SAlexander Motin        "UMask": "0x1"
274952d973f5SAlexander Motin    },
275052d973f5SAlexander Motin    {
275152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
275252d973f5SAlexander Motin        "Counter": "0,1,2,3",
275352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
275452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
275552d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
275652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
275752d973f5SAlexander Motin        "MSRValue": "0x1004008000",
275852d973f5SAlexander Motin        "Offcore": "1",
275952d973f5SAlexander Motin        "SampleAfterValue": "100003",
276052d973f5SAlexander Motin        "UMask": "0x1"
276152d973f5SAlexander Motin    },
276252d973f5SAlexander Motin    {
276352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
276452d973f5SAlexander Motin        "Counter": "0,1,2,3",
276552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
276652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
276752d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
276852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2769*18054d02SAlexander Motin        "MSRValue": "0x804008000",
277052d973f5SAlexander Motin        "Offcore": "1",
277152d973f5SAlexander Motin        "SampleAfterValue": "100003",
277252d973f5SAlexander Motin        "UMask": "0x1"
277352d973f5SAlexander Motin    },
277452d973f5SAlexander Motin    {
277552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
277652d973f5SAlexander Motin        "Counter": "0,1,2,3",
277752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
277852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
277952d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
278052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2781*18054d02SAlexander Motin        "MSRValue": "0x404008000",
278252d973f5SAlexander Motin        "Offcore": "1",
278352d973f5SAlexander Motin        "SampleAfterValue": "100003",
278452d973f5SAlexander Motin        "UMask": "0x1"
278552d973f5SAlexander Motin    },
278652d973f5SAlexander Motin    {
278752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
278852d973f5SAlexander Motin        "Counter": "0,1,2,3",
278952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
279052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
279152d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
279252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2793*18054d02SAlexander Motin        "MSRValue": "0x104008000",
279452d973f5SAlexander Motin        "Offcore": "1",
279552d973f5SAlexander Motin        "SampleAfterValue": "100003",
279652d973f5SAlexander Motin        "UMask": "0x1"
279752d973f5SAlexander Motin    },
279852d973f5SAlexander Motin    {
279952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
280052d973f5SAlexander Motin        "Counter": "0,1,2,3",
280152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
280252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
280352d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
280452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2805*18054d02SAlexander Motin        "MSRValue": "0x204008000",
280652d973f5SAlexander Motin        "Offcore": "1",
280752d973f5SAlexander Motin        "SampleAfterValue": "100003",
280852d973f5SAlexander Motin        "UMask": "0x1"
280952d973f5SAlexander Motin    },
281052d973f5SAlexander Motin    {
281152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
281252d973f5SAlexander Motin        "Counter": "0,1,2,3",
281352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
281452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
281552d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
281652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2817*18054d02SAlexander Motin        "MSRValue": "0x604008000",
281852d973f5SAlexander Motin        "Offcore": "1",
281952d973f5SAlexander Motin        "SampleAfterValue": "100003",
282052d973f5SAlexander Motin        "UMask": "0x1"
282152d973f5SAlexander Motin    },
282252d973f5SAlexander Motin    {
282352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
282452d973f5SAlexander Motin        "Counter": "0,1,2,3",
282552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
282652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
282752d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
282852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2829*18054d02SAlexander Motin        "MSRValue": "0x84008000",
283052d973f5SAlexander Motin        "Offcore": "1",
283152d973f5SAlexander Motin        "SampleAfterValue": "100003",
283252d973f5SAlexander Motin        "UMask": "0x1"
283352d973f5SAlexander Motin    },
283452d973f5SAlexander Motin    {
283552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests OCR.OTHER.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
283652d973f5SAlexander Motin        "Counter": "0,1,2,3",
283752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
283852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
283952d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
284052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2841*18054d02SAlexander Motin        "MSRValue": "0x63B808000",
284252d973f5SAlexander Motin        "Offcore": "1",
284352d973f5SAlexander Motin        "SampleAfterValue": "100003",
284452d973f5SAlexander Motin        "UMask": "0x1"
284552d973f5SAlexander Motin    },
284652d973f5SAlexander Motin    {
284752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
284852d973f5SAlexander Motin        "Counter": "0,1,2,3",
284952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
285052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
285152d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
285252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
285352d973f5SAlexander Motin        "MSRValue": "0x3F90008000",
285452d973f5SAlexander Motin        "Offcore": "1",
285552d973f5SAlexander Motin        "SampleAfterValue": "100003",
285652d973f5SAlexander Motin        "UMask": "0x1"
285752d973f5SAlexander Motin    },
285852d973f5SAlexander Motin    {
285952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
286052d973f5SAlexander Motin        "Counter": "0,1,2,3",
286152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
286252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
286352d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
286452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
286552d973f5SAlexander Motin        "MSRValue": "0x1010008000",
286652d973f5SAlexander Motin        "Offcore": "1",
286752d973f5SAlexander Motin        "SampleAfterValue": "100003",
286852d973f5SAlexander Motin        "UMask": "0x1"
286952d973f5SAlexander Motin    },
287052d973f5SAlexander Motin    {
287152d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
287252d973f5SAlexander Motin        "Counter": "0,1,2,3",
287352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
287452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
287552d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
287652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2877*18054d02SAlexander Motin        "MSRValue": "0x810008000",
287852d973f5SAlexander Motin        "Offcore": "1",
287952d973f5SAlexander Motin        "SampleAfterValue": "100003",
288052d973f5SAlexander Motin        "UMask": "0x1"
288152d973f5SAlexander Motin    },
288252d973f5SAlexander Motin    {
288352d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
288452d973f5SAlexander Motin        "Counter": "0,1,2,3",
288552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
288652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
288752d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
288852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2889*18054d02SAlexander Motin        "MSRValue": "0x410008000",
289052d973f5SAlexander Motin        "Offcore": "1",
289152d973f5SAlexander Motin        "SampleAfterValue": "100003",
289252d973f5SAlexander Motin        "UMask": "0x1"
289352d973f5SAlexander Motin    },
289452d973f5SAlexander Motin    {
289552d973f5SAlexander Motin        "BriefDescription": "Counts any other requests  OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
289652d973f5SAlexander Motin        "Counter": "0,1,2,3",
289752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
289852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
289952d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
290052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2901*18054d02SAlexander Motin        "MSRValue": "0x110008000",
290252d973f5SAlexander Motin        "Offcore": "1",
290352d973f5SAlexander Motin        "SampleAfterValue": "100003",
290452d973f5SAlexander Motin        "UMask": "0x1"
290552d973f5SAlexander Motin    },
290652d973f5SAlexander Motin    {
290752d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
290852d973f5SAlexander Motin        "Counter": "0,1,2,3",
290952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
291052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
291152d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
291252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2913*18054d02SAlexander Motin        "MSRValue": "0x210008000",
291452d973f5SAlexander Motin        "Offcore": "1",
291552d973f5SAlexander Motin        "SampleAfterValue": "100003",
291652d973f5SAlexander Motin        "UMask": "0x1"
291752d973f5SAlexander Motin    },
291852d973f5SAlexander Motin    {
291952d973f5SAlexander Motin        "BriefDescription": "Counts any other requests",
292052d973f5SAlexander Motin        "Counter": "0,1,2,3",
292152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
292252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
292352d973f5SAlexander Motin        "EventName": "OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
292452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2925*18054d02SAlexander Motin        "MSRValue": "0x90008000",
292652d973f5SAlexander Motin        "Offcore": "1",
292752d973f5SAlexander Motin        "SampleAfterValue": "100003",
292852d973f5SAlexander Motin        "UMask": "0x1"
292952d973f5SAlexander Motin    },
293052d973f5SAlexander Motin    {
293152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.ANY_SNOOP OCR.PF_L1D_AND_SW.L3_MISS.ANY_SNOOP",
293252d973f5SAlexander Motin        "Counter": "0,1,2,3",
293352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
293452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
293552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.ANY_SNOOP",
293652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
293752d973f5SAlexander Motin        "MSRValue": "0x3FBC000400",
293852d973f5SAlexander Motin        "Offcore": "1",
293952d973f5SAlexander Motin        "SampleAfterValue": "100003",
294052d973f5SAlexander Motin        "UMask": "0x1"
294152d973f5SAlexander Motin    },
294252d973f5SAlexander Motin    {
294352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.HITM_OTHER_CORE OCR.PF_L1D_AND_SW.L3_MISS.HITM_OTHER_CORE",
294452d973f5SAlexander Motin        "Counter": "0,1,2,3",
294552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
294652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
294752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.HITM_OTHER_CORE",
294852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
294952d973f5SAlexander Motin        "MSRValue": "0x103C000400",
295052d973f5SAlexander Motin        "Offcore": "1",
295152d973f5SAlexander Motin        "SampleAfterValue": "100003",
295252d973f5SAlexander Motin        "UMask": "0x1"
295352d973f5SAlexander Motin    },
295452d973f5SAlexander Motin    {
295552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_FWD OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_FWD",
295652d973f5SAlexander Motin        "Counter": "0,1,2,3",
295752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
295852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
295952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_FWD",
296052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2961*18054d02SAlexander Motin        "MSRValue": "0x83C000400",
296252d973f5SAlexander Motin        "Offcore": "1",
296352d973f5SAlexander Motin        "SampleAfterValue": "100003",
296452d973f5SAlexander Motin        "UMask": "0x1"
296552d973f5SAlexander Motin    },
296652d973f5SAlexander Motin    {
296752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_NO_FWD",
296852d973f5SAlexander Motin        "Counter": "0,1,2,3",
296952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
297052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
297152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_NO_FWD",
297252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2973*18054d02SAlexander Motin        "MSRValue": "0x43C000400",
297452d973f5SAlexander Motin        "Offcore": "1",
297552d973f5SAlexander Motin        "SampleAfterValue": "100003",
297652d973f5SAlexander Motin        "UMask": "0x1"
297752d973f5SAlexander Motin    },
297852d973f5SAlexander Motin    {
297952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.NO_SNOOP_NEEDED OCR.PF_L1D_AND_SW.L3_MISS.NO_SNOOP_NEEDED",
298052d973f5SAlexander Motin        "Counter": "0,1,2,3",
298152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
298252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
298352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.NO_SNOOP_NEEDED",
298452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
2985*18054d02SAlexander Motin        "MSRValue": "0x13C000400",
298652d973f5SAlexander Motin        "Offcore": "1",
298752d973f5SAlexander Motin        "SampleAfterValue": "100003",
298852d973f5SAlexander Motin        "UMask": "0x1"
298952d973f5SAlexander Motin    },
299052d973f5SAlexander Motin    {
299152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HITM",
299252d973f5SAlexander Motin        "Counter": "0,1,2,3",
299352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
299452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
299552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HITM",
299652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
299752d973f5SAlexander Motin        "MSRValue": "0x103FC00400",
299852d973f5SAlexander Motin        "Offcore": "1",
299952d973f5SAlexander Motin        "SampleAfterValue": "100003",
300052d973f5SAlexander Motin        "UMask": "0x1"
300152d973f5SAlexander Motin    },
300252d973f5SAlexander Motin    {
300352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HIT_FORWARD",
300452d973f5SAlexander Motin        "Counter": "0,1,2,3",
300552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
300652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
300752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HIT_FORWARD",
300852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3009*18054d02SAlexander Motin        "MSRValue": "0x83FC00400",
301052d973f5SAlexander Motin        "Offcore": "1",
301152d973f5SAlexander Motin        "SampleAfterValue": "100003",
301252d973f5SAlexander Motin        "UMask": "0x1"
301352d973f5SAlexander Motin    },
301452d973f5SAlexander Motin    {
301552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_MISS",
301652d973f5SAlexander Motin        "Counter": "0,1,2,3",
301752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
301852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
301952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_MISS",
302052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3021*18054d02SAlexander Motin        "MSRValue": "0x23C000400",
302252d973f5SAlexander Motin        "Offcore": "1",
302352d973f5SAlexander Motin        "SampleAfterValue": "100003",
302452d973f5SAlexander Motin        "UMask": "0x1"
302552d973f5SAlexander Motin    },
302652d973f5SAlexander Motin    {
302752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_NONE",
302852d973f5SAlexander Motin        "Counter": "0,1,2,3",
302952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
303052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
303152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_NONE",
303252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3033*18054d02SAlexander Motin        "MSRValue": "0xBC000400",
303452d973f5SAlexander Motin        "Offcore": "1",
303552d973f5SAlexander Motin        "SampleAfterValue": "100003",
303652d973f5SAlexander Motin        "UMask": "0x1"
303752d973f5SAlexander Motin    },
303852d973f5SAlexander Motin    {
303952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
304052d973f5SAlexander Motin        "Counter": "0,1,2,3",
304152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
304252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
304352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
304452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
304552d973f5SAlexander Motin        "MSRValue": "0x3F84000400",
304652d973f5SAlexander Motin        "Offcore": "1",
304752d973f5SAlexander Motin        "SampleAfterValue": "100003",
304852d973f5SAlexander Motin        "UMask": "0x1"
304952d973f5SAlexander Motin    },
305052d973f5SAlexander Motin    {
305152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
305252d973f5SAlexander Motin        "Counter": "0,1,2,3",
305352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
305452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
305552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
305652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
305752d973f5SAlexander Motin        "MSRValue": "0x1004000400",
305852d973f5SAlexander Motin        "Offcore": "1",
305952d973f5SAlexander Motin        "SampleAfterValue": "100003",
306052d973f5SAlexander Motin        "UMask": "0x1"
306152d973f5SAlexander Motin    },
306252d973f5SAlexander Motin    {
306352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
306452d973f5SAlexander Motin        "Counter": "0,1,2,3",
306552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
306652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
306752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
306852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3069*18054d02SAlexander Motin        "MSRValue": "0x804000400",
307052d973f5SAlexander Motin        "Offcore": "1",
307152d973f5SAlexander Motin        "SampleAfterValue": "100003",
307252d973f5SAlexander Motin        "UMask": "0x1"
307352d973f5SAlexander Motin    },
307452d973f5SAlexander Motin    {
307552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
307652d973f5SAlexander Motin        "Counter": "0,1,2,3",
307752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
307852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
307952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
308052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3081*18054d02SAlexander Motin        "MSRValue": "0x404000400",
308252d973f5SAlexander Motin        "Offcore": "1",
308352d973f5SAlexander Motin        "SampleAfterValue": "100003",
308452d973f5SAlexander Motin        "UMask": "0x1"
308552d973f5SAlexander Motin    },
308652d973f5SAlexander Motin    {
308752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
308852d973f5SAlexander Motin        "Counter": "0,1,2,3",
308952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
309052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
309152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
309252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3093*18054d02SAlexander Motin        "MSRValue": "0x104000400",
309452d973f5SAlexander Motin        "Offcore": "1",
309552d973f5SAlexander Motin        "SampleAfterValue": "100003",
309652d973f5SAlexander Motin        "UMask": "0x1"
309752d973f5SAlexander Motin    },
309852d973f5SAlexander Motin    {
309952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
310052d973f5SAlexander Motin        "Counter": "0,1,2,3",
310152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
310252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
310352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
310452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3105*18054d02SAlexander Motin        "MSRValue": "0x204000400",
310652d973f5SAlexander Motin        "Offcore": "1",
310752d973f5SAlexander Motin        "SampleAfterValue": "100003",
310852d973f5SAlexander Motin        "UMask": "0x1"
310952d973f5SAlexander Motin    },
311052d973f5SAlexander Motin    {
311152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
311252d973f5SAlexander Motin        "Counter": "0,1,2,3",
311352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
311452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
311552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
311692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3117*18054d02SAlexander Motin        "MSRValue": "0x604000400",
311892b14858SMatt Macy        "Offcore": "1",
311992b14858SMatt Macy        "SampleAfterValue": "100003",
312092b14858SMatt Macy        "UMask": "0x1"
312192b14858SMatt Macy    },
312292b14858SMatt Macy    {
312352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
312492b14858SMatt Macy        "Counter": "0,1,2,3",
312592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
312692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
312752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
312892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3129*18054d02SAlexander Motin        "MSRValue": "0x84000400",
313052d973f5SAlexander Motin        "Offcore": "1",
313152d973f5SAlexander Motin        "SampleAfterValue": "100003",
313252d973f5SAlexander Motin        "UMask": "0x1"
313352d973f5SAlexander Motin    },
313452d973f5SAlexander Motin    {
313552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
313652d973f5SAlexander Motin        "Counter": "0,1,2,3",
313752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
313852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
313952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
314052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3141*18054d02SAlexander Motin        "MSRValue": "0x63B800400",
314252d973f5SAlexander Motin        "Offcore": "1",
314352d973f5SAlexander Motin        "SampleAfterValue": "100003",
314452d973f5SAlexander Motin        "UMask": "0x1"
314552d973f5SAlexander Motin    },
314652d973f5SAlexander Motin    {
314752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
314852d973f5SAlexander Motin        "Counter": "0,1,2,3",
314952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
315052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
315152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
315252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
315352d973f5SAlexander Motin        "MSRValue": "0x3F90000400",
315452d973f5SAlexander Motin        "Offcore": "1",
315552d973f5SAlexander Motin        "SampleAfterValue": "100003",
315652d973f5SAlexander Motin        "UMask": "0x1"
315752d973f5SAlexander Motin    },
315852d973f5SAlexander Motin    {
315952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
316052d973f5SAlexander Motin        "Counter": "0,1,2,3",
316152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
316252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
316352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
316452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
316552d973f5SAlexander Motin        "MSRValue": "0x1010000400",
316652d973f5SAlexander Motin        "Offcore": "1",
316752d973f5SAlexander Motin        "SampleAfterValue": "100003",
316852d973f5SAlexander Motin        "UMask": "0x1"
316952d973f5SAlexander Motin    },
317052d973f5SAlexander Motin    {
317152d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
317252d973f5SAlexander Motin        "Counter": "0,1,2,3",
317352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
317452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
317552d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
317652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3177*18054d02SAlexander Motin        "MSRValue": "0x810000400",
317852d973f5SAlexander Motin        "Offcore": "1",
317952d973f5SAlexander Motin        "SampleAfterValue": "100003",
318052d973f5SAlexander Motin        "UMask": "0x1"
318152d973f5SAlexander Motin    },
318252d973f5SAlexander Motin    {
318352d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
318452d973f5SAlexander Motin        "Counter": "0,1,2,3",
318552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
318652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
318752d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
318852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3189*18054d02SAlexander Motin        "MSRValue": "0x410000400",
319052d973f5SAlexander Motin        "Offcore": "1",
319152d973f5SAlexander Motin        "SampleAfterValue": "100003",
319252d973f5SAlexander Motin        "UMask": "0x1"
319352d973f5SAlexander Motin    },
319452d973f5SAlexander Motin    {
319552d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests  OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
319652d973f5SAlexander Motin        "Counter": "0,1,2,3",
319752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
319852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
319952d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
320052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3201*18054d02SAlexander Motin        "MSRValue": "0x110000400",
320252d973f5SAlexander Motin        "Offcore": "1",
320352d973f5SAlexander Motin        "SampleAfterValue": "100003",
320452d973f5SAlexander Motin        "UMask": "0x1"
320552d973f5SAlexander Motin    },
320652d973f5SAlexander Motin    {
320752d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
320852d973f5SAlexander Motin        "Counter": "0,1,2,3",
320952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
321052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
321152d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
321252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3213*18054d02SAlexander Motin        "MSRValue": "0x210000400",
321452d973f5SAlexander Motin        "Offcore": "1",
321552d973f5SAlexander Motin        "SampleAfterValue": "100003",
321652d973f5SAlexander Motin        "UMask": "0x1"
321752d973f5SAlexander Motin    },
321852d973f5SAlexander Motin    {
321952d973f5SAlexander Motin        "BriefDescription": "Counts L1 data cache hardware prefetch requests and software prefetch requests",
322052d973f5SAlexander Motin        "Counter": "0,1,2,3",
322152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
322252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
322352d973f5SAlexander Motin        "EventName": "OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
322452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3225*18054d02SAlexander Motin        "MSRValue": "0x90000400",
322652d973f5SAlexander Motin        "Offcore": "1",
322752d973f5SAlexander Motin        "SampleAfterValue": "100003",
322852d973f5SAlexander Motin        "UMask": "0x1"
322952d973f5SAlexander Motin    },
323052d973f5SAlexander Motin    {
323152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.ANY_SNOOP OCR.PF_L2_DATA_RD.L3_MISS.ANY_SNOOP",
323252d973f5SAlexander Motin        "Counter": "0,1,2,3",
323352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
323452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
323552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.ANY_SNOOP",
323652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
323752d973f5SAlexander Motin        "MSRValue": "0x3FBC000010",
323852d973f5SAlexander Motin        "Offcore": "1",
323952d973f5SAlexander Motin        "SampleAfterValue": "100003",
324052d973f5SAlexander Motin        "UMask": "0x1"
324152d973f5SAlexander Motin    },
324252d973f5SAlexander Motin    {
324352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.PF_L2_DATA_RD.L3_MISS.HITM_OTHER_CORE",
324452d973f5SAlexander Motin        "Counter": "0,1,2,3",
324552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
324652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
324752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.HITM_OTHER_CORE",
324852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
324952d973f5SAlexander Motin        "MSRValue": "0x103C000010",
325052d973f5SAlexander Motin        "Offcore": "1",
325152d973f5SAlexander Motin        "SampleAfterValue": "100003",
325252d973f5SAlexander Motin        "UMask": "0x1"
325352d973f5SAlexander Motin    },
325452d973f5SAlexander Motin    {
325552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
325652d973f5SAlexander Motin        "Counter": "0,1,2,3",
325752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
325852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
325952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
326052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3261*18054d02SAlexander Motin        "MSRValue": "0x83C000010",
326252d973f5SAlexander Motin        "Offcore": "1",
326352d973f5SAlexander Motin        "SampleAfterValue": "100003",
326452d973f5SAlexander Motin        "UMask": "0x1"
326552d973f5SAlexander Motin    },
326652d973f5SAlexander Motin    {
326752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
326852d973f5SAlexander Motin        "Counter": "0,1,2,3",
326952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
327052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
327152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
327252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3273*18054d02SAlexander Motin        "MSRValue": "0x43C000010",
327452d973f5SAlexander Motin        "Offcore": "1",
327552d973f5SAlexander Motin        "SampleAfterValue": "100003",
327652d973f5SAlexander Motin        "UMask": "0x1"
327752d973f5SAlexander Motin    },
327852d973f5SAlexander Motin    {
327952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.PF_L2_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
328052d973f5SAlexander Motin        "Counter": "0,1,2,3",
328152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
328252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
328352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
328452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3285*18054d02SAlexander Motin        "MSRValue": "0x13C000010",
328652d973f5SAlexander Motin        "Offcore": "1",
328752d973f5SAlexander Motin        "SampleAfterValue": "100003",
328852d973f5SAlexander Motin        "UMask": "0x1"
328952d973f5SAlexander Motin    },
329052d973f5SAlexander Motin    {
329152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HITM",
329252d973f5SAlexander Motin        "Counter": "0,1,2,3",
329352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
329452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
329552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HITM",
329652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
329752d973f5SAlexander Motin        "MSRValue": "0x103FC00010",
329852d973f5SAlexander Motin        "Offcore": "1",
329952d973f5SAlexander Motin        "SampleAfterValue": "100003",
330052d973f5SAlexander Motin        "UMask": "0x1"
330152d973f5SAlexander Motin    },
330252d973f5SAlexander Motin    {
330352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
330452d973f5SAlexander Motin        "Counter": "0,1,2,3",
330552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
330652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
330752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
330852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3309*18054d02SAlexander Motin        "MSRValue": "0x83FC00010",
331052d973f5SAlexander Motin        "Offcore": "1",
331152d973f5SAlexander Motin        "SampleAfterValue": "100003",
331252d973f5SAlexander Motin        "UMask": "0x1"
331352d973f5SAlexander Motin    },
331452d973f5SAlexander Motin    {
331552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_MISS",
331652d973f5SAlexander Motin        "Counter": "0,1,2,3",
331752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
331852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
331952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_MISS",
332052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3321*18054d02SAlexander Motin        "MSRValue": "0x23C000010",
332252d973f5SAlexander Motin        "Offcore": "1",
332352d973f5SAlexander Motin        "SampleAfterValue": "100003",
332452d973f5SAlexander Motin        "UMask": "0x1"
332552d973f5SAlexander Motin    },
332652d973f5SAlexander Motin    {
332752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_NONE",
332852d973f5SAlexander Motin        "Counter": "0,1,2,3",
332952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
333052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
333152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_NONE",
333252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3333*18054d02SAlexander Motin        "MSRValue": "0xBC000010",
333452d973f5SAlexander Motin        "Offcore": "1",
333552d973f5SAlexander Motin        "SampleAfterValue": "100003",
333652d973f5SAlexander Motin        "UMask": "0x1"
333752d973f5SAlexander Motin    },
333852d973f5SAlexander Motin    {
333952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
334052d973f5SAlexander Motin        "Counter": "0,1,2,3",
334152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
334252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
334352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
334452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
334552d973f5SAlexander Motin        "MSRValue": "0x3F84000010",
334652d973f5SAlexander Motin        "Offcore": "1",
334752d973f5SAlexander Motin        "SampleAfterValue": "100003",
334852d973f5SAlexander Motin        "UMask": "0x1"
334952d973f5SAlexander Motin    },
335052d973f5SAlexander Motin    {
335152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
335252d973f5SAlexander Motin        "Counter": "0,1,2,3",
335352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
335452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
335552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
335652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
335752d973f5SAlexander Motin        "MSRValue": "0x1004000010",
335852d973f5SAlexander Motin        "Offcore": "1",
335952d973f5SAlexander Motin        "SampleAfterValue": "100003",
336052d973f5SAlexander Motin        "UMask": "0x1"
336152d973f5SAlexander Motin    },
336252d973f5SAlexander Motin    {
336352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
336452d973f5SAlexander Motin        "Counter": "0,1,2,3",
336552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
336652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
336752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
336852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3369*18054d02SAlexander Motin        "MSRValue": "0x804000010",
337052d973f5SAlexander Motin        "Offcore": "1",
337152d973f5SAlexander Motin        "SampleAfterValue": "100003",
337252d973f5SAlexander Motin        "UMask": "0x1"
337352d973f5SAlexander Motin    },
337452d973f5SAlexander Motin    {
337552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
337652d973f5SAlexander Motin        "Counter": "0,1,2,3",
337752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
337852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
337952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
338052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3381*18054d02SAlexander Motin        "MSRValue": "0x404000010",
338252d973f5SAlexander Motin        "Offcore": "1",
338352d973f5SAlexander Motin        "SampleAfterValue": "100003",
338452d973f5SAlexander Motin        "UMask": "0x1"
338552d973f5SAlexander Motin    },
338652d973f5SAlexander Motin    {
338752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
338852d973f5SAlexander Motin        "Counter": "0,1,2,3",
338952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
339052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
339152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
339252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3393*18054d02SAlexander Motin        "MSRValue": "0x104000010",
339452d973f5SAlexander Motin        "Offcore": "1",
339552d973f5SAlexander Motin        "SampleAfterValue": "100003",
339652d973f5SAlexander Motin        "UMask": "0x1"
339752d973f5SAlexander Motin    },
339852d973f5SAlexander Motin    {
339952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
340052d973f5SAlexander Motin        "Counter": "0,1,2,3",
340152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
340252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
340352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
340452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3405*18054d02SAlexander Motin        "MSRValue": "0x204000010",
340652d973f5SAlexander Motin        "Offcore": "1",
340752d973f5SAlexander Motin        "SampleAfterValue": "100003",
340852d973f5SAlexander Motin        "UMask": "0x1"
340952d973f5SAlexander Motin    },
341052d973f5SAlexander Motin    {
341152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
341252d973f5SAlexander Motin        "Counter": "0,1,2,3",
341352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
341452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
341552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
341652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3417*18054d02SAlexander Motin        "MSRValue": "0x604000010",
341852d973f5SAlexander Motin        "Offcore": "1",
341952d973f5SAlexander Motin        "SampleAfterValue": "100003",
342052d973f5SAlexander Motin        "UMask": "0x1"
342152d973f5SAlexander Motin    },
342252d973f5SAlexander Motin    {
342352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
342452d973f5SAlexander Motin        "Counter": "0,1,2,3",
342552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
342652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
342752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
342852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3429*18054d02SAlexander Motin        "MSRValue": "0x84000010",
343052d973f5SAlexander Motin        "Offcore": "1",
343152d973f5SAlexander Motin        "SampleAfterValue": "100003",
343252d973f5SAlexander Motin        "UMask": "0x1"
343352d973f5SAlexander Motin    },
343452d973f5SAlexander Motin    {
343552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
343652d973f5SAlexander Motin        "Counter": "0,1,2,3",
343752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
343852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
343952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
344052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3441*18054d02SAlexander Motin        "MSRValue": "0x63B800010",
344252d973f5SAlexander Motin        "Offcore": "1",
344352d973f5SAlexander Motin        "SampleAfterValue": "100003",
344452d973f5SAlexander Motin        "UMask": "0x1"
344552d973f5SAlexander Motin    },
344652d973f5SAlexander Motin    {
344752d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
344852d973f5SAlexander Motin        "Counter": "0,1,2,3",
344952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
345052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
345152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
345252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
345352d973f5SAlexander Motin        "MSRValue": "0x3F90000010",
345452d973f5SAlexander Motin        "Offcore": "1",
345552d973f5SAlexander Motin        "SampleAfterValue": "100003",
345652d973f5SAlexander Motin        "UMask": "0x1"
345752d973f5SAlexander Motin    },
345852d973f5SAlexander Motin    {
345952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
346052d973f5SAlexander Motin        "Counter": "0,1,2,3",
346152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
346252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
346352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
346452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
346552d973f5SAlexander Motin        "MSRValue": "0x1010000010",
346652d973f5SAlexander Motin        "Offcore": "1",
346752d973f5SAlexander Motin        "SampleAfterValue": "100003",
346852d973f5SAlexander Motin        "UMask": "0x1"
346952d973f5SAlexander Motin    },
347052d973f5SAlexander Motin    {
347152d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
347252d973f5SAlexander Motin        "Counter": "0,1,2,3",
347352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
347452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
347552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
347652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3477*18054d02SAlexander Motin        "MSRValue": "0x810000010",
347852d973f5SAlexander Motin        "Offcore": "1",
347952d973f5SAlexander Motin        "SampleAfterValue": "100003",
348052d973f5SAlexander Motin        "UMask": "0x1"
348152d973f5SAlexander Motin    },
348252d973f5SAlexander Motin    {
348352d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
348452d973f5SAlexander Motin        "Counter": "0,1,2,3",
348552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
348652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
348752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
348852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3489*18054d02SAlexander Motin        "MSRValue": "0x410000010",
349052d973f5SAlexander Motin        "Offcore": "1",
349152d973f5SAlexander Motin        "SampleAfterValue": "100003",
349252d973f5SAlexander Motin        "UMask": "0x1"
349352d973f5SAlexander Motin    },
349452d973f5SAlexander Motin    {
349552d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads  OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
349652d973f5SAlexander Motin        "Counter": "0,1,2,3",
349752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
349852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
349952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
350052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3501*18054d02SAlexander Motin        "MSRValue": "0x110000010",
350292b14858SMatt Macy        "Offcore": "1",
350392b14858SMatt Macy        "SampleAfterValue": "100003",
350492b14858SMatt Macy        "UMask": "0x1"
350592b14858SMatt Macy    },
350692b14858SMatt Macy    {
350792b14858SMatt Macy        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
350892b14858SMatt Macy        "Counter": "0,1,2,3",
350992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
351092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
351192b14858SMatt Macy        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
351292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3513*18054d02SAlexander Motin        "MSRValue": "0x210000010",
351492b14858SMatt Macy        "Offcore": "1",
351592b14858SMatt Macy        "SampleAfterValue": "100003",
351692b14858SMatt Macy        "UMask": "0x1"
351792b14858SMatt Macy    },
351892b14858SMatt Macy    {
351952d973f5SAlexander Motin        "BriefDescription": "Counts prefetch (that bring data to L2) data reads",
352092b14858SMatt Macy        "Counter": "0,1,2,3",
352192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
352292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
352352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
352492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3525*18054d02SAlexander Motin        "MSRValue": "0x90000010",
352692b14858SMatt Macy        "Offcore": "1",
352792b14858SMatt Macy        "SampleAfterValue": "100003",
352892b14858SMatt Macy        "UMask": "0x1"
352992b14858SMatt Macy    },
353092b14858SMatt Macy    {
353152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.ANY_SNOOP OCR.PF_L2_RFO.L3_MISS.ANY_SNOOP",
353292b14858SMatt Macy        "Counter": "0,1,2,3",
353392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
353492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
353552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.ANY_SNOOP",
353692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
353752d973f5SAlexander Motin        "MSRValue": "0x3FBC000020",
353892b14858SMatt Macy        "Offcore": "1",
353992b14858SMatt Macy        "SampleAfterValue": "100003",
354092b14858SMatt Macy        "UMask": "0x1"
354192b14858SMatt Macy    },
354292b14858SMatt Macy    {
354352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.HITM_OTHER_CORE OCR.PF_L2_RFO.L3_MISS.HITM_OTHER_CORE",
354492b14858SMatt Macy        "Counter": "0,1,2,3",
354592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
354692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
354752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.HITM_OTHER_CORE",
354892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
354952d973f5SAlexander Motin        "MSRValue": "0x103C000020",
355092b14858SMatt Macy        "Offcore": "1",
355192b14858SMatt Macy        "SampleAfterValue": "100003",
355292b14858SMatt Macy        "UMask": "0x1"
355392b14858SMatt Macy    },
355492b14858SMatt Macy    {
355552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
355692b14858SMatt Macy        "Counter": "0,1,2,3",
355792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
355892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
355952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
356092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3561*18054d02SAlexander Motin        "MSRValue": "0x83C000020",
356292b14858SMatt Macy        "Offcore": "1",
356392b14858SMatt Macy        "SampleAfterValue": "100003",
356492b14858SMatt Macy        "UMask": "0x1"
356592b14858SMatt Macy    },
356692b14858SMatt Macy    {
356752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
356892b14858SMatt Macy        "Counter": "0,1,2,3",
356992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
357092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
357152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
357292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3573*18054d02SAlexander Motin        "MSRValue": "0x43C000020",
357492b14858SMatt Macy        "Offcore": "1",
357592b14858SMatt Macy        "SampleAfterValue": "100003",
357692b14858SMatt Macy        "UMask": "0x1"
357792b14858SMatt Macy    },
357892b14858SMatt Macy    {
357952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.PF_L2_RFO.L3_MISS.NO_SNOOP_NEEDED",
358092b14858SMatt Macy        "Counter": "0,1,2,3",
358192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
358292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
358352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.NO_SNOOP_NEEDED",
358492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3585*18054d02SAlexander Motin        "MSRValue": "0x13C000020",
358692b14858SMatt Macy        "Offcore": "1",
358792b14858SMatt Macy        "SampleAfterValue": "100003",
358892b14858SMatt Macy        "UMask": "0x1"
358992b14858SMatt Macy    },
359092b14858SMatt Macy    {
359152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.REMOTE_HITM",
359292b14858SMatt Macy        "Counter": "0,1,2,3",
359392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
359492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
359552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.REMOTE_HITM",
359692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
359752d973f5SAlexander Motin        "MSRValue": "0x103FC00020",
359892b14858SMatt Macy        "Offcore": "1",
359992b14858SMatt Macy        "SampleAfterValue": "100003",
360092b14858SMatt Macy        "UMask": "0x1"
360192b14858SMatt Macy    },
360292b14858SMatt Macy    {
360352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.REMOTE_HIT_FORWARD",
360492b14858SMatt Macy        "Counter": "0,1,2,3",
360592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
360692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
360792b14858SMatt Macy        "EventName": "OCR.PF_L2_RFO.L3_MISS.REMOTE_HIT_FORWARD",
360892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3609*18054d02SAlexander Motin        "MSRValue": "0x83FC00020",
361092b14858SMatt Macy        "Offcore": "1",
361192b14858SMatt Macy        "SampleAfterValue": "100003",
361292b14858SMatt Macy        "UMask": "0x1"
361392b14858SMatt Macy    },
361492b14858SMatt Macy    {
361552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.SNOOP_MISS",
361692b14858SMatt Macy        "Counter": "0,1,2,3",
361792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
361892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
361952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.SNOOP_MISS",
362092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3621*18054d02SAlexander Motin        "MSRValue": "0x23C000020",
362292b14858SMatt Macy        "Offcore": "1",
362392b14858SMatt Macy        "SampleAfterValue": "100003",
362492b14858SMatt Macy        "UMask": "0x1"
362592b14858SMatt Macy    },
362692b14858SMatt Macy    {
362752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS.SNOOP_NONE",
362892b14858SMatt Macy        "Counter": "0,1,2,3",
362992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
363092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
363152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS.SNOOP_NONE",
363292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3633*18054d02SAlexander Motin        "MSRValue": "0xBC000020",
363492b14858SMatt Macy        "Offcore": "1",
363592b14858SMatt Macy        "SampleAfterValue": "100003",
363692b14858SMatt Macy        "UMask": "0x1"
363792b14858SMatt Macy    },
363892b14858SMatt Macy    {
363952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
364092b14858SMatt Macy        "Counter": "0,1,2,3",
364192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
364292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
364352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
364492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
364552d973f5SAlexander Motin        "MSRValue": "0x3F84000020",
364692b14858SMatt Macy        "Offcore": "1",
364792b14858SMatt Macy        "SampleAfterValue": "100003",
364892b14858SMatt Macy        "UMask": "0x1"
364992b14858SMatt Macy    },
365092b14858SMatt Macy    {
365152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
365292b14858SMatt Macy        "Counter": "0,1,2,3",
365392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
365492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
365552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
365692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
365752d973f5SAlexander Motin        "MSRValue": "0x1004000020",
365892b14858SMatt Macy        "Offcore": "1",
365992b14858SMatt Macy        "SampleAfterValue": "100003",
366092b14858SMatt Macy        "UMask": "0x1"
366192b14858SMatt Macy    },
366292b14858SMatt Macy    {
366352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
366492b14858SMatt Macy        "Counter": "0,1,2,3",
366592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
366692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
366752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
366892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3669*18054d02SAlexander Motin        "MSRValue": "0x804000020",
367092b14858SMatt Macy        "Offcore": "1",
367192b14858SMatt Macy        "SampleAfterValue": "100003",
367292b14858SMatt Macy        "UMask": "0x1"
367392b14858SMatt Macy    },
367492b14858SMatt Macy    {
367552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
367692b14858SMatt Macy        "Counter": "0,1,2,3",
367792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
367892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
367952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
368052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3681*18054d02SAlexander Motin        "MSRValue": "0x404000020",
368252d973f5SAlexander Motin        "Offcore": "1",
368352d973f5SAlexander Motin        "SampleAfterValue": "100003",
368452d973f5SAlexander Motin        "UMask": "0x1"
368552d973f5SAlexander Motin    },
368652d973f5SAlexander Motin    {
368752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
368852d973f5SAlexander Motin        "Counter": "0,1,2,3",
368952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
369052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
369152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
369252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3693*18054d02SAlexander Motin        "MSRValue": "0x104000020",
369452d973f5SAlexander Motin        "Offcore": "1",
369552d973f5SAlexander Motin        "SampleAfterValue": "100003",
369652d973f5SAlexander Motin        "UMask": "0x1"
369752d973f5SAlexander Motin    },
369852d973f5SAlexander Motin    {
369952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
370052d973f5SAlexander Motin        "Counter": "0,1,2,3",
370152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
370252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
370352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
370452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3705*18054d02SAlexander Motin        "MSRValue": "0x204000020",
370652d973f5SAlexander Motin        "Offcore": "1",
370752d973f5SAlexander Motin        "SampleAfterValue": "100003",
370852d973f5SAlexander Motin        "UMask": "0x1"
370952d973f5SAlexander Motin    },
371052d973f5SAlexander Motin    {
371152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
371252d973f5SAlexander Motin        "Counter": "0,1,2,3",
371352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
371452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
371552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
371652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3717*18054d02SAlexander Motin        "MSRValue": "0x604000020",
371852d973f5SAlexander Motin        "Offcore": "1",
371952d973f5SAlexander Motin        "SampleAfterValue": "100003",
372052d973f5SAlexander Motin        "UMask": "0x1"
372152d973f5SAlexander Motin    },
372252d973f5SAlexander Motin    {
372352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
372452d973f5SAlexander Motin        "Counter": "0,1,2,3",
372552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
372652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
372752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
372852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3729*18054d02SAlexander Motin        "MSRValue": "0x84000020",
373052d973f5SAlexander Motin        "Offcore": "1",
373152d973f5SAlexander Motin        "SampleAfterValue": "100003",
373252d973f5SAlexander Motin        "UMask": "0x1"
373352d973f5SAlexander Motin    },
373452d973f5SAlexander Motin    {
373552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs OCR.PF_L2_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
373652d973f5SAlexander Motin        "Counter": "0,1,2,3",
373752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
373852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
373952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
374052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3741*18054d02SAlexander Motin        "MSRValue": "0x63B800020",
374252d973f5SAlexander Motin        "Offcore": "1",
374352d973f5SAlexander Motin        "SampleAfterValue": "100003",
374452d973f5SAlexander Motin        "UMask": "0x1"
374552d973f5SAlexander Motin    },
374652d973f5SAlexander Motin    {
374752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
374852d973f5SAlexander Motin        "Counter": "0,1,2,3",
374952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
375052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
375152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
375252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
375352d973f5SAlexander Motin        "MSRValue": "0x3F90000020",
375452d973f5SAlexander Motin        "Offcore": "1",
375552d973f5SAlexander Motin        "SampleAfterValue": "100003",
375652d973f5SAlexander Motin        "UMask": "0x1"
375752d973f5SAlexander Motin    },
375852d973f5SAlexander Motin    {
375952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
376052d973f5SAlexander Motin        "Counter": "0,1,2,3",
376152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
376252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
376352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
376452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
376552d973f5SAlexander Motin        "MSRValue": "0x1010000020",
376652d973f5SAlexander Motin        "Offcore": "1",
376752d973f5SAlexander Motin        "SampleAfterValue": "100003",
376852d973f5SAlexander Motin        "UMask": "0x1"
376952d973f5SAlexander Motin    },
377052d973f5SAlexander Motin    {
377152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
377252d973f5SAlexander Motin        "Counter": "0,1,2,3",
377352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
377452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
377552d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
377652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3777*18054d02SAlexander Motin        "MSRValue": "0x810000020",
377852d973f5SAlexander Motin        "Offcore": "1",
377952d973f5SAlexander Motin        "SampleAfterValue": "100003",
378052d973f5SAlexander Motin        "UMask": "0x1"
378152d973f5SAlexander Motin    },
378252d973f5SAlexander Motin    {
378352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
378452d973f5SAlexander Motin        "Counter": "0,1,2,3",
378552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
378652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
378752d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
378852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3789*18054d02SAlexander Motin        "MSRValue": "0x410000020",
379052d973f5SAlexander Motin        "Offcore": "1",
379152d973f5SAlexander Motin        "SampleAfterValue": "100003",
379252d973f5SAlexander Motin        "UMask": "0x1"
379352d973f5SAlexander Motin    },
379452d973f5SAlexander Motin    {
379552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs  OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
379652d973f5SAlexander Motin        "Counter": "0,1,2,3",
379752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
379852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
379952d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
380052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3801*18054d02SAlexander Motin        "MSRValue": "0x110000020",
380252d973f5SAlexander Motin        "Offcore": "1",
380352d973f5SAlexander Motin        "SampleAfterValue": "100003",
380452d973f5SAlexander Motin        "UMask": "0x1"
380552d973f5SAlexander Motin    },
380652d973f5SAlexander Motin    {
380752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
380852d973f5SAlexander Motin        "Counter": "0,1,2,3",
380952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
381052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
381152d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
381252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3813*18054d02SAlexander Motin        "MSRValue": "0x210000020",
381452d973f5SAlexander Motin        "Offcore": "1",
381552d973f5SAlexander Motin        "SampleAfterValue": "100003",
381652d973f5SAlexander Motin        "UMask": "0x1"
381752d973f5SAlexander Motin    },
381852d973f5SAlexander Motin    {
381952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs",
382052d973f5SAlexander Motin        "Counter": "0,1,2,3",
382152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
382252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
382352d973f5SAlexander Motin        "EventName": "OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
382452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3825*18054d02SAlexander Motin        "MSRValue": "0x90000020",
382652d973f5SAlexander Motin        "Offcore": "1",
382752d973f5SAlexander Motin        "SampleAfterValue": "100003",
382852d973f5SAlexander Motin        "UMask": "0x1"
382952d973f5SAlexander Motin    },
383052d973f5SAlexander Motin    {
383152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.ANY_SNOOP OCR.PF_L3_DATA_RD.L3_MISS.ANY_SNOOP",
383252d973f5SAlexander Motin        "Counter": "0,1,2,3",
383352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
383452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
383552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.ANY_SNOOP",
383652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
383752d973f5SAlexander Motin        "MSRValue": "0x3FBC000080",
383852d973f5SAlexander Motin        "Offcore": "1",
383952d973f5SAlexander Motin        "SampleAfterValue": "100003",
384052d973f5SAlexander Motin        "UMask": "0x1"
384152d973f5SAlexander Motin    },
384252d973f5SAlexander Motin    {
384352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.HITM_OTHER_CORE OCR.PF_L3_DATA_RD.L3_MISS.HITM_OTHER_CORE",
384452d973f5SAlexander Motin        "Counter": "0,1,2,3",
384552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
384652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
384752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.HITM_OTHER_CORE",
384852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
384952d973f5SAlexander Motin        "MSRValue": "0x103C000080",
385052d973f5SAlexander Motin        "Offcore": "1",
385152d973f5SAlexander Motin        "SampleAfterValue": "100003",
385252d973f5SAlexander Motin        "UMask": "0x1"
385352d973f5SAlexander Motin    },
385452d973f5SAlexander Motin    {
385552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
385652d973f5SAlexander Motin        "Counter": "0,1,2,3",
385752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
385852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
385952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
386052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3861*18054d02SAlexander Motin        "MSRValue": "0x83C000080",
386252d973f5SAlexander Motin        "Offcore": "1",
386352d973f5SAlexander Motin        "SampleAfterValue": "100003",
386452d973f5SAlexander Motin        "UMask": "0x1"
386552d973f5SAlexander Motin    },
386652d973f5SAlexander Motin    {
386752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
386852d973f5SAlexander Motin        "Counter": "0,1,2,3",
386952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
387052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
387152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
387252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3873*18054d02SAlexander Motin        "MSRValue": "0x43C000080",
387452d973f5SAlexander Motin        "Offcore": "1",
387552d973f5SAlexander Motin        "SampleAfterValue": "100003",
387652d973f5SAlexander Motin        "UMask": "0x1"
387752d973f5SAlexander Motin    },
387852d973f5SAlexander Motin    {
387952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.NO_SNOOP_NEEDED OCR.PF_L3_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
388052d973f5SAlexander Motin        "Counter": "0,1,2,3",
388152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
388252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
388352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
388452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3885*18054d02SAlexander Motin        "MSRValue": "0x13C000080",
388652d973f5SAlexander Motin        "Offcore": "1",
388752d973f5SAlexander Motin        "SampleAfterValue": "100003",
388852d973f5SAlexander Motin        "UMask": "0x1"
388952d973f5SAlexander Motin    },
389052d973f5SAlexander Motin    {
389152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HITM",
389252d973f5SAlexander Motin        "Counter": "0,1,2,3",
389352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
389452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
389552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HITM",
389652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
389752d973f5SAlexander Motin        "MSRValue": "0x103FC00080",
389852d973f5SAlexander Motin        "Offcore": "1",
389952d973f5SAlexander Motin        "SampleAfterValue": "100003",
390052d973f5SAlexander Motin        "UMask": "0x1"
390152d973f5SAlexander Motin    },
390252d973f5SAlexander Motin    {
390352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
390452d973f5SAlexander Motin        "Counter": "0,1,2,3",
390552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
390652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
390752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
390852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3909*18054d02SAlexander Motin        "MSRValue": "0x83FC00080",
391052d973f5SAlexander Motin        "Offcore": "1",
391152d973f5SAlexander Motin        "SampleAfterValue": "100003",
391252d973f5SAlexander Motin        "UMask": "0x1"
391352d973f5SAlexander Motin    },
391452d973f5SAlexander Motin    {
391552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_MISS",
391652d973f5SAlexander Motin        "Counter": "0,1,2,3",
391752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
391852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
391952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_MISS",
392052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3921*18054d02SAlexander Motin        "MSRValue": "0x23C000080",
392252d973f5SAlexander Motin        "Offcore": "1",
392352d973f5SAlexander Motin        "SampleAfterValue": "100003",
392452d973f5SAlexander Motin        "UMask": "0x1"
392552d973f5SAlexander Motin    },
392652d973f5SAlexander Motin    {
392752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_NONE",
392852d973f5SAlexander Motin        "Counter": "0,1,2,3",
392952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
393052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
393152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_NONE",
393252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
3933*18054d02SAlexander Motin        "MSRValue": "0xBC000080",
393452d973f5SAlexander Motin        "Offcore": "1",
393552d973f5SAlexander Motin        "SampleAfterValue": "100003",
393652d973f5SAlexander Motin        "UMask": "0x1"
393752d973f5SAlexander Motin    },
393852d973f5SAlexander Motin    {
393952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
394052d973f5SAlexander Motin        "Counter": "0,1,2,3",
394152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
394252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
394352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
394452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
394552d973f5SAlexander Motin        "MSRValue": "0x3F84000080",
394652d973f5SAlexander Motin        "Offcore": "1",
394752d973f5SAlexander Motin        "SampleAfterValue": "100003",
394852d973f5SAlexander Motin        "UMask": "0x1"
394952d973f5SAlexander Motin    },
395052d973f5SAlexander Motin    {
395152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
395252d973f5SAlexander Motin        "Counter": "0,1,2,3",
395352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
395452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
395552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
395692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
395792b14858SMatt Macy        "MSRValue": "0x1004000080",
395892b14858SMatt Macy        "Offcore": "1",
395992b14858SMatt Macy        "SampleAfterValue": "100003",
396092b14858SMatt Macy        "UMask": "0x1"
396192b14858SMatt Macy    },
396292b14858SMatt Macy    {
396352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
396492b14858SMatt Macy        "Counter": "0,1,2,3",
396592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
396692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
396752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
396892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3969*18054d02SAlexander Motin        "MSRValue": "0x804000080",
397092b14858SMatt Macy        "Offcore": "1",
397192b14858SMatt Macy        "SampleAfterValue": "100003",
397292b14858SMatt Macy        "UMask": "0x1"
397392b14858SMatt Macy    },
397492b14858SMatt Macy    {
397552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
397692b14858SMatt Macy        "Counter": "0,1,2,3",
397792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
397892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
397952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
398092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3981*18054d02SAlexander Motin        "MSRValue": "0x404000080",
398292b14858SMatt Macy        "Offcore": "1",
398392b14858SMatt Macy        "SampleAfterValue": "100003",
398492b14858SMatt Macy        "UMask": "0x1"
398592b14858SMatt Macy    },
398692b14858SMatt Macy    {
398752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
398892b14858SMatt Macy        "Counter": "0,1,2,3",
398992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
399092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
399152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
399292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
3993*18054d02SAlexander Motin        "MSRValue": "0x104000080",
399492b14858SMatt Macy        "Offcore": "1",
399592b14858SMatt Macy        "SampleAfterValue": "100003",
399692b14858SMatt Macy        "UMask": "0x1"
399792b14858SMatt Macy    },
399892b14858SMatt Macy    {
399952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
400092b14858SMatt Macy        "Counter": "0,1,2,3",
400192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
400292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
400352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
400492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4005*18054d02SAlexander Motin        "MSRValue": "0x204000080",
400692b14858SMatt Macy        "Offcore": "1",
400792b14858SMatt Macy        "SampleAfterValue": "100003",
400892b14858SMatt Macy        "UMask": "0x1"
400992b14858SMatt Macy    },
401092b14858SMatt Macy    {
401152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
401292b14858SMatt Macy        "Counter": "0,1,2,3",
401392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
401492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
401552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
401692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4017*18054d02SAlexander Motin        "MSRValue": "0x604000080",
401892b14858SMatt Macy        "Offcore": "1",
401992b14858SMatt Macy        "SampleAfterValue": "100003",
402092b14858SMatt Macy        "UMask": "0x1"
402192b14858SMatt Macy    },
402292b14858SMatt Macy    {
402352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
402452d973f5SAlexander Motin        "Counter": "0,1,2,3",
402552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
402652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
402752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
402852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4029*18054d02SAlexander Motin        "MSRValue": "0x84000080",
403052d973f5SAlexander Motin        "Offcore": "1",
403152d973f5SAlexander Motin        "SampleAfterValue": "100003",
403252d973f5SAlexander Motin        "UMask": "0x1"
403352d973f5SAlexander Motin    },
403452d973f5SAlexander Motin    {
403552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
403652d973f5SAlexander Motin        "Counter": "0,1,2,3",
403752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
403852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
403952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
404052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4041*18054d02SAlexander Motin        "MSRValue": "0x63B800080",
404252d973f5SAlexander Motin        "Offcore": "1",
404352d973f5SAlexander Motin        "SampleAfterValue": "100003",
404452d973f5SAlexander Motin        "UMask": "0x1"
404552d973f5SAlexander Motin    },
404652d973f5SAlexander Motin    {
404752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
404852d973f5SAlexander Motin        "Counter": "0,1,2,3",
404952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
405052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
405152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
405252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
405352d973f5SAlexander Motin        "MSRValue": "0x3F90000080",
405452d973f5SAlexander Motin        "Offcore": "1",
405552d973f5SAlexander Motin        "SampleAfterValue": "100003",
405652d973f5SAlexander Motin        "UMask": "0x1"
405752d973f5SAlexander Motin    },
405852d973f5SAlexander Motin    {
405952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
406052d973f5SAlexander Motin        "Counter": "0,1,2,3",
406152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
406252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
406352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
406452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
406552d973f5SAlexander Motin        "MSRValue": "0x1010000080",
406652d973f5SAlexander Motin        "Offcore": "1",
406752d973f5SAlexander Motin        "SampleAfterValue": "100003",
406852d973f5SAlexander Motin        "UMask": "0x1"
406952d973f5SAlexander Motin    },
407052d973f5SAlexander Motin    {
407152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
407252d973f5SAlexander Motin        "Counter": "0,1,2,3",
407352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
407452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
407552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
407652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4077*18054d02SAlexander Motin        "MSRValue": "0x810000080",
407852d973f5SAlexander Motin        "Offcore": "1",
407952d973f5SAlexander Motin        "SampleAfterValue": "100003",
408052d973f5SAlexander Motin        "UMask": "0x1"
408152d973f5SAlexander Motin    },
408252d973f5SAlexander Motin    {
408352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
408452d973f5SAlexander Motin        "Counter": "0,1,2,3",
408552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
408652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
408752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
408852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4089*18054d02SAlexander Motin        "MSRValue": "0x410000080",
409052d973f5SAlexander Motin        "Offcore": "1",
409152d973f5SAlexander Motin        "SampleAfterValue": "100003",
409252d973f5SAlexander Motin        "UMask": "0x1"
409352d973f5SAlexander Motin    },
409452d973f5SAlexander Motin    {
409552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads  OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
409652d973f5SAlexander Motin        "Counter": "0,1,2,3",
409752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
409852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
409952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
410052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4101*18054d02SAlexander Motin        "MSRValue": "0x110000080",
410252d973f5SAlexander Motin        "Offcore": "1",
410352d973f5SAlexander Motin        "SampleAfterValue": "100003",
410452d973f5SAlexander Motin        "UMask": "0x1"
410552d973f5SAlexander Motin    },
410652d973f5SAlexander Motin    {
410752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
410852d973f5SAlexander Motin        "Counter": "0,1,2,3",
410952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
411052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
411152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
411252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4113*18054d02SAlexander Motin        "MSRValue": "0x210000080",
411452d973f5SAlexander Motin        "Offcore": "1",
411552d973f5SAlexander Motin        "SampleAfterValue": "100003",
411652d973f5SAlexander Motin        "UMask": "0x1"
411752d973f5SAlexander Motin    },
411852d973f5SAlexander Motin    {
411952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads",
412052d973f5SAlexander Motin        "Counter": "0,1,2,3",
412152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
412252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
412352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
412452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4125*18054d02SAlexander Motin        "MSRValue": "0x90000080",
412652d973f5SAlexander Motin        "Offcore": "1",
412752d973f5SAlexander Motin        "SampleAfterValue": "100003",
412852d973f5SAlexander Motin        "UMask": "0x1"
412952d973f5SAlexander Motin    },
413052d973f5SAlexander Motin    {
413152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.ANY_SNOOP OCR.PF_L3_RFO.L3_MISS.ANY_SNOOP",
413252d973f5SAlexander Motin        "Counter": "0,1,2,3",
413352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
413452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
413552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.ANY_SNOOP",
413652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
413752d973f5SAlexander Motin        "MSRValue": "0x3FBC000100",
413852d973f5SAlexander Motin        "Offcore": "1",
413952d973f5SAlexander Motin        "SampleAfterValue": "100003",
414052d973f5SAlexander Motin        "UMask": "0x1"
414152d973f5SAlexander Motin    },
414252d973f5SAlexander Motin    {
414352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.HITM_OTHER_CORE OCR.PF_L3_RFO.L3_MISS.HITM_OTHER_CORE",
414452d973f5SAlexander Motin        "Counter": "0,1,2,3",
414552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
414652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
414752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.HITM_OTHER_CORE",
414852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
414952d973f5SAlexander Motin        "MSRValue": "0x103C000100",
415052d973f5SAlexander Motin        "Offcore": "1",
415152d973f5SAlexander Motin        "SampleAfterValue": "100003",
415252d973f5SAlexander Motin        "UMask": "0x1"
415352d973f5SAlexander Motin    },
415452d973f5SAlexander Motin    {
415552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_FWD OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
415652d973f5SAlexander Motin        "Counter": "0,1,2,3",
415752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
415852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
415952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
416052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4161*18054d02SAlexander Motin        "MSRValue": "0x83C000100",
416252d973f5SAlexander Motin        "Offcore": "1",
416352d973f5SAlexander Motin        "SampleAfterValue": "100003",
416452d973f5SAlexander Motin        "UMask": "0x1"
416552d973f5SAlexander Motin    },
416652d973f5SAlexander Motin    {
416752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
416852d973f5SAlexander Motin        "Counter": "0,1,2,3",
416952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
417052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
417152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
417252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4173*18054d02SAlexander Motin        "MSRValue": "0x43C000100",
417452d973f5SAlexander Motin        "Offcore": "1",
417552d973f5SAlexander Motin        "SampleAfterValue": "100003",
417652d973f5SAlexander Motin        "UMask": "0x1"
417752d973f5SAlexander Motin    },
417852d973f5SAlexander Motin    {
417952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.NO_SNOOP_NEEDED OCR.PF_L3_RFO.L3_MISS.NO_SNOOP_NEEDED",
418052d973f5SAlexander Motin        "Counter": "0,1,2,3",
418152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
418252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
418352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.NO_SNOOP_NEEDED",
418452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4185*18054d02SAlexander Motin        "MSRValue": "0x13C000100",
418652d973f5SAlexander Motin        "Offcore": "1",
418752d973f5SAlexander Motin        "SampleAfterValue": "100003",
418852d973f5SAlexander Motin        "UMask": "0x1"
418952d973f5SAlexander Motin    },
419052d973f5SAlexander Motin    {
419152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.REMOTE_HITM",
419252d973f5SAlexander Motin        "Counter": "0,1,2,3",
419352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
419452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
419552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.REMOTE_HITM",
419652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
419752d973f5SAlexander Motin        "MSRValue": "0x103FC00100",
419852d973f5SAlexander Motin        "Offcore": "1",
419952d973f5SAlexander Motin        "SampleAfterValue": "100003",
420052d973f5SAlexander Motin        "UMask": "0x1"
420152d973f5SAlexander Motin    },
420252d973f5SAlexander Motin    {
420352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.REMOTE_HIT_FORWARD",
420452d973f5SAlexander Motin        "Counter": "0,1,2,3",
420552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
420652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
420752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.REMOTE_HIT_FORWARD",
420852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4209*18054d02SAlexander Motin        "MSRValue": "0x83FC00100",
421052d973f5SAlexander Motin        "Offcore": "1",
421152d973f5SAlexander Motin        "SampleAfterValue": "100003",
421252d973f5SAlexander Motin        "UMask": "0x1"
421352d973f5SAlexander Motin    },
421452d973f5SAlexander Motin    {
421552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.SNOOP_MISS",
421652d973f5SAlexander Motin        "Counter": "0,1,2,3",
421752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
421852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
421952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.SNOOP_MISS",
422052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4221*18054d02SAlexander Motin        "MSRValue": "0x23C000100",
422252d973f5SAlexander Motin        "Offcore": "1",
422352d973f5SAlexander Motin        "SampleAfterValue": "100003",
422452d973f5SAlexander Motin        "UMask": "0x1"
422552d973f5SAlexander Motin    },
422652d973f5SAlexander Motin    {
422752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS.SNOOP_NONE",
422852d973f5SAlexander Motin        "Counter": "0,1,2,3",
422952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
423052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
423152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS.SNOOP_NONE",
423252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4233*18054d02SAlexander Motin        "MSRValue": "0xBC000100",
423452d973f5SAlexander Motin        "Offcore": "1",
423552d973f5SAlexander Motin        "SampleAfterValue": "100003",
423652d973f5SAlexander Motin        "UMask": "0x1"
423752d973f5SAlexander Motin    },
423852d973f5SAlexander Motin    {
423952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
424052d973f5SAlexander Motin        "Counter": "0,1,2,3",
424152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
424252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
424352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
424452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
424552d973f5SAlexander Motin        "MSRValue": "0x3F84000100",
424652d973f5SAlexander Motin        "Offcore": "1",
424752d973f5SAlexander Motin        "SampleAfterValue": "100003",
424852d973f5SAlexander Motin        "UMask": "0x1"
424952d973f5SAlexander Motin    },
425052d973f5SAlexander Motin    {
425152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
425252d973f5SAlexander Motin        "Counter": "0,1,2,3",
425352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
425452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
425552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
425652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
425752d973f5SAlexander Motin        "MSRValue": "0x1004000100",
425852d973f5SAlexander Motin        "Offcore": "1",
425952d973f5SAlexander Motin        "SampleAfterValue": "100003",
426052d973f5SAlexander Motin        "UMask": "0x1"
426152d973f5SAlexander Motin    },
426252d973f5SAlexander Motin    {
426352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
426452d973f5SAlexander Motin        "Counter": "0,1,2,3",
426552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
426652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
426752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
426852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4269*18054d02SAlexander Motin        "MSRValue": "0x804000100",
427052d973f5SAlexander Motin        "Offcore": "1",
427152d973f5SAlexander Motin        "SampleAfterValue": "100003",
427252d973f5SAlexander Motin        "UMask": "0x1"
427352d973f5SAlexander Motin    },
427452d973f5SAlexander Motin    {
427552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
427652d973f5SAlexander Motin        "Counter": "0,1,2,3",
427752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
427852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
427952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
428052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4281*18054d02SAlexander Motin        "MSRValue": "0x404000100",
428252d973f5SAlexander Motin        "Offcore": "1",
428352d973f5SAlexander Motin        "SampleAfterValue": "100003",
428452d973f5SAlexander Motin        "UMask": "0x1"
428552d973f5SAlexander Motin    },
428652d973f5SAlexander Motin    {
428752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
428852d973f5SAlexander Motin        "Counter": "0,1,2,3",
428952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
429052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
429152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
429252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4293*18054d02SAlexander Motin        "MSRValue": "0x104000100",
429452d973f5SAlexander Motin        "Offcore": "1",
429552d973f5SAlexander Motin        "SampleAfterValue": "100003",
429652d973f5SAlexander Motin        "UMask": "0x1"
429752d973f5SAlexander Motin    },
429852d973f5SAlexander Motin    {
429952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
430052d973f5SAlexander Motin        "Counter": "0,1,2,3",
430152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
430252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
430352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
430452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4305*18054d02SAlexander Motin        "MSRValue": "0x204000100",
430652d973f5SAlexander Motin        "Offcore": "1",
430752d973f5SAlexander Motin        "SampleAfterValue": "100003",
430852d973f5SAlexander Motin        "UMask": "0x1"
430952d973f5SAlexander Motin    },
431052d973f5SAlexander Motin    {
431152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
431252d973f5SAlexander Motin        "Counter": "0,1,2,3",
431352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
431452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
431552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
431652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4317*18054d02SAlexander Motin        "MSRValue": "0x604000100",
431852d973f5SAlexander Motin        "Offcore": "1",
431952d973f5SAlexander Motin        "SampleAfterValue": "100003",
432052d973f5SAlexander Motin        "UMask": "0x1"
432152d973f5SAlexander Motin    },
432252d973f5SAlexander Motin    {
432352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
432452d973f5SAlexander Motin        "Counter": "0,1,2,3",
432552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
432652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
432752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
432852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4329*18054d02SAlexander Motin        "MSRValue": "0x84000100",
433052d973f5SAlexander Motin        "Offcore": "1",
433152d973f5SAlexander Motin        "SampleAfterValue": "100003",
433252d973f5SAlexander Motin        "UMask": "0x1"
433352d973f5SAlexander Motin    },
433452d973f5SAlexander Motin    {
433552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs OCR.PF_L3_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
433692b14858SMatt Macy        "Counter": "0,1,2,3",
433792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
433892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
433992b14858SMatt Macy        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
434092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4341*18054d02SAlexander Motin        "MSRValue": "0x63B800100",
434292b14858SMatt Macy        "Offcore": "1",
434392b14858SMatt Macy        "SampleAfterValue": "100003",
434492b14858SMatt Macy        "UMask": "0x1"
434592b14858SMatt Macy    },
434692b14858SMatt Macy    {
434752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
434892b14858SMatt Macy        "Counter": "0,1,2,3",
434992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
435092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
435152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
435292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
435352d973f5SAlexander Motin        "MSRValue": "0x3F90000100",
435492b14858SMatt Macy        "Offcore": "1",
435592b14858SMatt Macy        "SampleAfterValue": "100003",
435692b14858SMatt Macy        "UMask": "0x1"
435792b14858SMatt Macy    },
435892b14858SMatt Macy    {
435952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
436092b14858SMatt Macy        "Counter": "0,1,2,3",
436192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
436292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
436352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
436492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
436552d973f5SAlexander Motin        "MSRValue": "0x1010000100",
436692b14858SMatt Macy        "Offcore": "1",
436792b14858SMatt Macy        "SampleAfterValue": "100003",
436892b14858SMatt Macy        "UMask": "0x1"
436992b14858SMatt Macy    },
437092b14858SMatt Macy    {
437152d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
437292b14858SMatt Macy        "Counter": "0,1,2,3",
437392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
437492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
437552d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
437692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4377*18054d02SAlexander Motin        "MSRValue": "0x810000100",
437892b14858SMatt Macy        "Offcore": "1",
437992b14858SMatt Macy        "SampleAfterValue": "100003",
438092b14858SMatt Macy        "UMask": "0x1"
438192b14858SMatt Macy    },
438292b14858SMatt Macy    {
438352d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
438492b14858SMatt Macy        "Counter": "0,1,2,3",
438592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
438692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
438752d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
438892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4389*18054d02SAlexander Motin        "MSRValue": "0x410000100",
439092b14858SMatt Macy        "Offcore": "1",
439192b14858SMatt Macy        "SampleAfterValue": "100003",
439292b14858SMatt Macy        "UMask": "0x1"
439392b14858SMatt Macy    },
439492b14858SMatt Macy    {
439552d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs  OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
439692b14858SMatt Macy        "Counter": "0,1,2,3",
439792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
439892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
439952d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
440092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4401*18054d02SAlexander Motin        "MSRValue": "0x110000100",
440292b14858SMatt Macy        "Offcore": "1",
440392b14858SMatt Macy        "SampleAfterValue": "100003",
440492b14858SMatt Macy        "UMask": "0x1"
440592b14858SMatt Macy    },
440692b14858SMatt Macy    {
440752d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
440892b14858SMatt Macy        "Counter": "0,1,2,3",
440992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
441092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
441152d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
441292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4413*18054d02SAlexander Motin        "MSRValue": "0x210000100",
441492b14858SMatt Macy        "Offcore": "1",
441592b14858SMatt Macy        "SampleAfterValue": "100003",
441692b14858SMatt Macy        "UMask": "0x1"
441792b14858SMatt Macy    },
441892b14858SMatt Macy    {
441952d973f5SAlexander Motin        "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs",
442092b14858SMatt Macy        "Counter": "0,1,2,3",
442192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
442292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
442352d973f5SAlexander Motin        "EventName": "OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
442492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4425*18054d02SAlexander Motin        "MSRValue": "0x90000100",
442692b14858SMatt Macy        "Offcore": "1",
442792b14858SMatt Macy        "SampleAfterValue": "100003",
442892b14858SMatt Macy        "UMask": "0x1"
442992b14858SMatt Macy    },
443092b14858SMatt Macy    {
443152d973f5SAlexander Motin        "BriefDescription": "Demand Data Read requests who miss L3 cache",
443292b14858SMatt Macy        "Counter": "0,1,2,3",
443392b14858SMatt Macy        "CounterHTOff": "0,1,2,3,4,5,6,7",
443452d973f5SAlexander Motin        "EventCode": "0xB0",
443552d973f5SAlexander Motin        "EventName": "OFFCORE_REQUESTS.L3_MISS_DEMAND_DATA_RD",
443652d973f5SAlexander Motin        "PublicDescription": "Demand Data Read requests who miss L3 cache.",
443752d973f5SAlexander Motin        "SampleAfterValue": "100003",
443852d973f5SAlexander Motin        "UMask": "0x10"
443952d973f5SAlexander Motin    },
444052d973f5SAlexander Motin    {
444152d973f5SAlexander Motin        "BriefDescription": "Cycles with at least 1 Demand Data Read requests who miss L3 cache in the superQ.",
444252d973f5SAlexander Motin        "Counter": "0,1,2,3",
444352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
444452d973f5SAlexander Motin        "CounterMask": "1",
444552d973f5SAlexander Motin        "EventCode": "0x60",
444652d973f5SAlexander Motin        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_L3_MISS_DEMAND_DATA_RD",
444792b14858SMatt Macy        "SampleAfterValue": "2000003",
444852d973f5SAlexander Motin        "UMask": "0x10"
444992b14858SMatt Macy    },
445092b14858SMatt Macy    {
445152d973f5SAlexander Motin        "BriefDescription": "Counts number of Offcore outstanding Demand Data Read requests that miss L3 cache in the superQ every cycle.",
445252d973f5SAlexander Motin        "Counter": "0,1,2,3",
445352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
445452d973f5SAlexander Motin        "EventCode": "0x60",
445552d973f5SAlexander Motin        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.L3_MISS_DEMAND_DATA_RD",
445652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
445752d973f5SAlexander Motin        "UMask": "0x10"
445852d973f5SAlexander Motin    },
445952d973f5SAlexander Motin    {
446052d973f5SAlexander Motin        "BriefDescription": "Cycles with at least 6 Demand Data Read requests that miss L3 cache in the superQ.",
446152d973f5SAlexander Motin        "Counter": "0,1,2,3",
446252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
446352d973f5SAlexander Motin        "CounterMask": "6",
446452d973f5SAlexander Motin        "EventCode": "0x60",
446552d973f5SAlexander Motin        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.L3_MISS_DEMAND_DATA_RD_GE_6",
446652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
446752d973f5SAlexander Motin        "UMask": "0x10"
446852d973f5SAlexander Motin    },
446952d973f5SAlexander Motin    {
447052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.ANY_SNOOP",
447192b14858SMatt Macy        "Counter": "0,1,2,3",
447292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
447392b14858SMatt Macy        "Deprecated": "1",
447492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
447552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.ANY_SNOOP",
447692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
447752d973f5SAlexander Motin        "MSRValue": "0x3FBC000491",
447892b14858SMatt Macy        "Offcore": "1",
447992b14858SMatt Macy        "SampleAfterValue": "100003",
448092b14858SMatt Macy        "UMask": "0x1"
448192b14858SMatt Macy    },
448292b14858SMatt Macy    {
448352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE",
448492b14858SMatt Macy        "Counter": "0,1,2,3",
448592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
448692b14858SMatt Macy        "Deprecated": "1",
448792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
448852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.HITM_OTHER_CORE",
448992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
449052d973f5SAlexander Motin        "MSRValue": "0x103C000491",
449192b14858SMatt Macy        "Offcore": "1",
449292b14858SMatt Macy        "SampleAfterValue": "100003",
449392b14858SMatt Macy        "UMask": "0x1"
449492b14858SMatt Macy    },
449592b14858SMatt Macy    {
449692b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
449792b14858SMatt Macy        "Counter": "0,1,2,3",
449892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
449992b14858SMatt Macy        "Deprecated": "1",
450092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
450192b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
450292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4503*18054d02SAlexander Motin        "MSRValue": "0x83C000491",
450492b14858SMatt Macy        "Offcore": "1",
450592b14858SMatt Macy        "SampleAfterValue": "100003",
450692b14858SMatt Macy        "UMask": "0x1"
450792b14858SMatt Macy    },
450892b14858SMatt Macy    {
450952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
451092b14858SMatt Macy        "Counter": "0,1,2,3",
451192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
451292b14858SMatt Macy        "Deprecated": "1",
451392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
451452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
451592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4516*18054d02SAlexander Motin        "MSRValue": "0x43C000491",
451792b14858SMatt Macy        "Offcore": "1",
451892b14858SMatt Macy        "SampleAfterValue": "100003",
451992b14858SMatt Macy        "UMask": "0x1"
452092b14858SMatt Macy    },
452192b14858SMatt Macy    {
452252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
452392b14858SMatt Macy        "Counter": "0,1,2,3",
452492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
452592b14858SMatt Macy        "Deprecated": "1",
452692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
452752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
452892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4529*18054d02SAlexander Motin        "MSRValue": "0x13C000491",
453092b14858SMatt Macy        "Offcore": "1",
453192b14858SMatt Macy        "SampleAfterValue": "100003",
453292b14858SMatt Macy        "UMask": "0x1"
453392b14858SMatt Macy    },
453492b14858SMatt Macy    {
453592b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.REMOTE_HITM",
453692b14858SMatt Macy        "Counter": "0,1,2,3",
453792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
453892b14858SMatt Macy        "Deprecated": "1",
453992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
454092b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.REMOTE_HITM",
454192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
454292b14858SMatt Macy        "MSRValue": "0x103FC00491",
454392b14858SMatt Macy        "Offcore": "1",
454492b14858SMatt Macy        "SampleAfterValue": "100003",
454592b14858SMatt Macy        "UMask": "0x1"
454692b14858SMatt Macy    },
454792b14858SMatt Macy    {
454852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
454992b14858SMatt Macy        "Counter": "0,1,2,3",
455092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
455192b14858SMatt Macy        "Deprecated": "1",
455292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
455352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
455492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4555*18054d02SAlexander Motin        "MSRValue": "0x83FC00491",
455692b14858SMatt Macy        "Offcore": "1",
455792b14858SMatt Macy        "SampleAfterValue": "100003",
455892b14858SMatt Macy        "UMask": "0x1"
455992b14858SMatt Macy    },
456092b14858SMatt Macy    {
456152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.SNOOP_MISS",
456292b14858SMatt Macy        "Counter": "0,1,2,3",
456392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
456492b14858SMatt Macy        "Deprecated": "1",
456592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
456652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.SNOOP_MISS",
456792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4568*18054d02SAlexander Motin        "MSRValue": "0x23C000491",
456992b14858SMatt Macy        "Offcore": "1",
457092b14858SMatt Macy        "SampleAfterValue": "100003",
457192b14858SMatt Macy        "UMask": "0x1"
457292b14858SMatt Macy    },
457392b14858SMatt Macy    {
457492b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS.SNOOP_NONE",
457592b14858SMatt Macy        "Counter": "0,1,2,3",
457692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
457792b14858SMatt Macy        "Deprecated": "1",
457892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
457992b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS.SNOOP_NONE",
458092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4581*18054d02SAlexander Motin        "MSRValue": "0xBC000491",
458292b14858SMatt Macy        "Offcore": "1",
458392b14858SMatt Macy        "SampleAfterValue": "100003",
458492b14858SMatt Macy        "UMask": "0x1"
458592b14858SMatt Macy    },
458692b14858SMatt Macy    {
458752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
458892b14858SMatt Macy        "Counter": "0,1,2,3",
458992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
459092b14858SMatt Macy        "Deprecated": "1",
459192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
459252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
459392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
459452d973f5SAlexander Motin        "MSRValue": "0x3F84000491",
459592b14858SMatt Macy        "Offcore": "1",
459692b14858SMatt Macy        "SampleAfterValue": "100003",
459792b14858SMatt Macy        "UMask": "0x1"
459892b14858SMatt Macy    },
459992b14858SMatt Macy    {
460052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
460192b14858SMatt Macy        "Counter": "0,1,2,3",
460292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
460392b14858SMatt Macy        "Deprecated": "1",
460492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
460552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
460692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
460752d973f5SAlexander Motin        "MSRValue": "0x1004000491",
460892b14858SMatt Macy        "Offcore": "1",
460992b14858SMatt Macy        "SampleAfterValue": "100003",
461092b14858SMatt Macy        "UMask": "0x1"
461192b14858SMatt Macy    },
461292b14858SMatt Macy    {
461352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
461492b14858SMatt Macy        "Counter": "0,1,2,3",
461592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
461692b14858SMatt Macy        "Deprecated": "1",
461792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
461852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
461992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4620*18054d02SAlexander Motin        "MSRValue": "0x804000491",
462192b14858SMatt Macy        "Offcore": "1",
462292b14858SMatt Macy        "SampleAfterValue": "100003",
462392b14858SMatt Macy        "UMask": "0x1"
462492b14858SMatt Macy    },
462592b14858SMatt Macy    {
462652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
462792b14858SMatt Macy        "Counter": "0,1,2,3",
462892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
462992b14858SMatt Macy        "Deprecated": "1",
463092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
463152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
463292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4633*18054d02SAlexander Motin        "MSRValue": "0x404000491",
463492b14858SMatt Macy        "Offcore": "1",
463592b14858SMatt Macy        "SampleAfterValue": "100003",
463692b14858SMatt Macy        "UMask": "0x1"
463792b14858SMatt Macy    },
463892b14858SMatt Macy    {
463952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
464092b14858SMatt Macy        "Counter": "0,1,2,3",
464192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
464292b14858SMatt Macy        "Deprecated": "1",
464392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
464452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
464592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4646*18054d02SAlexander Motin        "MSRValue": "0x104000491",
464792b14858SMatt Macy        "Offcore": "1",
464892b14858SMatt Macy        "SampleAfterValue": "100003",
464992b14858SMatt Macy        "UMask": "0x1"
465092b14858SMatt Macy    },
465192b14858SMatt Macy    {
465252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
465392b14858SMatt Macy        "Counter": "0,1,2,3",
465492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
465592b14858SMatt Macy        "Deprecated": "1",
465692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
465752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
465892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4659*18054d02SAlexander Motin        "MSRValue": "0x204000491",
466092b14858SMatt Macy        "Offcore": "1",
466192b14858SMatt Macy        "SampleAfterValue": "100003",
466292b14858SMatt Macy        "UMask": "0x1"
466392b14858SMatt Macy    },
466492b14858SMatt Macy    {
466552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
466692b14858SMatt Macy        "Counter": "0,1,2,3",
466792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
466892b14858SMatt Macy        "Deprecated": "1",
466992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
467052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
467192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4672*18054d02SAlexander Motin        "MSRValue": "0x604000491",
467392b14858SMatt Macy        "Offcore": "1",
467492b14858SMatt Macy        "SampleAfterValue": "100003",
467592b14858SMatt Macy        "UMask": "0x1"
467692b14858SMatt Macy    },
467792b14858SMatt Macy    {
467852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
467992b14858SMatt Macy        "Counter": "0,1,2,3",
468092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
468192b14858SMatt Macy        "Deprecated": "1",
468292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
468352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
468492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4685*18054d02SAlexander Motin        "MSRValue": "0x84000491",
468692b14858SMatt Macy        "Offcore": "1",
468792b14858SMatt Macy        "SampleAfterValue": "100003",
468892b14858SMatt Macy        "UMask": "0x1"
468992b14858SMatt Macy    },
469092b14858SMatt Macy    {
469152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
469292b14858SMatt Macy        "Counter": "0,1,2,3",
469392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
469492b14858SMatt Macy        "Deprecated": "1",
469592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
469652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
469792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4698*18054d02SAlexander Motin        "MSRValue": "0x63B800491",
469992b14858SMatt Macy        "Offcore": "1",
470092b14858SMatt Macy        "SampleAfterValue": "100003",
470192b14858SMatt Macy        "UMask": "0x1"
470292b14858SMatt Macy    },
470392b14858SMatt Macy    {
470452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
470592b14858SMatt Macy        "Counter": "0,1,2,3",
470692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
470792b14858SMatt Macy        "Deprecated": "1",
470892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
470952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
471092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
471192b14858SMatt Macy        "MSRValue": "0x3F90000491",
471292b14858SMatt Macy        "Offcore": "1",
471392b14858SMatt Macy        "SampleAfterValue": "100003",
471492b14858SMatt Macy        "UMask": "0x1"
471592b14858SMatt Macy    },
471692b14858SMatt Macy    {
471752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
471892b14858SMatt Macy        "Counter": "0,1,2,3",
471992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
472092b14858SMatt Macy        "Deprecated": "1",
472192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
472252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
472392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
472452d973f5SAlexander Motin        "MSRValue": "0x1010000491",
472592b14858SMatt Macy        "Offcore": "1",
472692b14858SMatt Macy        "SampleAfterValue": "100003",
472792b14858SMatt Macy        "UMask": "0x1"
472892b14858SMatt Macy    },
472992b14858SMatt Macy    {
473052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
473192b14858SMatt Macy        "Counter": "0,1,2,3",
473292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
473392b14858SMatt Macy        "Deprecated": "1",
473492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
473552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
473692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4737*18054d02SAlexander Motin        "MSRValue": "0x810000491",
473892b14858SMatt Macy        "Offcore": "1",
473992b14858SMatt Macy        "SampleAfterValue": "100003",
474092b14858SMatt Macy        "UMask": "0x1"
474192b14858SMatt Macy    },
474292b14858SMatt Macy    {
474352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
474492b14858SMatt Macy        "Counter": "0,1,2,3",
474592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
474692b14858SMatt Macy        "Deprecated": "1",
474792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
474852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
474992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4750*18054d02SAlexander Motin        "MSRValue": "0x410000491",
475192b14858SMatt Macy        "Offcore": "1",
475292b14858SMatt Macy        "SampleAfterValue": "100003",
475392b14858SMatt Macy        "UMask": "0x1"
475492b14858SMatt Macy    },
475592b14858SMatt Macy    {
475652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
475792b14858SMatt Macy        "Counter": "0,1,2,3",
475892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
475992b14858SMatt Macy        "Deprecated": "1",
476092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
476152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
476292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4763*18054d02SAlexander Motin        "MSRValue": "0x110000491",
476492b14858SMatt Macy        "Offcore": "1",
476592b14858SMatt Macy        "SampleAfterValue": "100003",
476692b14858SMatt Macy        "UMask": "0x1"
476792b14858SMatt Macy    },
476892b14858SMatt Macy    {
476952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
477092b14858SMatt Macy        "Counter": "0,1,2,3",
477192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
477292b14858SMatt Macy        "Deprecated": "1",
477392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
477452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
477592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4776*18054d02SAlexander Motin        "MSRValue": "0x210000491",
477792b14858SMatt Macy        "Offcore": "1",
477892b14858SMatt Macy        "SampleAfterValue": "100003",
477992b14858SMatt Macy        "UMask": "0x1"
478092b14858SMatt Macy    },
478192b14858SMatt Macy    {
478292b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
478392b14858SMatt Macy        "Counter": "0,1,2,3",
478492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
478592b14858SMatt Macy        "Deprecated": "1",
478692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
478792b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
478892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4789*18054d02SAlexander Motin        "MSRValue": "0x90000491",
479092b14858SMatt Macy        "Offcore": "1",
479192b14858SMatt Macy        "SampleAfterValue": "100003",
479292b14858SMatt Macy        "UMask": "0x1"
479392b14858SMatt Macy    },
479492b14858SMatt Macy    {
479552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP",
479692b14858SMatt Macy        "Counter": "0,1,2,3",
479792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
479892b14858SMatt Macy        "Deprecated": "1",
479992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
480052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.ANY_SNOOP",
480192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
480252d973f5SAlexander Motin        "MSRValue": "0x3FBC000490",
480392b14858SMatt Macy        "Offcore": "1",
480492b14858SMatt Macy        "SampleAfterValue": "100003",
480592b14858SMatt Macy        "UMask": "0x1"
480692b14858SMatt Macy    },
480792b14858SMatt Macy    {
480852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE",
480992b14858SMatt Macy        "Counter": "0,1,2,3",
481092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
481192b14858SMatt Macy        "Deprecated": "1",
481292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
481352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.HITM_OTHER_CORE",
481492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
481552d973f5SAlexander Motin        "MSRValue": "0x103C000490",
481692b14858SMatt Macy        "Offcore": "1",
481792b14858SMatt Macy        "SampleAfterValue": "100003",
481892b14858SMatt Macy        "UMask": "0x1"
481992b14858SMatt Macy    },
482092b14858SMatt Macy    {
482152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
482292b14858SMatt Macy        "Counter": "0,1,2,3",
482392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
482492b14858SMatt Macy        "Deprecated": "1",
482592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
482652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
482792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4828*18054d02SAlexander Motin        "MSRValue": "0x83C000490",
482992b14858SMatt Macy        "Offcore": "1",
483092b14858SMatt Macy        "SampleAfterValue": "100003",
483192b14858SMatt Macy        "UMask": "0x1"
483292b14858SMatt Macy    },
483392b14858SMatt Macy    {
483452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
483592b14858SMatt Macy        "Counter": "0,1,2,3",
483692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
483752d973f5SAlexander Motin        "Deprecated": "1",
483892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
483952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
484092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4841*18054d02SAlexander Motin        "MSRValue": "0x43C000490",
484252d973f5SAlexander Motin        "Offcore": "1",
484352d973f5SAlexander Motin        "SampleAfterValue": "100003",
484452d973f5SAlexander Motin        "UMask": "0x1"
484552d973f5SAlexander Motin    },
484652d973f5SAlexander Motin    {
484752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
484852d973f5SAlexander Motin        "Counter": "0,1,2,3",
484952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
485052d973f5SAlexander Motin        "Deprecated": "1",
485152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
485252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
485352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4854*18054d02SAlexander Motin        "MSRValue": "0x13C000490",
485552d973f5SAlexander Motin        "Offcore": "1",
485652d973f5SAlexander Motin        "SampleAfterValue": "100003",
485752d973f5SAlexander Motin        "UMask": "0x1"
485852d973f5SAlexander Motin    },
485952d973f5SAlexander Motin    {
486052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HITM",
486152d973f5SAlexander Motin        "Counter": "0,1,2,3",
486252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
486352d973f5SAlexander Motin        "Deprecated": "1",
486452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
486552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.REMOTE_HITM",
486652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
486752d973f5SAlexander Motin        "MSRValue": "0x103FC00490",
486852d973f5SAlexander Motin        "Offcore": "1",
486952d973f5SAlexander Motin        "SampleAfterValue": "100003",
487052d973f5SAlexander Motin        "UMask": "0x1"
487152d973f5SAlexander Motin    },
487252d973f5SAlexander Motin    {
487352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
487452d973f5SAlexander Motin        "Counter": "0,1,2,3",
487552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
487652d973f5SAlexander Motin        "Deprecated": "1",
487752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
487852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
487952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4880*18054d02SAlexander Motin        "MSRValue": "0x83FC00490",
488152d973f5SAlexander Motin        "Offcore": "1",
488252d973f5SAlexander Motin        "SampleAfterValue": "100003",
488352d973f5SAlexander Motin        "UMask": "0x1"
488452d973f5SAlexander Motin    },
488552d973f5SAlexander Motin    {
488652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_MISS",
488752d973f5SAlexander Motin        "Counter": "0,1,2,3",
488852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
488952d973f5SAlexander Motin        "Deprecated": "1",
489052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
489152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.SNOOP_MISS",
489252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
4893*18054d02SAlexander Motin        "MSRValue": "0x23C000490",
489492b14858SMatt Macy        "Offcore": "1",
489592b14858SMatt Macy        "SampleAfterValue": "100003",
489692b14858SMatt Macy        "UMask": "0x1"
489792b14858SMatt Macy    },
489892b14858SMatt Macy    {
489992b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS.SNOOP_NONE",
490092b14858SMatt Macy        "Counter": "0,1,2,3",
490192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
490292b14858SMatt Macy        "Deprecated": "1",
490392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
490492b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS.SNOOP_NONE",
490592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4906*18054d02SAlexander Motin        "MSRValue": "0xBC000490",
490792b14858SMatt Macy        "Offcore": "1",
490892b14858SMatt Macy        "SampleAfterValue": "100003",
490992b14858SMatt Macy        "UMask": "0x1"
491092b14858SMatt Macy    },
491192b14858SMatt Macy    {
491292b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
491392b14858SMatt Macy        "Counter": "0,1,2,3",
491492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
491592b14858SMatt Macy        "Deprecated": "1",
491692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
491792b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
491892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
491992b14858SMatt Macy        "MSRValue": "0x3F84000490",
492092b14858SMatt Macy        "Offcore": "1",
492192b14858SMatt Macy        "SampleAfterValue": "100003",
492292b14858SMatt Macy        "UMask": "0x1"
492392b14858SMatt Macy    },
492492b14858SMatt Macy    {
492552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
492692b14858SMatt Macy        "Counter": "0,1,2,3",
492792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
492892b14858SMatt Macy        "Deprecated": "1",
492992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
493052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
493192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
493252d973f5SAlexander Motin        "MSRValue": "0x1004000490",
493392b14858SMatt Macy        "Offcore": "1",
493492b14858SMatt Macy        "SampleAfterValue": "100003",
493592b14858SMatt Macy        "UMask": "0x1"
493692b14858SMatt Macy    },
493792b14858SMatt Macy    {
493852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
493992b14858SMatt Macy        "Counter": "0,1,2,3",
494092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
494192b14858SMatt Macy        "Deprecated": "1",
494292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
494352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
494492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4945*18054d02SAlexander Motin        "MSRValue": "0x804000490",
494692b14858SMatt Macy        "Offcore": "1",
494792b14858SMatt Macy        "SampleAfterValue": "100003",
494892b14858SMatt Macy        "UMask": "0x1"
494992b14858SMatt Macy    },
495092b14858SMatt Macy    {
495152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
495292b14858SMatt Macy        "Counter": "0,1,2,3",
495392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
495492b14858SMatt Macy        "Deprecated": "1",
495592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
495652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
495792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4958*18054d02SAlexander Motin        "MSRValue": "0x404000490",
495992b14858SMatt Macy        "Offcore": "1",
496092b14858SMatt Macy        "SampleAfterValue": "100003",
496192b14858SMatt Macy        "UMask": "0x1"
496292b14858SMatt Macy    },
496392b14858SMatt Macy    {
496452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
496592b14858SMatt Macy        "Counter": "0,1,2,3",
496692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
496792b14858SMatt Macy        "Deprecated": "1",
496892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
496952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
497092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4971*18054d02SAlexander Motin        "MSRValue": "0x104000490",
497292b14858SMatt Macy        "Offcore": "1",
497392b14858SMatt Macy        "SampleAfterValue": "100003",
497492b14858SMatt Macy        "UMask": "0x1"
497592b14858SMatt Macy    },
497692b14858SMatt Macy    {
497752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
497892b14858SMatt Macy        "Counter": "0,1,2,3",
497992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
498092b14858SMatt Macy        "Deprecated": "1",
498192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
498252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
498392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4984*18054d02SAlexander Motin        "MSRValue": "0x204000490",
498592b14858SMatt Macy        "Offcore": "1",
498692b14858SMatt Macy        "SampleAfterValue": "100003",
498792b14858SMatt Macy        "UMask": "0x1"
498892b14858SMatt Macy    },
498992b14858SMatt Macy    {
499052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
499192b14858SMatt Macy        "Counter": "0,1,2,3",
499292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
499352d973f5SAlexander Motin        "Deprecated": "1",
499492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
499552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
499692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
4997*18054d02SAlexander Motin        "MSRValue": "0x604000490",
499892b14858SMatt Macy        "Offcore": "1",
499992b14858SMatt Macy        "SampleAfterValue": "100003",
500092b14858SMatt Macy        "UMask": "0x1"
500192b14858SMatt Macy    },
500292b14858SMatt Macy    {
500352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
500492b14858SMatt Macy        "Counter": "0,1,2,3",
500592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
500652d973f5SAlexander Motin        "Deprecated": "1",
500792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
500852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
500992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5010*18054d02SAlexander Motin        "MSRValue": "0x84000490",
501192b14858SMatt Macy        "Offcore": "1",
501292b14858SMatt Macy        "SampleAfterValue": "100003",
501392b14858SMatt Macy        "UMask": "0x1"
501492b14858SMatt Macy    },
501592b14858SMatt Macy    {
501652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
501792b14858SMatt Macy        "Counter": "0,1,2,3",
501892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
501952d973f5SAlexander Motin        "Deprecated": "1",
502092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
502152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
502252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5023*18054d02SAlexander Motin        "MSRValue": "0x63B800490",
502452d973f5SAlexander Motin        "Offcore": "1",
502552d973f5SAlexander Motin        "SampleAfterValue": "100003",
502652d973f5SAlexander Motin        "UMask": "0x1"
502752d973f5SAlexander Motin    },
502852d973f5SAlexander Motin    {
502952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
503052d973f5SAlexander Motin        "Counter": "0,1,2,3",
503152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
503252d973f5SAlexander Motin        "Deprecated": "1",
503352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
503452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
503592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
503692b14858SMatt Macy        "MSRValue": "0x3F90000490",
503792b14858SMatt Macy        "Offcore": "1",
503892b14858SMatt Macy        "SampleAfterValue": "100003",
503992b14858SMatt Macy        "UMask": "0x1"
504092b14858SMatt Macy    },
504192b14858SMatt Macy    {
504292b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
504392b14858SMatt Macy        "Counter": "0,1,2,3",
504492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
504592b14858SMatt Macy        "Deprecated": "1",
504692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
504792b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
504892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
504992b14858SMatt Macy        "MSRValue": "0x1010000490",
505092b14858SMatt Macy        "Offcore": "1",
505192b14858SMatt Macy        "SampleAfterValue": "100003",
505292b14858SMatt Macy        "UMask": "0x1"
505392b14858SMatt Macy    },
505492b14858SMatt Macy    {
505552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
505692b14858SMatt Macy        "Counter": "0,1,2,3",
505792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
505892b14858SMatt Macy        "Deprecated": "1",
505992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
506052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
506192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5062*18054d02SAlexander Motin        "MSRValue": "0x810000490",
506392b14858SMatt Macy        "Offcore": "1",
506492b14858SMatt Macy        "SampleAfterValue": "100003",
506592b14858SMatt Macy        "UMask": "0x1"
506692b14858SMatt Macy    },
506792b14858SMatt Macy    {
506852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
506992b14858SMatt Macy        "Counter": "0,1,2,3",
507092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
507192b14858SMatt Macy        "Deprecated": "1",
507292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
507352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
507492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5075*18054d02SAlexander Motin        "MSRValue": "0x410000490",
507692b14858SMatt Macy        "Offcore": "1",
507792b14858SMatt Macy        "SampleAfterValue": "100003",
507892b14858SMatt Macy        "UMask": "0x1"
507992b14858SMatt Macy    },
508092b14858SMatt Macy    {
508152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
508292b14858SMatt Macy        "Counter": "0,1,2,3",
508392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
508492b14858SMatt Macy        "Deprecated": "1",
508592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
508652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
508792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5088*18054d02SAlexander Motin        "MSRValue": "0x110000490",
508992b14858SMatt Macy        "Offcore": "1",
509092b14858SMatt Macy        "SampleAfterValue": "100003",
509192b14858SMatt Macy        "UMask": "0x1"
509292b14858SMatt Macy    },
509392b14858SMatt Macy    {
509452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
509592b14858SMatt Macy        "Counter": "0,1,2,3",
509692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
509792b14858SMatt Macy        "Deprecated": "1",
509892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
509952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
510092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5101*18054d02SAlexander Motin        "MSRValue": "0x210000490",
510292b14858SMatt Macy        "Offcore": "1",
510392b14858SMatt Macy        "SampleAfterValue": "100003",
510492b14858SMatt Macy        "UMask": "0x1"
510592b14858SMatt Macy    },
510692b14858SMatt Macy    {
510752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
510892b14858SMatt Macy        "Counter": "0,1,2,3",
510992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
511092b14858SMatt Macy        "Deprecated": "1",
511192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
511252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
511392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5114*18054d02SAlexander Motin        "MSRValue": "0x90000490",
511592b14858SMatt Macy        "Offcore": "1",
511692b14858SMatt Macy        "SampleAfterValue": "100003",
511792b14858SMatt Macy        "UMask": "0x1"
511892b14858SMatt Macy    },
511992b14858SMatt Macy    {
512052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.ANY_SNOOP",
512192b14858SMatt Macy        "Counter": "0,1,2,3",
512292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
512392b14858SMatt Macy        "Deprecated": "1",
512492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
512552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.ANY_SNOOP",
512692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
512752d973f5SAlexander Motin        "MSRValue": "0x3FBC000120",
512892b14858SMatt Macy        "Offcore": "1",
512992b14858SMatt Macy        "SampleAfterValue": "100003",
513092b14858SMatt Macy        "UMask": "0x1"
513192b14858SMatt Macy    },
513292b14858SMatt Macy    {
513352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE",
513492b14858SMatt Macy        "Counter": "0,1,2,3",
513592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
513692b14858SMatt Macy        "Deprecated": "1",
513792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
513852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.HITM_OTHER_CORE",
513992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
514052d973f5SAlexander Motin        "MSRValue": "0x103C000120",
514192b14858SMatt Macy        "Offcore": "1",
514292b14858SMatt Macy        "SampleAfterValue": "100003",
514392b14858SMatt Macy        "UMask": "0x1"
514492b14858SMatt Macy    },
514592b14858SMatt Macy    {
514692b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
514792b14858SMatt Macy        "Counter": "0,1,2,3",
514892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
514992b14858SMatt Macy        "Deprecated": "1",
515092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
515192b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
515292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5153*18054d02SAlexander Motin        "MSRValue": "0x83C000120",
515492b14858SMatt Macy        "Offcore": "1",
515592b14858SMatt Macy        "SampleAfterValue": "100003",
515692b14858SMatt Macy        "UMask": "0x1"
515792b14858SMatt Macy    },
515892b14858SMatt Macy    {
515952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
516092b14858SMatt Macy        "Counter": "0,1,2,3",
516192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
516292b14858SMatt Macy        "Deprecated": "1",
516392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
516452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
516592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5166*18054d02SAlexander Motin        "MSRValue": "0x43C000120",
516792b14858SMatt Macy        "Offcore": "1",
516892b14858SMatt Macy        "SampleAfterValue": "100003",
516992b14858SMatt Macy        "UMask": "0x1"
517092b14858SMatt Macy    },
517192b14858SMatt Macy    {
517252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED",
517392b14858SMatt Macy        "Counter": "0,1,2,3",
517492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
517592b14858SMatt Macy        "Deprecated": "1",
517692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
517752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.NO_SNOOP_NEEDED",
517892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5179*18054d02SAlexander Motin        "MSRValue": "0x13C000120",
518092b14858SMatt Macy        "Offcore": "1",
518192b14858SMatt Macy        "SampleAfterValue": "100003",
518292b14858SMatt Macy        "UMask": "0x1"
518392b14858SMatt Macy    },
518492b14858SMatt Macy    {
518552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.REMOTE_HITM",
518692b14858SMatt Macy        "Counter": "0,1,2,3",
518792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
518892b14858SMatt Macy        "Deprecated": "1",
518992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
519052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.REMOTE_HITM",
519192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
519252d973f5SAlexander Motin        "MSRValue": "0x103FC00120",
519392b14858SMatt Macy        "Offcore": "1",
519492b14858SMatt Macy        "SampleAfterValue": "100003",
519592b14858SMatt Macy        "UMask": "0x1"
519692b14858SMatt Macy    },
519792b14858SMatt Macy    {
519852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.REMOTE_HIT_FORWARD",
519992b14858SMatt Macy        "Counter": "0,1,2,3",
520092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
520192b14858SMatt Macy        "Deprecated": "1",
520292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
520352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.REMOTE_HIT_FORWARD",
520492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5205*18054d02SAlexander Motin        "MSRValue": "0x83FC00120",
520692b14858SMatt Macy        "Offcore": "1",
520792b14858SMatt Macy        "SampleAfterValue": "100003",
520892b14858SMatt Macy        "UMask": "0x1"
520992b14858SMatt Macy    },
521092b14858SMatt Macy    {
521192b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.SNOOP_MISS",
521292b14858SMatt Macy        "Counter": "0,1,2,3",
521392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
521492b14858SMatt Macy        "Deprecated": "1",
521592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
521692b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.SNOOP_MISS",
521792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5218*18054d02SAlexander Motin        "MSRValue": "0x23C000120",
521992b14858SMatt Macy        "Offcore": "1",
522092b14858SMatt Macy        "SampleAfterValue": "100003",
522192b14858SMatt Macy        "UMask": "0x1"
522292b14858SMatt Macy    },
522392b14858SMatt Macy    {
522452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS.SNOOP_NONE",
522592b14858SMatt Macy        "Counter": "0,1,2,3",
522692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
522792b14858SMatt Macy        "Deprecated": "1",
522892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
522952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS.SNOOP_NONE",
523092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5231*18054d02SAlexander Motin        "MSRValue": "0xBC000120",
523292b14858SMatt Macy        "Offcore": "1",
523392b14858SMatt Macy        "SampleAfterValue": "100003",
523492b14858SMatt Macy        "UMask": "0x1"
523592b14858SMatt Macy    },
523692b14858SMatt Macy    {
523792b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
523892b14858SMatt Macy        "Counter": "0,1,2,3",
523992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
524092b14858SMatt Macy        "Deprecated": "1",
524192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
524292b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
524392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
524492b14858SMatt Macy        "MSRValue": "0x3F84000120",
524592b14858SMatt Macy        "Offcore": "1",
524692b14858SMatt Macy        "SampleAfterValue": "100003",
524792b14858SMatt Macy        "UMask": "0x1"
524892b14858SMatt Macy    },
524992b14858SMatt Macy    {
525052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
525192b14858SMatt Macy        "Counter": "0,1,2,3",
525292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
525392b14858SMatt Macy        "Deprecated": "1",
525492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
525552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
525692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
525752d973f5SAlexander Motin        "MSRValue": "0x1004000120",
525892b14858SMatt Macy        "Offcore": "1",
525992b14858SMatt Macy        "SampleAfterValue": "100003",
526092b14858SMatt Macy        "UMask": "0x1"
526192b14858SMatt Macy    },
526292b14858SMatt Macy    {
526352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
526492b14858SMatt Macy        "Counter": "0,1,2,3",
526592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
526692b14858SMatt Macy        "Deprecated": "1",
526792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
526852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
526992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5270*18054d02SAlexander Motin        "MSRValue": "0x804000120",
527192b14858SMatt Macy        "Offcore": "1",
527292b14858SMatt Macy        "SampleAfterValue": "100003",
527392b14858SMatt Macy        "UMask": "0x1"
527492b14858SMatt Macy    },
527592b14858SMatt Macy    {
527652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
527792b14858SMatt Macy        "Counter": "0,1,2,3",
527892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
527992b14858SMatt Macy        "Deprecated": "1",
528092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
528152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
528292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5283*18054d02SAlexander Motin        "MSRValue": "0x404000120",
528492b14858SMatt Macy        "Offcore": "1",
528592b14858SMatt Macy        "SampleAfterValue": "100003",
528692b14858SMatt Macy        "UMask": "0x1"
528792b14858SMatt Macy    },
528892b14858SMatt Macy    {
528992b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
529092b14858SMatt Macy        "Counter": "0,1,2,3",
529192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
529292b14858SMatt Macy        "Deprecated": "1",
529392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
529492b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
529592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5296*18054d02SAlexander Motin        "MSRValue": "0x104000120",
529792b14858SMatt Macy        "Offcore": "1",
529892b14858SMatt Macy        "SampleAfterValue": "100003",
529992b14858SMatt Macy        "UMask": "0x1"
530092b14858SMatt Macy    },
530192b14858SMatt Macy    {
530252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
530392b14858SMatt Macy        "Counter": "0,1,2,3",
530492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
530592b14858SMatt Macy        "Deprecated": "1",
530692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
530752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
530892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5309*18054d02SAlexander Motin        "MSRValue": "0x204000120",
531092b14858SMatt Macy        "Offcore": "1",
531192b14858SMatt Macy        "SampleAfterValue": "100003",
531292b14858SMatt Macy        "UMask": "0x1"
531392b14858SMatt Macy    },
531492b14858SMatt Macy    {
531592b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
531692b14858SMatt Macy        "Counter": "0,1,2,3",
531792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
531892b14858SMatt Macy        "Deprecated": "1",
531992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
532092b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
532192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5322*18054d02SAlexander Motin        "MSRValue": "0x604000120",
532392b14858SMatt Macy        "Offcore": "1",
532492b14858SMatt Macy        "SampleAfterValue": "100003",
532592b14858SMatt Macy        "UMask": "0x1"
532692b14858SMatt Macy    },
532792b14858SMatt Macy    {
532852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
532992b14858SMatt Macy        "Counter": "0,1,2,3",
533092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
533192b14858SMatt Macy        "Deprecated": "1",
533292b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
533352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
533492b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5335*18054d02SAlexander Motin        "MSRValue": "0x84000120",
533692b14858SMatt Macy        "Offcore": "1",
533792b14858SMatt Macy        "SampleAfterValue": "100003",
533892b14858SMatt Macy        "UMask": "0x1"
533992b14858SMatt Macy    },
534092b14858SMatt Macy    {
534192b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
534292b14858SMatt Macy        "Counter": "0,1,2,3",
534392b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
534492b14858SMatt Macy        "Deprecated": "1",
534592b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
534692b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
534792b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5348*18054d02SAlexander Motin        "MSRValue": "0x63B800120",
534992b14858SMatt Macy        "Offcore": "1",
535092b14858SMatt Macy        "SampleAfterValue": "100003",
535192b14858SMatt Macy        "UMask": "0x1"
535292b14858SMatt Macy    },
535392b14858SMatt Macy    {
535452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
535592b14858SMatt Macy        "Counter": "0,1,2,3",
535692b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
535792b14858SMatt Macy        "Deprecated": "1",
535892b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
535952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
536092b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
536152d973f5SAlexander Motin        "MSRValue": "0x3F90000120",
536292b14858SMatt Macy        "Offcore": "1",
536392b14858SMatt Macy        "SampleAfterValue": "100003",
536492b14858SMatt Macy        "UMask": "0x1"
536592b14858SMatt Macy    },
536692b14858SMatt Macy    {
536752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
536892b14858SMatt Macy        "Counter": "0,1,2,3",
536992b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
537092b14858SMatt Macy        "Deprecated": "1",
537192b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
537252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
537392b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
537452d973f5SAlexander Motin        "MSRValue": "0x1010000120",
537592b14858SMatt Macy        "Offcore": "1",
537692b14858SMatt Macy        "SampleAfterValue": "100003",
537792b14858SMatt Macy        "UMask": "0x1"
537892b14858SMatt Macy    },
537992b14858SMatt Macy    {
538052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
538192b14858SMatt Macy        "Counter": "0,1,2,3",
538292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
538392b14858SMatt Macy        "Deprecated": "1",
538492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
538552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
538692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5387*18054d02SAlexander Motin        "MSRValue": "0x810000120",
538892b14858SMatt Macy        "Offcore": "1",
538992b14858SMatt Macy        "SampleAfterValue": "100003",
539092b14858SMatt Macy        "UMask": "0x1"
539192b14858SMatt Macy    },
539292b14858SMatt Macy    {
539352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
539492b14858SMatt Macy        "Counter": "0,1,2,3",
539592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
539692b14858SMatt Macy        "Deprecated": "1",
539792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
539852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
539992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5400*18054d02SAlexander Motin        "MSRValue": "0x410000120",
540192b14858SMatt Macy        "Offcore": "1",
540292b14858SMatt Macy        "SampleAfterValue": "100003",
540392b14858SMatt Macy        "UMask": "0x1"
540492b14858SMatt Macy    },
540592b14858SMatt Macy    {
540692b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
540792b14858SMatt Macy        "Counter": "0,1,2,3",
540892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
540992b14858SMatt Macy        "Deprecated": "1",
541092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
541192b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
541292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5413*18054d02SAlexander Motin        "MSRValue": "0x110000120",
541492b14858SMatt Macy        "Offcore": "1",
541592b14858SMatt Macy        "SampleAfterValue": "100003",
541692b14858SMatt Macy        "UMask": "0x1"
541792b14858SMatt Macy    },
541892b14858SMatt Macy    {
541952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
542092b14858SMatt Macy        "Counter": "0,1,2,3",
542192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
542292b14858SMatt Macy        "Deprecated": "1",
542392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
542452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
542592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5426*18054d02SAlexander Motin        "MSRValue": "0x210000120",
542792b14858SMatt Macy        "Offcore": "1",
542892b14858SMatt Macy        "SampleAfterValue": "100003",
542992b14858SMatt Macy        "UMask": "0x1"
543092b14858SMatt Macy    },
543192b14858SMatt Macy    {
543252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
543392b14858SMatt Macy        "Counter": "0,1,2,3",
543492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
543552d973f5SAlexander Motin        "Deprecated": "1",
543692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
543752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_PF_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
543892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
5439*18054d02SAlexander Motin        "MSRValue": "0x90000120",
544052d973f5SAlexander Motin        "Offcore": "1",
544152d973f5SAlexander Motin        "SampleAfterValue": "100003",
544252d973f5SAlexander Motin        "UMask": "0x1"
544352d973f5SAlexander Motin    },
544452d973f5SAlexander Motin    {
544552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.ANY_SNOOP",
544652d973f5SAlexander Motin        "Counter": "0,1,2,3",
544752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
544852d973f5SAlexander Motin        "Deprecated": "1",
544952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
545052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.ANY_SNOOP",
545152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
545252d973f5SAlexander Motin        "MSRValue": "0x3FBC0007F7",
545352d973f5SAlexander Motin        "Offcore": "1",
545452d973f5SAlexander Motin        "SampleAfterValue": "100003",
545552d973f5SAlexander Motin        "UMask": "0x1"
545652d973f5SAlexander Motin    },
545752d973f5SAlexander Motin    {
545852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.HITM_OTHER_CORE",
545952d973f5SAlexander Motin        "Counter": "0,1,2,3",
546052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
546152d973f5SAlexander Motin        "Deprecated": "1",
546252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
546352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.HITM_OTHER_CORE",
546452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
546552d973f5SAlexander Motin        "MSRValue": "0x103C0007F7",
546652d973f5SAlexander Motin        "Offcore": "1",
546752d973f5SAlexander Motin        "SampleAfterValue": "100003",
546852d973f5SAlexander Motin        "UMask": "0x1"
546952d973f5SAlexander Motin    },
547052d973f5SAlexander Motin    {
547152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD",
547252d973f5SAlexander Motin        "Counter": "0,1,2,3",
547352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
547452d973f5SAlexander Motin        "Deprecated": "1",
547552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
547652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.HIT_OTHER_CORE_FWD",
547752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5478*18054d02SAlexander Motin        "MSRValue": "0x83C0007F7",
547952d973f5SAlexander Motin        "Offcore": "1",
548052d973f5SAlexander Motin        "SampleAfterValue": "100003",
548152d973f5SAlexander Motin        "UMask": "0x1"
548252d973f5SAlexander Motin    },
548352d973f5SAlexander Motin    {
548452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD",
548552d973f5SAlexander Motin        "Counter": "0,1,2,3",
548652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
548752d973f5SAlexander Motin        "Deprecated": "1",
548852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
548952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.HIT_OTHER_CORE_NO_FWD",
549052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5491*18054d02SAlexander Motin        "MSRValue": "0x43C0007F7",
549252d973f5SAlexander Motin        "Offcore": "1",
549352d973f5SAlexander Motin        "SampleAfterValue": "100003",
549452d973f5SAlexander Motin        "UMask": "0x1"
549552d973f5SAlexander Motin    },
549652d973f5SAlexander Motin    {
549752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.NO_SNOOP_NEEDED",
549852d973f5SAlexander Motin        "Counter": "0,1,2,3",
549952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
550052d973f5SAlexander Motin        "Deprecated": "1",
550152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
550252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.NO_SNOOP_NEEDED",
550352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5504*18054d02SAlexander Motin        "MSRValue": "0x13C0007F7",
550552d973f5SAlexander Motin        "Offcore": "1",
550652d973f5SAlexander Motin        "SampleAfterValue": "100003",
550752d973f5SAlexander Motin        "UMask": "0x1"
550852d973f5SAlexander Motin    },
550952d973f5SAlexander Motin    {
551052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.REMOTE_HITM",
551152d973f5SAlexander Motin        "Counter": "0,1,2,3",
551252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
551352d973f5SAlexander Motin        "Deprecated": "1",
551452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
551552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.REMOTE_HITM",
551652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
551752d973f5SAlexander Motin        "MSRValue": "0x103FC007F7",
551852d973f5SAlexander Motin        "Offcore": "1",
551952d973f5SAlexander Motin        "SampleAfterValue": "100003",
552052d973f5SAlexander Motin        "UMask": "0x1"
552152d973f5SAlexander Motin    },
552252d973f5SAlexander Motin    {
552352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.REMOTE_HIT_FORWARD",
552452d973f5SAlexander Motin        "Counter": "0,1,2,3",
552552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
552652d973f5SAlexander Motin        "Deprecated": "1",
552752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
552852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.REMOTE_HIT_FORWARD",
552952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5530*18054d02SAlexander Motin        "MSRValue": "0x83FC007F7",
553152d973f5SAlexander Motin        "Offcore": "1",
553252d973f5SAlexander Motin        "SampleAfterValue": "100003",
553352d973f5SAlexander Motin        "UMask": "0x1"
553452d973f5SAlexander Motin    },
553552d973f5SAlexander Motin    {
553652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.SNOOP_MISS",
553752d973f5SAlexander Motin        "Counter": "0,1,2,3",
553852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
553952d973f5SAlexander Motin        "Deprecated": "1",
554052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
554152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.SNOOP_MISS",
554252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5543*18054d02SAlexander Motin        "MSRValue": "0x23C0007F7",
554452d973f5SAlexander Motin        "Offcore": "1",
554552d973f5SAlexander Motin        "SampleAfterValue": "100003",
554652d973f5SAlexander Motin        "UMask": "0x1"
554752d973f5SAlexander Motin    },
554852d973f5SAlexander Motin    {
554952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS.SNOOP_NONE",
555052d973f5SAlexander Motin        "Counter": "0,1,2,3",
555152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
555252d973f5SAlexander Motin        "Deprecated": "1",
555352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
555452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS.SNOOP_NONE",
555552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5556*18054d02SAlexander Motin        "MSRValue": "0xBC0007F7",
555752d973f5SAlexander Motin        "Offcore": "1",
555852d973f5SAlexander Motin        "SampleAfterValue": "100003",
555952d973f5SAlexander Motin        "UMask": "0x1"
556052d973f5SAlexander Motin    },
556152d973f5SAlexander Motin    {
556252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
556352d973f5SAlexander Motin        "Counter": "0,1,2,3",
556452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
556552d973f5SAlexander Motin        "Deprecated": "1",
556652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
556752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
556852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
556952d973f5SAlexander Motin        "MSRValue": "0x3F840007F7",
557052d973f5SAlexander Motin        "Offcore": "1",
557152d973f5SAlexander Motin        "SampleAfterValue": "100003",
557252d973f5SAlexander Motin        "UMask": "0x1"
557352d973f5SAlexander Motin    },
557452d973f5SAlexander Motin    {
557552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
557652d973f5SAlexander Motin        "Counter": "0,1,2,3",
557752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
557852d973f5SAlexander Motin        "Deprecated": "1",
557952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
558052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
558152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
558252d973f5SAlexander Motin        "MSRValue": "0x10040007F7",
558352d973f5SAlexander Motin        "Offcore": "1",
558452d973f5SAlexander Motin        "SampleAfterValue": "100003",
558552d973f5SAlexander Motin        "UMask": "0x1"
558652d973f5SAlexander Motin    },
558752d973f5SAlexander Motin    {
558852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
558952d973f5SAlexander Motin        "Counter": "0,1,2,3",
559052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
559152d973f5SAlexander Motin        "Deprecated": "1",
559252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
559352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
559452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5595*18054d02SAlexander Motin        "MSRValue": "0x8040007F7",
559652d973f5SAlexander Motin        "Offcore": "1",
559752d973f5SAlexander Motin        "SampleAfterValue": "100003",
559852d973f5SAlexander Motin        "UMask": "0x1"
559952d973f5SAlexander Motin    },
560052d973f5SAlexander Motin    {
560152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
560252d973f5SAlexander Motin        "Counter": "0,1,2,3",
560352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
560452d973f5SAlexander Motin        "Deprecated": "1",
560552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
560652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
560752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5608*18054d02SAlexander Motin        "MSRValue": "0x4040007F7",
560952d973f5SAlexander Motin        "Offcore": "1",
561052d973f5SAlexander Motin        "SampleAfterValue": "100003",
561152d973f5SAlexander Motin        "UMask": "0x1"
561252d973f5SAlexander Motin    },
561352d973f5SAlexander Motin    {
561452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
561552d973f5SAlexander Motin        "Counter": "0,1,2,3",
561652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
561752d973f5SAlexander Motin        "Deprecated": "1",
561852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
561952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
562052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5621*18054d02SAlexander Motin        "MSRValue": "0x1040007F7",
562252d973f5SAlexander Motin        "Offcore": "1",
562352d973f5SAlexander Motin        "SampleAfterValue": "100003",
562452d973f5SAlexander Motin        "UMask": "0x1"
562552d973f5SAlexander Motin    },
562652d973f5SAlexander Motin    {
562752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
562852d973f5SAlexander Motin        "Counter": "0,1,2,3",
562952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
563052d973f5SAlexander Motin        "Deprecated": "1",
563152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
563252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
563352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5634*18054d02SAlexander Motin        "MSRValue": "0x2040007F7",
563552d973f5SAlexander Motin        "Offcore": "1",
563652d973f5SAlexander Motin        "SampleAfterValue": "100003",
563752d973f5SAlexander Motin        "UMask": "0x1"
563852d973f5SAlexander Motin    },
563952d973f5SAlexander Motin    {
564052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
564152d973f5SAlexander Motin        "Counter": "0,1,2,3",
564252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
564352d973f5SAlexander Motin        "Deprecated": "1",
564452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
564552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
564652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5647*18054d02SAlexander Motin        "MSRValue": "0x6040007F7",
564852d973f5SAlexander Motin        "Offcore": "1",
564952d973f5SAlexander Motin        "SampleAfterValue": "100003",
565052d973f5SAlexander Motin        "UMask": "0x1"
565152d973f5SAlexander Motin    },
565252d973f5SAlexander Motin    {
565352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
565452d973f5SAlexander Motin        "Counter": "0,1,2,3",
565552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
565652d973f5SAlexander Motin        "Deprecated": "1",
565752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
565852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
565952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5660*18054d02SAlexander Motin        "MSRValue": "0x840007F7",
566152d973f5SAlexander Motin        "Offcore": "1",
566252d973f5SAlexander Motin        "SampleAfterValue": "100003",
566352d973f5SAlexander Motin        "UMask": "0x1"
566452d973f5SAlexander Motin    },
566552d973f5SAlexander Motin    {
566652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
566752d973f5SAlexander Motin        "Counter": "0,1,2,3",
566852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
566952d973f5SAlexander Motin        "Deprecated": "1",
567052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
567152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
567252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5673*18054d02SAlexander Motin        "MSRValue": "0x63B8007F7",
567452d973f5SAlexander Motin        "Offcore": "1",
567552d973f5SAlexander Motin        "SampleAfterValue": "100003",
567652d973f5SAlexander Motin        "UMask": "0x1"
567752d973f5SAlexander Motin    },
567852d973f5SAlexander Motin    {
567952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
568052d973f5SAlexander Motin        "Counter": "0,1,2,3",
568152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
568252d973f5SAlexander Motin        "Deprecated": "1",
568352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
568452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
568552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
568652d973f5SAlexander Motin        "MSRValue": "0x3F900007F7",
568752d973f5SAlexander Motin        "Offcore": "1",
568852d973f5SAlexander Motin        "SampleAfterValue": "100003",
568952d973f5SAlexander Motin        "UMask": "0x1"
569052d973f5SAlexander Motin    },
569152d973f5SAlexander Motin    {
569252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
569352d973f5SAlexander Motin        "Counter": "0,1,2,3",
569452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
569552d973f5SAlexander Motin        "Deprecated": "1",
569652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
569752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
569852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
569952d973f5SAlexander Motin        "MSRValue": "0x10100007F7",
570052d973f5SAlexander Motin        "Offcore": "1",
570152d973f5SAlexander Motin        "SampleAfterValue": "100003",
570252d973f5SAlexander Motin        "UMask": "0x1"
570352d973f5SAlexander Motin    },
570452d973f5SAlexander Motin    {
570552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
570652d973f5SAlexander Motin        "Counter": "0,1,2,3",
570752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
570852d973f5SAlexander Motin        "Deprecated": "1",
570952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
571052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
571152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5712*18054d02SAlexander Motin        "MSRValue": "0x8100007F7",
571352d973f5SAlexander Motin        "Offcore": "1",
571452d973f5SAlexander Motin        "SampleAfterValue": "100003",
571552d973f5SAlexander Motin        "UMask": "0x1"
571652d973f5SAlexander Motin    },
571752d973f5SAlexander Motin    {
571852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
571952d973f5SAlexander Motin        "Counter": "0,1,2,3",
572052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
572152d973f5SAlexander Motin        "Deprecated": "1",
572252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
572352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
572452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5725*18054d02SAlexander Motin        "MSRValue": "0x4100007F7",
572652d973f5SAlexander Motin        "Offcore": "1",
572752d973f5SAlexander Motin        "SampleAfterValue": "100003",
572852d973f5SAlexander Motin        "UMask": "0x1"
572952d973f5SAlexander Motin    },
573052d973f5SAlexander Motin    {
573152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
573252d973f5SAlexander Motin        "Counter": "0,1,2,3",
573352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
573452d973f5SAlexander Motin        "Deprecated": "1",
573552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
573652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
573752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5738*18054d02SAlexander Motin        "MSRValue": "0x1100007F7",
573952d973f5SAlexander Motin        "Offcore": "1",
574052d973f5SAlexander Motin        "SampleAfterValue": "100003",
574152d973f5SAlexander Motin        "UMask": "0x1"
574252d973f5SAlexander Motin    },
574352d973f5SAlexander Motin    {
574452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
574552d973f5SAlexander Motin        "Counter": "0,1,2,3",
574652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
574752d973f5SAlexander Motin        "Deprecated": "1",
574852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
574952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
575052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5751*18054d02SAlexander Motin        "MSRValue": "0x2100007F7",
575252d973f5SAlexander Motin        "Offcore": "1",
575352d973f5SAlexander Motin        "SampleAfterValue": "100003",
575452d973f5SAlexander Motin        "UMask": "0x1"
575552d973f5SAlexander Motin    },
575652d973f5SAlexander Motin    {
575752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
575852d973f5SAlexander Motin        "Counter": "0,1,2,3",
575952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
576052d973f5SAlexander Motin        "Deprecated": "1",
576152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
576252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
576352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5764*18054d02SAlexander Motin        "MSRValue": "0x900007F7",
576552d973f5SAlexander Motin        "Offcore": "1",
576652d973f5SAlexander Motin        "SampleAfterValue": "100003",
576752d973f5SAlexander Motin        "UMask": "0x1"
576852d973f5SAlexander Motin    },
576952d973f5SAlexander Motin    {
577052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.ANY_SNOOP",
577152d973f5SAlexander Motin        "Counter": "0,1,2,3",
577252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
577352d973f5SAlexander Motin        "Deprecated": "1",
577452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
577552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.ANY_SNOOP",
577652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
577752d973f5SAlexander Motin        "MSRValue": "0x3FBC000122",
577852d973f5SAlexander Motin        "Offcore": "1",
577952d973f5SAlexander Motin        "SampleAfterValue": "100003",
578052d973f5SAlexander Motin        "UMask": "0x1"
578152d973f5SAlexander Motin    },
578252d973f5SAlexander Motin    {
578352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.HITM_OTHER_CORE",
578452d973f5SAlexander Motin        "Counter": "0,1,2,3",
578552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
578652d973f5SAlexander Motin        "Deprecated": "1",
578752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
578852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.HITM_OTHER_CORE",
578952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
579052d973f5SAlexander Motin        "MSRValue": "0x103C000122",
579152d973f5SAlexander Motin        "Offcore": "1",
579252d973f5SAlexander Motin        "SampleAfterValue": "100003",
579352d973f5SAlexander Motin        "UMask": "0x1"
579452d973f5SAlexander Motin    },
579552d973f5SAlexander Motin    {
579652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
579752d973f5SAlexander Motin        "Counter": "0,1,2,3",
579852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
579952d973f5SAlexander Motin        "Deprecated": "1",
580052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
580152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
580252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5803*18054d02SAlexander Motin        "MSRValue": "0x83C000122",
580452d973f5SAlexander Motin        "Offcore": "1",
580552d973f5SAlexander Motin        "SampleAfterValue": "100003",
580652d973f5SAlexander Motin        "UMask": "0x1"
580752d973f5SAlexander Motin    },
580852d973f5SAlexander Motin    {
580952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
581052d973f5SAlexander Motin        "Counter": "0,1,2,3",
581152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
581252d973f5SAlexander Motin        "Deprecated": "1",
581352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
581452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
581552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5816*18054d02SAlexander Motin        "MSRValue": "0x43C000122",
581752d973f5SAlexander Motin        "Offcore": "1",
581852d973f5SAlexander Motin        "SampleAfterValue": "100003",
581952d973f5SAlexander Motin        "UMask": "0x1"
582052d973f5SAlexander Motin    },
582152d973f5SAlexander Motin    {
582252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED",
582352d973f5SAlexander Motin        "Counter": "0,1,2,3",
582452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
582552d973f5SAlexander Motin        "Deprecated": "1",
582652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
582752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.NO_SNOOP_NEEDED",
582852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5829*18054d02SAlexander Motin        "MSRValue": "0x13C000122",
583052d973f5SAlexander Motin        "Offcore": "1",
583152d973f5SAlexander Motin        "SampleAfterValue": "100003",
583252d973f5SAlexander Motin        "UMask": "0x1"
583352d973f5SAlexander Motin    },
583452d973f5SAlexander Motin    {
583552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.REMOTE_HITM",
583652d973f5SAlexander Motin        "Counter": "0,1,2,3",
583752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
583852d973f5SAlexander Motin        "Deprecated": "1",
583952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
584052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.REMOTE_HITM",
584152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
584252d973f5SAlexander Motin        "MSRValue": "0x103FC00122",
584352d973f5SAlexander Motin        "Offcore": "1",
584452d973f5SAlexander Motin        "SampleAfterValue": "100003",
584552d973f5SAlexander Motin        "UMask": "0x1"
584652d973f5SAlexander Motin    },
584752d973f5SAlexander Motin    {
584852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD",
584952d973f5SAlexander Motin        "Counter": "0,1,2,3",
585052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
585152d973f5SAlexander Motin        "Deprecated": "1",
585252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
585352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD",
585452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5855*18054d02SAlexander Motin        "MSRValue": "0x83FC00122",
585652d973f5SAlexander Motin        "Offcore": "1",
585752d973f5SAlexander Motin        "SampleAfterValue": "100003",
585852d973f5SAlexander Motin        "UMask": "0x1"
585952d973f5SAlexander Motin    },
586052d973f5SAlexander Motin    {
586152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.SNOOP_MISS",
586252d973f5SAlexander Motin        "Counter": "0,1,2,3",
586352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
586452d973f5SAlexander Motin        "Deprecated": "1",
586552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
586652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.SNOOP_MISS",
586752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5868*18054d02SAlexander Motin        "MSRValue": "0x23C000122",
586952d973f5SAlexander Motin        "Offcore": "1",
587052d973f5SAlexander Motin        "SampleAfterValue": "100003",
587152d973f5SAlexander Motin        "UMask": "0x1"
587252d973f5SAlexander Motin    },
587352d973f5SAlexander Motin    {
587452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS.SNOOP_NONE",
587552d973f5SAlexander Motin        "Counter": "0,1,2,3",
587652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
587752d973f5SAlexander Motin        "Deprecated": "1",
587852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
587952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS.SNOOP_NONE",
588052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5881*18054d02SAlexander Motin        "MSRValue": "0xBC000122",
588252d973f5SAlexander Motin        "Offcore": "1",
588352d973f5SAlexander Motin        "SampleAfterValue": "100003",
588452d973f5SAlexander Motin        "UMask": "0x1"
588552d973f5SAlexander Motin    },
588652d973f5SAlexander Motin    {
588752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
588852d973f5SAlexander Motin        "Counter": "0,1,2,3",
588952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
589052d973f5SAlexander Motin        "Deprecated": "1",
589152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
589252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
589352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
589452d973f5SAlexander Motin        "MSRValue": "0x3F84000122",
589552d973f5SAlexander Motin        "Offcore": "1",
589652d973f5SAlexander Motin        "SampleAfterValue": "100003",
589752d973f5SAlexander Motin        "UMask": "0x1"
589852d973f5SAlexander Motin    },
589952d973f5SAlexander Motin    {
590052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
590152d973f5SAlexander Motin        "Counter": "0,1,2,3",
590252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
590352d973f5SAlexander Motin        "Deprecated": "1",
590452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
590552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
590652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
590752d973f5SAlexander Motin        "MSRValue": "0x1004000122",
590852d973f5SAlexander Motin        "Offcore": "1",
590952d973f5SAlexander Motin        "SampleAfterValue": "100003",
591052d973f5SAlexander Motin        "UMask": "0x1"
591152d973f5SAlexander Motin    },
591252d973f5SAlexander Motin    {
591352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
591452d973f5SAlexander Motin        "Counter": "0,1,2,3",
591552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
591652d973f5SAlexander Motin        "Deprecated": "1",
591752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
591852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
591952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5920*18054d02SAlexander Motin        "MSRValue": "0x804000122",
592152d973f5SAlexander Motin        "Offcore": "1",
592252d973f5SAlexander Motin        "SampleAfterValue": "100003",
592352d973f5SAlexander Motin        "UMask": "0x1"
592452d973f5SAlexander Motin    },
592552d973f5SAlexander Motin    {
592652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
592752d973f5SAlexander Motin        "Counter": "0,1,2,3",
592852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
592952d973f5SAlexander Motin        "Deprecated": "1",
593052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
593152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
593252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5933*18054d02SAlexander Motin        "MSRValue": "0x404000122",
593452d973f5SAlexander Motin        "Offcore": "1",
593552d973f5SAlexander Motin        "SampleAfterValue": "100003",
593652d973f5SAlexander Motin        "UMask": "0x1"
593752d973f5SAlexander Motin    },
593852d973f5SAlexander Motin    {
593952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
594052d973f5SAlexander Motin        "Counter": "0,1,2,3",
594152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
594252d973f5SAlexander Motin        "Deprecated": "1",
594352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
594452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
594552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5946*18054d02SAlexander Motin        "MSRValue": "0x104000122",
594752d973f5SAlexander Motin        "Offcore": "1",
594852d973f5SAlexander Motin        "SampleAfterValue": "100003",
594952d973f5SAlexander Motin        "UMask": "0x1"
595052d973f5SAlexander Motin    },
595152d973f5SAlexander Motin    {
595252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
595352d973f5SAlexander Motin        "Counter": "0,1,2,3",
595452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
595552d973f5SAlexander Motin        "Deprecated": "1",
595652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
595752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
595852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5959*18054d02SAlexander Motin        "MSRValue": "0x204000122",
596052d973f5SAlexander Motin        "Offcore": "1",
596152d973f5SAlexander Motin        "SampleAfterValue": "100003",
596252d973f5SAlexander Motin        "UMask": "0x1"
596352d973f5SAlexander Motin    },
596452d973f5SAlexander Motin    {
596552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
596652d973f5SAlexander Motin        "Counter": "0,1,2,3",
596752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
596852d973f5SAlexander Motin        "Deprecated": "1",
596952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
597052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
597152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5972*18054d02SAlexander Motin        "MSRValue": "0x604000122",
597352d973f5SAlexander Motin        "Offcore": "1",
597452d973f5SAlexander Motin        "SampleAfterValue": "100003",
597552d973f5SAlexander Motin        "UMask": "0x1"
597652d973f5SAlexander Motin    },
597752d973f5SAlexander Motin    {
597852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
597952d973f5SAlexander Motin        "Counter": "0,1,2,3",
598052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
598152d973f5SAlexander Motin        "Deprecated": "1",
598252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
598352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
598452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5985*18054d02SAlexander Motin        "MSRValue": "0x84000122",
598652d973f5SAlexander Motin        "Offcore": "1",
598752d973f5SAlexander Motin        "SampleAfterValue": "100003",
598852d973f5SAlexander Motin        "UMask": "0x1"
598952d973f5SAlexander Motin    },
599052d973f5SAlexander Motin    {
599152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
599252d973f5SAlexander Motin        "Counter": "0,1,2,3",
599352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
599452d973f5SAlexander Motin        "Deprecated": "1",
599552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
599652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
599752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
5998*18054d02SAlexander Motin        "MSRValue": "0x63B800122",
599952d973f5SAlexander Motin        "Offcore": "1",
600052d973f5SAlexander Motin        "SampleAfterValue": "100003",
600152d973f5SAlexander Motin        "UMask": "0x1"
600252d973f5SAlexander Motin    },
600352d973f5SAlexander Motin    {
600452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
600552d973f5SAlexander Motin        "Counter": "0,1,2,3",
600652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
600752d973f5SAlexander Motin        "Deprecated": "1",
600852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
600952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
601052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
601152d973f5SAlexander Motin        "MSRValue": "0x3F90000122",
601252d973f5SAlexander Motin        "Offcore": "1",
601352d973f5SAlexander Motin        "SampleAfterValue": "100003",
601452d973f5SAlexander Motin        "UMask": "0x1"
601552d973f5SAlexander Motin    },
601652d973f5SAlexander Motin    {
601752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
601852d973f5SAlexander Motin        "Counter": "0,1,2,3",
601952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
602052d973f5SAlexander Motin        "Deprecated": "1",
602152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
602252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
602352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
602452d973f5SAlexander Motin        "MSRValue": "0x1010000122",
602552d973f5SAlexander Motin        "Offcore": "1",
602652d973f5SAlexander Motin        "SampleAfterValue": "100003",
602752d973f5SAlexander Motin        "UMask": "0x1"
602852d973f5SAlexander Motin    },
602952d973f5SAlexander Motin    {
603052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
603152d973f5SAlexander Motin        "Counter": "0,1,2,3",
603252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
603352d973f5SAlexander Motin        "Deprecated": "1",
603452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
603552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
603652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6037*18054d02SAlexander Motin        "MSRValue": "0x810000122",
603852d973f5SAlexander Motin        "Offcore": "1",
603952d973f5SAlexander Motin        "SampleAfterValue": "100003",
604052d973f5SAlexander Motin        "UMask": "0x1"
604152d973f5SAlexander Motin    },
604252d973f5SAlexander Motin    {
604352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
604452d973f5SAlexander Motin        "Counter": "0,1,2,3",
604552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
604652d973f5SAlexander Motin        "Deprecated": "1",
604752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
604852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
604952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6050*18054d02SAlexander Motin        "MSRValue": "0x410000122",
605152d973f5SAlexander Motin        "Offcore": "1",
605252d973f5SAlexander Motin        "SampleAfterValue": "100003",
605352d973f5SAlexander Motin        "UMask": "0x1"
605452d973f5SAlexander Motin    },
605552d973f5SAlexander Motin    {
605652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
605752d973f5SAlexander Motin        "Counter": "0,1,2,3",
605852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
605952d973f5SAlexander Motin        "Deprecated": "1",
606052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
606152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
606252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6063*18054d02SAlexander Motin        "MSRValue": "0x110000122",
606452d973f5SAlexander Motin        "Offcore": "1",
606552d973f5SAlexander Motin        "SampleAfterValue": "100003",
606652d973f5SAlexander Motin        "UMask": "0x1"
606752d973f5SAlexander Motin    },
606852d973f5SAlexander Motin    {
606952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
607052d973f5SAlexander Motin        "Counter": "0,1,2,3",
607152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
607252d973f5SAlexander Motin        "Deprecated": "1",
607352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
607452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
607552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6076*18054d02SAlexander Motin        "MSRValue": "0x210000122",
607752d973f5SAlexander Motin        "Offcore": "1",
607852d973f5SAlexander Motin        "SampleAfterValue": "100003",
607952d973f5SAlexander Motin        "UMask": "0x1"
608052d973f5SAlexander Motin    },
608152d973f5SAlexander Motin    {
608252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
608352d973f5SAlexander Motin        "Counter": "0,1,2,3",
608452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
608552d973f5SAlexander Motin        "Deprecated": "1",
608652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
608752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
608852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6089*18054d02SAlexander Motin        "MSRValue": "0x90000122",
609052d973f5SAlexander Motin        "Offcore": "1",
609152d973f5SAlexander Motin        "SampleAfterValue": "100003",
609252d973f5SAlexander Motin        "UMask": "0x1"
609352d973f5SAlexander Motin    },
609452d973f5SAlexander Motin    {
609552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.ANY_SNOOP",
609652d973f5SAlexander Motin        "Counter": "0,1,2,3",
609752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
609852d973f5SAlexander Motin        "Deprecated": "1",
609952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
610052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.ANY_SNOOP",
610152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
610252d973f5SAlexander Motin        "MSRValue": "0x3FBC000004",
610352d973f5SAlexander Motin        "Offcore": "1",
610452d973f5SAlexander Motin        "SampleAfterValue": "100003",
610552d973f5SAlexander Motin        "UMask": "0x1"
610652d973f5SAlexander Motin    },
610752d973f5SAlexander Motin    {
610852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.HITM_OTHER_CORE",
610952d973f5SAlexander Motin        "Counter": "0,1,2,3",
611052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
611152d973f5SAlexander Motin        "Deprecated": "1",
611252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
611352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.HITM_OTHER_CORE",
611452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
611552d973f5SAlexander Motin        "MSRValue": "0x103C000004",
611652d973f5SAlexander Motin        "Offcore": "1",
611752d973f5SAlexander Motin        "SampleAfterValue": "100003",
611852d973f5SAlexander Motin        "UMask": "0x1"
611952d973f5SAlexander Motin    },
612052d973f5SAlexander Motin    {
612152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_FWD",
612252d973f5SAlexander Motin        "Counter": "0,1,2,3",
612352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
612452d973f5SAlexander Motin        "Deprecated": "1",
612552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
612652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_FWD",
612752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6128*18054d02SAlexander Motin        "MSRValue": "0x83C000004",
612952d973f5SAlexander Motin        "Offcore": "1",
613052d973f5SAlexander Motin        "SampleAfterValue": "100003",
613152d973f5SAlexander Motin        "UMask": "0x1"
613252d973f5SAlexander Motin    },
613352d973f5SAlexander Motin    {
613452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
613552d973f5SAlexander Motin        "Counter": "0,1,2,3",
613652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
613752d973f5SAlexander Motin        "Deprecated": "1",
613852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
613952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
614052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6141*18054d02SAlexander Motin        "MSRValue": "0x43C000004",
614252d973f5SAlexander Motin        "Offcore": "1",
614352d973f5SAlexander Motin        "SampleAfterValue": "100003",
614452d973f5SAlexander Motin        "UMask": "0x1"
614552d973f5SAlexander Motin    },
614652d973f5SAlexander Motin    {
614752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.NO_SNOOP_NEEDED",
614852d973f5SAlexander Motin        "Counter": "0,1,2,3",
614952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
615052d973f5SAlexander Motin        "Deprecated": "1",
615152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
615252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.NO_SNOOP_NEEDED",
615352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6154*18054d02SAlexander Motin        "MSRValue": "0x13C000004",
615552d973f5SAlexander Motin        "Offcore": "1",
615652d973f5SAlexander Motin        "SampleAfterValue": "100003",
615752d973f5SAlexander Motin        "UMask": "0x1"
615852d973f5SAlexander Motin    },
615952d973f5SAlexander Motin    {
616052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HITM",
616152d973f5SAlexander Motin        "Counter": "0,1,2,3",
616252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
616352d973f5SAlexander Motin        "Deprecated": "1",
616452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
616552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.REMOTE_HITM",
616652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
616752d973f5SAlexander Motin        "MSRValue": "0x103FC00004",
616892b14858SMatt Macy        "Offcore": "1",
616992b14858SMatt Macy        "SampleAfterValue": "100003",
617092b14858SMatt Macy        "UMask": "0x1"
617192b14858SMatt Macy    },
617292b14858SMatt Macy    {
617392b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.REMOTE_HIT_FORWARD",
617492b14858SMatt Macy        "Counter": "0,1,2,3",
617592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
617692b14858SMatt Macy        "Deprecated": "1",
617792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
617892b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.REMOTE_HIT_FORWARD",
617992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
6180*18054d02SAlexander Motin        "MSRValue": "0x83FC00004",
618192b14858SMatt Macy        "Offcore": "1",
618292b14858SMatt Macy        "SampleAfterValue": "100003",
618392b14858SMatt Macy        "UMask": "0x1"
618492b14858SMatt Macy    },
618592b14858SMatt Macy    {
618652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_MISS",
618792b14858SMatt Macy        "Counter": "0,1,2,3",
618892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
618992b14858SMatt Macy        "Deprecated": "1",
619092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
619152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.SNOOP_MISS",
619292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
6193*18054d02SAlexander Motin        "MSRValue": "0x23C000004",
619492b14858SMatt Macy        "Offcore": "1",
619592b14858SMatt Macy        "SampleAfterValue": "100003",
619692b14858SMatt Macy        "UMask": "0x1"
619792b14858SMatt Macy    },
619892b14858SMatt Macy    {
619952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS.SNOOP_NONE",
620092b14858SMatt Macy        "Counter": "0,1,2,3",
620192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
620292b14858SMatt Macy        "Deprecated": "1",
620392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
620452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS.SNOOP_NONE",
620592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
6206*18054d02SAlexander Motin        "MSRValue": "0xBC000004",
620792b14858SMatt Macy        "Offcore": "1",
620892b14858SMatt Macy        "SampleAfterValue": "100003",
620992b14858SMatt Macy        "UMask": "0x1"
621092b14858SMatt Macy    },
621192b14858SMatt Macy    {
621252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
621392b14858SMatt Macy        "Counter": "0,1,2,3",
621492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
621552d973f5SAlexander Motin        "Deprecated": "1",
621692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
621752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
621892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
621952d973f5SAlexander Motin        "MSRValue": "0x3F84000004",
622092b14858SMatt Macy        "Offcore": "1",
622192b14858SMatt Macy        "SampleAfterValue": "100003",
622292b14858SMatt Macy        "UMask": "0x1"
622392b14858SMatt Macy    },
622492b14858SMatt Macy    {
622552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
622692b14858SMatt Macy        "Counter": "0,1,2,3",
622792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
622852d973f5SAlexander Motin        "Deprecated": "1",
622992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
623052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
623152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
623252d973f5SAlexander Motin        "MSRValue": "0x1004000004",
623352d973f5SAlexander Motin        "Offcore": "1",
623452d973f5SAlexander Motin        "SampleAfterValue": "100003",
623552d973f5SAlexander Motin        "UMask": "0x1"
623652d973f5SAlexander Motin    },
623752d973f5SAlexander Motin    {
623852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
623952d973f5SAlexander Motin        "Counter": "0,1,2,3",
624052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
624152d973f5SAlexander Motin        "Deprecated": "1",
624252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
624352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
624452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6245*18054d02SAlexander Motin        "MSRValue": "0x804000004",
624652d973f5SAlexander Motin        "Offcore": "1",
624752d973f5SAlexander Motin        "SampleAfterValue": "100003",
624852d973f5SAlexander Motin        "UMask": "0x1"
624952d973f5SAlexander Motin    },
625052d973f5SAlexander Motin    {
625152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
625252d973f5SAlexander Motin        "Counter": "0,1,2,3",
625352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
625452d973f5SAlexander Motin        "Deprecated": "1",
625552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
625652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
625752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6258*18054d02SAlexander Motin        "MSRValue": "0x404000004",
625952d973f5SAlexander Motin        "Offcore": "1",
626052d973f5SAlexander Motin        "SampleAfterValue": "100003",
626152d973f5SAlexander Motin        "UMask": "0x1"
626252d973f5SAlexander Motin    },
626352d973f5SAlexander Motin    {
626452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
626552d973f5SAlexander Motin        "Counter": "0,1,2,3",
626652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
626752d973f5SAlexander Motin        "Deprecated": "1",
626852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
626952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
627052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6271*18054d02SAlexander Motin        "MSRValue": "0x104000004",
627252d973f5SAlexander Motin        "Offcore": "1",
627352d973f5SAlexander Motin        "SampleAfterValue": "100003",
627452d973f5SAlexander Motin        "UMask": "0x1"
627552d973f5SAlexander Motin    },
627652d973f5SAlexander Motin    {
627752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
627852d973f5SAlexander Motin        "Counter": "0,1,2,3",
627952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
628052d973f5SAlexander Motin        "Deprecated": "1",
628152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
628252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
628352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6284*18054d02SAlexander Motin        "MSRValue": "0x204000004",
628552d973f5SAlexander Motin        "Offcore": "1",
628652d973f5SAlexander Motin        "SampleAfterValue": "100003",
628752d973f5SAlexander Motin        "UMask": "0x1"
628852d973f5SAlexander Motin    },
628952d973f5SAlexander Motin    {
629052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
629152d973f5SAlexander Motin        "Counter": "0,1,2,3",
629252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
629352d973f5SAlexander Motin        "Deprecated": "1",
629452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
629552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
629652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6297*18054d02SAlexander Motin        "MSRValue": "0x604000004",
629852d973f5SAlexander Motin        "Offcore": "1",
629952d973f5SAlexander Motin        "SampleAfterValue": "100003",
630052d973f5SAlexander Motin        "UMask": "0x1"
630152d973f5SAlexander Motin    },
630252d973f5SAlexander Motin    {
630352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
630452d973f5SAlexander Motin        "Counter": "0,1,2,3",
630552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
630652d973f5SAlexander Motin        "Deprecated": "1",
630752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
630852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
630952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6310*18054d02SAlexander Motin        "MSRValue": "0x84000004",
631152d973f5SAlexander Motin        "Offcore": "1",
631252d973f5SAlexander Motin        "SampleAfterValue": "100003",
631352d973f5SAlexander Motin        "UMask": "0x1"
631452d973f5SAlexander Motin    },
631552d973f5SAlexander Motin    {
631652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
631752d973f5SAlexander Motin        "Counter": "0,1,2,3",
631852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
631952d973f5SAlexander Motin        "Deprecated": "1",
632052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
632152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
632252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6323*18054d02SAlexander Motin        "MSRValue": "0x63B800004",
632452d973f5SAlexander Motin        "Offcore": "1",
632552d973f5SAlexander Motin        "SampleAfterValue": "100003",
632652d973f5SAlexander Motin        "UMask": "0x1"
632752d973f5SAlexander Motin    },
632852d973f5SAlexander Motin    {
632952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
633052d973f5SAlexander Motin        "Counter": "0,1,2,3",
633152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
633252d973f5SAlexander Motin        "Deprecated": "1",
633352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
633452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
633552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
633652d973f5SAlexander Motin        "MSRValue": "0x3F90000004",
633752d973f5SAlexander Motin        "Offcore": "1",
633852d973f5SAlexander Motin        "SampleAfterValue": "100003",
633952d973f5SAlexander Motin        "UMask": "0x1"
634052d973f5SAlexander Motin    },
634152d973f5SAlexander Motin    {
634252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
634352d973f5SAlexander Motin        "Counter": "0,1,2,3",
634452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
634552d973f5SAlexander Motin        "Deprecated": "1",
634652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
634752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
634852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
634952d973f5SAlexander Motin        "MSRValue": "0x1010000004",
635052d973f5SAlexander Motin        "Offcore": "1",
635152d973f5SAlexander Motin        "SampleAfterValue": "100003",
635252d973f5SAlexander Motin        "UMask": "0x1"
635352d973f5SAlexander Motin    },
635452d973f5SAlexander Motin    {
635552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
635652d973f5SAlexander Motin        "Counter": "0,1,2,3",
635752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
635852d973f5SAlexander Motin        "Deprecated": "1",
635952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
636052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
636152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6362*18054d02SAlexander Motin        "MSRValue": "0x810000004",
636352d973f5SAlexander Motin        "Offcore": "1",
636452d973f5SAlexander Motin        "SampleAfterValue": "100003",
636552d973f5SAlexander Motin        "UMask": "0x1"
636652d973f5SAlexander Motin    },
636752d973f5SAlexander Motin    {
636852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
636952d973f5SAlexander Motin        "Counter": "0,1,2,3",
637052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
637152d973f5SAlexander Motin        "Deprecated": "1",
637252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
637352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
637452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6375*18054d02SAlexander Motin        "MSRValue": "0x410000004",
637652d973f5SAlexander Motin        "Offcore": "1",
637752d973f5SAlexander Motin        "SampleAfterValue": "100003",
637852d973f5SAlexander Motin        "UMask": "0x1"
637952d973f5SAlexander Motin    },
638052d973f5SAlexander Motin    {
638152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
638252d973f5SAlexander Motin        "Counter": "0,1,2,3",
638352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
638452d973f5SAlexander Motin        "Deprecated": "1",
638552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
638652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
638752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6388*18054d02SAlexander Motin        "MSRValue": "0x110000004",
638952d973f5SAlexander Motin        "Offcore": "1",
639052d973f5SAlexander Motin        "SampleAfterValue": "100003",
639152d973f5SAlexander Motin        "UMask": "0x1"
639252d973f5SAlexander Motin    },
639352d973f5SAlexander Motin    {
639452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
639552d973f5SAlexander Motin        "Counter": "0,1,2,3",
639652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
639752d973f5SAlexander Motin        "Deprecated": "1",
639852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
639952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
640052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6401*18054d02SAlexander Motin        "MSRValue": "0x210000004",
640252d973f5SAlexander Motin        "Offcore": "1",
640352d973f5SAlexander Motin        "SampleAfterValue": "100003",
640452d973f5SAlexander Motin        "UMask": "0x1"
640552d973f5SAlexander Motin    },
640652d973f5SAlexander Motin    {
640752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
640852d973f5SAlexander Motin        "Counter": "0,1,2,3",
640952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
641052d973f5SAlexander Motin        "Deprecated": "1",
641152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
641252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
641352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6414*18054d02SAlexander Motin        "MSRValue": "0x90000004",
641552d973f5SAlexander Motin        "Offcore": "1",
641652d973f5SAlexander Motin        "SampleAfterValue": "100003",
641752d973f5SAlexander Motin        "UMask": "0x1"
641852d973f5SAlexander Motin    },
641952d973f5SAlexander Motin    {
642052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.ANY_SNOOP",
642152d973f5SAlexander Motin        "Counter": "0,1,2,3",
642252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
642352d973f5SAlexander Motin        "Deprecated": "1",
642452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
642552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.ANY_SNOOP",
642652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
642752d973f5SAlexander Motin        "MSRValue": "0x3FBC000001",
642852d973f5SAlexander Motin        "Offcore": "1",
642952d973f5SAlexander Motin        "SampleAfterValue": "100003",
643052d973f5SAlexander Motin        "UMask": "0x1"
643152d973f5SAlexander Motin    },
643252d973f5SAlexander Motin    {
643352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.HITM_OTHER_CORE",
643452d973f5SAlexander Motin        "Counter": "0,1,2,3",
643552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
643652d973f5SAlexander Motin        "Deprecated": "1",
643752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
643852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.HITM_OTHER_CORE",
643952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
644052d973f5SAlexander Motin        "MSRValue": "0x103C000001",
644152d973f5SAlexander Motin        "Offcore": "1",
644252d973f5SAlexander Motin        "SampleAfterValue": "100003",
644352d973f5SAlexander Motin        "UMask": "0x1"
644452d973f5SAlexander Motin    },
644552d973f5SAlexander Motin    {
644652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
644752d973f5SAlexander Motin        "Counter": "0,1,2,3",
644852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
644952d973f5SAlexander Motin        "Deprecated": "1",
645052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
645152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
645252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6453*18054d02SAlexander Motin        "MSRValue": "0x83C000001",
645452d973f5SAlexander Motin        "Offcore": "1",
645552d973f5SAlexander Motin        "SampleAfterValue": "100003",
645652d973f5SAlexander Motin        "UMask": "0x1"
645752d973f5SAlexander Motin    },
645852d973f5SAlexander Motin    {
645952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
646052d973f5SAlexander Motin        "Counter": "0,1,2,3",
646152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
646252d973f5SAlexander Motin        "Deprecated": "1",
646352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
646452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
646552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6466*18054d02SAlexander Motin        "MSRValue": "0x43C000001",
646752d973f5SAlexander Motin        "Offcore": "1",
646852d973f5SAlexander Motin        "SampleAfterValue": "100003",
646952d973f5SAlexander Motin        "UMask": "0x1"
647052d973f5SAlexander Motin    },
647152d973f5SAlexander Motin    {
647252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
647352d973f5SAlexander Motin        "Counter": "0,1,2,3",
647452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
647552d973f5SAlexander Motin        "Deprecated": "1",
647652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
647752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
647852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6479*18054d02SAlexander Motin        "MSRValue": "0x13C000001",
648052d973f5SAlexander Motin        "Offcore": "1",
648152d973f5SAlexander Motin        "SampleAfterValue": "100003",
648252d973f5SAlexander Motin        "UMask": "0x1"
648352d973f5SAlexander Motin    },
648452d973f5SAlexander Motin    {
648552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HITM",
648652d973f5SAlexander Motin        "Counter": "0,1,2,3",
648752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
648852d973f5SAlexander Motin        "Deprecated": "1",
648952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
649052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.REMOTE_HITM",
649152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
649252d973f5SAlexander Motin        "MSRValue": "0x103FC00001",
649352d973f5SAlexander Motin        "Offcore": "1",
649452d973f5SAlexander Motin        "SampleAfterValue": "100003",
649552d973f5SAlexander Motin        "UMask": "0x1"
649652d973f5SAlexander Motin    },
649752d973f5SAlexander Motin    {
649852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
649952d973f5SAlexander Motin        "Counter": "0,1,2,3",
650052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
650152d973f5SAlexander Motin        "Deprecated": "1",
650252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
650352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
650452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6505*18054d02SAlexander Motin        "MSRValue": "0x83FC00001",
650652d973f5SAlexander Motin        "Offcore": "1",
650752d973f5SAlexander Motin        "SampleAfterValue": "100003",
650852d973f5SAlexander Motin        "UMask": "0x1"
650952d973f5SAlexander Motin    },
651052d973f5SAlexander Motin    {
651152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_MISS",
651252d973f5SAlexander Motin        "Counter": "0,1,2,3",
651352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
651452d973f5SAlexander Motin        "Deprecated": "1",
651552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
651652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.SNOOP_MISS",
651752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6518*18054d02SAlexander Motin        "MSRValue": "0x23C000001",
651952d973f5SAlexander Motin        "Offcore": "1",
652052d973f5SAlexander Motin        "SampleAfterValue": "100003",
652152d973f5SAlexander Motin        "UMask": "0x1"
652252d973f5SAlexander Motin    },
652352d973f5SAlexander Motin    {
652452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS.SNOOP_NONE",
652552d973f5SAlexander Motin        "Counter": "0,1,2,3",
652652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
652752d973f5SAlexander Motin        "Deprecated": "1",
652852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
652952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS.SNOOP_NONE",
653052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6531*18054d02SAlexander Motin        "MSRValue": "0xBC000001",
653252d973f5SAlexander Motin        "Offcore": "1",
653352d973f5SAlexander Motin        "SampleAfterValue": "100003",
653452d973f5SAlexander Motin        "UMask": "0x1"
653552d973f5SAlexander Motin    },
653652d973f5SAlexander Motin    {
653752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
653852d973f5SAlexander Motin        "Counter": "0,1,2,3",
653952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
654052d973f5SAlexander Motin        "Deprecated": "1",
654152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
654252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
654352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
654452d973f5SAlexander Motin        "MSRValue": "0x3F84000001",
654552d973f5SAlexander Motin        "Offcore": "1",
654652d973f5SAlexander Motin        "SampleAfterValue": "100003",
654752d973f5SAlexander Motin        "UMask": "0x1"
654852d973f5SAlexander Motin    },
654952d973f5SAlexander Motin    {
655052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
655152d973f5SAlexander Motin        "Counter": "0,1,2,3",
655252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
655352d973f5SAlexander Motin        "Deprecated": "1",
655452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
655552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
655652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
655752d973f5SAlexander Motin        "MSRValue": "0x1004000001",
655852d973f5SAlexander Motin        "Offcore": "1",
655952d973f5SAlexander Motin        "SampleAfterValue": "100003",
656052d973f5SAlexander Motin        "UMask": "0x1"
656152d973f5SAlexander Motin    },
656252d973f5SAlexander Motin    {
656352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
656452d973f5SAlexander Motin        "Counter": "0,1,2,3",
656552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
656652d973f5SAlexander Motin        "Deprecated": "1",
656752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
656852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
656952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6570*18054d02SAlexander Motin        "MSRValue": "0x804000001",
657152d973f5SAlexander Motin        "Offcore": "1",
657252d973f5SAlexander Motin        "SampleAfterValue": "100003",
657352d973f5SAlexander Motin        "UMask": "0x1"
657452d973f5SAlexander Motin    },
657552d973f5SAlexander Motin    {
657652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
657752d973f5SAlexander Motin        "Counter": "0,1,2,3",
657852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
657952d973f5SAlexander Motin        "Deprecated": "1",
658052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
658152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
658252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6583*18054d02SAlexander Motin        "MSRValue": "0x404000001",
658452d973f5SAlexander Motin        "Offcore": "1",
658552d973f5SAlexander Motin        "SampleAfterValue": "100003",
658652d973f5SAlexander Motin        "UMask": "0x1"
658752d973f5SAlexander Motin    },
658852d973f5SAlexander Motin    {
658952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
659052d973f5SAlexander Motin        "Counter": "0,1,2,3",
659152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
659252d973f5SAlexander Motin        "Deprecated": "1",
659352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
659452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
659552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6596*18054d02SAlexander Motin        "MSRValue": "0x104000001",
659752d973f5SAlexander Motin        "Offcore": "1",
659852d973f5SAlexander Motin        "SampleAfterValue": "100003",
659952d973f5SAlexander Motin        "UMask": "0x1"
660052d973f5SAlexander Motin    },
660152d973f5SAlexander Motin    {
660252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
660352d973f5SAlexander Motin        "Counter": "0,1,2,3",
660452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
660552d973f5SAlexander Motin        "Deprecated": "1",
660652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
660752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
660852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6609*18054d02SAlexander Motin        "MSRValue": "0x204000001",
661052d973f5SAlexander Motin        "Offcore": "1",
661152d973f5SAlexander Motin        "SampleAfterValue": "100003",
661252d973f5SAlexander Motin        "UMask": "0x1"
661352d973f5SAlexander Motin    },
661452d973f5SAlexander Motin    {
661552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
661652d973f5SAlexander Motin        "Counter": "0,1,2,3",
661752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
661852d973f5SAlexander Motin        "Deprecated": "1",
661952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
662052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
662152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6622*18054d02SAlexander Motin        "MSRValue": "0x604000001",
662352d973f5SAlexander Motin        "Offcore": "1",
662452d973f5SAlexander Motin        "SampleAfterValue": "100003",
662552d973f5SAlexander Motin        "UMask": "0x1"
662652d973f5SAlexander Motin    },
662752d973f5SAlexander Motin    {
662852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
662952d973f5SAlexander Motin        "Counter": "0,1,2,3",
663052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
663152d973f5SAlexander Motin        "Deprecated": "1",
663252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
663352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
663452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6635*18054d02SAlexander Motin        "MSRValue": "0x84000001",
663652d973f5SAlexander Motin        "Offcore": "1",
663752d973f5SAlexander Motin        "SampleAfterValue": "100003",
663852d973f5SAlexander Motin        "UMask": "0x1"
663952d973f5SAlexander Motin    },
664052d973f5SAlexander Motin    {
664152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
664252d973f5SAlexander Motin        "Counter": "0,1,2,3",
664352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
664452d973f5SAlexander Motin        "Deprecated": "1",
664552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
664652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
664752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6648*18054d02SAlexander Motin        "MSRValue": "0x63B800001",
664952d973f5SAlexander Motin        "Offcore": "1",
665052d973f5SAlexander Motin        "SampleAfterValue": "100003",
665152d973f5SAlexander Motin        "UMask": "0x1"
665252d973f5SAlexander Motin    },
665352d973f5SAlexander Motin    {
665452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
665552d973f5SAlexander Motin        "Counter": "0,1,2,3",
665652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
665752d973f5SAlexander Motin        "Deprecated": "1",
665852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
665952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
666052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
666152d973f5SAlexander Motin        "MSRValue": "0x3F90000001",
666252d973f5SAlexander Motin        "Offcore": "1",
666352d973f5SAlexander Motin        "SampleAfterValue": "100003",
666452d973f5SAlexander Motin        "UMask": "0x1"
666552d973f5SAlexander Motin    },
666652d973f5SAlexander Motin    {
666752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
666852d973f5SAlexander Motin        "Counter": "0,1,2,3",
666952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
667052d973f5SAlexander Motin        "Deprecated": "1",
667152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
667252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
667352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
667452d973f5SAlexander Motin        "MSRValue": "0x1010000001",
667552d973f5SAlexander Motin        "Offcore": "1",
667652d973f5SAlexander Motin        "SampleAfterValue": "100003",
667752d973f5SAlexander Motin        "UMask": "0x1"
667852d973f5SAlexander Motin    },
667952d973f5SAlexander Motin    {
668052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
668152d973f5SAlexander Motin        "Counter": "0,1,2,3",
668252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
668352d973f5SAlexander Motin        "Deprecated": "1",
668452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
668552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
668652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6687*18054d02SAlexander Motin        "MSRValue": "0x810000001",
668852d973f5SAlexander Motin        "Offcore": "1",
668952d973f5SAlexander Motin        "SampleAfterValue": "100003",
669052d973f5SAlexander Motin        "UMask": "0x1"
669152d973f5SAlexander Motin    },
669252d973f5SAlexander Motin    {
669352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
669452d973f5SAlexander Motin        "Counter": "0,1,2,3",
669552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
669652d973f5SAlexander Motin        "Deprecated": "1",
669752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
669852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
669952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6700*18054d02SAlexander Motin        "MSRValue": "0x410000001",
670152d973f5SAlexander Motin        "Offcore": "1",
670252d973f5SAlexander Motin        "SampleAfterValue": "100003",
670352d973f5SAlexander Motin        "UMask": "0x1"
670452d973f5SAlexander Motin    },
670552d973f5SAlexander Motin    {
670652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
670752d973f5SAlexander Motin        "Counter": "0,1,2,3",
670852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
670952d973f5SAlexander Motin        "Deprecated": "1",
671052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
671152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
671252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6713*18054d02SAlexander Motin        "MSRValue": "0x110000001",
671452d973f5SAlexander Motin        "Offcore": "1",
671552d973f5SAlexander Motin        "SampleAfterValue": "100003",
671652d973f5SAlexander Motin        "UMask": "0x1"
671752d973f5SAlexander Motin    },
671852d973f5SAlexander Motin    {
671952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
672052d973f5SAlexander Motin        "Counter": "0,1,2,3",
672152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
672252d973f5SAlexander Motin        "Deprecated": "1",
672352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
672452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
672552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6726*18054d02SAlexander Motin        "MSRValue": "0x210000001",
672752d973f5SAlexander Motin        "Offcore": "1",
672852d973f5SAlexander Motin        "SampleAfterValue": "100003",
672952d973f5SAlexander Motin        "UMask": "0x1"
673052d973f5SAlexander Motin    },
673152d973f5SAlexander Motin    {
673252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
673352d973f5SAlexander Motin        "Counter": "0,1,2,3",
673452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
673552d973f5SAlexander Motin        "Deprecated": "1",
673652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
673752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
673852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6739*18054d02SAlexander Motin        "MSRValue": "0x90000001",
674052d973f5SAlexander Motin        "Offcore": "1",
674152d973f5SAlexander Motin        "SampleAfterValue": "100003",
674252d973f5SAlexander Motin        "UMask": "0x1"
674352d973f5SAlexander Motin    },
674452d973f5SAlexander Motin    {
674552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.ANY_SNOOP",
674652d973f5SAlexander Motin        "Counter": "0,1,2,3",
674752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
674852d973f5SAlexander Motin        "Deprecated": "1",
674952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
675052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.ANY_SNOOP",
675152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
675252d973f5SAlexander Motin        "MSRValue": "0x3FBC000002",
675352d973f5SAlexander Motin        "Offcore": "1",
675452d973f5SAlexander Motin        "SampleAfterValue": "100003",
675552d973f5SAlexander Motin        "UMask": "0x1"
675652d973f5SAlexander Motin    },
675752d973f5SAlexander Motin    {
675852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.HITM_OTHER_CORE",
675952d973f5SAlexander Motin        "Counter": "0,1,2,3",
676052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
676152d973f5SAlexander Motin        "Deprecated": "1",
676252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
676352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.HITM_OTHER_CORE",
676452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
676552d973f5SAlexander Motin        "MSRValue": "0x103C000002",
676652d973f5SAlexander Motin        "Offcore": "1",
676752d973f5SAlexander Motin        "SampleAfterValue": "100003",
676852d973f5SAlexander Motin        "UMask": "0x1"
676952d973f5SAlexander Motin    },
677052d973f5SAlexander Motin    {
677152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
677252d973f5SAlexander Motin        "Counter": "0,1,2,3",
677352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
677452d973f5SAlexander Motin        "Deprecated": "1",
677552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
677652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
677752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6778*18054d02SAlexander Motin        "MSRValue": "0x83C000002",
677952d973f5SAlexander Motin        "Offcore": "1",
678052d973f5SAlexander Motin        "SampleAfterValue": "100003",
678152d973f5SAlexander Motin        "UMask": "0x1"
678252d973f5SAlexander Motin    },
678352d973f5SAlexander Motin    {
678452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
678552d973f5SAlexander Motin        "Counter": "0,1,2,3",
678652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
678752d973f5SAlexander Motin        "Deprecated": "1",
678852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
678952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
679052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6791*18054d02SAlexander Motin        "MSRValue": "0x43C000002",
679252d973f5SAlexander Motin        "Offcore": "1",
679352d973f5SAlexander Motin        "SampleAfterValue": "100003",
679452d973f5SAlexander Motin        "UMask": "0x1"
679552d973f5SAlexander Motin    },
679652d973f5SAlexander Motin    {
679752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.NO_SNOOP_NEEDED",
679852d973f5SAlexander Motin        "Counter": "0,1,2,3",
679952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
680052d973f5SAlexander Motin        "Deprecated": "1",
680152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
680252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.NO_SNOOP_NEEDED",
680352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6804*18054d02SAlexander Motin        "MSRValue": "0x13C000002",
680552d973f5SAlexander Motin        "Offcore": "1",
680652d973f5SAlexander Motin        "SampleAfterValue": "100003",
680752d973f5SAlexander Motin        "UMask": "0x1"
680852d973f5SAlexander Motin    },
680952d973f5SAlexander Motin    {
681052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.REMOTE_HITM",
681152d973f5SAlexander Motin        "Counter": "0,1,2,3",
681252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
681352d973f5SAlexander Motin        "Deprecated": "1",
681452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
681552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.REMOTE_HITM",
681652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
681752d973f5SAlexander Motin        "MSRValue": "0x103FC00002",
681852d973f5SAlexander Motin        "Offcore": "1",
681952d973f5SAlexander Motin        "SampleAfterValue": "100003",
682052d973f5SAlexander Motin        "UMask": "0x1"
682152d973f5SAlexander Motin    },
682252d973f5SAlexander Motin    {
682352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.REMOTE_HIT_FORWARD",
682452d973f5SAlexander Motin        "Counter": "0,1,2,3",
682552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
682652d973f5SAlexander Motin        "Deprecated": "1",
682752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
682852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.REMOTE_HIT_FORWARD",
682952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6830*18054d02SAlexander Motin        "MSRValue": "0x83FC00002",
683152d973f5SAlexander Motin        "Offcore": "1",
683252d973f5SAlexander Motin        "SampleAfterValue": "100003",
683352d973f5SAlexander Motin        "UMask": "0x1"
683452d973f5SAlexander Motin    },
683552d973f5SAlexander Motin    {
683652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.SNOOP_MISS",
683752d973f5SAlexander Motin        "Counter": "0,1,2,3",
683852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
683952d973f5SAlexander Motin        "Deprecated": "1",
684052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
684152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.SNOOP_MISS",
684252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6843*18054d02SAlexander Motin        "MSRValue": "0x23C000002",
684452d973f5SAlexander Motin        "Offcore": "1",
684552d973f5SAlexander Motin        "SampleAfterValue": "100003",
684652d973f5SAlexander Motin        "UMask": "0x1"
684752d973f5SAlexander Motin    },
684852d973f5SAlexander Motin    {
684952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS.SNOOP_NONE",
685052d973f5SAlexander Motin        "Counter": "0,1,2,3",
685152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
685252d973f5SAlexander Motin        "Deprecated": "1",
685352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
685452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS.SNOOP_NONE",
685552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6856*18054d02SAlexander Motin        "MSRValue": "0xBC000002",
685752d973f5SAlexander Motin        "Offcore": "1",
685852d973f5SAlexander Motin        "SampleAfterValue": "100003",
685952d973f5SAlexander Motin        "UMask": "0x1"
686052d973f5SAlexander Motin    },
686152d973f5SAlexander Motin    {
686252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
686352d973f5SAlexander Motin        "Counter": "0,1,2,3",
686452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
686552d973f5SAlexander Motin        "Deprecated": "1",
686652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
686752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
686852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
686952d973f5SAlexander Motin        "MSRValue": "0x3F84000002",
687052d973f5SAlexander Motin        "Offcore": "1",
687152d973f5SAlexander Motin        "SampleAfterValue": "100003",
687252d973f5SAlexander Motin        "UMask": "0x1"
687352d973f5SAlexander Motin    },
687452d973f5SAlexander Motin    {
687552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
687652d973f5SAlexander Motin        "Counter": "0,1,2,3",
687752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
687852d973f5SAlexander Motin        "Deprecated": "1",
687952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
688052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
688152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
688252d973f5SAlexander Motin        "MSRValue": "0x1004000002",
688352d973f5SAlexander Motin        "Offcore": "1",
688452d973f5SAlexander Motin        "SampleAfterValue": "100003",
688552d973f5SAlexander Motin        "UMask": "0x1"
688652d973f5SAlexander Motin    },
688752d973f5SAlexander Motin    {
688852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
688952d973f5SAlexander Motin        "Counter": "0,1,2,3",
689052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
689152d973f5SAlexander Motin        "Deprecated": "1",
689252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
689352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
689452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6895*18054d02SAlexander Motin        "MSRValue": "0x804000002",
689652d973f5SAlexander Motin        "Offcore": "1",
689752d973f5SAlexander Motin        "SampleAfterValue": "100003",
689852d973f5SAlexander Motin        "UMask": "0x1"
689952d973f5SAlexander Motin    },
690052d973f5SAlexander Motin    {
690152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
690252d973f5SAlexander Motin        "Counter": "0,1,2,3",
690352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
690452d973f5SAlexander Motin        "Deprecated": "1",
690552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
690652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
690752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6908*18054d02SAlexander Motin        "MSRValue": "0x404000002",
690952d973f5SAlexander Motin        "Offcore": "1",
691052d973f5SAlexander Motin        "SampleAfterValue": "100003",
691152d973f5SAlexander Motin        "UMask": "0x1"
691252d973f5SAlexander Motin    },
691352d973f5SAlexander Motin    {
691452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
691552d973f5SAlexander Motin        "Counter": "0,1,2,3",
691652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
691752d973f5SAlexander Motin        "Deprecated": "1",
691852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
691952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
692052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6921*18054d02SAlexander Motin        "MSRValue": "0x104000002",
692252d973f5SAlexander Motin        "Offcore": "1",
692352d973f5SAlexander Motin        "SampleAfterValue": "100003",
692452d973f5SAlexander Motin        "UMask": "0x1"
692552d973f5SAlexander Motin    },
692652d973f5SAlexander Motin    {
692752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
692852d973f5SAlexander Motin        "Counter": "0,1,2,3",
692952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
693052d973f5SAlexander Motin        "Deprecated": "1",
693152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
693252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
693352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6934*18054d02SAlexander Motin        "MSRValue": "0x204000002",
693552d973f5SAlexander Motin        "Offcore": "1",
693652d973f5SAlexander Motin        "SampleAfterValue": "100003",
693752d973f5SAlexander Motin        "UMask": "0x1"
693852d973f5SAlexander Motin    },
693952d973f5SAlexander Motin    {
694052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
694152d973f5SAlexander Motin        "Counter": "0,1,2,3",
694252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
694352d973f5SAlexander Motin        "Deprecated": "1",
694452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
694552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
694652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6947*18054d02SAlexander Motin        "MSRValue": "0x604000002",
694852d973f5SAlexander Motin        "Offcore": "1",
694952d973f5SAlexander Motin        "SampleAfterValue": "100003",
695052d973f5SAlexander Motin        "UMask": "0x1"
695152d973f5SAlexander Motin    },
695252d973f5SAlexander Motin    {
695352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
695452d973f5SAlexander Motin        "Counter": "0,1,2,3",
695552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
695652d973f5SAlexander Motin        "Deprecated": "1",
695752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
695852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
695952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6960*18054d02SAlexander Motin        "MSRValue": "0x84000002",
696152d973f5SAlexander Motin        "Offcore": "1",
696252d973f5SAlexander Motin        "SampleAfterValue": "100003",
696352d973f5SAlexander Motin        "UMask": "0x1"
696452d973f5SAlexander Motin    },
696552d973f5SAlexander Motin    {
696652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
696752d973f5SAlexander Motin        "Counter": "0,1,2,3",
696852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
696952d973f5SAlexander Motin        "Deprecated": "1",
697052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
697152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
697252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
6973*18054d02SAlexander Motin        "MSRValue": "0x63B800002",
697452d973f5SAlexander Motin        "Offcore": "1",
697552d973f5SAlexander Motin        "SampleAfterValue": "100003",
697652d973f5SAlexander Motin        "UMask": "0x1"
697752d973f5SAlexander Motin    },
697852d973f5SAlexander Motin    {
697952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
698052d973f5SAlexander Motin        "Counter": "0,1,2,3",
698152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
698252d973f5SAlexander Motin        "Deprecated": "1",
698352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
698452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
698552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
698652d973f5SAlexander Motin        "MSRValue": "0x3F90000002",
698752d973f5SAlexander Motin        "Offcore": "1",
698852d973f5SAlexander Motin        "SampleAfterValue": "100003",
698952d973f5SAlexander Motin        "UMask": "0x1"
699052d973f5SAlexander Motin    },
699152d973f5SAlexander Motin    {
699252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
699352d973f5SAlexander Motin        "Counter": "0,1,2,3",
699452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
699552d973f5SAlexander Motin        "Deprecated": "1",
699652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
699752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
699852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
699952d973f5SAlexander Motin        "MSRValue": "0x1010000002",
700052d973f5SAlexander Motin        "Offcore": "1",
700152d973f5SAlexander Motin        "SampleAfterValue": "100003",
700252d973f5SAlexander Motin        "UMask": "0x1"
700352d973f5SAlexander Motin    },
700452d973f5SAlexander Motin    {
700552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
700652d973f5SAlexander Motin        "Counter": "0,1,2,3",
700752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
700852d973f5SAlexander Motin        "Deprecated": "1",
700952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
701052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
701152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7012*18054d02SAlexander Motin        "MSRValue": "0x810000002",
701352d973f5SAlexander Motin        "Offcore": "1",
701452d973f5SAlexander Motin        "SampleAfterValue": "100003",
701552d973f5SAlexander Motin        "UMask": "0x1"
701652d973f5SAlexander Motin    },
701752d973f5SAlexander Motin    {
701852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
701952d973f5SAlexander Motin        "Counter": "0,1,2,3",
702052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
702152d973f5SAlexander Motin        "Deprecated": "1",
702252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
702352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
702452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7025*18054d02SAlexander Motin        "MSRValue": "0x410000002",
702652d973f5SAlexander Motin        "Offcore": "1",
702752d973f5SAlexander Motin        "SampleAfterValue": "100003",
702852d973f5SAlexander Motin        "UMask": "0x1"
702952d973f5SAlexander Motin    },
703052d973f5SAlexander Motin    {
703152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
703252d973f5SAlexander Motin        "Counter": "0,1,2,3",
703352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
703452d973f5SAlexander Motin        "Deprecated": "1",
703552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
703652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
703752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7038*18054d02SAlexander Motin        "MSRValue": "0x110000002",
703952d973f5SAlexander Motin        "Offcore": "1",
704052d973f5SAlexander Motin        "SampleAfterValue": "100003",
704152d973f5SAlexander Motin        "UMask": "0x1"
704252d973f5SAlexander Motin    },
704352d973f5SAlexander Motin    {
704452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
704552d973f5SAlexander Motin        "Counter": "0,1,2,3",
704652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
704752d973f5SAlexander Motin        "Deprecated": "1",
704852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
704952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
705052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7051*18054d02SAlexander Motin        "MSRValue": "0x210000002",
705252d973f5SAlexander Motin        "Offcore": "1",
705352d973f5SAlexander Motin        "SampleAfterValue": "100003",
705452d973f5SAlexander Motin        "UMask": "0x1"
705552d973f5SAlexander Motin    },
705652d973f5SAlexander Motin    {
705752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
705852d973f5SAlexander Motin        "Counter": "0,1,2,3",
705952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
706052d973f5SAlexander Motin        "Deprecated": "1",
706152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
706252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
706352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7064*18054d02SAlexander Motin        "MSRValue": "0x90000002",
706552d973f5SAlexander Motin        "Offcore": "1",
706652d973f5SAlexander Motin        "SampleAfterValue": "100003",
706752d973f5SAlexander Motin        "UMask": "0x1"
706852d973f5SAlexander Motin    },
706952d973f5SAlexander Motin    {
707052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.ANY_SNOOP",
707152d973f5SAlexander Motin        "Counter": "0,1,2,3",
707252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
707352d973f5SAlexander Motin        "Deprecated": "1",
707452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
707552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.ANY_SNOOP",
707652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
707752d973f5SAlexander Motin        "MSRValue": "0x3FBC008000",
707852d973f5SAlexander Motin        "Offcore": "1",
707952d973f5SAlexander Motin        "SampleAfterValue": "100003",
708052d973f5SAlexander Motin        "UMask": "0x1"
708152d973f5SAlexander Motin    },
708252d973f5SAlexander Motin    {
708352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.HITM_OTHER_CORE",
708452d973f5SAlexander Motin        "Counter": "0,1,2,3",
708552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
708652d973f5SAlexander Motin        "Deprecated": "1",
708752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
708852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.HITM_OTHER_CORE",
708952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
709052d973f5SAlexander Motin        "MSRValue": "0x103C008000",
709152d973f5SAlexander Motin        "Offcore": "1",
709252d973f5SAlexander Motin        "SampleAfterValue": "100003",
709352d973f5SAlexander Motin        "UMask": "0x1"
709452d973f5SAlexander Motin    },
709552d973f5SAlexander Motin    {
709652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.HIT_OTHER_CORE_FWD",
709752d973f5SAlexander Motin        "Counter": "0,1,2,3",
709852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
709952d973f5SAlexander Motin        "Deprecated": "1",
710052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
710152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.HIT_OTHER_CORE_FWD",
710292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
7103*18054d02SAlexander Motin        "MSRValue": "0x83C008000",
710492b14858SMatt Macy        "Offcore": "1",
710592b14858SMatt Macy        "SampleAfterValue": "100003",
710692b14858SMatt Macy        "UMask": "0x1"
710792b14858SMatt Macy    },
710892b14858SMatt Macy    {
710952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.HIT_OTHER_CORE_NO_FWD",
711052d973f5SAlexander Motin        "Counter": "0,1,2,3",
711152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
711252d973f5SAlexander Motin        "Deprecated": "1",
711352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
711452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.HIT_OTHER_CORE_NO_FWD",
711552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7116*18054d02SAlexander Motin        "MSRValue": "0x43C008000",
711752d973f5SAlexander Motin        "Offcore": "1",
711852d973f5SAlexander Motin        "SampleAfterValue": "100003",
711952d973f5SAlexander Motin        "UMask": "0x1"
712052d973f5SAlexander Motin    },
712152d973f5SAlexander Motin    {
712252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.NO_SNOOP_NEEDED",
712352d973f5SAlexander Motin        "Counter": "0,1,2,3",
712452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
712552d973f5SAlexander Motin        "Deprecated": "1",
712652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
712752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.NO_SNOOP_NEEDED",
712852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7129*18054d02SAlexander Motin        "MSRValue": "0x13C008000",
713052d973f5SAlexander Motin        "Offcore": "1",
713152d973f5SAlexander Motin        "SampleAfterValue": "100003",
713252d973f5SAlexander Motin        "UMask": "0x1"
713352d973f5SAlexander Motin    },
713452d973f5SAlexander Motin    {
713552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.REMOTE_HITM",
713652d973f5SAlexander Motin        "Counter": "0,1,2,3",
713752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
713852d973f5SAlexander Motin        "Deprecated": "1",
713952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
714052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.REMOTE_HITM",
714152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
714252d973f5SAlexander Motin        "MSRValue": "0x103FC08000",
714352d973f5SAlexander Motin        "Offcore": "1",
714452d973f5SAlexander Motin        "SampleAfterValue": "100003",
714552d973f5SAlexander Motin        "UMask": "0x1"
714652d973f5SAlexander Motin    },
714752d973f5SAlexander Motin    {
714852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.REMOTE_HIT_FORWARD",
714952d973f5SAlexander Motin        "Counter": "0,1,2,3",
715052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
715152d973f5SAlexander Motin        "Deprecated": "1",
715252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
715352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.REMOTE_HIT_FORWARD",
715452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7155*18054d02SAlexander Motin        "MSRValue": "0x83FC08000",
715652d973f5SAlexander Motin        "Offcore": "1",
715752d973f5SAlexander Motin        "SampleAfterValue": "100003",
715852d973f5SAlexander Motin        "UMask": "0x1"
715952d973f5SAlexander Motin    },
716052d973f5SAlexander Motin    {
716152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.SNOOP_MISS",
716252d973f5SAlexander Motin        "Counter": "0,1,2,3",
716352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
716452d973f5SAlexander Motin        "Deprecated": "1",
716552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
716652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_MISS",
716752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7168*18054d02SAlexander Motin        "MSRValue": "0x23C008000",
716952d973f5SAlexander Motin        "Offcore": "1",
717052d973f5SAlexander Motin        "SampleAfterValue": "100003",
717152d973f5SAlexander Motin        "UMask": "0x1"
717252d973f5SAlexander Motin    },
717352d973f5SAlexander Motin    {
717452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS.SNOOP_NONE",
717552d973f5SAlexander Motin        "Counter": "0,1,2,3",
717652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
717752d973f5SAlexander Motin        "Deprecated": "1",
717852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
717952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_NONE",
718052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7181*18054d02SAlexander Motin        "MSRValue": "0xBC008000",
718252d973f5SAlexander Motin        "Offcore": "1",
718352d973f5SAlexander Motin        "SampleAfterValue": "100003",
718452d973f5SAlexander Motin        "UMask": "0x1"
718552d973f5SAlexander Motin    },
718652d973f5SAlexander Motin    {
718752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
718852d973f5SAlexander Motin        "Counter": "0,1,2,3",
718952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
719052d973f5SAlexander Motin        "Deprecated": "1",
719152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
719252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
719352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
719452d973f5SAlexander Motin        "MSRValue": "0x3F84008000",
719552d973f5SAlexander Motin        "Offcore": "1",
719652d973f5SAlexander Motin        "SampleAfterValue": "100003",
719752d973f5SAlexander Motin        "UMask": "0x1"
719852d973f5SAlexander Motin    },
719952d973f5SAlexander Motin    {
720052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
720152d973f5SAlexander Motin        "Counter": "0,1,2,3",
720252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
720352d973f5SAlexander Motin        "Deprecated": "1",
720452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
720552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
720652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
720752d973f5SAlexander Motin        "MSRValue": "0x1004008000",
720852d973f5SAlexander Motin        "Offcore": "1",
720952d973f5SAlexander Motin        "SampleAfterValue": "100003",
721052d973f5SAlexander Motin        "UMask": "0x1"
721152d973f5SAlexander Motin    },
721252d973f5SAlexander Motin    {
721352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
721452d973f5SAlexander Motin        "Counter": "0,1,2,3",
721552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
721652d973f5SAlexander Motin        "Deprecated": "1",
721752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
721852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
721952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7220*18054d02SAlexander Motin        "MSRValue": "0x804008000",
722152d973f5SAlexander Motin        "Offcore": "1",
722252d973f5SAlexander Motin        "SampleAfterValue": "100003",
722352d973f5SAlexander Motin        "UMask": "0x1"
722452d973f5SAlexander Motin    },
722552d973f5SAlexander Motin    {
722652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
722752d973f5SAlexander Motin        "Counter": "0,1,2,3",
722852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
722952d973f5SAlexander Motin        "Deprecated": "1",
723052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
723152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
723252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7233*18054d02SAlexander Motin        "MSRValue": "0x404008000",
723452d973f5SAlexander Motin        "Offcore": "1",
723552d973f5SAlexander Motin        "SampleAfterValue": "100003",
723652d973f5SAlexander Motin        "UMask": "0x1"
723752d973f5SAlexander Motin    },
723852d973f5SAlexander Motin    {
723952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
724052d973f5SAlexander Motin        "Counter": "0,1,2,3",
724152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
724252d973f5SAlexander Motin        "Deprecated": "1",
724352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
724452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
724552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7246*18054d02SAlexander Motin        "MSRValue": "0x104008000",
724752d973f5SAlexander Motin        "Offcore": "1",
724852d973f5SAlexander Motin        "SampleAfterValue": "100003",
724952d973f5SAlexander Motin        "UMask": "0x1"
725052d973f5SAlexander Motin    },
725152d973f5SAlexander Motin    {
725252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
725352d973f5SAlexander Motin        "Counter": "0,1,2,3",
725452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
725552d973f5SAlexander Motin        "Deprecated": "1",
725652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
725752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
725852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7259*18054d02SAlexander Motin        "MSRValue": "0x204008000",
726052d973f5SAlexander Motin        "Offcore": "1",
726152d973f5SAlexander Motin        "SampleAfterValue": "100003",
726252d973f5SAlexander Motin        "UMask": "0x1"
726352d973f5SAlexander Motin    },
726452d973f5SAlexander Motin    {
726552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
726652d973f5SAlexander Motin        "Counter": "0,1,2,3",
726752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
726852d973f5SAlexander Motin        "Deprecated": "1",
726952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
727052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
727152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7272*18054d02SAlexander Motin        "MSRValue": "0x604008000",
727352d973f5SAlexander Motin        "Offcore": "1",
727452d973f5SAlexander Motin        "SampleAfterValue": "100003",
727552d973f5SAlexander Motin        "UMask": "0x1"
727652d973f5SAlexander Motin    },
727752d973f5SAlexander Motin    {
727852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
727952d973f5SAlexander Motin        "Counter": "0,1,2,3",
728052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
728152d973f5SAlexander Motin        "Deprecated": "1",
728252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
728352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
728452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7285*18054d02SAlexander Motin        "MSRValue": "0x84008000",
728652d973f5SAlexander Motin        "Offcore": "1",
728752d973f5SAlexander Motin        "SampleAfterValue": "100003",
728852d973f5SAlexander Motin        "UMask": "0x1"
728952d973f5SAlexander Motin    },
729052d973f5SAlexander Motin    {
729152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
729252d973f5SAlexander Motin        "Counter": "0,1,2,3",
729352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
729452d973f5SAlexander Motin        "Deprecated": "1",
729552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
729652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
729752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7298*18054d02SAlexander Motin        "MSRValue": "0x63B808000",
729952d973f5SAlexander Motin        "Offcore": "1",
730052d973f5SAlexander Motin        "SampleAfterValue": "100003",
730152d973f5SAlexander Motin        "UMask": "0x1"
730252d973f5SAlexander Motin    },
730352d973f5SAlexander Motin    {
730452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
730552d973f5SAlexander Motin        "Counter": "0,1,2,3",
730652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
730752d973f5SAlexander Motin        "Deprecated": "1",
730852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
730952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
731052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
731152d973f5SAlexander Motin        "MSRValue": "0x3F90008000",
731252d973f5SAlexander Motin        "Offcore": "1",
731352d973f5SAlexander Motin        "SampleAfterValue": "100003",
731452d973f5SAlexander Motin        "UMask": "0x1"
731552d973f5SAlexander Motin    },
731652d973f5SAlexander Motin    {
731752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
731852d973f5SAlexander Motin        "Counter": "0,1,2,3",
731952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
732052d973f5SAlexander Motin        "Deprecated": "1",
732152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
732252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
732352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
732452d973f5SAlexander Motin        "MSRValue": "0x1010008000",
732552d973f5SAlexander Motin        "Offcore": "1",
732652d973f5SAlexander Motin        "SampleAfterValue": "100003",
732752d973f5SAlexander Motin        "UMask": "0x1"
732852d973f5SAlexander Motin    },
732952d973f5SAlexander Motin    {
733092b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
733192b14858SMatt Macy        "Counter": "0,1,2,3",
733292b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
733392b14858SMatt Macy        "Deprecated": "1",
733492b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
733592b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
733692b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
7337*18054d02SAlexander Motin        "MSRValue": "0x810008000",
733892b14858SMatt Macy        "Offcore": "1",
733992b14858SMatt Macy        "SampleAfterValue": "100003",
734092b14858SMatt Macy        "UMask": "0x1"
734192b14858SMatt Macy    },
734292b14858SMatt Macy    {
734352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
734492b14858SMatt Macy        "Counter": "0,1,2,3",
734592b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
734652d973f5SAlexander Motin        "Deprecated": "1",
734792b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
734852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
734992b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
7350*18054d02SAlexander Motin        "MSRValue": "0x410008000",
735152d973f5SAlexander Motin        "Offcore": "1",
735252d973f5SAlexander Motin        "SampleAfterValue": "100003",
735352d973f5SAlexander Motin        "UMask": "0x1"
735452d973f5SAlexander Motin    },
735552d973f5SAlexander Motin    {
735652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
735752d973f5SAlexander Motin        "Counter": "0,1,2,3",
735852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
735952d973f5SAlexander Motin        "Deprecated": "1",
736052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
736152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
736252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7363*18054d02SAlexander Motin        "MSRValue": "0x110008000",
736452d973f5SAlexander Motin        "Offcore": "1",
736552d973f5SAlexander Motin        "SampleAfterValue": "100003",
736652d973f5SAlexander Motin        "UMask": "0x1"
736752d973f5SAlexander Motin    },
736852d973f5SAlexander Motin    {
736952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
737052d973f5SAlexander Motin        "Counter": "0,1,2,3",
737152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
737252d973f5SAlexander Motin        "Deprecated": "1",
737352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
737452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
737552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7376*18054d02SAlexander Motin        "MSRValue": "0x210008000",
737752d973f5SAlexander Motin        "Offcore": "1",
737852d973f5SAlexander Motin        "SampleAfterValue": "100003",
737952d973f5SAlexander Motin        "UMask": "0x1"
738052d973f5SAlexander Motin    },
738152d973f5SAlexander Motin    {
738252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
738352d973f5SAlexander Motin        "Counter": "0,1,2,3",
738452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
738552d973f5SAlexander Motin        "Deprecated": "1",
738652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
738752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
738852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7389*18054d02SAlexander Motin        "MSRValue": "0x90008000",
739052d973f5SAlexander Motin        "Offcore": "1",
739152d973f5SAlexander Motin        "SampleAfterValue": "100003",
739252d973f5SAlexander Motin        "UMask": "0x1"
739352d973f5SAlexander Motin    },
739452d973f5SAlexander Motin    {
739552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.ANY_SNOOP",
739652d973f5SAlexander Motin        "Counter": "0,1,2,3",
739752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
739852d973f5SAlexander Motin        "Deprecated": "1",
739952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
740052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.ANY_SNOOP",
740152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
740252d973f5SAlexander Motin        "MSRValue": "0x3FBC000400",
740352d973f5SAlexander Motin        "Offcore": "1",
740452d973f5SAlexander Motin        "SampleAfterValue": "100003",
740552d973f5SAlexander Motin        "UMask": "0x1"
740652d973f5SAlexander Motin    },
740752d973f5SAlexander Motin    {
740852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.HITM_OTHER_CORE",
740952d973f5SAlexander Motin        "Counter": "0,1,2,3",
741052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
741152d973f5SAlexander Motin        "Deprecated": "1",
741252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
741352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.HITM_OTHER_CORE",
741452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
741552d973f5SAlexander Motin        "MSRValue": "0x103C000400",
741652d973f5SAlexander Motin        "Offcore": "1",
741752d973f5SAlexander Motin        "SampleAfterValue": "100003",
741852d973f5SAlexander Motin        "UMask": "0x1"
741952d973f5SAlexander Motin    },
742052d973f5SAlexander Motin    {
742152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_FWD",
742252d973f5SAlexander Motin        "Counter": "0,1,2,3",
742352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
742452d973f5SAlexander Motin        "Deprecated": "1",
742552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
742652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_FWD",
742752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7428*18054d02SAlexander Motin        "MSRValue": "0x83C000400",
742952d973f5SAlexander Motin        "Offcore": "1",
743052d973f5SAlexander Motin        "SampleAfterValue": "100003",
743152d973f5SAlexander Motin        "UMask": "0x1"
743252d973f5SAlexander Motin    },
743352d973f5SAlexander Motin    {
743452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_NO_FWD",
743552d973f5SAlexander Motin        "Counter": "0,1,2,3",
743652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
743752d973f5SAlexander Motin        "Deprecated": "1",
743852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
743952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.HIT_OTHER_CORE_NO_FWD",
744052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7441*18054d02SAlexander Motin        "MSRValue": "0x43C000400",
744252d973f5SAlexander Motin        "Offcore": "1",
744352d973f5SAlexander Motin        "SampleAfterValue": "100003",
744452d973f5SAlexander Motin        "UMask": "0x1"
744552d973f5SAlexander Motin    },
744652d973f5SAlexander Motin    {
744752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.NO_SNOOP_NEEDED",
744852d973f5SAlexander Motin        "Counter": "0,1,2,3",
744952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
745052d973f5SAlexander Motin        "Deprecated": "1",
745152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
745252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.NO_SNOOP_NEEDED",
745352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7454*18054d02SAlexander Motin        "MSRValue": "0x13C000400",
745552d973f5SAlexander Motin        "Offcore": "1",
745652d973f5SAlexander Motin        "SampleAfterValue": "100003",
745752d973f5SAlexander Motin        "UMask": "0x1"
745852d973f5SAlexander Motin    },
745952d973f5SAlexander Motin    {
746052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HITM",
746152d973f5SAlexander Motin        "Counter": "0,1,2,3",
746252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
746352d973f5SAlexander Motin        "Deprecated": "1",
746452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
746552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.REMOTE_HITM",
746652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
746752d973f5SAlexander Motin        "MSRValue": "0x103FC00400",
746852d973f5SAlexander Motin        "Offcore": "1",
746952d973f5SAlexander Motin        "SampleAfterValue": "100003",
747052d973f5SAlexander Motin        "UMask": "0x1"
747152d973f5SAlexander Motin    },
747252d973f5SAlexander Motin    {
747352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.REMOTE_HIT_FORWARD",
747452d973f5SAlexander Motin        "Counter": "0,1,2,3",
747552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
747652d973f5SAlexander Motin        "Deprecated": "1",
747752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
747852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.REMOTE_HIT_FORWARD",
747952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7480*18054d02SAlexander Motin        "MSRValue": "0x83FC00400",
748152d973f5SAlexander Motin        "Offcore": "1",
748252d973f5SAlexander Motin        "SampleAfterValue": "100003",
748352d973f5SAlexander Motin        "UMask": "0x1"
748452d973f5SAlexander Motin    },
748552d973f5SAlexander Motin    {
748652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_MISS",
748752d973f5SAlexander Motin        "Counter": "0,1,2,3",
748852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
748952d973f5SAlexander Motin        "Deprecated": "1",
749052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
749152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.SNOOP_MISS",
749252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7493*18054d02SAlexander Motin        "MSRValue": "0x23C000400",
749452d973f5SAlexander Motin        "Offcore": "1",
749552d973f5SAlexander Motin        "SampleAfterValue": "100003",
749652d973f5SAlexander Motin        "UMask": "0x1"
749752d973f5SAlexander Motin    },
749852d973f5SAlexander Motin    {
749952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS.SNOOP_NONE",
750052d973f5SAlexander Motin        "Counter": "0,1,2,3",
750152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
750252d973f5SAlexander Motin        "Deprecated": "1",
750352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
750452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS.SNOOP_NONE",
750552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7506*18054d02SAlexander Motin        "MSRValue": "0xBC000400",
750752d973f5SAlexander Motin        "Offcore": "1",
750852d973f5SAlexander Motin        "SampleAfterValue": "100003",
750952d973f5SAlexander Motin        "UMask": "0x1"
751052d973f5SAlexander Motin    },
751152d973f5SAlexander Motin    {
751252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
751352d973f5SAlexander Motin        "Counter": "0,1,2,3",
751452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
751552d973f5SAlexander Motin        "Deprecated": "1",
751652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
751752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
751852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
751952d973f5SAlexander Motin        "MSRValue": "0x3F84000400",
752052d973f5SAlexander Motin        "Offcore": "1",
752152d973f5SAlexander Motin        "SampleAfterValue": "100003",
752252d973f5SAlexander Motin        "UMask": "0x1"
752352d973f5SAlexander Motin    },
752452d973f5SAlexander Motin    {
752552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
752652d973f5SAlexander Motin        "Counter": "0,1,2,3",
752752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
752852d973f5SAlexander Motin        "Deprecated": "1",
752952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
753052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
753152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
753252d973f5SAlexander Motin        "MSRValue": "0x1004000400",
753352d973f5SAlexander Motin        "Offcore": "1",
753452d973f5SAlexander Motin        "SampleAfterValue": "100003",
753552d973f5SAlexander Motin        "UMask": "0x1"
753652d973f5SAlexander Motin    },
753752d973f5SAlexander Motin    {
753852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
753952d973f5SAlexander Motin        "Counter": "0,1,2,3",
754052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
754152d973f5SAlexander Motin        "Deprecated": "1",
754252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
754352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
754452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7545*18054d02SAlexander Motin        "MSRValue": "0x804000400",
754652d973f5SAlexander Motin        "Offcore": "1",
754752d973f5SAlexander Motin        "SampleAfterValue": "100003",
754852d973f5SAlexander Motin        "UMask": "0x1"
754952d973f5SAlexander Motin    },
755052d973f5SAlexander Motin    {
755152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
755252d973f5SAlexander Motin        "Counter": "0,1,2,3",
755352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
755452d973f5SAlexander Motin        "Deprecated": "1",
755552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
755652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
755752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7558*18054d02SAlexander Motin        "MSRValue": "0x404000400",
755952d973f5SAlexander Motin        "Offcore": "1",
756052d973f5SAlexander Motin        "SampleAfterValue": "100003",
756152d973f5SAlexander Motin        "UMask": "0x1"
756252d973f5SAlexander Motin    },
756352d973f5SAlexander Motin    {
756452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
756552d973f5SAlexander Motin        "Counter": "0,1,2,3",
756652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
756752d973f5SAlexander Motin        "Deprecated": "1",
756852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
756952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
757052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7571*18054d02SAlexander Motin        "MSRValue": "0x104000400",
757252d973f5SAlexander Motin        "Offcore": "1",
757352d973f5SAlexander Motin        "SampleAfterValue": "100003",
757452d973f5SAlexander Motin        "UMask": "0x1"
757552d973f5SAlexander Motin    },
757652d973f5SAlexander Motin    {
757752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
757852d973f5SAlexander Motin        "Counter": "0,1,2,3",
757952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
758052d973f5SAlexander Motin        "Deprecated": "1",
758152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
758252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
758352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7584*18054d02SAlexander Motin        "MSRValue": "0x204000400",
758552d973f5SAlexander Motin        "Offcore": "1",
758652d973f5SAlexander Motin        "SampleAfterValue": "100003",
758752d973f5SAlexander Motin        "UMask": "0x1"
758852d973f5SAlexander Motin    },
758952d973f5SAlexander Motin    {
759052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
759152d973f5SAlexander Motin        "Counter": "0,1,2,3",
759252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
759352d973f5SAlexander Motin        "Deprecated": "1",
759452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
759552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
759652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7597*18054d02SAlexander Motin        "MSRValue": "0x604000400",
759852d973f5SAlexander Motin        "Offcore": "1",
759952d973f5SAlexander Motin        "SampleAfterValue": "100003",
760052d973f5SAlexander Motin        "UMask": "0x1"
760152d973f5SAlexander Motin    },
760252d973f5SAlexander Motin    {
760352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
760452d973f5SAlexander Motin        "Counter": "0,1,2,3",
760552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
760652d973f5SAlexander Motin        "Deprecated": "1",
760752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
760852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
760952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7610*18054d02SAlexander Motin        "MSRValue": "0x84000400",
761152d973f5SAlexander Motin        "Offcore": "1",
761252d973f5SAlexander Motin        "SampleAfterValue": "100003",
761352d973f5SAlexander Motin        "UMask": "0x1"
761452d973f5SAlexander Motin    },
761552d973f5SAlexander Motin    {
761652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
761752d973f5SAlexander Motin        "Counter": "0,1,2,3",
761852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
761952d973f5SAlexander Motin        "Deprecated": "1",
762052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
762152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
762252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7623*18054d02SAlexander Motin        "MSRValue": "0x63B800400",
762452d973f5SAlexander Motin        "Offcore": "1",
762552d973f5SAlexander Motin        "SampleAfterValue": "100003",
762652d973f5SAlexander Motin        "UMask": "0x1"
762752d973f5SAlexander Motin    },
762852d973f5SAlexander Motin    {
762952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
763052d973f5SAlexander Motin        "Counter": "0,1,2,3",
763152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
763252d973f5SAlexander Motin        "Deprecated": "1",
763352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
763452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
763552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
763652d973f5SAlexander Motin        "MSRValue": "0x3F90000400",
763752d973f5SAlexander Motin        "Offcore": "1",
763852d973f5SAlexander Motin        "SampleAfterValue": "100003",
763952d973f5SAlexander Motin        "UMask": "0x1"
764052d973f5SAlexander Motin    },
764152d973f5SAlexander Motin    {
764252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
764352d973f5SAlexander Motin        "Counter": "0,1,2,3",
764452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
764552d973f5SAlexander Motin        "Deprecated": "1",
764652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
764752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
764852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
764952d973f5SAlexander Motin        "MSRValue": "0x1010000400",
765052d973f5SAlexander Motin        "Offcore": "1",
765152d973f5SAlexander Motin        "SampleAfterValue": "100003",
765252d973f5SAlexander Motin        "UMask": "0x1"
765352d973f5SAlexander Motin    },
765452d973f5SAlexander Motin    {
765552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
765652d973f5SAlexander Motin        "Counter": "0,1,2,3",
765752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
765852d973f5SAlexander Motin        "Deprecated": "1",
765952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
766052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
766152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7662*18054d02SAlexander Motin        "MSRValue": "0x810000400",
766352d973f5SAlexander Motin        "Offcore": "1",
766452d973f5SAlexander Motin        "SampleAfterValue": "100003",
766552d973f5SAlexander Motin        "UMask": "0x1"
766652d973f5SAlexander Motin    },
766752d973f5SAlexander Motin    {
766852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
766952d973f5SAlexander Motin        "Counter": "0,1,2,3",
767052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
767152d973f5SAlexander Motin        "Deprecated": "1",
767252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
767352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
767452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7675*18054d02SAlexander Motin        "MSRValue": "0x410000400",
767652d973f5SAlexander Motin        "Offcore": "1",
767752d973f5SAlexander Motin        "SampleAfterValue": "100003",
767852d973f5SAlexander Motin        "UMask": "0x1"
767952d973f5SAlexander Motin    },
768052d973f5SAlexander Motin    {
768152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
768252d973f5SAlexander Motin        "Counter": "0,1,2,3",
768352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
768452d973f5SAlexander Motin        "Deprecated": "1",
768552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
768652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
768752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7688*18054d02SAlexander Motin        "MSRValue": "0x110000400",
768952d973f5SAlexander Motin        "Offcore": "1",
769052d973f5SAlexander Motin        "SampleAfterValue": "100003",
769152d973f5SAlexander Motin        "UMask": "0x1"
769252d973f5SAlexander Motin    },
769352d973f5SAlexander Motin    {
769452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
769552d973f5SAlexander Motin        "Counter": "0,1,2,3",
769652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
769752d973f5SAlexander Motin        "Deprecated": "1",
769852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
769952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
770052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7701*18054d02SAlexander Motin        "MSRValue": "0x210000400",
770252d973f5SAlexander Motin        "Offcore": "1",
770352d973f5SAlexander Motin        "SampleAfterValue": "100003",
770452d973f5SAlexander Motin        "UMask": "0x1"
770552d973f5SAlexander Motin    },
770652d973f5SAlexander Motin    {
770752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
770852d973f5SAlexander Motin        "Counter": "0,1,2,3",
770952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
771052d973f5SAlexander Motin        "Deprecated": "1",
771152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
771252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L1D_AND_SW.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
771352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7714*18054d02SAlexander Motin        "MSRValue": "0x90000400",
771552d973f5SAlexander Motin        "Offcore": "1",
771652d973f5SAlexander Motin        "SampleAfterValue": "100003",
771752d973f5SAlexander Motin        "UMask": "0x1"
771852d973f5SAlexander Motin    },
771952d973f5SAlexander Motin    {
772052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.ANY_SNOOP",
772152d973f5SAlexander Motin        "Counter": "0,1,2,3",
772252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
772352d973f5SAlexander Motin        "Deprecated": "1",
772452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
772552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.ANY_SNOOP",
772652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
772752d973f5SAlexander Motin        "MSRValue": "0x3FBC000010",
772852d973f5SAlexander Motin        "Offcore": "1",
772952d973f5SAlexander Motin        "SampleAfterValue": "100003",
773052d973f5SAlexander Motin        "UMask": "0x1"
773152d973f5SAlexander Motin    },
773252d973f5SAlexander Motin    {
773352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.HITM_OTHER_CORE",
773452d973f5SAlexander Motin        "Counter": "0,1,2,3",
773552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
773652d973f5SAlexander Motin        "Deprecated": "1",
773752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
773852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.HITM_OTHER_CORE",
773952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
774052d973f5SAlexander Motin        "MSRValue": "0x103C000010",
774152d973f5SAlexander Motin        "Offcore": "1",
774252d973f5SAlexander Motin        "SampleAfterValue": "100003",
774352d973f5SAlexander Motin        "UMask": "0x1"
774452d973f5SAlexander Motin    },
774552d973f5SAlexander Motin    {
774652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
774752d973f5SAlexander Motin        "Counter": "0,1,2,3",
774852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
774952d973f5SAlexander Motin        "Deprecated": "1",
775052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
775152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
775252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7753*18054d02SAlexander Motin        "MSRValue": "0x83C000010",
775452d973f5SAlexander Motin        "Offcore": "1",
775552d973f5SAlexander Motin        "SampleAfterValue": "100003",
775652d973f5SAlexander Motin        "UMask": "0x1"
775752d973f5SAlexander Motin    },
775852d973f5SAlexander Motin    {
775952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
776052d973f5SAlexander Motin        "Counter": "0,1,2,3",
776152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
776252d973f5SAlexander Motin        "Deprecated": "1",
776352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
776452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
776552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7766*18054d02SAlexander Motin        "MSRValue": "0x43C000010",
776752d973f5SAlexander Motin        "Offcore": "1",
776852d973f5SAlexander Motin        "SampleAfterValue": "100003",
776952d973f5SAlexander Motin        "UMask": "0x1"
777052d973f5SAlexander Motin    },
777152d973f5SAlexander Motin    {
777252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
777352d973f5SAlexander Motin        "Counter": "0,1,2,3",
777452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
777552d973f5SAlexander Motin        "Deprecated": "1",
777652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
777752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
777852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7779*18054d02SAlexander Motin        "MSRValue": "0x13C000010",
778052d973f5SAlexander Motin        "Offcore": "1",
778152d973f5SAlexander Motin        "SampleAfterValue": "100003",
778252d973f5SAlexander Motin        "UMask": "0x1"
778352d973f5SAlexander Motin    },
778452d973f5SAlexander Motin    {
778552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HITM",
778652d973f5SAlexander Motin        "Counter": "0,1,2,3",
778752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
778852d973f5SAlexander Motin        "Deprecated": "1",
778952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
779052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.REMOTE_HITM",
779152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
779252d973f5SAlexander Motin        "MSRValue": "0x103FC00010",
779352d973f5SAlexander Motin        "Offcore": "1",
779452d973f5SAlexander Motin        "SampleAfterValue": "100003",
779552d973f5SAlexander Motin        "UMask": "0x1"
779652d973f5SAlexander Motin    },
779752d973f5SAlexander Motin    {
779852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
779952d973f5SAlexander Motin        "Counter": "0,1,2,3",
780052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
780152d973f5SAlexander Motin        "Deprecated": "1",
780252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
780352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
780452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7805*18054d02SAlexander Motin        "MSRValue": "0x83FC00010",
780652d973f5SAlexander Motin        "Offcore": "1",
780752d973f5SAlexander Motin        "SampleAfterValue": "100003",
780852d973f5SAlexander Motin        "UMask": "0x1"
780952d973f5SAlexander Motin    },
781052d973f5SAlexander Motin    {
781152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_MISS",
781252d973f5SAlexander Motin        "Counter": "0,1,2,3",
781352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
781452d973f5SAlexander Motin        "Deprecated": "1",
781552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
781652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.SNOOP_MISS",
781752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7818*18054d02SAlexander Motin        "MSRValue": "0x23C000010",
781952d973f5SAlexander Motin        "Offcore": "1",
782052d973f5SAlexander Motin        "SampleAfterValue": "100003",
782152d973f5SAlexander Motin        "UMask": "0x1"
782252d973f5SAlexander Motin    },
782352d973f5SAlexander Motin    {
782452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS.SNOOP_NONE",
782552d973f5SAlexander Motin        "Counter": "0,1,2,3",
782652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
782752d973f5SAlexander Motin        "Deprecated": "1",
782852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
782952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS.SNOOP_NONE",
783052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7831*18054d02SAlexander Motin        "MSRValue": "0xBC000010",
783252d973f5SAlexander Motin        "Offcore": "1",
783352d973f5SAlexander Motin        "SampleAfterValue": "100003",
783452d973f5SAlexander Motin        "UMask": "0x1"
783552d973f5SAlexander Motin    },
783652d973f5SAlexander Motin    {
783752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
783852d973f5SAlexander Motin        "Counter": "0,1,2,3",
783952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
784052d973f5SAlexander Motin        "Deprecated": "1",
784152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
784252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
784352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
784452d973f5SAlexander Motin        "MSRValue": "0x3F84000010",
784552d973f5SAlexander Motin        "Offcore": "1",
784652d973f5SAlexander Motin        "SampleAfterValue": "100003",
784752d973f5SAlexander Motin        "UMask": "0x1"
784852d973f5SAlexander Motin    },
784952d973f5SAlexander Motin    {
785052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
785152d973f5SAlexander Motin        "Counter": "0,1,2,3",
785252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
785352d973f5SAlexander Motin        "Deprecated": "1",
785452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
785552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
785652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
785752d973f5SAlexander Motin        "MSRValue": "0x1004000010",
785852d973f5SAlexander Motin        "Offcore": "1",
785952d973f5SAlexander Motin        "SampleAfterValue": "100003",
786052d973f5SAlexander Motin        "UMask": "0x1"
786152d973f5SAlexander Motin    },
786252d973f5SAlexander Motin    {
786352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
786452d973f5SAlexander Motin        "Counter": "0,1,2,3",
786552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
786652d973f5SAlexander Motin        "Deprecated": "1",
786752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
786852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
786952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7870*18054d02SAlexander Motin        "MSRValue": "0x804000010",
787152d973f5SAlexander Motin        "Offcore": "1",
787252d973f5SAlexander Motin        "SampleAfterValue": "100003",
787352d973f5SAlexander Motin        "UMask": "0x1"
787452d973f5SAlexander Motin    },
787552d973f5SAlexander Motin    {
787652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
787752d973f5SAlexander Motin        "Counter": "0,1,2,3",
787852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
787952d973f5SAlexander Motin        "Deprecated": "1",
788052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
788152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
788252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7883*18054d02SAlexander Motin        "MSRValue": "0x404000010",
788452d973f5SAlexander Motin        "Offcore": "1",
788552d973f5SAlexander Motin        "SampleAfterValue": "100003",
788652d973f5SAlexander Motin        "UMask": "0x1"
788752d973f5SAlexander Motin    },
788852d973f5SAlexander Motin    {
788952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
789052d973f5SAlexander Motin        "Counter": "0,1,2,3",
789152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
789252d973f5SAlexander Motin        "Deprecated": "1",
789352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
789452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
789552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7896*18054d02SAlexander Motin        "MSRValue": "0x104000010",
789792b14858SMatt Macy        "Offcore": "1",
789892b14858SMatt Macy        "SampleAfterValue": "100003",
789992b14858SMatt Macy        "UMask": "0x1"
790092b14858SMatt Macy    },
790192b14858SMatt Macy    {
790292b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
790392b14858SMatt Macy        "Counter": "0,1,2,3",
790492b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
790592b14858SMatt Macy        "Deprecated": "1",
790692b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
790792b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
790892b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
7909*18054d02SAlexander Motin        "MSRValue": "0x204000010",
791092b14858SMatt Macy        "Offcore": "1",
791192b14858SMatt Macy        "SampleAfterValue": "100003",
791292b14858SMatt Macy        "UMask": "0x1"
791392b14858SMatt Macy    },
791492b14858SMatt Macy    {
791552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
791692b14858SMatt Macy        "Counter": "0,1,2,3",
791792b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
791852d973f5SAlexander Motin        "Deprecated": "1",
791992b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
792052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
792192b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
7922*18054d02SAlexander Motin        "MSRValue": "0x604000010",
792392b14858SMatt Macy        "Offcore": "1",
792492b14858SMatt Macy        "SampleAfterValue": "100003",
792592b14858SMatt Macy        "UMask": "0x1"
792692b14858SMatt Macy    },
792792b14858SMatt Macy    {
792852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
792992b14858SMatt Macy        "Counter": "0,1,2,3",
793092b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
793152d973f5SAlexander Motin        "Deprecated": "1",
793252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
793352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
793452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7935*18054d02SAlexander Motin        "MSRValue": "0x84000010",
793652d973f5SAlexander Motin        "Offcore": "1",
793792b14858SMatt Macy        "SampleAfterValue": "100003",
793852d973f5SAlexander Motin        "UMask": "0x1"
793952d973f5SAlexander Motin    },
794052d973f5SAlexander Motin    {
794152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
794252d973f5SAlexander Motin        "Counter": "0,1,2,3",
794352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
794452d973f5SAlexander Motin        "Deprecated": "1",
794552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
794652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
794752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7948*18054d02SAlexander Motin        "MSRValue": "0x63B800010",
794952d973f5SAlexander Motin        "Offcore": "1",
795052d973f5SAlexander Motin        "SampleAfterValue": "100003",
795152d973f5SAlexander Motin        "UMask": "0x1"
795252d973f5SAlexander Motin    },
795352d973f5SAlexander Motin    {
795452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
795552d973f5SAlexander Motin        "Counter": "0,1,2,3",
795652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
795752d973f5SAlexander Motin        "Deprecated": "1",
795852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
795952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
796052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
796152d973f5SAlexander Motin        "MSRValue": "0x3F90000010",
796252d973f5SAlexander Motin        "Offcore": "1",
796352d973f5SAlexander Motin        "SampleAfterValue": "100003",
796452d973f5SAlexander Motin        "UMask": "0x1"
796552d973f5SAlexander Motin    },
796652d973f5SAlexander Motin    {
796752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
796852d973f5SAlexander Motin        "Counter": "0,1,2,3",
796952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
797052d973f5SAlexander Motin        "Deprecated": "1",
797152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
797252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
797352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
797452d973f5SAlexander Motin        "MSRValue": "0x1010000010",
797552d973f5SAlexander Motin        "Offcore": "1",
797652d973f5SAlexander Motin        "SampleAfterValue": "100003",
797752d973f5SAlexander Motin        "UMask": "0x1"
797852d973f5SAlexander Motin    },
797952d973f5SAlexander Motin    {
798052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
798152d973f5SAlexander Motin        "Counter": "0,1,2,3",
798252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
798352d973f5SAlexander Motin        "Deprecated": "1",
798452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
798552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
798652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
7987*18054d02SAlexander Motin        "MSRValue": "0x810000010",
798852d973f5SAlexander Motin        "Offcore": "1",
798952d973f5SAlexander Motin        "SampleAfterValue": "100003",
799052d973f5SAlexander Motin        "UMask": "0x1"
799152d973f5SAlexander Motin    },
799252d973f5SAlexander Motin    {
799352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
799452d973f5SAlexander Motin        "Counter": "0,1,2,3",
799552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
799652d973f5SAlexander Motin        "Deprecated": "1",
799752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
799852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
799952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8000*18054d02SAlexander Motin        "MSRValue": "0x410000010",
800152d973f5SAlexander Motin        "Offcore": "1",
800252d973f5SAlexander Motin        "SampleAfterValue": "100003",
800352d973f5SAlexander Motin        "UMask": "0x1"
800452d973f5SAlexander Motin    },
800552d973f5SAlexander Motin    {
800652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
800752d973f5SAlexander Motin        "Counter": "0,1,2,3",
800852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
800952d973f5SAlexander Motin        "Deprecated": "1",
801052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
801152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
801252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8013*18054d02SAlexander Motin        "MSRValue": "0x110000010",
801452d973f5SAlexander Motin        "Offcore": "1",
801552d973f5SAlexander Motin        "SampleAfterValue": "100003",
801652d973f5SAlexander Motin        "UMask": "0x1"
801752d973f5SAlexander Motin    },
801852d973f5SAlexander Motin    {
801952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
802052d973f5SAlexander Motin        "Counter": "0,1,2,3",
802152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
802252d973f5SAlexander Motin        "Deprecated": "1",
802352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
802452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
802552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8026*18054d02SAlexander Motin        "MSRValue": "0x210000010",
802752d973f5SAlexander Motin        "Offcore": "1",
802852d973f5SAlexander Motin        "SampleAfterValue": "100003",
802952d973f5SAlexander Motin        "UMask": "0x1"
803052d973f5SAlexander Motin    },
803152d973f5SAlexander Motin    {
803252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
803352d973f5SAlexander Motin        "Counter": "0,1,2,3",
803452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
803552d973f5SAlexander Motin        "Deprecated": "1",
803652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
803752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
803852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8039*18054d02SAlexander Motin        "MSRValue": "0x90000010",
804052d973f5SAlexander Motin        "Offcore": "1",
804152d973f5SAlexander Motin        "SampleAfterValue": "100003",
804252d973f5SAlexander Motin        "UMask": "0x1"
804352d973f5SAlexander Motin    },
804452d973f5SAlexander Motin    {
804552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.ANY_SNOOP",
804652d973f5SAlexander Motin        "Counter": "0,1,2,3",
804752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
804852d973f5SAlexander Motin        "Deprecated": "1",
804952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
805052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.ANY_SNOOP",
805152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
805252d973f5SAlexander Motin        "MSRValue": "0x3FBC000020",
805352d973f5SAlexander Motin        "Offcore": "1",
805452d973f5SAlexander Motin        "SampleAfterValue": "100003",
805552d973f5SAlexander Motin        "UMask": "0x1"
805652d973f5SAlexander Motin    },
805752d973f5SAlexander Motin    {
805852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.HITM_OTHER_CORE",
805952d973f5SAlexander Motin        "Counter": "0,1,2,3",
806052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
806152d973f5SAlexander Motin        "Deprecated": "1",
806252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
806352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.HITM_OTHER_CORE",
806452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
806552d973f5SAlexander Motin        "MSRValue": "0x103C000020",
806652d973f5SAlexander Motin        "Offcore": "1",
806752d973f5SAlexander Motin        "SampleAfterValue": "100003",
806852d973f5SAlexander Motin        "UMask": "0x1"
806952d973f5SAlexander Motin    },
807052d973f5SAlexander Motin    {
807152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
807252d973f5SAlexander Motin        "Counter": "0,1,2,3",
807352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
807452d973f5SAlexander Motin        "Deprecated": "1",
807552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
807652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
807752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8078*18054d02SAlexander Motin        "MSRValue": "0x83C000020",
807952d973f5SAlexander Motin        "Offcore": "1",
808052d973f5SAlexander Motin        "SampleAfterValue": "100003",
808152d973f5SAlexander Motin        "UMask": "0x1"
808252d973f5SAlexander Motin    },
808352d973f5SAlexander Motin    {
808452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
808552d973f5SAlexander Motin        "Counter": "0,1,2,3",
808652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
808752d973f5SAlexander Motin        "Deprecated": "1",
808852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
808952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
809052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8091*18054d02SAlexander Motin        "MSRValue": "0x43C000020",
809252d973f5SAlexander Motin        "Offcore": "1",
809352d973f5SAlexander Motin        "SampleAfterValue": "100003",
809452d973f5SAlexander Motin        "UMask": "0x1"
809552d973f5SAlexander Motin    },
809652d973f5SAlexander Motin    {
809752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.NO_SNOOP_NEEDED",
809852d973f5SAlexander Motin        "Counter": "0,1,2,3",
809952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
810052d973f5SAlexander Motin        "Deprecated": "1",
810152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
810252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.NO_SNOOP_NEEDED",
810352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8104*18054d02SAlexander Motin        "MSRValue": "0x13C000020",
810552d973f5SAlexander Motin        "Offcore": "1",
810652d973f5SAlexander Motin        "SampleAfterValue": "100003",
810752d973f5SAlexander Motin        "UMask": "0x1"
810852d973f5SAlexander Motin    },
810952d973f5SAlexander Motin    {
811052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.REMOTE_HITM",
811152d973f5SAlexander Motin        "Counter": "0,1,2,3",
811252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
811352d973f5SAlexander Motin        "Deprecated": "1",
811452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
811552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.REMOTE_HITM",
811652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
811752d973f5SAlexander Motin        "MSRValue": "0x103FC00020",
811852d973f5SAlexander Motin        "Offcore": "1",
811952d973f5SAlexander Motin        "SampleAfterValue": "100003",
812052d973f5SAlexander Motin        "UMask": "0x1"
812152d973f5SAlexander Motin    },
812252d973f5SAlexander Motin    {
812352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.REMOTE_HIT_FORWARD",
812452d973f5SAlexander Motin        "Counter": "0,1,2,3",
812552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
812652d973f5SAlexander Motin        "Deprecated": "1",
812752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
812852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.REMOTE_HIT_FORWARD",
812952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8130*18054d02SAlexander Motin        "MSRValue": "0x83FC00020",
813152d973f5SAlexander Motin        "Offcore": "1",
813252d973f5SAlexander Motin        "SampleAfterValue": "100003",
813352d973f5SAlexander Motin        "UMask": "0x1"
813452d973f5SAlexander Motin    },
813552d973f5SAlexander Motin    {
813652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.SNOOP_MISS",
813752d973f5SAlexander Motin        "Counter": "0,1,2,3",
813852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
813952d973f5SAlexander Motin        "Deprecated": "1",
814052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
814152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.SNOOP_MISS",
814252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8143*18054d02SAlexander Motin        "MSRValue": "0x23C000020",
814452d973f5SAlexander Motin        "Offcore": "1",
814552d973f5SAlexander Motin        "SampleAfterValue": "100003",
814652d973f5SAlexander Motin        "UMask": "0x1"
814752d973f5SAlexander Motin    },
814852d973f5SAlexander Motin    {
814952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS.SNOOP_NONE",
815052d973f5SAlexander Motin        "Counter": "0,1,2,3",
815152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
815252d973f5SAlexander Motin        "Deprecated": "1",
815352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
815452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS.SNOOP_NONE",
815552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8156*18054d02SAlexander Motin        "MSRValue": "0xBC000020",
815752d973f5SAlexander Motin        "Offcore": "1",
815852d973f5SAlexander Motin        "SampleAfterValue": "100003",
815952d973f5SAlexander Motin        "UMask": "0x1"
816052d973f5SAlexander Motin    },
816152d973f5SAlexander Motin    {
816252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
816352d973f5SAlexander Motin        "Counter": "0,1,2,3",
816452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
816552d973f5SAlexander Motin        "Deprecated": "1",
816652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
816752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
816852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
816952d973f5SAlexander Motin        "MSRValue": "0x3F84000020",
817052d973f5SAlexander Motin        "Offcore": "1",
817152d973f5SAlexander Motin        "SampleAfterValue": "100003",
817252d973f5SAlexander Motin        "UMask": "0x1"
817352d973f5SAlexander Motin    },
817452d973f5SAlexander Motin    {
817552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
817652d973f5SAlexander Motin        "Counter": "0,1,2,3",
817752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
817852d973f5SAlexander Motin        "Deprecated": "1",
817952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
818052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
818152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
818252d973f5SAlexander Motin        "MSRValue": "0x1004000020",
818352d973f5SAlexander Motin        "Offcore": "1",
818452d973f5SAlexander Motin        "SampleAfterValue": "100003",
818552d973f5SAlexander Motin        "UMask": "0x1"
818652d973f5SAlexander Motin    },
818752d973f5SAlexander Motin    {
818852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
818952d973f5SAlexander Motin        "Counter": "0,1,2,3",
819052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
819152d973f5SAlexander Motin        "Deprecated": "1",
819252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
819352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
819452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8195*18054d02SAlexander Motin        "MSRValue": "0x804000020",
819652d973f5SAlexander Motin        "Offcore": "1",
819752d973f5SAlexander Motin        "SampleAfterValue": "100003",
819852d973f5SAlexander Motin        "UMask": "0x1"
819952d973f5SAlexander Motin    },
820052d973f5SAlexander Motin    {
820152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
820252d973f5SAlexander Motin        "Counter": "0,1,2,3",
820352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
820452d973f5SAlexander Motin        "Deprecated": "1",
820552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
820652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
820752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8208*18054d02SAlexander Motin        "MSRValue": "0x404000020",
820952d973f5SAlexander Motin        "Offcore": "1",
821052d973f5SAlexander Motin        "SampleAfterValue": "100003",
821152d973f5SAlexander Motin        "UMask": "0x1"
821252d973f5SAlexander Motin    },
821352d973f5SAlexander Motin    {
821452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
821552d973f5SAlexander Motin        "Counter": "0,1,2,3",
821652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
821752d973f5SAlexander Motin        "Deprecated": "1",
821852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
821952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
822052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8221*18054d02SAlexander Motin        "MSRValue": "0x104000020",
822252d973f5SAlexander Motin        "Offcore": "1",
822352d973f5SAlexander Motin        "SampleAfterValue": "100003",
822452d973f5SAlexander Motin        "UMask": "0x1"
822552d973f5SAlexander Motin    },
822652d973f5SAlexander Motin    {
822752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
822852d973f5SAlexander Motin        "Counter": "0,1,2,3",
822952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
823052d973f5SAlexander Motin        "Deprecated": "1",
823152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
823252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
823352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8234*18054d02SAlexander Motin        "MSRValue": "0x204000020",
823552d973f5SAlexander Motin        "Offcore": "1",
823652d973f5SAlexander Motin        "SampleAfterValue": "100003",
823752d973f5SAlexander Motin        "UMask": "0x1"
823852d973f5SAlexander Motin    },
823952d973f5SAlexander Motin    {
824052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
824152d973f5SAlexander Motin        "Counter": "0,1,2,3",
824252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
824352d973f5SAlexander Motin        "Deprecated": "1",
824452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
824552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
824652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8247*18054d02SAlexander Motin        "MSRValue": "0x604000020",
824852d973f5SAlexander Motin        "Offcore": "1",
824952d973f5SAlexander Motin        "SampleAfterValue": "100003",
825052d973f5SAlexander Motin        "UMask": "0x1"
825152d973f5SAlexander Motin    },
825252d973f5SAlexander Motin    {
825352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
825452d973f5SAlexander Motin        "Counter": "0,1,2,3",
825552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
825652d973f5SAlexander Motin        "Deprecated": "1",
825752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
825852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
825952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8260*18054d02SAlexander Motin        "MSRValue": "0x84000020",
826152d973f5SAlexander Motin        "Offcore": "1",
826252d973f5SAlexander Motin        "SampleAfterValue": "100003",
826352d973f5SAlexander Motin        "UMask": "0x1"
826452d973f5SAlexander Motin    },
826552d973f5SAlexander Motin    {
826652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
826752d973f5SAlexander Motin        "Counter": "0,1,2,3",
826852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
826952d973f5SAlexander Motin        "Deprecated": "1",
827052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
827152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
827252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8273*18054d02SAlexander Motin        "MSRValue": "0x63B800020",
827452d973f5SAlexander Motin        "Offcore": "1",
827552d973f5SAlexander Motin        "SampleAfterValue": "100003",
827652d973f5SAlexander Motin        "UMask": "0x1"
827752d973f5SAlexander Motin    },
827852d973f5SAlexander Motin    {
827952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
828052d973f5SAlexander Motin        "Counter": "0,1,2,3",
828152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
828252d973f5SAlexander Motin        "Deprecated": "1",
828352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
828452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
828552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
828652d973f5SAlexander Motin        "MSRValue": "0x3F90000020",
828752d973f5SAlexander Motin        "Offcore": "1",
828852d973f5SAlexander Motin        "SampleAfterValue": "100003",
828952d973f5SAlexander Motin        "UMask": "0x1"
829052d973f5SAlexander Motin    },
829152d973f5SAlexander Motin    {
829252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
829352d973f5SAlexander Motin        "Counter": "0,1,2,3",
829452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
829552d973f5SAlexander Motin        "Deprecated": "1",
829652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
829752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
829852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
829952d973f5SAlexander Motin        "MSRValue": "0x1010000020",
830052d973f5SAlexander Motin        "Offcore": "1",
830152d973f5SAlexander Motin        "SampleAfterValue": "100003",
830252d973f5SAlexander Motin        "UMask": "0x1"
830352d973f5SAlexander Motin    },
830452d973f5SAlexander Motin    {
830552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
830652d973f5SAlexander Motin        "Counter": "0,1,2,3",
830752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
830852d973f5SAlexander Motin        "Deprecated": "1",
830952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
831052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
831152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8312*18054d02SAlexander Motin        "MSRValue": "0x810000020",
831352d973f5SAlexander Motin        "Offcore": "1",
831452d973f5SAlexander Motin        "SampleAfterValue": "100003",
831552d973f5SAlexander Motin        "UMask": "0x1"
831652d973f5SAlexander Motin    },
831752d973f5SAlexander Motin    {
831852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
831952d973f5SAlexander Motin        "Counter": "0,1,2,3",
832052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
832152d973f5SAlexander Motin        "Deprecated": "1",
832252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
832352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
832452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8325*18054d02SAlexander Motin        "MSRValue": "0x410000020",
832652d973f5SAlexander Motin        "Offcore": "1",
832752d973f5SAlexander Motin        "SampleAfterValue": "100003",
832852d973f5SAlexander Motin        "UMask": "0x1"
832952d973f5SAlexander Motin    },
833052d973f5SAlexander Motin    {
833152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
833252d973f5SAlexander Motin        "Counter": "0,1,2,3",
833352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
833452d973f5SAlexander Motin        "Deprecated": "1",
833552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
833652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
833752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8338*18054d02SAlexander Motin        "MSRValue": "0x110000020",
833952d973f5SAlexander Motin        "Offcore": "1",
834052d973f5SAlexander Motin        "SampleAfterValue": "100003",
834152d973f5SAlexander Motin        "UMask": "0x1"
834252d973f5SAlexander Motin    },
834352d973f5SAlexander Motin    {
834452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
834552d973f5SAlexander Motin        "Counter": "0,1,2,3",
834652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
834752d973f5SAlexander Motin        "Deprecated": "1",
834852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
834952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
835052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8351*18054d02SAlexander Motin        "MSRValue": "0x210000020",
835252d973f5SAlexander Motin        "Offcore": "1",
835352d973f5SAlexander Motin        "SampleAfterValue": "100003",
835452d973f5SAlexander Motin        "UMask": "0x1"
835552d973f5SAlexander Motin    },
835652d973f5SAlexander Motin    {
835752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
835852d973f5SAlexander Motin        "Counter": "0,1,2,3",
835952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
836052d973f5SAlexander Motin        "Deprecated": "1",
836152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
836252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
836352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8364*18054d02SAlexander Motin        "MSRValue": "0x90000020",
836552d973f5SAlexander Motin        "Offcore": "1",
836652d973f5SAlexander Motin        "SampleAfterValue": "100003",
836752d973f5SAlexander Motin        "UMask": "0x1"
836852d973f5SAlexander Motin    },
836952d973f5SAlexander Motin    {
837052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.ANY_SNOOP",
837152d973f5SAlexander Motin        "Counter": "0,1,2,3",
837252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
837352d973f5SAlexander Motin        "Deprecated": "1",
837452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
837552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.ANY_SNOOP",
837652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
837752d973f5SAlexander Motin        "MSRValue": "0x3FBC000080",
837852d973f5SAlexander Motin        "Offcore": "1",
837952d973f5SAlexander Motin        "SampleAfterValue": "100003",
838052d973f5SAlexander Motin        "UMask": "0x1"
838152d973f5SAlexander Motin    },
838252d973f5SAlexander Motin    {
838352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.HITM_OTHER_CORE",
838452d973f5SAlexander Motin        "Counter": "0,1,2,3",
838552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
838652d973f5SAlexander Motin        "Deprecated": "1",
838752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
838852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.HITM_OTHER_CORE",
838952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
839052d973f5SAlexander Motin        "MSRValue": "0x103C000080",
839152d973f5SAlexander Motin        "Offcore": "1",
839252d973f5SAlexander Motin        "SampleAfterValue": "100003",
839352d973f5SAlexander Motin        "UMask": "0x1"
839452d973f5SAlexander Motin    },
839552d973f5SAlexander Motin    {
839652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
839752d973f5SAlexander Motin        "Counter": "0,1,2,3",
839852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
839952d973f5SAlexander Motin        "Deprecated": "1",
840052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
840152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_FWD",
840252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8403*18054d02SAlexander Motin        "MSRValue": "0x83C000080",
840452d973f5SAlexander Motin        "Offcore": "1",
840552d973f5SAlexander Motin        "SampleAfterValue": "100003",
840652d973f5SAlexander Motin        "UMask": "0x1"
840752d973f5SAlexander Motin    },
840852d973f5SAlexander Motin    {
840952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
841052d973f5SAlexander Motin        "Counter": "0,1,2,3",
841152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
841252d973f5SAlexander Motin        "Deprecated": "1",
841352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
841452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.HIT_OTHER_CORE_NO_FWD",
841552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8416*18054d02SAlexander Motin        "MSRValue": "0x43C000080",
841752d973f5SAlexander Motin        "Offcore": "1",
841852d973f5SAlexander Motin        "SampleAfterValue": "100003",
841952d973f5SAlexander Motin        "UMask": "0x1"
842052d973f5SAlexander Motin    },
842152d973f5SAlexander Motin    {
842252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
842352d973f5SAlexander Motin        "Counter": "0,1,2,3",
842452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
842552d973f5SAlexander Motin        "Deprecated": "1",
842652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
842752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.NO_SNOOP_NEEDED",
842852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8429*18054d02SAlexander Motin        "MSRValue": "0x13C000080",
843052d973f5SAlexander Motin        "Offcore": "1",
843152d973f5SAlexander Motin        "SampleAfterValue": "100003",
843252d973f5SAlexander Motin        "UMask": "0x1"
843352d973f5SAlexander Motin    },
843452d973f5SAlexander Motin    {
843552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HITM",
843652d973f5SAlexander Motin        "Counter": "0,1,2,3",
843752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
843852d973f5SAlexander Motin        "Deprecated": "1",
843952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
844052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.REMOTE_HITM",
844152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
844252d973f5SAlexander Motin        "MSRValue": "0x103FC00080",
844352d973f5SAlexander Motin        "Offcore": "1",
844452d973f5SAlexander Motin        "SampleAfterValue": "100003",
844552d973f5SAlexander Motin        "UMask": "0x1"
844652d973f5SAlexander Motin    },
844752d973f5SAlexander Motin    {
844852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
844952d973f5SAlexander Motin        "Counter": "0,1,2,3",
845052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
845152d973f5SAlexander Motin        "Deprecated": "1",
845252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
845352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.REMOTE_HIT_FORWARD",
845452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8455*18054d02SAlexander Motin        "MSRValue": "0x83FC00080",
845652d973f5SAlexander Motin        "Offcore": "1",
845752d973f5SAlexander Motin        "SampleAfterValue": "100003",
845852d973f5SAlexander Motin        "UMask": "0x1"
845952d973f5SAlexander Motin    },
846052d973f5SAlexander Motin    {
846152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_MISS",
846252d973f5SAlexander Motin        "Counter": "0,1,2,3",
846352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
846452d973f5SAlexander Motin        "Deprecated": "1",
846552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
846652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.SNOOP_MISS",
846752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8468*18054d02SAlexander Motin        "MSRValue": "0x23C000080",
846952d973f5SAlexander Motin        "Offcore": "1",
847052d973f5SAlexander Motin        "SampleAfterValue": "100003",
847152d973f5SAlexander Motin        "UMask": "0x1"
847252d973f5SAlexander Motin    },
847352d973f5SAlexander Motin    {
847452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS.SNOOP_NONE",
847552d973f5SAlexander Motin        "Counter": "0,1,2,3",
847652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
847752d973f5SAlexander Motin        "Deprecated": "1",
847852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
847952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS.SNOOP_NONE",
848052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8481*18054d02SAlexander Motin        "MSRValue": "0xBC000080",
848252d973f5SAlexander Motin        "Offcore": "1",
848352d973f5SAlexander Motin        "SampleAfterValue": "100003",
848452d973f5SAlexander Motin        "UMask": "0x1"
848552d973f5SAlexander Motin    },
848652d973f5SAlexander Motin    {
848752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
848852d973f5SAlexander Motin        "Counter": "0,1,2,3",
848952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
849052d973f5SAlexander Motin        "Deprecated": "1",
849152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
849252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
849352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
849452d973f5SAlexander Motin        "MSRValue": "0x3F84000080",
849552d973f5SAlexander Motin        "Offcore": "1",
849652d973f5SAlexander Motin        "SampleAfterValue": "100003",
849752d973f5SAlexander Motin        "UMask": "0x1"
849852d973f5SAlexander Motin    },
849952d973f5SAlexander Motin    {
850052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
850152d973f5SAlexander Motin        "Counter": "0,1,2,3",
850252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
850352d973f5SAlexander Motin        "Deprecated": "1",
850452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
850552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
850652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
850752d973f5SAlexander Motin        "MSRValue": "0x1004000080",
850852d973f5SAlexander Motin        "Offcore": "1",
850952d973f5SAlexander Motin        "SampleAfterValue": "100003",
851052d973f5SAlexander Motin        "UMask": "0x1"
851152d973f5SAlexander Motin    },
851252d973f5SAlexander Motin    {
851352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
851452d973f5SAlexander Motin        "Counter": "0,1,2,3",
851552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
851652d973f5SAlexander Motin        "Deprecated": "1",
851752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
851852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
851952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8520*18054d02SAlexander Motin        "MSRValue": "0x804000080",
852152d973f5SAlexander Motin        "Offcore": "1",
852252d973f5SAlexander Motin        "SampleAfterValue": "100003",
852352d973f5SAlexander Motin        "UMask": "0x1"
852452d973f5SAlexander Motin    },
852552d973f5SAlexander Motin    {
852652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
852752d973f5SAlexander Motin        "Counter": "0,1,2,3",
852852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
852952d973f5SAlexander Motin        "Deprecated": "1",
853052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
853152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
853252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8533*18054d02SAlexander Motin        "MSRValue": "0x404000080",
853452d973f5SAlexander Motin        "Offcore": "1",
853552d973f5SAlexander Motin        "SampleAfterValue": "100003",
853652d973f5SAlexander Motin        "UMask": "0x1"
853752d973f5SAlexander Motin    },
853852d973f5SAlexander Motin    {
853952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
854052d973f5SAlexander Motin        "Counter": "0,1,2,3",
854152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
854252d973f5SAlexander Motin        "Deprecated": "1",
854352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
854452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
854552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8546*18054d02SAlexander Motin        "MSRValue": "0x104000080",
854752d973f5SAlexander Motin        "Offcore": "1",
854852d973f5SAlexander Motin        "SampleAfterValue": "100003",
854952d973f5SAlexander Motin        "UMask": "0x1"
855052d973f5SAlexander Motin    },
855152d973f5SAlexander Motin    {
855252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
855352d973f5SAlexander Motin        "Counter": "0,1,2,3",
855452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
855552d973f5SAlexander Motin        "Deprecated": "1",
855652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
855752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
855852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8559*18054d02SAlexander Motin        "MSRValue": "0x204000080",
856052d973f5SAlexander Motin        "Offcore": "1",
856152d973f5SAlexander Motin        "SampleAfterValue": "100003",
856252d973f5SAlexander Motin        "UMask": "0x1"
856352d973f5SAlexander Motin    },
856452d973f5SAlexander Motin    {
856552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
856652d973f5SAlexander Motin        "Counter": "0,1,2,3",
856752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
856852d973f5SAlexander Motin        "Deprecated": "1",
856952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
857052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
857152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8572*18054d02SAlexander Motin        "MSRValue": "0x604000080",
857352d973f5SAlexander Motin        "Offcore": "1",
857452d973f5SAlexander Motin        "SampleAfterValue": "100003",
857552d973f5SAlexander Motin        "UMask": "0x1"
857652d973f5SAlexander Motin    },
857752d973f5SAlexander Motin    {
857852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
857952d973f5SAlexander Motin        "Counter": "0,1,2,3",
858052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
858152d973f5SAlexander Motin        "Deprecated": "1",
858252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
858352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
858452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8585*18054d02SAlexander Motin        "MSRValue": "0x84000080",
858652d973f5SAlexander Motin        "Offcore": "1",
858752d973f5SAlexander Motin        "SampleAfterValue": "100003",
858852d973f5SAlexander Motin        "UMask": "0x1"
858952d973f5SAlexander Motin    },
859052d973f5SAlexander Motin    {
859152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
859252d973f5SAlexander Motin        "Counter": "0,1,2,3",
859352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
859452d973f5SAlexander Motin        "Deprecated": "1",
859552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
859652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
859752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8598*18054d02SAlexander Motin        "MSRValue": "0x63B800080",
859952d973f5SAlexander Motin        "Offcore": "1",
860052d973f5SAlexander Motin        "SampleAfterValue": "100003",
860152d973f5SAlexander Motin        "UMask": "0x1"
860252d973f5SAlexander Motin    },
860352d973f5SAlexander Motin    {
860452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
860552d973f5SAlexander Motin        "Counter": "0,1,2,3",
860652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
860752d973f5SAlexander Motin        "Deprecated": "1",
860852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
860952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
861052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
861152d973f5SAlexander Motin        "MSRValue": "0x3F90000080",
861252d973f5SAlexander Motin        "Offcore": "1",
861352d973f5SAlexander Motin        "SampleAfterValue": "100003",
861452d973f5SAlexander Motin        "UMask": "0x1"
861552d973f5SAlexander Motin    },
861652d973f5SAlexander Motin    {
861752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
861852d973f5SAlexander Motin        "Counter": "0,1,2,3",
861952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
862052d973f5SAlexander Motin        "Deprecated": "1",
862152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
862252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
862352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
862452d973f5SAlexander Motin        "MSRValue": "0x1010000080",
862552d973f5SAlexander Motin        "Offcore": "1",
862652d973f5SAlexander Motin        "SampleAfterValue": "100003",
862752d973f5SAlexander Motin        "UMask": "0x1"
862852d973f5SAlexander Motin    },
862952d973f5SAlexander Motin    {
863052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
863152d973f5SAlexander Motin        "Counter": "0,1,2,3",
863252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
863352d973f5SAlexander Motin        "Deprecated": "1",
863452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
863552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
863652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8637*18054d02SAlexander Motin        "MSRValue": "0x810000080",
863852d973f5SAlexander Motin        "Offcore": "1",
863952d973f5SAlexander Motin        "SampleAfterValue": "100003",
864052d973f5SAlexander Motin        "UMask": "0x1"
864152d973f5SAlexander Motin    },
864252d973f5SAlexander Motin    {
864352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
864452d973f5SAlexander Motin        "Counter": "0,1,2,3",
864552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
864652d973f5SAlexander Motin        "Deprecated": "1",
864752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
864852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
864952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8650*18054d02SAlexander Motin        "MSRValue": "0x410000080",
865152d973f5SAlexander Motin        "Offcore": "1",
865252d973f5SAlexander Motin        "SampleAfterValue": "100003",
865352d973f5SAlexander Motin        "UMask": "0x1"
865452d973f5SAlexander Motin    },
865552d973f5SAlexander Motin    {
865652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
865752d973f5SAlexander Motin        "Counter": "0,1,2,3",
865852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
865952d973f5SAlexander Motin        "Deprecated": "1",
866052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
866152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
866252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8663*18054d02SAlexander Motin        "MSRValue": "0x110000080",
866452d973f5SAlexander Motin        "Offcore": "1",
866552d973f5SAlexander Motin        "SampleAfterValue": "100003",
866652d973f5SAlexander Motin        "UMask": "0x1"
866752d973f5SAlexander Motin    },
866852d973f5SAlexander Motin    {
866952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
867052d973f5SAlexander Motin        "Counter": "0,1,2,3",
867152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
867252d973f5SAlexander Motin        "Deprecated": "1",
867352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
867452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
867552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8676*18054d02SAlexander Motin        "MSRValue": "0x210000080",
867752d973f5SAlexander Motin        "Offcore": "1",
867852d973f5SAlexander Motin        "SampleAfterValue": "100003",
867952d973f5SAlexander Motin        "UMask": "0x1"
868052d973f5SAlexander Motin    },
868152d973f5SAlexander Motin    {
868252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
868352d973f5SAlexander Motin        "Counter": "0,1,2,3",
868452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
868552d973f5SAlexander Motin        "Deprecated": "1",
868652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
868752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
868852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8689*18054d02SAlexander Motin        "MSRValue": "0x90000080",
869052d973f5SAlexander Motin        "Offcore": "1",
869152d973f5SAlexander Motin        "SampleAfterValue": "100003",
869252d973f5SAlexander Motin        "UMask": "0x1"
869352d973f5SAlexander Motin    },
869452d973f5SAlexander Motin    {
869552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.ANY_SNOOP",
869652d973f5SAlexander Motin        "Counter": "0,1,2,3",
869752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
869852d973f5SAlexander Motin        "Deprecated": "1",
869952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
870052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.ANY_SNOOP",
870152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
870252d973f5SAlexander Motin        "MSRValue": "0x3FBC000100",
870352d973f5SAlexander Motin        "Offcore": "1",
870452d973f5SAlexander Motin        "SampleAfterValue": "100003",
870552d973f5SAlexander Motin        "UMask": "0x1"
870652d973f5SAlexander Motin    },
870752d973f5SAlexander Motin    {
870852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.HITM_OTHER_CORE",
870952d973f5SAlexander Motin        "Counter": "0,1,2,3",
871052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
871152d973f5SAlexander Motin        "Deprecated": "1",
871252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
871352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.HITM_OTHER_CORE",
871452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
871552d973f5SAlexander Motin        "MSRValue": "0x103C000100",
871652d973f5SAlexander Motin        "Offcore": "1",
871752d973f5SAlexander Motin        "SampleAfterValue": "100003",
871852d973f5SAlexander Motin        "UMask": "0x1"
871952d973f5SAlexander Motin    },
872052d973f5SAlexander Motin    {
872152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
872252d973f5SAlexander Motin        "Counter": "0,1,2,3",
872352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
872452d973f5SAlexander Motin        "Deprecated": "1",
872552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
872652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_FWD",
872752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8728*18054d02SAlexander Motin        "MSRValue": "0x83C000100",
872952d973f5SAlexander Motin        "Offcore": "1",
873052d973f5SAlexander Motin        "SampleAfterValue": "100003",
873152d973f5SAlexander Motin        "UMask": "0x1"
873252d973f5SAlexander Motin    },
873352d973f5SAlexander Motin    {
873452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
873552d973f5SAlexander Motin        "Counter": "0,1,2,3",
873652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
873752d973f5SAlexander Motin        "Deprecated": "1",
873852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
873952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.HIT_OTHER_CORE_NO_FWD",
874052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8741*18054d02SAlexander Motin        "MSRValue": "0x43C000100",
874252d973f5SAlexander Motin        "Offcore": "1",
874352d973f5SAlexander Motin        "SampleAfterValue": "100003",
874452d973f5SAlexander Motin        "UMask": "0x1"
874552d973f5SAlexander Motin    },
874652d973f5SAlexander Motin    {
874752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.NO_SNOOP_NEEDED",
874852d973f5SAlexander Motin        "Counter": "0,1,2,3",
874952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
875052d973f5SAlexander Motin        "Deprecated": "1",
875152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
875252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.NO_SNOOP_NEEDED",
875352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8754*18054d02SAlexander Motin        "MSRValue": "0x13C000100",
875552d973f5SAlexander Motin        "Offcore": "1",
875652d973f5SAlexander Motin        "SampleAfterValue": "100003",
875752d973f5SAlexander Motin        "UMask": "0x1"
875852d973f5SAlexander Motin    },
875952d973f5SAlexander Motin    {
876052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.REMOTE_HITM",
876152d973f5SAlexander Motin        "Counter": "0,1,2,3",
876252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
876352d973f5SAlexander Motin        "Deprecated": "1",
876452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
876552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.REMOTE_HITM",
876652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
876752d973f5SAlexander Motin        "MSRValue": "0x103FC00100",
876852d973f5SAlexander Motin        "Offcore": "1",
876952d973f5SAlexander Motin        "SampleAfterValue": "100003",
877052d973f5SAlexander Motin        "UMask": "0x1"
877152d973f5SAlexander Motin    },
877252d973f5SAlexander Motin    {
877352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.REMOTE_HIT_FORWARD",
877452d973f5SAlexander Motin        "Counter": "0,1,2,3",
877552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
877652d973f5SAlexander Motin        "Deprecated": "1",
877752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
877852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.REMOTE_HIT_FORWARD",
877952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8780*18054d02SAlexander Motin        "MSRValue": "0x83FC00100",
878152d973f5SAlexander Motin        "Offcore": "1",
878252d973f5SAlexander Motin        "SampleAfterValue": "100003",
878392b14858SMatt Macy        "UMask": "0x1"
878492b14858SMatt Macy    },
878592b14858SMatt Macy    {
878692b14858SMatt Macy        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.SNOOP_MISS",
878792b14858SMatt Macy        "Counter": "0,1,2,3",
878892b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
878992b14858SMatt Macy        "Deprecated": "1",
879092b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
879192b14858SMatt Macy        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.SNOOP_MISS",
879292b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
8793*18054d02SAlexander Motin        "MSRValue": "0x23C000100",
879492b14858SMatt Macy        "Offcore": "1",
879592b14858SMatt Macy        "SampleAfterValue": "100003",
879692b14858SMatt Macy        "UMask": "0x1"
879792b14858SMatt Macy    },
879892b14858SMatt Macy    {
879952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS.SNOOP_NONE",
880092b14858SMatt Macy        "Counter": "0,1,2,3",
880192b14858SMatt Macy        "CounterHTOff": "0,1,2,3",
880252d973f5SAlexander Motin        "Deprecated": "1",
880392b14858SMatt Macy        "EventCode": "0xB7, 0xBB",
880452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS.SNOOP_NONE",
880592b14858SMatt Macy        "MSRIndex": "0x1a6,0x1a7",
8806*18054d02SAlexander Motin        "MSRValue": "0xBC000100",
880792b14858SMatt Macy        "Offcore": "1",
880892b14858SMatt Macy        "SampleAfterValue": "100003",
880992b14858SMatt Macy        "UMask": "0x1"
881052d973f5SAlexander Motin    },
881152d973f5SAlexander Motin    {
881252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
881352d973f5SAlexander Motin        "Counter": "0,1,2,3",
881452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
881552d973f5SAlexander Motin        "Deprecated": "1",
881652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
881752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.ANY_SNOOP",
881852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
881952d973f5SAlexander Motin        "MSRValue": "0x3F84000100",
882052d973f5SAlexander Motin        "Offcore": "1",
882152d973f5SAlexander Motin        "SampleAfterValue": "100003",
882252d973f5SAlexander Motin        "UMask": "0x1"
882352d973f5SAlexander Motin    },
882452d973f5SAlexander Motin    {
882552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
882652d973f5SAlexander Motin        "Counter": "0,1,2,3",
882752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
882852d973f5SAlexander Motin        "Deprecated": "1",
882952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
883052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HITM_OTHER_CORE",
883152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
883252d973f5SAlexander Motin        "MSRValue": "0x1004000100",
883352d973f5SAlexander Motin        "Offcore": "1",
883452d973f5SAlexander Motin        "SampleAfterValue": "100003",
883552d973f5SAlexander Motin        "UMask": "0x1"
883652d973f5SAlexander Motin    },
883752d973f5SAlexander Motin    {
883852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
883952d973f5SAlexander Motin        "Counter": "0,1,2,3",
884052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
884152d973f5SAlexander Motin        "Deprecated": "1",
884252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
884352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_FWD",
884452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8845*18054d02SAlexander Motin        "MSRValue": "0x804000100",
884652d973f5SAlexander Motin        "Offcore": "1",
884752d973f5SAlexander Motin        "SampleAfterValue": "100003",
884852d973f5SAlexander Motin        "UMask": "0x1"
884952d973f5SAlexander Motin    },
885052d973f5SAlexander Motin    {
885152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
885252d973f5SAlexander Motin        "Counter": "0,1,2,3",
885352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
885452d973f5SAlexander Motin        "Deprecated": "1",
885552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
885652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.HIT_OTHER_CORE_NO_FWD",
885752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8858*18054d02SAlexander Motin        "MSRValue": "0x404000100",
885952d973f5SAlexander Motin        "Offcore": "1",
886052d973f5SAlexander Motin        "SampleAfterValue": "100003",
886152d973f5SAlexander Motin        "UMask": "0x1"
886252d973f5SAlexander Motin    },
886352d973f5SAlexander Motin    {
886452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
886552d973f5SAlexander Motin        "Counter": "0,1,2,3",
886652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
886752d973f5SAlexander Motin        "Deprecated": "1",
886852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
886952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.NO_SNOOP_NEEDED",
887052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8871*18054d02SAlexander Motin        "MSRValue": "0x104000100",
887252d973f5SAlexander Motin        "Offcore": "1",
887352d973f5SAlexander Motin        "SampleAfterValue": "100003",
887452d973f5SAlexander Motin        "UMask": "0x1"
887552d973f5SAlexander Motin    },
887652d973f5SAlexander Motin    {
887752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
887852d973f5SAlexander Motin        "Counter": "0,1,2,3",
887952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
888052d973f5SAlexander Motin        "Deprecated": "1",
888152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
888252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS",
888352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8884*18054d02SAlexander Motin        "MSRValue": "0x204000100",
888552d973f5SAlexander Motin        "Offcore": "1",
888652d973f5SAlexander Motin        "SampleAfterValue": "100003",
888752d973f5SAlexander Motin        "UMask": "0x1"
888852d973f5SAlexander Motin    },
888952d973f5SAlexander Motin    {
889052d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
889152d973f5SAlexander Motin        "Counter": "0,1,2,3",
889252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
889352d973f5SAlexander Motin        "Deprecated": "1",
889452d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
889552d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_MISS_OR_NO_FWD",
889652d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8897*18054d02SAlexander Motin        "MSRValue": "0x604000100",
889852d973f5SAlexander Motin        "Offcore": "1",
889952d973f5SAlexander Motin        "SampleAfterValue": "100003",
890052d973f5SAlexander Motin        "UMask": "0x1"
890152d973f5SAlexander Motin    },
890252d973f5SAlexander Motin    {
890352d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
890452d973f5SAlexander Motin        "Counter": "0,1,2,3",
890552d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
890652d973f5SAlexander Motin        "Deprecated": "1",
890752d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
890852d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_LOCAL_DRAM.SNOOP_NONE",
890952d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8910*18054d02SAlexander Motin        "MSRValue": "0x84000100",
891152d973f5SAlexander Motin        "Offcore": "1",
891252d973f5SAlexander Motin        "SampleAfterValue": "100003",
891352d973f5SAlexander Motin        "UMask": "0x1"
891452d973f5SAlexander Motin    },
891552d973f5SAlexander Motin    {
891652d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
891752d973f5SAlexander Motin        "Counter": "0,1,2,3",
891852d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
891952d973f5SAlexander Motin        "Deprecated": "1",
892052d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
892152d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_DRAM.SNOOP_MISS_OR_NO_FWD",
892252d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8923*18054d02SAlexander Motin        "MSRValue": "0x63B800100",
892452d973f5SAlexander Motin        "Offcore": "1",
892552d973f5SAlexander Motin        "SampleAfterValue": "100003",
892652d973f5SAlexander Motin        "UMask": "0x1"
892752d973f5SAlexander Motin    },
892852d973f5SAlexander Motin    {
892952d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
893052d973f5SAlexander Motin        "Counter": "0,1,2,3",
893152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
893252d973f5SAlexander Motin        "Deprecated": "1",
893352d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
893452d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.ANY_SNOOP",
893552d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
893652d973f5SAlexander Motin        "MSRValue": "0x3F90000100",
893752d973f5SAlexander Motin        "Offcore": "1",
893852d973f5SAlexander Motin        "SampleAfterValue": "100003",
893952d973f5SAlexander Motin        "UMask": "0x1"
894052d973f5SAlexander Motin    },
894152d973f5SAlexander Motin    {
894252d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
894352d973f5SAlexander Motin        "Counter": "0,1,2,3",
894452d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
894552d973f5SAlexander Motin        "Deprecated": "1",
894652d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
894752d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HITM_OTHER_CORE",
894852d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
894952d973f5SAlexander Motin        "MSRValue": "0x1010000100",
895052d973f5SAlexander Motin        "Offcore": "1",
895152d973f5SAlexander Motin        "SampleAfterValue": "100003",
895252d973f5SAlexander Motin        "UMask": "0x1"
895352d973f5SAlexander Motin    },
895452d973f5SAlexander Motin    {
895552d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
895652d973f5SAlexander Motin        "Counter": "0,1,2,3",
895752d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
895852d973f5SAlexander Motin        "Deprecated": "1",
895952d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
896052d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_FWD",
896152d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8962*18054d02SAlexander Motin        "MSRValue": "0x810000100",
896352d973f5SAlexander Motin        "Offcore": "1",
896452d973f5SAlexander Motin        "SampleAfterValue": "100003",
896552d973f5SAlexander Motin        "UMask": "0x1"
896652d973f5SAlexander Motin    },
896752d973f5SAlexander Motin    {
896852d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
896952d973f5SAlexander Motin        "Counter": "0,1,2,3",
897052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
897152d973f5SAlexander Motin        "Deprecated": "1",
897252d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
897352d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.HIT_OTHER_CORE_NO_FWD",
897452d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8975*18054d02SAlexander Motin        "MSRValue": "0x410000100",
897652d973f5SAlexander Motin        "Offcore": "1",
897752d973f5SAlexander Motin        "SampleAfterValue": "100003",
897852d973f5SAlexander Motin        "UMask": "0x1"
897952d973f5SAlexander Motin    },
898052d973f5SAlexander Motin    {
898152d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
898252d973f5SAlexander Motin        "Counter": "0,1,2,3",
898352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
898452d973f5SAlexander Motin        "Deprecated": "1",
898552d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
898652d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.NO_SNOOP_NEEDED",
898752d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
8988*18054d02SAlexander Motin        "MSRValue": "0x110000100",
898952d973f5SAlexander Motin        "Offcore": "1",
899052d973f5SAlexander Motin        "SampleAfterValue": "100003",
899152d973f5SAlexander Motin        "UMask": "0x1"
899252d973f5SAlexander Motin    },
899352d973f5SAlexander Motin    {
899452d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
899552d973f5SAlexander Motin        "Counter": "0,1,2,3",
899652d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
899752d973f5SAlexander Motin        "Deprecated": "1",
899852d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
899952d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_MISS",
900052d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
9001*18054d02SAlexander Motin        "MSRValue": "0x210000100",
900252d973f5SAlexander Motin        "Offcore": "1",
900352d973f5SAlexander Motin        "SampleAfterValue": "100003",
900452d973f5SAlexander Motin        "UMask": "0x1"
900552d973f5SAlexander Motin    },
900652d973f5SAlexander Motin    {
900752d973f5SAlexander Motin        "BriefDescription": "This event is deprecated. Refer to new event OCR.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
900852d973f5SAlexander Motin        "Counter": "0,1,2,3",
900952d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3",
901052d973f5SAlexander Motin        "Deprecated": "1",
901152d973f5SAlexander Motin        "EventCode": "0xB7, 0xBB",
901252d973f5SAlexander Motin        "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_MISS_REMOTE_HOP1_DRAM.SNOOP_NONE",
901352d973f5SAlexander Motin        "MSRIndex": "0x1a6,0x1a7",
9014*18054d02SAlexander Motin        "MSRValue": "0x90000100",
901552d973f5SAlexander Motin        "Offcore": "1",
901652d973f5SAlexander Motin        "SampleAfterValue": "100003",
901752d973f5SAlexander Motin        "UMask": "0x1"
901852d973f5SAlexander Motin    },
901952d973f5SAlexander Motin    {
902052d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categories may count as one).",
902152d973f5SAlexander Motin        "Counter": "0,1,2,3",
902252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
902352d973f5SAlexander Motin        "EventCode": "0xC9",
902452d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED",
902552d973f5SAlexander Motin        "PEBS": "1",
902652d973f5SAlexander Motin        "PublicDescription": "Number of times RTM abort was triggered.",
902752d973f5SAlexander Motin        "SampleAfterValue": "2000003",
902852d973f5SAlexander Motin        "UMask": "0x4"
902952d973f5SAlexander Motin    },
903052d973f5SAlexander Motin    {
903152d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 categories (e.g. interrupt)",
903252d973f5SAlexander Motin        "Counter": "0,1,2,3",
903352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
903452d973f5SAlexander Motin        "EventCode": "0xC9",
903552d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED_EVENTS",
903652d973f5SAlexander Motin        "PublicDescription": "Number of times an RTM execution aborted due to none of the previous 4 categories (e.g. interrupt).",
903752d973f5SAlexander Motin        "SampleAfterValue": "2000003",
903852d973f5SAlexander Motin        "UMask": "0x80"
903952d973f5SAlexander Motin    },
904052d973f5SAlexander Motin    {
904152d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. read/write capacity and conflicts)",
904252d973f5SAlexander Motin        "Counter": "0,1,2,3",
904352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
904452d973f5SAlexander Motin        "EventCode": "0xC9",
904552d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED_MEM",
904652d973f5SAlexander Motin        "PublicDescription": "Number of times an RTM execution aborted due to various memory events (e.g. read/write capacity and conflicts).",
904752d973f5SAlexander Motin        "SampleAfterValue": "2000003",
904852d973f5SAlexander Motin        "UMask": "0x8"
904952d973f5SAlexander Motin    },
905052d973f5SAlexander Motin    {
905152d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type",
905252d973f5SAlexander Motin        "Counter": "0,1,2,3",
905352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
905452d973f5SAlexander Motin        "EventCode": "0xC9",
905552d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED_MEMTYPE",
905652d973f5SAlexander Motin        "PublicDescription": "Number of times an RTM execution aborted due to incompatible memory type.",
905752d973f5SAlexander Motin        "SampleAfterValue": "2000003",
905852d973f5SAlexander Motin        "UMask": "0x40"
905952d973f5SAlexander Motin    },
906052d973f5SAlexander Motin    {
906152d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to uncommon conditions.",
906252d973f5SAlexander Motin        "Counter": "0,1,2,3",
906352d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
906452d973f5SAlexander Motin        "EventCode": "0xC9",
906552d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED_TIMER",
906652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
906752d973f5SAlexander Motin        "UMask": "0x10"
906852d973f5SAlexander Motin    },
906952d973f5SAlexander Motin    {
907052d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions",
907152d973f5SAlexander Motin        "Counter": "0,1,2,3",
907252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
907352d973f5SAlexander Motin        "EventCode": "0xC9",
907452d973f5SAlexander Motin        "EventName": "RTM_RETIRED.ABORTED_UNFRIENDLY",
907552d973f5SAlexander Motin        "PublicDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions.",
907652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
907752d973f5SAlexander Motin        "UMask": "0x20"
907852d973f5SAlexander Motin    },
907952d973f5SAlexander Motin    {
908052d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution successfully committed",
908152d973f5SAlexander Motin        "Counter": "0,1,2,3",
908252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
908352d973f5SAlexander Motin        "EventCode": "0xC9",
908452d973f5SAlexander Motin        "EventName": "RTM_RETIRED.COMMIT",
908552d973f5SAlexander Motin        "PublicDescription": "Number of times RTM commit succeeded.",
908652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
908752d973f5SAlexander Motin        "UMask": "0x2"
908852d973f5SAlexander Motin    },
908952d973f5SAlexander Motin    {
909052d973f5SAlexander Motin        "BriefDescription": "Number of times an RTM execution started.",
909152d973f5SAlexander Motin        "Counter": "0,1,2,3",
909252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
909352d973f5SAlexander Motin        "EventCode": "0xC9",
909452d973f5SAlexander Motin        "EventName": "RTM_RETIRED.START",
909552d973f5SAlexander Motin        "PublicDescription": "Number of times we entered an RTM region. Does not count nested transactions.",
909652d973f5SAlexander Motin        "SampleAfterValue": "2000003",
909752d973f5SAlexander Motin        "UMask": "0x1"
909852d973f5SAlexander Motin    },
909952d973f5SAlexander Motin    {
910052d973f5SAlexander Motin        "BriefDescription": "Counts the number of times a class of instructions that may cause a transactional abort was executed. Since this is the count of execution, it may not always cause a transactional abort.",
910152d973f5SAlexander Motin        "Counter": "0,1,2,3",
910252d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
910352d973f5SAlexander Motin        "EventCode": "0x5d",
910452d973f5SAlexander Motin        "EventName": "TX_EXEC.MISC1",
910552d973f5SAlexander Motin        "SampleAfterValue": "2000003",
910652d973f5SAlexander Motin        "UMask": "0x1"
910752d973f5SAlexander Motin    },
910852d973f5SAlexander Motin    {
910952d973f5SAlexander Motin        "BriefDescription": "Counts the number of times a class of instructions (e.g., vzeroupper) that may cause a transactional abort was executed inside a transactional region",
911052d973f5SAlexander Motin        "Counter": "0,1,2,3",
911152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
911252d973f5SAlexander Motin        "EventCode": "0x5d",
911352d973f5SAlexander Motin        "EventName": "TX_EXEC.MISC2",
911452d973f5SAlexander Motin        "PublicDescription": "Unfriendly TSX abort triggered by a vzeroupper instruction.",
911552d973f5SAlexander Motin        "SampleAfterValue": "2000003",
911652d973f5SAlexander Motin        "UMask": "0x2"
911752d973f5SAlexander Motin    },
911852d973f5SAlexander Motin    {
911952d973f5SAlexander Motin        "BriefDescription": "Counts the number of times an instruction execution caused the transactional nest count supported to be exceeded",
912052d973f5SAlexander Motin        "Counter": "0,1,2,3",
912152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
912252d973f5SAlexander Motin        "EventCode": "0x5d",
912352d973f5SAlexander Motin        "EventName": "TX_EXEC.MISC3",
912452d973f5SAlexander Motin        "PublicDescription": "Unfriendly TSX abort triggered by a nest count that is too deep.",
912552d973f5SAlexander Motin        "SampleAfterValue": "2000003",
912652d973f5SAlexander Motin        "UMask": "0x4"
912752d973f5SAlexander Motin    },
912852d973f5SAlexander Motin    {
912952d973f5SAlexander Motin        "BriefDescription": "Counts the number of times a XBEGIN instruction was executed inside an HLE transactional region.",
913052d973f5SAlexander Motin        "Counter": "0,1,2,3",
913152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
913252d973f5SAlexander Motin        "EventCode": "0x5d",
913352d973f5SAlexander Motin        "EventName": "TX_EXEC.MISC4",
913452d973f5SAlexander Motin        "PublicDescription": "RTM region detected inside HLE.",
913552d973f5SAlexander Motin        "SampleAfterValue": "2000003",
913652d973f5SAlexander Motin        "UMask": "0x8"
913752d973f5SAlexander Motin    },
913852d973f5SAlexander Motin    {
913952d973f5SAlexander Motin        "BriefDescription": "Counts the number of times an HLE XACQUIRE instruction was executed inside an RTM transactional region",
914052d973f5SAlexander Motin        "Counter": "0,1,2,3",
914152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
914252d973f5SAlexander Motin        "EventCode": "0x5d",
914352d973f5SAlexander Motin        "EventName": "TX_EXEC.MISC5",
914452d973f5SAlexander Motin        "PublicDescription": "Counts the number of times an HLE XACQUIRE instruction was executed inside an RTM transactional region.",
914552d973f5SAlexander Motin        "SampleAfterValue": "2000003",
914652d973f5SAlexander Motin        "UMask": "0x10"
914752d973f5SAlexander Motin    },
914852d973f5SAlexander Motin    {
914952d973f5SAlexander Motin        "BriefDescription": "Number of times a transactional abort was signaled due to a data capacity limitation for transactional reads or writes.",
915052d973f5SAlexander Motin        "Counter": "0,1,2,3",
915152d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
915252d973f5SAlexander Motin        "EventCode": "0x54",
915352d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_CAPACITY",
915452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
915552d973f5SAlexander Motin        "UMask": "0x2"
915652d973f5SAlexander Motin    },
915752d973f5SAlexander Motin    {
915852d973f5SAlexander Motin        "BriefDescription": "Number of times a transactional abort was signaled due to a data conflict on a transactionally accessed address",
915952d973f5SAlexander Motin        "Counter": "0,1,2,3",
916052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
916152d973f5SAlexander Motin        "EventCode": "0x54",
916252d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_CONFLICT",
916352d973f5SAlexander Motin        "PublicDescription": "Number of times a TSX line had a cache conflict.",
916452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
916552d973f5SAlexander Motin        "UMask": "0x1"
916652d973f5SAlexander Motin    },
916752d973f5SAlexander Motin    {
916852d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock not satisfying the address and value requirements in the elision buffer",
916952d973f5SAlexander Motin        "Counter": "0,1,2,3",
917052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
917152d973f5SAlexander Motin        "EventCode": "0x54",
917252d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_MISMATCH",
917352d973f5SAlexander Motin        "PublicDescription": "Number of times a TSX Abort was triggered due to release/commit but data and address mismatch.",
917452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
917552d973f5SAlexander Motin        "UMask": "0x10"
917652d973f5SAlexander Motin    },
917752d973f5SAlexander Motin    {
917852d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero.",
917952d973f5SAlexander Motin        "Counter": "0,1,2,3",
918052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
918152d973f5SAlexander Motin        "EventCode": "0x54",
918252d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_NOT_EMPTY",
918352d973f5SAlexander Motin        "PublicDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not empty.",
918452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
918552d973f5SAlexander Motin        "UMask": "0x8"
918652d973f5SAlexander Motin    },
918752d973f5SAlexander Motin    {
918852d973f5SAlexander Motin        "BriefDescription": "Number of times an HLE transactional execution aborted due to an unsupported read alignment from the elision buffer.",
918952d973f5SAlexander Motin        "Counter": "0,1,2,3",
919052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
919152d973f5SAlexander Motin        "EventCode": "0x54",
919252d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_HLE_ELISION_BUFFER_UNSUPPORTED_ALIGNMENT",
919352d973f5SAlexander Motin        "PublicDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported alignment from Lock Buffer.",
919452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
919552d973f5SAlexander Motin        "UMask": "0x20"
919652d973f5SAlexander Motin    },
919752d973f5SAlexander Motin    {
919852d973f5SAlexander Motin        "BriefDescription": "Number of times a HLE transactional region aborted due to a non XRELEASE prefixed instruction writing to an elided lock in the elision buffer",
919952d973f5SAlexander Motin        "Counter": "0,1,2,3",
920052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
920152d973f5SAlexander Motin        "EventCode": "0x54",
920252d973f5SAlexander Motin        "EventName": "TX_MEM.ABORT_HLE_STORE_TO_ELIDED_LOCK",
920352d973f5SAlexander Motin        "PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store to lock.",
920452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
920552d973f5SAlexander Motin        "UMask": "0x4"
920652d973f5SAlexander Motin    },
920752d973f5SAlexander Motin    {
920852d973f5SAlexander Motin        "BriefDescription": "Number of times HLE lock could not be elided due to ElisionBufferAvailable being zero.",
920952d973f5SAlexander Motin        "Counter": "0,1,2,3",
921052d973f5SAlexander Motin        "CounterHTOff": "0,1,2,3,4,5,6,7",
921152d973f5SAlexander Motin        "EventCode": "0x54",
921252d973f5SAlexander Motin        "EventName": "TX_MEM.HLE_ELISION_BUFFER_FULL",
921352d973f5SAlexander Motin        "PublicDescription": "Number of times we could not allocate Lock Buffer.",
921452d973f5SAlexander Motin        "SampleAfterValue": "2000003",
921552d973f5SAlexander Motin        "UMask": "0x40"
921692b14858SMatt Macy    }
921792b14858SMatt Macy]
9218