xref: /linux/tools/perf/pmu-events/arch/x86/goldmont/cache.json (revision faa35916403097f68010a9db207024f0742f9288)
14a00680bSAndi Kleen[
24a00680bSAndi Kleen    {
34ee19e31SIan Rogers        "BriefDescription": "Requests rejected by the L2Q",
4*faa35916SIan Rogers        "Counter": "0,1,2,3",
503da89c5SAndi Kleen        "EventCode": "0x31",
603da89c5SAndi Kleen        "EventName": "CORE_REJECT_L2Q.ALL",
74ee19e31SIan Rogers        "PublicDescription": "Counts the number of demand and L1 prefetcher requests rejected by the L2Q due to a full or nearly full condition which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the XQ, but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to ensure fairness between cores, or to delay a core's dirty eviction when the address conflicts with incoming external snoops.",
84ee19e31SIan Rogers        "SampleAfterValue": "200003"
903da89c5SAndi Kleen    },
1003da89c5SAndi Kleen    {
114ee19e31SIan Rogers        "BriefDescription": "L1 Cache evictions for dirty data",
12*faa35916SIan Rogers        "Counter": "0,1,2,3",
1303da89c5SAndi Kleen        "EventCode": "0x51",
1403da89c5SAndi Kleen        "EventName": "DL1.DIRTY_EVICTION",
154ee19e31SIan Rogers        "PublicDescription": "Counts when a modified (dirty) cache line is evicted from the data L1 cache and needs to be written back to memory.  No count will occur if the evicted line is clean, and hence does not require a writeback.",
1603da89c5SAndi Kleen        "SampleAfterValue": "200003",
174ee19e31SIan Rogers        "UMask": "0x1"
1803da89c5SAndi Kleen    },
1903da89c5SAndi Kleen    {
204ee19e31SIan Rogers        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.",
21*faa35916SIan Rogers        "Counter": "0,1,2,3",
224a00680bSAndi Kleen        "EventCode": "0x86",
234a00680bSAndi Kleen        "EventName": "FETCH_STALL.ICACHE_FILL_PENDING_CYCLES",
244ee19e31SIan Rogers        "PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ICache miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ICache miss.  Note: this event is not the same as the total number of cycles spent retrieving instruction cache lines from the memory hierarchy.",
254a00680bSAndi Kleen        "SampleAfterValue": "200003",
264ee19e31SIan Rogers        "UMask": "0x2"
274a00680bSAndi Kleen    },
284a00680bSAndi Kleen    {
294ee19e31SIan Rogers        "BriefDescription": "Requests rejected by the XQ",
30*faa35916SIan Rogers        "Counter": "0,1,2,3",
314ee19e31SIan Rogers        "EventCode": "0x30",
324ee19e31SIan Rogers        "EventName": "L2_REJECT_XQ.ALL",
334ee19e31SIan Rogers        "PublicDescription": "Counts the number of demand and prefetch transactions that the L2 XQ rejects due to a full or near full condition which likely indicates back pressure from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cacheable requests), L2 misses and L2 write-back victims.",
344ee19e31SIan Rogers        "SampleAfterValue": "200003"
354ee19e31SIan Rogers    },
364ee19e31SIan Rogers    {
374ee19e31SIan Rogers        "BriefDescription": "L2 cache request misses",
38*faa35916SIan Rogers        "Counter": "0,1,2,3",
394ee19e31SIan Rogers        "EventCode": "0x2E",
404ee19e31SIan Rogers        "EventName": "LONGEST_LAT_CACHE.MISS",
414ee19e31SIan Rogers        "PublicDescription": "Counts memory requests originating from the core that miss in the L2 cache.",
424ee19e31SIan Rogers        "SampleAfterValue": "200003",
434ee19e31SIan Rogers        "UMask": "0x41"
444ee19e31SIan Rogers    },
454ee19e31SIan Rogers    {
464ee19e31SIan Rogers        "BriefDescription": "L2 cache requests",
47*faa35916SIan Rogers        "Counter": "0,1,2,3",
484ee19e31SIan Rogers        "EventCode": "0x2E",
494ee19e31SIan Rogers        "EventName": "LONGEST_LAT_CACHE.REFERENCE",
504ee19e31SIan Rogers        "PublicDescription": "Counts memory requests originating from the core that reference a cache line in the L2 cache.",
514ee19e31SIan Rogers        "SampleAfterValue": "200003",
524ee19e31SIan Rogers        "UMask": "0x4f"
534ee19e31SIan Rogers    },
544ee19e31SIan Rogers    {
554ee19e31SIan Rogers        "BriefDescription": "Loads retired that came from DRAM (Precise event capable)",
56*faa35916SIan Rogers        "Counter": "0,1,2,3",
574ee19e31SIan Rogers        "Data_LA": "1",
584ee19e31SIan Rogers        "EventCode": "0xD1",
594ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.DRAM_HIT",
604ee19e31SIan Rogers        "PEBS": "2",
614ee19e31SIan Rogers        "PublicDescription": "Counts memory load uops retired where the data is retrieved from DRAM.  Event is counted at retirement, so the speculative loads are ignored.  A memory load can hit (or miss) the L1 cache, hit (or miss) the L2 cache, hit DRAM, hit in the WCB or receive a HITM response.",
624ee19e31SIan Rogers        "SampleAfterValue": "200003",
634ee19e31SIan Rogers        "UMask": "0x80"
644ee19e31SIan Rogers    },
654ee19e31SIan Rogers    {
664ee19e31SIan Rogers        "BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise event capable)",
67*faa35916SIan Rogers        "Counter": "0,1,2,3",
684ee19e31SIan Rogers        "Data_LA": "1",
694ee19e31SIan Rogers        "EventCode": "0xD1",
704ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.HITM",
714ee19e31SIan Rogers        "PEBS": "2",
724ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired where the cache line containing the data was in the modified state of another core or modules cache (HITM).  More specifically, this means that when the load address was checked by other caching agents (typically another processor) in the system, one of those caching agents indicated that they had a dirty copy of the data.  Loads that obtain a HITM response incur greater latency than most is typical for a load.  In addition, since HITM indicates that some other processor had this data in its cache, it implies that the data was shared between processors, or potentially was a lock or semaphore value.  This event is useful for locating sharing, false sharing, and contended locks.",
734ee19e31SIan Rogers        "SampleAfterValue": "200003",
744ee19e31SIan Rogers        "UMask": "0x20"
754ee19e31SIan Rogers    },
764ee19e31SIan Rogers    {
774ee19e31SIan Rogers        "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)",
78*faa35916SIan Rogers        "Counter": "0,1,2,3",
794ee19e31SIan Rogers        "Data_LA": "1",
804ee19e31SIan Rogers        "EventCode": "0xD1",
814ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT",
824ee19e31SIan Rogers        "PEBS": "2",
834ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired that hit the L1 data cache.",
844ee19e31SIan Rogers        "SampleAfterValue": "200003",
854ee19e31SIan Rogers        "UMask": "0x1"
864ee19e31SIan Rogers    },
874ee19e31SIan Rogers    {
884ee19e31SIan Rogers        "BriefDescription": "Load uops retired that missed L1 data cache (Precise event capable)",
89*faa35916SIan Rogers        "Counter": "0,1,2,3",
904ee19e31SIan Rogers        "Data_LA": "1",
914ee19e31SIan Rogers        "EventCode": "0xD1",
924ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS",
934ee19e31SIan Rogers        "PEBS": "2",
944ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired that miss the L1 data cache.",
954ee19e31SIan Rogers        "SampleAfterValue": "200003",
964ee19e31SIan Rogers        "UMask": "0x8"
974ee19e31SIan Rogers    },
984ee19e31SIan Rogers    {
994ee19e31SIan Rogers        "BriefDescription": "Load uops retired that hit L2 (Precise event capable)",
100*faa35916SIan Rogers        "Counter": "0,1,2,3",
1014ee19e31SIan Rogers        "Data_LA": "1",
1024ee19e31SIan Rogers        "EventCode": "0xD1",
1034ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT",
1044ee19e31SIan Rogers        "PEBS": "2",
1054ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired that hit in the L2 cache.",
1064ee19e31SIan Rogers        "SampleAfterValue": "200003",
1074ee19e31SIan Rogers        "UMask": "0x2"
1084ee19e31SIan Rogers    },
1094ee19e31SIan Rogers    {
1104ee19e31SIan Rogers        "BriefDescription": "Load uops retired that missed L2 (Precise event capable)",
111*faa35916SIan Rogers        "Counter": "0,1,2,3",
1124ee19e31SIan Rogers        "Data_LA": "1",
1134ee19e31SIan Rogers        "EventCode": "0xD1",
1144ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS",
1154ee19e31SIan Rogers        "PEBS": "2",
1164ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired that miss in the L2 cache.",
1174ee19e31SIan Rogers        "SampleAfterValue": "200003",
1184ee19e31SIan Rogers        "UMask": "0x10"
1194ee19e31SIan Rogers    },
1204ee19e31SIan Rogers    {
1214ee19e31SIan Rogers        "BriefDescription": "Loads retired that hit WCB (Precise event capable)",
122*faa35916SIan Rogers        "Counter": "0,1,2,3",
1234ee19e31SIan Rogers        "Data_LA": "1",
1244ee19e31SIan Rogers        "EventCode": "0xD1",
1254ee19e31SIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.WCB_HIT",
1264ee19e31SIan Rogers        "PEBS": "2",
1274ee19e31SIan Rogers        "PublicDescription": "Counts memory load uops retired where the data is retrieved from the WCB (or fill buffer), indicating that the load found its data while that data was in the process of being brought into the L1 cache.  Typically a load will receive this indication when some other load or prefetch missed the L1 cache and was in the process of retrieving the cache line containing the data, but that process had not yet finished (and written the data back to the cache). For example, consider load X and Y, both referencing the same cache line that is not in the L1 cache.  If load X misses cache first, it obtains and WCB (or fill buffer) and begins the process of requesting the data.  When load Y requests the data, it will either hit the WCB, or the L1 cache, depending on exactly what time the request to Y occurs.",
1284ee19e31SIan Rogers        "SampleAfterValue": "200003",
1294ee19e31SIan Rogers        "UMask": "0x40"
1304ee19e31SIan Rogers    },
1314ee19e31SIan Rogers    {
1324ee19e31SIan Rogers        "BriefDescription": "Memory uops retired (Precise event capable)",
133*faa35916SIan Rogers        "Counter": "0,1,2,3",
1344ee19e31SIan Rogers        "Data_LA": "1",
1354ee19e31SIan Rogers        "EventCode": "0xD0",
1364ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL",
1374ee19e31SIan Rogers        "PEBS": "2",
1384ee19e31SIan Rogers        "PublicDescription": "Counts the number of memory uops retired that is either a loads or a store or both.",
1394ee19e31SIan Rogers        "SampleAfterValue": "200003",
1404ee19e31SIan Rogers        "UMask": "0x83"
1414ee19e31SIan Rogers    },
1424ee19e31SIan Rogers    {
1434ee19e31SIan Rogers        "BriefDescription": "Load uops retired (Precise event capable)",
144*faa35916SIan Rogers        "Counter": "0,1,2,3",
1454ee19e31SIan Rogers        "Data_LA": "1",
1464ee19e31SIan Rogers        "EventCode": "0xD0",
1474ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL_LOADS",
1484ee19e31SIan Rogers        "PEBS": "2",
1494ee19e31SIan Rogers        "PublicDescription": "Counts the number of load uops retired.",
1504ee19e31SIan Rogers        "SampleAfterValue": "200003",
1514ee19e31SIan Rogers        "UMask": "0x81"
1524ee19e31SIan Rogers    },
1534ee19e31SIan Rogers    {
1544ee19e31SIan Rogers        "BriefDescription": "Store uops retired (Precise event capable)",
155*faa35916SIan Rogers        "Counter": "0,1,2,3",
1564ee19e31SIan Rogers        "Data_LA": "1",
1574ee19e31SIan Rogers        "EventCode": "0xD0",
1584ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL_STORES",
1594ee19e31SIan Rogers        "PEBS": "2",
1604ee19e31SIan Rogers        "PublicDescription": "Counts the number of store uops retired.",
1614ee19e31SIan Rogers        "SampleAfterValue": "200003",
1624ee19e31SIan Rogers        "UMask": "0x82"
1634ee19e31SIan Rogers    },
1644ee19e31SIan Rogers    {
1654ee19e31SIan Rogers        "BriefDescription": "Locked load uops retired (Precise event capable)",
166*faa35916SIan Rogers        "Counter": "0,1,2,3",
1674ee19e31SIan Rogers        "Data_LA": "1",
1684ee19e31SIan Rogers        "EventCode": "0xD0",
1694ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS",
1704ee19e31SIan Rogers        "PEBS": "2",
1714ee19e31SIan Rogers        "PublicDescription": "Counts locked memory uops retired.  This includes regular locks and bus locks. (To specifically count bus locks only, see the Offcore response event.)  A locked access is one with a lock prefix, or an exchange to memory.  See the SDM for a complete description of which memory load accesses are locks.",
1724ee19e31SIan Rogers        "SampleAfterValue": "200003",
1734ee19e31SIan Rogers        "UMask": "0x21"
1744ee19e31SIan Rogers    },
1754ee19e31SIan Rogers    {
1764ee19e31SIan Rogers        "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)",
177*faa35916SIan Rogers        "Counter": "0,1,2,3",
1784ee19e31SIan Rogers        "Data_LA": "1",
1794ee19e31SIan Rogers        "EventCode": "0xD0",
1804ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT",
1814ee19e31SIan Rogers        "PEBS": "2",
1824ee19e31SIan Rogers        "PublicDescription": "Counts memory uops retired where the data requested spans a 64 byte cache line boundary.",
1834ee19e31SIan Rogers        "SampleAfterValue": "200003",
1844ee19e31SIan Rogers        "UMask": "0x43"
1854ee19e31SIan Rogers    },
1864ee19e31SIan Rogers    {
1874ee19e31SIan Rogers        "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)",
188*faa35916SIan Rogers        "Counter": "0,1,2,3",
1894ee19e31SIan Rogers        "Data_LA": "1",
1904ee19e31SIan Rogers        "EventCode": "0xD0",
1914ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS",
1924ee19e31SIan Rogers        "PEBS": "2",
1934ee19e31SIan Rogers        "PublicDescription": "Counts load uops retired where the data requested spans a 64 byte cache line boundary.",
1944ee19e31SIan Rogers        "SampleAfterValue": "200003",
1954ee19e31SIan Rogers        "UMask": "0x41"
1964ee19e31SIan Rogers    },
1974ee19e31SIan Rogers    {
1984ee19e31SIan Rogers        "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)",
199*faa35916SIan Rogers        "Counter": "0,1,2,3",
2004ee19e31SIan Rogers        "Data_LA": "1",
2014ee19e31SIan Rogers        "EventCode": "0xD0",
2024ee19e31SIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES",
2034ee19e31SIan Rogers        "PEBS": "2",
2044ee19e31SIan Rogers        "PublicDescription": "Counts store uops retired where the data requested spans a 64 byte cache line boundary.",
2054ee19e31SIan Rogers        "SampleAfterValue": "200003",
2064ee19e31SIan Rogers        "UMask": "0x42"
2074ee19e31SIan Rogers    },
2084ee19e31SIan Rogers    {
2094ee19e31SIan Rogers        "BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
210*faa35916SIan Rogers        "Counter": "0,1,2,3",
2114ee19e31SIan Rogers        "EventCode": "0xB7",
21203da89c5SAndi Kleen        "EventName": "OFFCORE_RESPONSE",
21303da89c5SAndi Kleen        "SampleAfterValue": "100007",
2144ee19e31SIan Rogers        "UMask": "0x1"
2154a00680bSAndi Kleen    },
2164a00680bSAndi Kleen    {
2174ee19e31SIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) that hit the L2 cache.",
218*faa35916SIan Rogers        "Counter": "0,1,2,3",
2194a00680bSAndi Kleen        "EventCode": "0xB7",
2204a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_HIT",
2214a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2224ee19e31SIan Rogers        "MSRValue": "0x0000043091",
2234ee19e31SIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2244a00680bSAndi Kleen        "SampleAfterValue": "100007",
2254ee19e31SIan Rogers        "UMask": "0x1"
2264a00680bSAndi Kleen    },
2274a00680bSAndi Kleen    {
2284ee19e31SIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache.",
229*faa35916SIan Rogers        "Counter": "0,1,2,3",
2304ee19e31SIan Rogers        "EventCode": "0xB7",
2314ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.ANY",
2324a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2334ee19e31SIan Rogers        "MSRValue": "0x3600003091",
2344ee19e31SIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2354a00680bSAndi Kleen        "SampleAfterValue": "100007",
2364ee19e31SIan Rogers        "UMask": "0x1"
2374a00680bSAndi Kleen    },
2384a00680bSAndi Kleen    {
2394ee19e31SIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
240*faa35916SIan Rogers        "Counter": "0,1,2,3",
2414ee19e31SIan Rogers        "EventCode": "0xB7",
2424ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.HITM_OTHER_CORE",
2434a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2444ee19e31SIan Rogers        "MSRValue": "0x1000003091",
2454ee19e31SIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2464a00680bSAndi Kleen        "SampleAfterValue": "100007",
2474ee19e31SIan Rogers        "UMask": "0x1"
2484a00680bSAndi Kleen    },
2494a00680bSAndi Kleen    {
2504ee19e31SIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
251*faa35916SIan Rogers        "Counter": "0,1,2,3",
2524ee19e31SIan Rogers        "EventCode": "0xB7",
2534ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
2544a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2554ee19e31SIan Rogers        "MSRValue": "0x0400003091",
2564ee19e31SIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2574a00680bSAndi Kleen        "SampleAfterValue": "100007",
2584ee19e31SIan Rogers        "UMask": "0x1"
2594a00680bSAndi Kleen    },
2604a00680bSAndi Kleen    {
2614ee19e31SIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
262*faa35916SIan Rogers        "Counter": "0,1,2,3",
2634ee19e31SIan Rogers        "EventCode": "0xB7",
2644ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
2654a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2664ee19e31SIan Rogers        "MSRValue": "0x0200003091",
2674ee19e31SIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2684a00680bSAndi Kleen        "SampleAfterValue": "100007",
2694ee19e31SIan Rogers        "UMask": "0x1"
2704a00680bSAndi Kleen    },
2714a00680bSAndi Kleen    {
2724ee19e31SIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that hit the L2 cache.",
273*faa35916SIan Rogers        "Counter": "0,1,2,3",
2744ee19e31SIan Rogers        "EventCode": "0xB7",
2754a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_HIT",
2764a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2774ee19e31SIan Rogers        "MSRValue": "0x0000043010",
2784ee19e31SIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2794a00680bSAndi Kleen        "SampleAfterValue": "100007",
2804ee19e31SIan Rogers        "UMask": "0x1"
2814a00680bSAndi Kleen    },
2824a00680bSAndi Kleen    {
2834ee19e31SIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache.",
284*faa35916SIan Rogers        "Counter": "0,1,2,3",
2854ee19e31SIan Rogers        "EventCode": "0xB7",
2864ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.ANY",
2874a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2884ee19e31SIan Rogers        "MSRValue": "0x3600003010",
2894ee19e31SIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
2904a00680bSAndi Kleen        "SampleAfterValue": "100007",
2914ee19e31SIan Rogers        "UMask": "0x1"
2924a00680bSAndi Kleen    },
2934a00680bSAndi Kleen    {
2944ee19e31SIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
295*faa35916SIan Rogers        "Counter": "0,1,2,3",
2964ee19e31SIan Rogers        "EventCode": "0xB7",
2974ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.HITM_OTHER_CORE",
2984a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
2994ee19e31SIan Rogers        "MSRValue": "0x1000003010",
3004ee19e31SIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3014a00680bSAndi Kleen        "SampleAfterValue": "100007",
3024ee19e31SIan Rogers        "UMask": "0x1"
3034a00680bSAndi Kleen    },
3044a00680bSAndi Kleen    {
3054ee19e31SIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
306*faa35916SIan Rogers        "Counter": "0,1,2,3",
3074ee19e31SIan Rogers        "EventCode": "0xB7",
3084ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
3094a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
3104ee19e31SIan Rogers        "MSRValue": "0x0400003010",
3114ee19e31SIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3124a00680bSAndi Kleen        "SampleAfterValue": "100007",
3134ee19e31SIan Rogers        "UMask": "0x1"
3144a00680bSAndi Kleen    },
3154a00680bSAndi Kleen    {
3164ee19e31SIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that true miss for the L2 cache with a snoop miss in the other processor module.",
317*faa35916SIan Rogers        "Counter": "0,1,2,3",
3184ee19e31SIan Rogers        "EventCode": "0xB7",
3194ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
3204a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
3214ee19e31SIan Rogers        "MSRValue": "0x0200003010",
3224ee19e31SIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3234a00680bSAndi Kleen        "SampleAfterValue": "100007",
3244ee19e31SIan Rogers        "UMask": "0x1"
3254a00680bSAndi Kleen    },
3264a00680bSAndi Kleen    {
3274ee19e31SIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that hit the L2 cache.",
328*faa35916SIan Rogers        "Counter": "0,1,2,3",
3294ee19e31SIan Rogers        "EventCode": "0xB7",
3304ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_HIT",
3314ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
3324ee19e31SIan Rogers        "MSRValue": "0x00000432b7",
3334ee19e31SIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3344ee19e31SIan Rogers        "SampleAfterValue": "100007",
3354ee19e31SIan Rogers        "UMask": "0x1"
3364ee19e31SIan Rogers    },
3374ee19e31SIan Rogers    {
3384ee19e31SIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache.",
339*faa35916SIan Rogers        "Counter": "0,1,2,3",
3404ee19e31SIan Rogers        "EventCode": "0xB7",
3414ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.ANY",
3424ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
3434ee19e31SIan Rogers        "MSRValue": "0x36000032b7",
3444ee19e31SIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3454ee19e31SIan Rogers        "SampleAfterValue": "100007",
3464ee19e31SIan Rogers        "UMask": "0x1"
3474ee19e31SIan Rogers    },
3484ee19e31SIan Rogers    {
3494ee19e31SIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
350*faa35916SIan Rogers        "Counter": "0,1,2,3",
3514ee19e31SIan Rogers        "EventCode": "0xB7",
3524ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.HITM_OTHER_CORE",
3534ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
3544ee19e31SIan Rogers        "MSRValue": "0x10000032b7",
3554ee19e31SIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3564ee19e31SIan Rogers        "SampleAfterValue": "100007",
3574ee19e31SIan Rogers        "UMask": "0x1"
3584ee19e31SIan Rogers    },
3594ee19e31SIan Rogers    {
3604ee19e31SIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
361*faa35916SIan Rogers        "Counter": "0,1,2,3",
3624ee19e31SIan Rogers        "EventCode": "0xB7",
3634ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.HIT_OTHER_CORE_NO_FWD",
3644ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
3654ee19e31SIan Rogers        "MSRValue": "0x04000032b7",
3664ee19e31SIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3674ee19e31SIan Rogers        "SampleAfterValue": "100007",
3684ee19e31SIan Rogers        "UMask": "0x1"
3694ee19e31SIan Rogers    },
3704ee19e31SIan Rogers    {
3714ee19e31SIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
372*faa35916SIan Rogers        "Counter": "0,1,2,3",
3734ee19e31SIan Rogers        "EventCode": "0xB7",
3744ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
3754ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
3764ee19e31SIan Rogers        "MSRValue": "0x02000032b7",
3774ee19e31SIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3784ee19e31SIan Rogers        "SampleAfterValue": "100007",
3794ee19e31SIan Rogers        "UMask": "0x1"
3804ee19e31SIan Rogers    },
3814ee19e31SIan Rogers    {
3824ee19e31SIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem that have any transaction responses from the uncore subsystem.",
383*faa35916SIan Rogers        "Counter": "0,1,2,3",
3844ee19e31SIan Rogers        "EventCode": "0xB7",
3854a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.ANY_RESPONSE",
3864a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
3874ee19e31SIan Rogers        "MSRValue": "0x0000018000",
3884ee19e31SIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem that have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
3894a00680bSAndi Kleen        "SampleAfterValue": "100007",
3904ee19e31SIan Rogers        "UMask": "0x1"
3914a00680bSAndi Kleen    },
3924a00680bSAndi Kleen    {
3934ee19e31SIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem that hit the L2 cache.",
394*faa35916SIan Rogers        "Counter": "0,1,2,3",
3954ee19e31SIan Rogers        "EventCode": "0xB7",
3964ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_HIT",
3974a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
3984ee19e31SIan Rogers        "MSRValue": "0x0000048000",
3994ee19e31SIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4004a00680bSAndi Kleen        "SampleAfterValue": "100007",
4014ee19e31SIan Rogers        "UMask": "0x1"
4024a00680bSAndi Kleen    },
4034a00680bSAndi Kleen    {
4044ee19e31SIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
405*faa35916SIan Rogers        "Counter": "0,1,2,3",
4064ee19e31SIan Rogers        "EventCode": "0xB7",
4074ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.HITM_OTHER_CORE",
4084a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4094ee19e31SIan Rogers        "MSRValue": "0x1000008000",
4104ee19e31SIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4114a00680bSAndi Kleen        "SampleAfterValue": "100007",
4124ee19e31SIan Rogers        "UMask": "0x1"
4134a00680bSAndi Kleen    },
4144a00680bSAndi Kleen    {
4154ee19e31SIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
416*faa35916SIan Rogers        "Counter": "0,1,2,3",
4174ee19e31SIan Rogers        "EventCode": "0xB7",
4184ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.HIT_OTHER_CORE_NO_FWD",
4194a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4204ee19e31SIan Rogers        "MSRValue": "0x0400008000",
4214ee19e31SIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4224a00680bSAndi Kleen        "SampleAfterValue": "100007",
4234ee19e31SIan Rogers        "UMask": "0x1"
4244a00680bSAndi Kleen    },
4254a00680bSAndi Kleen    {
4264ee19e31SIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem that true miss for the L2 cache with a snoop miss in the other processor module.",
427*faa35916SIan Rogers        "Counter": "0,1,2,3",
4284ee19e31SIan Rogers        "EventCode": "0xB7",
4294ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
4304a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4314ee19e31SIan Rogers        "MSRValue": "0x0200008000",
4324ee19e31SIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4334a00680bSAndi Kleen        "SampleAfterValue": "100007",
4344ee19e31SIan Rogers        "UMask": "0x1"
4354a00680bSAndi Kleen    },
4364a00680bSAndi Kleen    {
4374ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that hit the L2 cache.",
438*faa35916SIan Rogers        "Counter": "0,1,2,3",
4394ee19e31SIan Rogers        "EventCode": "0xB7",
4404ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_HIT",
4414a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4424ee19e31SIan Rogers        "MSRValue": "0x0000040022",
4434ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4444a00680bSAndi Kleen        "SampleAfterValue": "100007",
4454ee19e31SIan Rogers        "UMask": "0x1"
4464a00680bSAndi Kleen    },
4474a00680bSAndi Kleen    {
4484ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache.",
449*faa35916SIan Rogers        "Counter": "0,1,2,3",
4504ee19e31SIan Rogers        "EventCode": "0xB7",
4514ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.ANY",
4524a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4534ee19e31SIan Rogers        "MSRValue": "0x3600000022",
4544ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4554a00680bSAndi Kleen        "SampleAfterValue": "100007",
4564ee19e31SIan Rogers        "UMask": "0x1"
4574a00680bSAndi Kleen    },
4584a00680bSAndi Kleen    {
4594ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
460*faa35916SIan Rogers        "Counter": "0,1,2,3",
4614ee19e31SIan Rogers        "EventCode": "0xB7",
4624ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.HITM_OTHER_CORE",
4634a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4644ee19e31SIan Rogers        "MSRValue": "0x1000000022",
4654ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4664a00680bSAndi Kleen        "SampleAfterValue": "100007",
4674ee19e31SIan Rogers        "UMask": "0x1"
4684a00680bSAndi Kleen    },
4694a00680bSAndi Kleen    {
4704ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
471*faa35916SIan Rogers        "Counter": "0,1,2,3",
4724ee19e31SIan Rogers        "EventCode": "0xB7",
4734ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD",
4744a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4754ee19e31SIan Rogers        "MSRValue": "0x0400000022",
4764ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4774a00680bSAndi Kleen        "SampleAfterValue": "100007",
4784ee19e31SIan Rogers        "UMask": "0x1"
4794a00680bSAndi Kleen    },
4804a00680bSAndi Kleen    {
4814ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
482*faa35916SIan Rogers        "Counter": "0,1,2,3",
4834ee19e31SIan Rogers        "EventCode": "0xB7",
4844ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
4854a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4864ee19e31SIan Rogers        "MSRValue": "0x0200000022",
4874ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4884a00680bSAndi Kleen        "SampleAfterValue": "100007",
4894ee19e31SIan Rogers        "UMask": "0x1"
4904a00680bSAndi Kleen    },
4914a00680bSAndi Kleen    {
4924ee19e31SIan Rogers        "BriefDescription": "Counts bus lock and split lock requests that have any transaction responses from the uncore subsystem.",
493*faa35916SIan Rogers        "Counter": "0,1,2,3",
4944a00680bSAndi Kleen        "EventCode": "0xB7",
4954a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.ANY_RESPONSE",
4964a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
4974ee19e31SIan Rogers        "MSRValue": "0x0000010400",
4984ee19e31SIan Rogers        "PublicDescription": "Counts bus lock and split lock requests that have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
4994a00680bSAndi Kleen        "SampleAfterValue": "100007",
5004ee19e31SIan Rogers        "UMask": "0x1"
5014a00680bSAndi Kleen    },
5024a00680bSAndi Kleen    {
5034ee19e31SIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that hit the L2 cache.",
504*faa35916SIan Rogers        "Counter": "0,1,2,3",
5054a00680bSAndi Kleen        "EventCode": "0xB7",
5064a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.COREWB.L2_HIT",
5074a00680bSAndi Kleen        "MSRIndex": "0x1a6",
5084ee19e31SIan Rogers        "MSRValue": "0x0000040008",
5094ee19e31SIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5104a00680bSAndi Kleen        "SampleAfterValue": "100007",
5114ee19e31SIan Rogers        "UMask": "0x1"
5124a00680bSAndi Kleen    },
5134a00680bSAndi Kleen    {
5144ee19e31SIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache.",
515*faa35916SIan Rogers        "Counter": "0,1,2,3",
5164ee19e31SIan Rogers        "EventCode": "0xB7",
5174ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.ANY",
5184a00680bSAndi Kleen        "MSRIndex": "0x1a6",
5194ee19e31SIan Rogers        "MSRValue": "0x3600000008",
5204ee19e31SIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5214a00680bSAndi Kleen        "SampleAfterValue": "100007",
5224ee19e31SIan Rogers        "UMask": "0x1"
5234a00680bSAndi Kleen    },
5244a00680bSAndi Kleen    {
5254ee19e31SIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
526*faa35916SIan Rogers        "Counter": "0,1,2,3",
5274ee19e31SIan Rogers        "EventCode": "0xB7",
5284ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.HITM_OTHER_CORE",
5294ee19e31SIan Rogers        "MSRIndex": "0x1a6",
5304ee19e31SIan Rogers        "MSRValue": "0x1000000008",
5314ee19e31SIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5324a00680bSAndi Kleen        "SampleAfterValue": "100007",
5334ee19e31SIan Rogers        "UMask": "0x1"
5344a00680bSAndi Kleen    },
5354a00680bSAndi Kleen    {
5364ee19e31SIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
537*faa35916SIan Rogers        "Counter": "0,1,2,3",
5384ee19e31SIan Rogers        "EventCode": "0xB7",
5394ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.HIT_OTHER_CORE_NO_FWD",
5404ee19e31SIan Rogers        "MSRIndex": "0x1a6",
5414ee19e31SIan Rogers        "MSRValue": "0x0400000008",
5424ee19e31SIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5434a00680bSAndi Kleen        "SampleAfterValue": "100007",
5444ee19e31SIan Rogers        "UMask": "0x1"
5454a00680bSAndi Kleen    },
5464a00680bSAndi Kleen    {
5474ee19e31SIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that true miss for the L2 cache with a snoop miss in the other processor module.",
548*faa35916SIan Rogers        "Counter": "0,1,2,3",
5494ee19e31SIan Rogers        "EventCode": "0xB7",
5504ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
5514ee19e31SIan Rogers        "MSRIndex": "0x1a6",
5524ee19e31SIan Rogers        "MSRValue": "0x0200000008",
5534ee19e31SIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5544a00680bSAndi Kleen        "SampleAfterValue": "100007",
5554ee19e31SIan Rogers        "UMask": "0x1"
5564a00680bSAndi Kleen    },
5574a00680bSAndi Kleen    {
5584ee19e31SIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that hit the L2 cache.",
559*faa35916SIan Rogers        "Counter": "0,1,2,3",
5604ee19e31SIan Rogers        "EventCode": "0xB7",
5614a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_HIT",
5624a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
5634ee19e31SIan Rogers        "MSRValue": "0x0000040004",
5644ee19e31SIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5654a00680bSAndi Kleen        "SampleAfterValue": "100007",
5664ee19e31SIan Rogers        "UMask": "0x1"
5674a00680bSAndi Kleen    },
5684a00680bSAndi Kleen    {
5694ee19e31SIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that miss the L2 cache.",
570*faa35916SIan Rogers        "Counter": "0,1,2,3",
5714ee19e31SIan Rogers        "EventCode": "0xB7",
5724ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.ANY",
5734ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
5744ee19e31SIan Rogers        "MSRValue": "0x3600000004",
5754ee19e31SIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5764ee19e31SIan Rogers        "SampleAfterValue": "100007",
5774ee19e31SIan Rogers        "UMask": "0x1"
5784ee19e31SIan Rogers    },
5794ee19e31SIan Rogers    {
5804ee19e31SIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
581*faa35916SIan Rogers        "Counter": "0,1,2,3",
5824ee19e31SIan Rogers        "EventCode": "0xB7",
5834ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
5844ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
5854ee19e31SIan Rogers        "MSRValue": "0x0400000004",
5864ee19e31SIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5874ee19e31SIan Rogers        "SampleAfterValue": "100007",
5884ee19e31SIan Rogers        "UMask": "0x1"
5894ee19e31SIan Rogers    },
5904ee19e31SIan Rogers    {
5914ee19e31SIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that true miss for the L2 cache with a snoop miss in the other processor module.",
592*faa35916SIan Rogers        "Counter": "0,1,2,3",
5934ee19e31SIan Rogers        "EventCode": "0xB7",
5944ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
5954ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
5964ee19e31SIan Rogers        "MSRValue": "0x0200000004",
5974ee19e31SIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
5984ee19e31SIan Rogers        "SampleAfterValue": "100007",
5994ee19e31SIan Rogers        "UMask": "0x1"
6004ee19e31SIan Rogers    },
6014ee19e31SIan Rogers    {
6024ee19e31SIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that are outstanding, per cycle, from the time of the L2 miss to when any response is received.",
603*faa35916SIan Rogers        "Counter": "0,1,2,3",
6044ee19e31SIan Rogers        "EventCode": "0xB7",
6054ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.OUTSTANDING",
6064a00680bSAndi Kleen        "MSRIndex": "0x1a6",
6074ee19e31SIan Rogers        "MSRValue": "0x4000000004",
6084ee19e31SIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that are outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6094a00680bSAndi Kleen        "SampleAfterValue": "100007",
6104ee19e31SIan Rogers        "UMask": "0x1"
6114a00680bSAndi Kleen    },
6124a00680bSAndi Kleen    {
6134ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that hit the L2 cache.",
614*faa35916SIan Rogers        "Counter": "0,1,2,3",
6154a00680bSAndi Kleen        "EventCode": "0xB7",
6164a00680bSAndi Kleen        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_HIT",
6174a00680bSAndi Kleen        "MSRIndex": "0x1a6,0x1a7",
6184ee19e31SIan Rogers        "MSRValue": "0x0000040001",
6194ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6204a00680bSAndi Kleen        "SampleAfterValue": "100007",
6214ee19e31SIan Rogers        "UMask": "0x1"
6224ee19e31SIan Rogers    },
6234ee19e31SIan Rogers    {
6244ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache.",
625*faa35916SIan Rogers        "Counter": "0,1,2,3",
6264ee19e31SIan Rogers        "EventCode": "0xB7",
6274ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.ANY",
6284ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6294ee19e31SIan Rogers        "MSRValue": "0x3600000001",
6304ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6314ee19e31SIan Rogers        "SampleAfterValue": "100007",
6324ee19e31SIan Rogers        "UMask": "0x1"
6334ee19e31SIan Rogers    },
6344ee19e31SIan Rogers    {
6354ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
636*faa35916SIan Rogers        "Counter": "0,1,2,3",
6374ee19e31SIan Rogers        "EventCode": "0xB7",
6384ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.HITM_OTHER_CORE",
6394ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6404ee19e31SIan Rogers        "MSRValue": "0x1000000001",
6414ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6424ee19e31SIan Rogers        "SampleAfterValue": "100007",
6434ee19e31SIan Rogers        "UMask": "0x1"
6444ee19e31SIan Rogers    },
6454ee19e31SIan Rogers    {
6464ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
647*faa35916SIan Rogers        "Counter": "0,1,2,3",
6484ee19e31SIan Rogers        "EventCode": "0xB7",
6494ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
6504ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6514ee19e31SIan Rogers        "MSRValue": "0x0400000001",
6524ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6534ee19e31SIan Rogers        "SampleAfterValue": "100007",
6544ee19e31SIan Rogers        "UMask": "0x1"
6554ee19e31SIan Rogers    },
6564ee19e31SIan Rogers    {
6574ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that true miss for the L2 cache with a snoop miss in the other processor module.",
658*faa35916SIan Rogers        "Counter": "0,1,2,3",
6594ee19e31SIan Rogers        "EventCode": "0xB7",
6604ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
6614ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6624ee19e31SIan Rogers        "MSRValue": "0x0200000001",
6634ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6644ee19e31SIan Rogers        "SampleAfterValue": "100007",
6654ee19e31SIan Rogers        "UMask": "0x1"
6664ee19e31SIan Rogers    },
6674ee19e31SIan Rogers    {
6684ee19e31SIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines that are outstanding, per cycle, from the time of the L2 miss to when any response is received.",
669*faa35916SIan Rogers        "Counter": "0,1,2,3",
6704ee19e31SIan Rogers        "EventCode": "0xB7",
6714ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.OUTSTANDING",
6724ee19e31SIan Rogers        "MSRIndex": "0x1a6",
6734ee19e31SIan Rogers        "MSRValue": "0x4000000001",
6744ee19e31SIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines that are outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6754ee19e31SIan Rogers        "SampleAfterValue": "100007",
6764ee19e31SIan Rogers        "UMask": "0x1"
6774ee19e31SIan Rogers    },
6784ee19e31SIan Rogers    {
6794ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that hit the L2 cache.",
680*faa35916SIan Rogers        "Counter": "0,1,2,3",
6814ee19e31SIan Rogers        "EventCode": "0xB7",
6824ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_HIT",
6834ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6844ee19e31SIan Rogers        "MSRValue": "0x0000040002",
6854ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6864ee19e31SIan Rogers        "SampleAfterValue": "100007",
6874ee19e31SIan Rogers        "UMask": "0x1"
6884ee19e31SIan Rogers    },
6894ee19e31SIan Rogers    {
6904ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache.",
691*faa35916SIan Rogers        "Counter": "0,1,2,3",
6924ee19e31SIan Rogers        "EventCode": "0xB7",
6934ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.ANY",
6944ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
6954ee19e31SIan Rogers        "MSRValue": "0x3600000002",
6964ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
6974ee19e31SIan Rogers        "SampleAfterValue": "100007",
6984ee19e31SIan Rogers        "UMask": "0x1"
6994ee19e31SIan Rogers    },
7004ee19e31SIan Rogers    {
7014ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
702*faa35916SIan Rogers        "Counter": "0,1,2,3",
7034ee19e31SIan Rogers        "EventCode": "0xB7",
7044ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.HITM_OTHER_CORE",
7054ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7064ee19e31SIan Rogers        "MSRValue": "0x1000000002",
7074ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7084ee19e31SIan Rogers        "SampleAfterValue": "100007",
7094ee19e31SIan Rogers        "UMask": "0x1"
7104ee19e31SIan Rogers    },
7114ee19e31SIan Rogers    {
7124ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
713*faa35916SIan Rogers        "Counter": "0,1,2,3",
7144ee19e31SIan Rogers        "EventCode": "0xB7",
7154ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD",
7164ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7174ee19e31SIan Rogers        "MSRValue": "0x0400000002",
7184ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7194ee19e31SIan Rogers        "SampleAfterValue": "100007",
7204ee19e31SIan Rogers        "UMask": "0x1"
7214ee19e31SIan Rogers    },
7224ee19e31SIan Rogers    {
7234ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that true miss for the L2 cache with a snoop miss in the other processor module.",
724*faa35916SIan Rogers        "Counter": "0,1,2,3",
7254ee19e31SIan Rogers        "EventCode": "0xB7",
7264ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
7274ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7284ee19e31SIan Rogers        "MSRValue": "0x0200000002",
7294ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7304ee19e31SIan Rogers        "SampleAfterValue": "100007",
7314ee19e31SIan Rogers        "UMask": "0x1"
7324ee19e31SIan Rogers    },
7334ee19e31SIan Rogers    {
7344ee19e31SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that are outstanding, per cycle, from the time of the L2 miss to when any response is received.",
735*faa35916SIan Rogers        "Counter": "0,1,2,3",
7364ee19e31SIan Rogers        "EventCode": "0xB7",
7374ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.OUTSTANDING",
7384ee19e31SIan Rogers        "MSRIndex": "0x1a6",
7394ee19e31SIan Rogers        "MSRValue": "0x4000000002",
7404ee19e31SIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that are outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7414ee19e31SIan Rogers        "SampleAfterValue": "100007",
7424ee19e31SIan Rogers        "UMask": "0x1"
7434ee19e31SIan Rogers    },
7444ee19e31SIan Rogers    {
7454ee19e31SIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that hit the L2 cache.",
746*faa35916SIan Rogers        "Counter": "0,1,2,3",
7474ee19e31SIan Rogers        "EventCode": "0xB7",
7484ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_HIT",
7494ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7504ee19e31SIan Rogers        "MSRValue": "0x0000040800",
7514ee19e31SIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7524ee19e31SIan Rogers        "SampleAfterValue": "100007",
7534ee19e31SIan Rogers        "UMask": "0x1"
7544ee19e31SIan Rogers    },
7554ee19e31SIan Rogers    {
7564ee19e31SIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache.",
757*faa35916SIan Rogers        "Counter": "0,1,2,3",
7584ee19e31SIan Rogers        "EventCode": "0xB7",
7594ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.ANY",
7604ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7614ee19e31SIan Rogers        "MSRValue": "0x3600000800",
7624ee19e31SIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7634ee19e31SIan Rogers        "SampleAfterValue": "100007",
7644ee19e31SIan Rogers        "UMask": "0x1"
7654ee19e31SIan Rogers    },
7664ee19e31SIan Rogers    {
7674ee19e31SIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
768*faa35916SIan Rogers        "Counter": "0,1,2,3",
7694ee19e31SIan Rogers        "EventCode": "0xB7",
7704ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.HITM_OTHER_CORE",
7714ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7724ee19e31SIan Rogers        "MSRValue": "0x1000000800",
7734ee19e31SIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7744ee19e31SIan Rogers        "SampleAfterValue": "100007",
7754ee19e31SIan Rogers        "UMask": "0x1"
7764ee19e31SIan Rogers    },
7774ee19e31SIan Rogers    {
7784ee19e31SIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
779*faa35916SIan Rogers        "Counter": "0,1,2,3",
7804ee19e31SIan Rogers        "EventCode": "0xB7",
7814ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.HIT_OTHER_CORE_NO_FWD",
7824ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7834ee19e31SIan Rogers        "MSRValue": "0x0400000800",
7844ee19e31SIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7854ee19e31SIan Rogers        "SampleAfterValue": "100007",
7864ee19e31SIan Rogers        "UMask": "0x1"
7874ee19e31SIan Rogers    },
7884ee19e31SIan Rogers    {
7894ee19e31SIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that true miss for the L2 cache with a snoop miss in the other processor module.",
790*faa35916SIan Rogers        "Counter": "0,1,2,3",
7914ee19e31SIan Rogers        "EventCode": "0xB7",
7924ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
7934ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
7944ee19e31SIan Rogers        "MSRValue": "0x0200000800",
7954ee19e31SIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
7964ee19e31SIan Rogers        "SampleAfterValue": "100007",
7974ee19e31SIan Rogers        "UMask": "0x1"
7984ee19e31SIan Rogers    },
7994ee19e31SIan Rogers    {
8004ee19e31SIan Rogers        "BriefDescription": "Counts demand data partial reads, including data in uncacheable (UC) or uncacheable write combining (USWC) memory types that miss the L2 cache.",
801*faa35916SIan Rogers        "Counter": "0,1,2,3",
8024ee19e31SIan Rogers        "EventCode": "0xB7",
8034ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_READS.L2_MISS.ANY",
8044ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8054ee19e31SIan Rogers        "MSRValue": "0x3600000080",
8064ee19e31SIan Rogers        "PublicDescription": "Counts demand data partial reads, including data in uncacheable (UC) or uncacheable write combining (USWC) memory types that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8074ee19e31SIan Rogers        "SampleAfterValue": "100007",
8084ee19e31SIan Rogers        "UMask": "0x1"
8094ee19e31SIan Rogers    },
8104ee19e31SIan Rogers    {
8114ee19e31SIan Rogers        "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that hit the L2 cache.",
812*faa35916SIan Rogers        "Counter": "0,1,2,3",
8134ee19e31SIan Rogers        "EventCode": "0xB7",
8144ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_HIT",
8154ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8164ee19e31SIan Rogers        "MSRValue": "0x0000044000",
8174ee19e31SIan Rogers        "PublicDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8184ee19e31SIan Rogers        "SampleAfterValue": "100007",
8194ee19e31SIan Rogers        "UMask": "0x1"
8204ee19e31SIan Rogers    },
8214ee19e31SIan Rogers    {
8224ee19e31SIan Rogers        "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache.",
823*faa35916SIan Rogers        "Counter": "0,1,2,3",
8244ee19e31SIan Rogers        "EventCode": "0xB7",
8254ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.ANY",
8264ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8274ee19e31SIan Rogers        "MSRValue": "0x3600004000",
8284ee19e31SIan Rogers        "PublicDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8294ee19e31SIan Rogers        "SampleAfterValue": "100007",
8304ee19e31SIan Rogers        "UMask": "0x1"
8314ee19e31SIan Rogers    },
8324ee19e31SIan Rogers    {
8334ee19e31SIan Rogers        "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
834*faa35916SIan Rogers        "Counter": "0,1,2,3",
8354ee19e31SIan Rogers        "EventCode": "0xB7",
8364ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.HITM_OTHER_CORE",
8374ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8384ee19e31SIan Rogers        "MSRValue": "0x1000004000",
8394ee19e31SIan Rogers        "PublicDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8404ee19e31SIan Rogers        "SampleAfterValue": "100007",
8414ee19e31SIan Rogers        "UMask": "0x1"
8424ee19e31SIan Rogers    },
8434ee19e31SIan Rogers    {
8444ee19e31SIan Rogers        "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
845*faa35916SIan Rogers        "Counter": "0,1,2,3",
8464ee19e31SIan Rogers        "EventCode": "0xB7",
8474ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.HIT_OTHER_CORE_NO_FWD",
8484ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8494ee19e31SIan Rogers        "MSRValue": "0x0400004000",
8504ee19e31SIan Rogers        "PublicDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8514ee19e31SIan Rogers        "SampleAfterValue": "100007",
8524ee19e31SIan Rogers        "UMask": "0x1"
8534ee19e31SIan Rogers    },
8544ee19e31SIan Rogers    {
8554ee19e31SIan Rogers        "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that true miss for the L2 cache with a snoop miss in the other processor module.",
856*faa35916SIan Rogers        "Counter": "0,1,2,3",
8574ee19e31SIan Rogers        "EventCode": "0xB7",
8584ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
8594ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8604ee19e31SIan Rogers        "MSRValue": "0x0200004000",
8614ee19e31SIan Rogers        "PublicDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region  that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8624ee19e31SIan Rogers        "SampleAfterValue": "100007",
8634ee19e31SIan Rogers        "UMask": "0x1"
8644ee19e31SIan Rogers    },
8654ee19e31SIan Rogers    {
8664ee19e31SIan Rogers        "BriefDescription": "Counts the number of demand write requests (RFO) generated by a write to partial data cache line, including the writes to uncacheable (UC) and write through (WT), and write protected (WP) types of memory that miss the L2 cache.",
867*faa35916SIan Rogers        "Counter": "0,1,2,3",
8684ee19e31SIan Rogers        "EventCode": "0xB7",
8694ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.L2_MISS.ANY",
8704ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8714ee19e31SIan Rogers        "MSRValue": "0x3600000100",
8724ee19e31SIan Rogers        "PublicDescription": "Counts the number of demand write requests (RFO) generated by a write to partial data cache line, including the writes to uncacheable (UC) and write through (WT), and write protected (WP) types of memory that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8734ee19e31SIan Rogers        "SampleAfterValue": "100007",
8744ee19e31SIan Rogers        "UMask": "0x1"
8754ee19e31SIan Rogers    },
8764ee19e31SIan Rogers    {
8774ee19e31SIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that hit the L2 cache.",
878*faa35916SIan Rogers        "Counter": "0,1,2,3",
8794ee19e31SIan Rogers        "EventCode": "0xB7",
8804ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_HIT",
8814ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8824ee19e31SIan Rogers        "MSRValue": "0x0000042000",
8834ee19e31SIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8844ee19e31SIan Rogers        "SampleAfterValue": "100007",
8854ee19e31SIan Rogers        "UMask": "0x1"
8864ee19e31SIan Rogers    },
8874ee19e31SIan Rogers    {
8884ee19e31SIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache.",
889*faa35916SIan Rogers        "Counter": "0,1,2,3",
8904ee19e31SIan Rogers        "EventCode": "0xB7",
8914ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.ANY",
8924ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
8934ee19e31SIan Rogers        "MSRValue": "0x3600002000",
8944ee19e31SIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
8954ee19e31SIan Rogers        "SampleAfterValue": "100007",
8964ee19e31SIan Rogers        "UMask": "0x1"
8974ee19e31SIan Rogers    },
8984ee19e31SIan Rogers    {
8994ee19e31SIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
900*faa35916SIan Rogers        "Counter": "0,1,2,3",
9014ee19e31SIan Rogers        "EventCode": "0xB7",
9024ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.HITM_OTHER_CORE",
9034ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9044ee19e31SIan Rogers        "MSRValue": "0x1000002000",
9054ee19e31SIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9064ee19e31SIan Rogers        "SampleAfterValue": "100007",
9074ee19e31SIan Rogers        "UMask": "0x1"
9084ee19e31SIan Rogers    },
9094ee19e31SIan Rogers    {
9104ee19e31SIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
911*faa35916SIan Rogers        "Counter": "0,1,2,3",
9124ee19e31SIan Rogers        "EventCode": "0xB7",
9134ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
9144ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9154ee19e31SIan Rogers        "MSRValue": "0x0400002000",
9164ee19e31SIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9174ee19e31SIan Rogers        "SampleAfterValue": "100007",
9184ee19e31SIan Rogers        "UMask": "0x1"
9194ee19e31SIan Rogers    },
9204ee19e31SIan Rogers    {
9214ee19e31SIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.",
922*faa35916SIan Rogers        "Counter": "0,1,2,3",
9234ee19e31SIan Rogers        "EventCode": "0xB7",
9244ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
9254ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9264ee19e31SIan Rogers        "MSRValue": "0x0200002000",
9274ee19e31SIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9284ee19e31SIan Rogers        "SampleAfterValue": "100007",
9294ee19e31SIan Rogers        "UMask": "0x1"
9304ee19e31SIan Rogers    },
9314ee19e31SIan Rogers    {
9324ee19e31SIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that hit the L2 cache.",
933*faa35916SIan Rogers        "Counter": "0,1,2,3",
9344ee19e31SIan Rogers        "EventCode": "0xB7",
9354ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_HIT",
9364ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9374ee19e31SIan Rogers        "MSRValue": "0x0000040010",
9384ee19e31SIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9394ee19e31SIan Rogers        "SampleAfterValue": "100007",
9404ee19e31SIan Rogers        "UMask": "0x1"
9414ee19e31SIan Rogers    },
9424ee19e31SIan Rogers    {
9434ee19e31SIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache.",
944*faa35916SIan Rogers        "Counter": "0,1,2,3",
9454ee19e31SIan Rogers        "EventCode": "0xB7",
9464ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.ANY",
9474ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9484ee19e31SIan Rogers        "MSRValue": "0x3600000010",
9494ee19e31SIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9504ee19e31SIan Rogers        "SampleAfterValue": "100007",
9514ee19e31SIan Rogers        "UMask": "0x1"
9524ee19e31SIan Rogers    },
9534ee19e31SIan Rogers    {
9544ee19e31SIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
955*faa35916SIan Rogers        "Counter": "0,1,2,3",
9564ee19e31SIan Rogers        "EventCode": "0xB7",
9574ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.HITM_OTHER_CORE",
9584ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9594ee19e31SIan Rogers        "MSRValue": "0x1000000010",
9604ee19e31SIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9614ee19e31SIan Rogers        "SampleAfterValue": "100007",
9624ee19e31SIan Rogers        "UMask": "0x1"
9634ee19e31SIan Rogers    },
9644ee19e31SIan Rogers    {
9654ee19e31SIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
966*faa35916SIan Rogers        "Counter": "0,1,2,3",
9674ee19e31SIan Rogers        "EventCode": "0xB7",
9684ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD",
9694ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9704ee19e31SIan Rogers        "MSRValue": "0x0400000010",
9714ee19e31SIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9724ee19e31SIan Rogers        "SampleAfterValue": "100007",
9734ee19e31SIan Rogers        "UMask": "0x1"
9744ee19e31SIan Rogers    },
9754ee19e31SIan Rogers    {
9764ee19e31SIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.",
977*faa35916SIan Rogers        "Counter": "0,1,2,3",
9784ee19e31SIan Rogers        "EventCode": "0xB7",
9794ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
9804ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9814ee19e31SIan Rogers        "MSRValue": "0x0200000010",
9824ee19e31SIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9834ee19e31SIan Rogers        "SampleAfterValue": "100007",
9844ee19e31SIan Rogers        "UMask": "0x1"
9854ee19e31SIan Rogers    },
9864ee19e31SIan Rogers    {
9874ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that hit the L2 cache.",
988*faa35916SIan Rogers        "Counter": "0,1,2,3",
9894ee19e31SIan Rogers        "EventCode": "0xB7",
9904ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_HIT",
9914ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
9924ee19e31SIan Rogers        "MSRValue": "0x0000040020",
9934ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
9944ee19e31SIan Rogers        "SampleAfterValue": "100007",
9954ee19e31SIan Rogers        "UMask": "0x1"
9964ee19e31SIan Rogers    },
9974ee19e31SIan Rogers    {
9984ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache.",
999*faa35916SIan Rogers        "Counter": "0,1,2,3",
10004ee19e31SIan Rogers        "EventCode": "0xB7",
10014ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.ANY",
10024ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10034ee19e31SIan Rogers        "MSRValue": "0x3600000020",
10044ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10054ee19e31SIan Rogers        "SampleAfterValue": "100007",
10064ee19e31SIan Rogers        "UMask": "0x1"
10074ee19e31SIan Rogers    },
10084ee19e31SIan Rogers    {
10094ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
1010*faa35916SIan Rogers        "Counter": "0,1,2,3",
10114ee19e31SIan Rogers        "EventCode": "0xB7",
10124ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.HITM_OTHER_CORE",
10134ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10144ee19e31SIan Rogers        "MSRValue": "0x1000000020",
10154ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10164ee19e31SIan Rogers        "SampleAfterValue": "100007",
10174ee19e31SIan Rogers        "UMask": "0x1"
10184ee19e31SIan Rogers    },
10194ee19e31SIan Rogers    {
10204ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
1021*faa35916SIan Rogers        "Counter": "0,1,2,3",
10224ee19e31SIan Rogers        "EventCode": "0xB7",
10234ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD",
10244ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10254ee19e31SIan Rogers        "MSRValue": "0x0400000020",
10264ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10274ee19e31SIan Rogers        "SampleAfterValue": "100007",
10284ee19e31SIan Rogers        "UMask": "0x1"
10294ee19e31SIan Rogers    },
10304ee19e31SIan Rogers    {
10314ee19e31SIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.",
1032*faa35916SIan Rogers        "Counter": "0,1,2,3",
10334ee19e31SIan Rogers        "EventCode": "0xB7",
10344ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
10354ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10364ee19e31SIan Rogers        "MSRValue": "0x0200000020",
10374ee19e31SIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10384ee19e31SIan Rogers        "SampleAfterValue": "100007",
10394ee19e31SIan Rogers        "UMask": "0x1"
10404ee19e31SIan Rogers    },
10414ee19e31SIan Rogers    {
10424ee19e31SIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  that hit the L2 cache.",
1043*faa35916SIan Rogers        "Counter": "0,1,2,3",
10444ee19e31SIan Rogers        "EventCode": "0xB7",
10454ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_HIT",
10464ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10474ee19e31SIan Rogers        "MSRValue": "0x0000044800",
10484ee19e31SIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10494ee19e31SIan Rogers        "SampleAfterValue": "100007",
10504ee19e31SIan Rogers        "UMask": "0x1"
10514ee19e31SIan Rogers    },
10524ee19e31SIan Rogers    {
10534ee19e31SIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache.",
1054*faa35916SIan Rogers        "Counter": "0,1,2,3",
10554ee19e31SIan Rogers        "EventCode": "0xB7",
10564ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_MISS.ANY",
10574ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10584ee19e31SIan Rogers        "MSRValue": "0x3600004800",
10594ee19e31SIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10604ee19e31SIan Rogers        "SampleAfterValue": "100007",
10614ee19e31SIan Rogers        "UMask": "0x1"
10624ee19e31SIan Rogers    },
10634ee19e31SIan Rogers    {
10644ee19e31SIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions that hit the L2 cache.",
1065*faa35916SIan Rogers        "Counter": "0,1,2,3",
10664ee19e31SIan Rogers        "EventCode": "0xB7",
10674ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_HIT",
10684ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10694ee19e31SIan Rogers        "MSRValue": "0x0000041000",
10704ee19e31SIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions that hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10714ee19e31SIan Rogers        "SampleAfterValue": "100007",
10724ee19e31SIan Rogers        "UMask": "0x1"
10734ee19e31SIan Rogers    },
10744ee19e31SIan Rogers    {
10754ee19e31SIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache.",
1076*faa35916SIan Rogers        "Counter": "0,1,2,3",
10774ee19e31SIan Rogers        "EventCode": "0xB7",
10784ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.ANY",
10794ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10804ee19e31SIan Rogers        "MSRValue": "0x3600001000",
10814ee19e31SIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10824ee19e31SIan Rogers        "SampleAfterValue": "100007",
10834ee19e31SIan Rogers        "UMask": "0x1"
10844ee19e31SIan Rogers    },
10854ee19e31SIan Rogers    {
10864ee19e31SIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
1087*faa35916SIan Rogers        "Counter": "0,1,2,3",
10884ee19e31SIan Rogers        "EventCode": "0xB7",
10894ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.HITM_OTHER_CORE",
10904ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
10914ee19e31SIan Rogers        "MSRValue": "0x1000001000",
10924ee19e31SIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
10934ee19e31SIan Rogers        "SampleAfterValue": "100007",
10944ee19e31SIan Rogers        "UMask": "0x1"
10954ee19e31SIan Rogers    },
10964ee19e31SIan Rogers    {
10974ee19e31SIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.",
1098*faa35916SIan Rogers        "Counter": "0,1,2,3",
10994ee19e31SIan Rogers        "EventCode": "0xB7",
11004ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.HIT_OTHER_CORE_NO_FWD",
11014ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
11024ee19e31SIan Rogers        "MSRValue": "0x0400001000",
11034ee19e31SIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
11044ee19e31SIan Rogers        "SampleAfterValue": "100007",
11054ee19e31SIan Rogers        "UMask": "0x1"
11064ee19e31SIan Rogers    },
11074ee19e31SIan Rogers    {
11084ee19e31SIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions that true miss for the L2 cache with a snoop miss in the other processor module.",
1109*faa35916SIan Rogers        "Counter": "0,1,2,3",
11104ee19e31SIan Rogers        "EventCode": "0xB7",
11114ee19e31SIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
11124ee19e31SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
11134ee19e31SIan Rogers        "MSRValue": "0x0200001000",
11144ee19e31SIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions that true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
11154ee19e31SIan Rogers        "SampleAfterValue": "100007",
11164ee19e31SIan Rogers        "UMask": "0x1"
11174a00680bSAndi Kleen    }
11184a00680bSAndi Kleen]
1119