14a00680bSAndi Kleen[ 24a00680bSAndi Kleen { 3*4ee19e31SIan Rogers "BriefDescription": "Requests rejected by the L2Q", 403da89c5SAndi Kleen "EventCode": "0x31", 503da89c5SAndi Kleen "EventName": "CORE_REJECT_L2Q.ALL", 6*4ee19e31SIan 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.", 7*4ee19e31SIan Rogers "SampleAfterValue": "200003" 803da89c5SAndi Kleen }, 903da89c5SAndi Kleen { 10*4ee19e31SIan Rogers "BriefDescription": "L1 Cache evictions for dirty data", 1103da89c5SAndi Kleen "EventCode": "0x51", 1203da89c5SAndi Kleen "EventName": "DL1.DIRTY_EVICTION", 13*4ee19e31SIan 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.", 1403da89c5SAndi Kleen "SampleAfterValue": "200003", 15*4ee19e31SIan Rogers "UMask": "0x1" 1603da89c5SAndi Kleen }, 1703da89c5SAndi Kleen { 18*4ee19e31SIan Rogers "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.", 194a00680bSAndi Kleen "EventCode": "0x86", 204a00680bSAndi Kleen "EventName": "FETCH_STALL.ICACHE_FILL_PENDING_CYCLES", 21*4ee19e31SIan 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.", 224a00680bSAndi Kleen "SampleAfterValue": "200003", 23*4ee19e31SIan Rogers "UMask": "0x2" 244a00680bSAndi Kleen }, 254a00680bSAndi Kleen { 26*4ee19e31SIan Rogers "BriefDescription": "Requests rejected by the XQ", 27*4ee19e31SIan Rogers "EventCode": "0x30", 28*4ee19e31SIan Rogers "EventName": "L2_REJECT_XQ.ALL", 29*4ee19e31SIan 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.", 30*4ee19e31SIan Rogers "SampleAfterValue": "200003" 31*4ee19e31SIan Rogers }, 32*4ee19e31SIan Rogers { 33*4ee19e31SIan Rogers "BriefDescription": "L2 cache request misses", 34*4ee19e31SIan Rogers "EventCode": "0x2E", 35*4ee19e31SIan Rogers "EventName": "LONGEST_LAT_CACHE.MISS", 36*4ee19e31SIan Rogers "PublicDescription": "Counts memory requests originating from the core that miss in the L2 cache.", 37*4ee19e31SIan Rogers "SampleAfterValue": "200003", 38*4ee19e31SIan Rogers "UMask": "0x41" 39*4ee19e31SIan Rogers }, 40*4ee19e31SIan Rogers { 41*4ee19e31SIan Rogers "BriefDescription": "L2 cache requests", 42*4ee19e31SIan Rogers "EventCode": "0x2E", 43*4ee19e31SIan Rogers "EventName": "LONGEST_LAT_CACHE.REFERENCE", 44*4ee19e31SIan Rogers "PublicDescription": "Counts memory requests originating from the core that reference a cache line in the L2 cache.", 45*4ee19e31SIan Rogers "SampleAfterValue": "200003", 46*4ee19e31SIan Rogers "UMask": "0x4f" 47*4ee19e31SIan Rogers }, 48*4ee19e31SIan Rogers { 49*4ee19e31SIan Rogers "BriefDescription": "Loads retired that came from DRAM (Precise event capable)", 50*4ee19e31SIan Rogers "Data_LA": "1", 51*4ee19e31SIan Rogers "EventCode": "0xD1", 52*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.DRAM_HIT", 53*4ee19e31SIan Rogers "PEBS": "2", 54*4ee19e31SIan 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.", 55*4ee19e31SIan Rogers "SampleAfterValue": "200003", 56*4ee19e31SIan Rogers "UMask": "0x80" 57*4ee19e31SIan Rogers }, 58*4ee19e31SIan Rogers { 59*4ee19e31SIan Rogers "BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise event capable)", 60*4ee19e31SIan Rogers "Data_LA": "1", 61*4ee19e31SIan Rogers "EventCode": "0xD1", 62*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.HITM", 63*4ee19e31SIan Rogers "PEBS": "2", 64*4ee19e31SIan 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.", 65*4ee19e31SIan Rogers "SampleAfterValue": "200003", 66*4ee19e31SIan Rogers "UMask": "0x20" 67*4ee19e31SIan Rogers }, 68*4ee19e31SIan Rogers { 69*4ee19e31SIan Rogers "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)", 70*4ee19e31SIan Rogers "Data_LA": "1", 71*4ee19e31SIan Rogers "EventCode": "0xD1", 72*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT", 73*4ee19e31SIan Rogers "PEBS": "2", 74*4ee19e31SIan Rogers "PublicDescription": "Counts load uops retired that hit the L1 data cache.", 75*4ee19e31SIan Rogers "SampleAfterValue": "200003", 76*4ee19e31SIan Rogers "UMask": "0x1" 77*4ee19e31SIan Rogers }, 78*4ee19e31SIan Rogers { 79*4ee19e31SIan Rogers "BriefDescription": "Load uops retired that missed L1 data cache (Precise event capable)", 80*4ee19e31SIan Rogers "Data_LA": "1", 81*4ee19e31SIan Rogers "EventCode": "0xD1", 82*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS", 83*4ee19e31SIan Rogers "PEBS": "2", 84*4ee19e31SIan Rogers "PublicDescription": "Counts load uops retired that miss the L1 data cache.", 85*4ee19e31SIan Rogers "SampleAfterValue": "200003", 86*4ee19e31SIan Rogers "UMask": "0x8" 87*4ee19e31SIan Rogers }, 88*4ee19e31SIan Rogers { 89*4ee19e31SIan Rogers "BriefDescription": "Load uops retired that hit L2 (Precise event capable)", 90*4ee19e31SIan Rogers "Data_LA": "1", 91*4ee19e31SIan Rogers "EventCode": "0xD1", 92*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT", 93*4ee19e31SIan Rogers "PEBS": "2", 94*4ee19e31SIan Rogers "PublicDescription": "Counts load uops retired that hit in the L2 cache.", 95*4ee19e31SIan Rogers "SampleAfterValue": "200003", 96*4ee19e31SIan Rogers "UMask": "0x2" 97*4ee19e31SIan Rogers }, 98*4ee19e31SIan Rogers { 99*4ee19e31SIan Rogers "BriefDescription": "Load uops retired that missed L2 (Precise event capable)", 100*4ee19e31SIan Rogers "Data_LA": "1", 101*4ee19e31SIan Rogers "EventCode": "0xD1", 102*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS", 103*4ee19e31SIan Rogers "PEBS": "2", 104*4ee19e31SIan Rogers "PublicDescription": "Counts load uops retired that miss in the L2 cache.", 105*4ee19e31SIan Rogers "SampleAfterValue": "200003", 106*4ee19e31SIan Rogers "UMask": "0x10" 107*4ee19e31SIan Rogers }, 108*4ee19e31SIan Rogers { 109*4ee19e31SIan Rogers "BriefDescription": "Loads retired that hit WCB (Precise event capable)", 110*4ee19e31SIan Rogers "Data_LA": "1", 111*4ee19e31SIan Rogers "EventCode": "0xD1", 112*4ee19e31SIan Rogers "EventName": "MEM_LOAD_UOPS_RETIRED.WCB_HIT", 113*4ee19e31SIan Rogers "PEBS": "2", 114*4ee19e31SIan 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.", 115*4ee19e31SIan Rogers "SampleAfterValue": "200003", 116*4ee19e31SIan Rogers "UMask": "0x40" 117*4ee19e31SIan Rogers }, 118*4ee19e31SIan Rogers { 119*4ee19e31SIan Rogers "BriefDescription": "Memory uops retired (Precise event capable)", 120*4ee19e31SIan Rogers "Data_LA": "1", 121*4ee19e31SIan Rogers "EventCode": "0xD0", 122*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.ALL", 123*4ee19e31SIan Rogers "PEBS": "2", 124*4ee19e31SIan Rogers "PublicDescription": "Counts the number of memory uops retired that is either a loads or a store or both.", 125*4ee19e31SIan Rogers "SampleAfterValue": "200003", 126*4ee19e31SIan Rogers "UMask": "0x83" 127*4ee19e31SIan Rogers }, 128*4ee19e31SIan Rogers { 129*4ee19e31SIan Rogers "BriefDescription": "Load uops retired (Precise event capable)", 130*4ee19e31SIan Rogers "Data_LA": "1", 131*4ee19e31SIan Rogers "EventCode": "0xD0", 132*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.ALL_LOADS", 133*4ee19e31SIan Rogers "PEBS": "2", 134*4ee19e31SIan Rogers "PublicDescription": "Counts the number of load uops retired.", 135*4ee19e31SIan Rogers "SampleAfterValue": "200003", 136*4ee19e31SIan Rogers "UMask": "0x81" 137*4ee19e31SIan Rogers }, 138*4ee19e31SIan Rogers { 139*4ee19e31SIan Rogers "BriefDescription": "Store uops retired (Precise event capable)", 140*4ee19e31SIan Rogers "Data_LA": "1", 141*4ee19e31SIan Rogers "EventCode": "0xD0", 142*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.ALL_STORES", 143*4ee19e31SIan Rogers "PEBS": "2", 144*4ee19e31SIan Rogers "PublicDescription": "Counts the number of store uops retired.", 145*4ee19e31SIan Rogers "SampleAfterValue": "200003", 146*4ee19e31SIan Rogers "UMask": "0x82" 147*4ee19e31SIan Rogers }, 148*4ee19e31SIan Rogers { 149*4ee19e31SIan Rogers "BriefDescription": "Locked load uops retired (Precise event capable)", 150*4ee19e31SIan Rogers "Data_LA": "1", 151*4ee19e31SIan Rogers "EventCode": "0xD0", 152*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS", 153*4ee19e31SIan Rogers "PEBS": "2", 154*4ee19e31SIan 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.", 155*4ee19e31SIan Rogers "SampleAfterValue": "200003", 156*4ee19e31SIan Rogers "UMask": "0x21" 157*4ee19e31SIan Rogers }, 158*4ee19e31SIan Rogers { 159*4ee19e31SIan Rogers "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)", 160*4ee19e31SIan Rogers "Data_LA": "1", 161*4ee19e31SIan Rogers "EventCode": "0xD0", 162*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT", 163*4ee19e31SIan Rogers "PEBS": "2", 164*4ee19e31SIan Rogers "PublicDescription": "Counts memory uops retired where the data requested spans a 64 byte cache line boundary.", 165*4ee19e31SIan Rogers "SampleAfterValue": "200003", 166*4ee19e31SIan Rogers "UMask": "0x43" 167*4ee19e31SIan Rogers }, 168*4ee19e31SIan Rogers { 169*4ee19e31SIan Rogers "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)", 170*4ee19e31SIan Rogers "Data_LA": "1", 171*4ee19e31SIan Rogers "EventCode": "0xD0", 172*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS", 173*4ee19e31SIan Rogers "PEBS": "2", 174*4ee19e31SIan Rogers "PublicDescription": "Counts load uops retired where the data requested spans a 64 byte cache line boundary.", 175*4ee19e31SIan Rogers "SampleAfterValue": "200003", 176*4ee19e31SIan Rogers "UMask": "0x41" 177*4ee19e31SIan Rogers }, 178*4ee19e31SIan Rogers { 179*4ee19e31SIan Rogers "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)", 180*4ee19e31SIan Rogers "Data_LA": "1", 181*4ee19e31SIan Rogers "EventCode": "0xD0", 182*4ee19e31SIan Rogers "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES", 183*4ee19e31SIan Rogers "PEBS": "2", 184*4ee19e31SIan Rogers "PublicDescription": "Counts store uops retired where the data requested spans a 64 byte cache line boundary.", 185*4ee19e31SIan Rogers "SampleAfterValue": "200003", 186*4ee19e31SIan Rogers "UMask": "0x42" 187*4ee19e31SIan Rogers }, 188*4ee19e31SIan Rogers { 189*4ee19e31SIan Rogers "BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)", 190*4ee19e31SIan Rogers "EventCode": "0xB7", 19103da89c5SAndi Kleen "EventName": "OFFCORE_RESPONSE", 19203da89c5SAndi Kleen "SampleAfterValue": "100007", 193*4ee19e31SIan Rogers "UMask": "0x1" 1944a00680bSAndi Kleen }, 1954a00680bSAndi Kleen { 196*4ee19e31SIan Rogers "BriefDescription": "Counts data reads (demand & prefetch) that hit the L2 cache.", 1974a00680bSAndi Kleen "EventCode": "0xB7", 1984a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_HIT", 1994a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 200*4ee19e31SIan Rogers "MSRValue": "0x0000043091", 201*4ee19e31SIan 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)", 2024a00680bSAndi Kleen "SampleAfterValue": "100007", 203*4ee19e31SIan Rogers "UMask": "0x1" 2044a00680bSAndi Kleen }, 2054a00680bSAndi Kleen { 206*4ee19e31SIan Rogers "BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache.", 207*4ee19e31SIan Rogers "EventCode": "0xB7", 208*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.ANY", 2094a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 210*4ee19e31SIan Rogers "MSRValue": "0x3600003091", 211*4ee19e31SIan 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)", 2124a00680bSAndi Kleen "SampleAfterValue": "100007", 213*4ee19e31SIan Rogers "UMask": "0x1" 2144a00680bSAndi Kleen }, 2154a00680bSAndi Kleen { 216*4ee19e31SIan 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.", 217*4ee19e31SIan Rogers "EventCode": "0xB7", 218*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.HITM_OTHER_CORE", 2194a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 220*4ee19e31SIan Rogers "MSRValue": "0x1000003091", 221*4ee19e31SIan 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)", 2224a00680bSAndi Kleen "SampleAfterValue": "100007", 223*4ee19e31SIan Rogers "UMask": "0x1" 2244a00680bSAndi Kleen }, 2254a00680bSAndi Kleen { 226*4ee19e31SIan 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.", 227*4ee19e31SIan Rogers "EventCode": "0xB7", 228*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 2294a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 230*4ee19e31SIan Rogers "MSRValue": "0x0400003091", 231*4ee19e31SIan 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)", 2324a00680bSAndi Kleen "SampleAfterValue": "100007", 233*4ee19e31SIan Rogers "UMask": "0x1" 2344a00680bSAndi Kleen }, 2354a00680bSAndi Kleen { 236*4ee19e31SIan Rogers "BriefDescription": "Counts data reads (demand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.", 237*4ee19e31SIan Rogers "EventCode": "0xB7", 238*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 2394a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 240*4ee19e31SIan Rogers "MSRValue": "0x0200003091", 241*4ee19e31SIan 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)", 2424a00680bSAndi Kleen "SampleAfterValue": "100007", 243*4ee19e31SIan Rogers "UMask": "0x1" 2444a00680bSAndi Kleen }, 2454a00680bSAndi Kleen { 246*4ee19e31SIan Rogers "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that hit the L2 cache.", 247*4ee19e31SIan Rogers "EventCode": "0xB7", 2484a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_HIT", 2494a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 250*4ee19e31SIan Rogers "MSRValue": "0x0000043010", 251*4ee19e31SIan 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)", 2524a00680bSAndi Kleen "SampleAfterValue": "100007", 253*4ee19e31SIan Rogers "UMask": "0x1" 2544a00680bSAndi Kleen }, 2554a00680bSAndi Kleen { 256*4ee19e31SIan Rogers "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache.", 257*4ee19e31SIan Rogers "EventCode": "0xB7", 258*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.ANY", 2594a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 260*4ee19e31SIan Rogers "MSRValue": "0x3600003010", 261*4ee19e31SIan 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)", 2624a00680bSAndi Kleen "SampleAfterValue": "100007", 263*4ee19e31SIan Rogers "UMask": "0x1" 2644a00680bSAndi Kleen }, 2654a00680bSAndi Kleen { 266*4ee19e31SIan 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.", 267*4ee19e31SIan Rogers "EventCode": "0xB7", 268*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.HITM_OTHER_CORE", 2694a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 270*4ee19e31SIan Rogers "MSRValue": "0x1000003010", 271*4ee19e31SIan 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)", 2724a00680bSAndi Kleen "SampleAfterValue": "100007", 273*4ee19e31SIan Rogers "UMask": "0x1" 2744a00680bSAndi Kleen }, 2754a00680bSAndi Kleen { 276*4ee19e31SIan 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.", 277*4ee19e31SIan Rogers "EventCode": "0xB7", 278*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 2794a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 280*4ee19e31SIan Rogers "MSRValue": "0x0400003010", 281*4ee19e31SIan 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)", 2824a00680bSAndi Kleen "SampleAfterValue": "100007", 283*4ee19e31SIan Rogers "UMask": "0x1" 2844a00680bSAndi Kleen }, 2854a00680bSAndi Kleen { 286*4ee19e31SIan 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.", 287*4ee19e31SIan Rogers "EventCode": "0xB7", 288*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 2894a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 290*4ee19e31SIan Rogers "MSRValue": "0x0200003010", 291*4ee19e31SIan 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)", 2924a00680bSAndi Kleen "SampleAfterValue": "100007", 293*4ee19e31SIan Rogers "UMask": "0x1" 2944a00680bSAndi Kleen }, 2954a00680bSAndi Kleen { 296*4ee19e31SIan Rogers "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that hit the L2 cache.", 297*4ee19e31SIan Rogers "EventCode": "0xB7", 298*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_HIT", 299*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 300*4ee19e31SIan Rogers "MSRValue": "0x00000432b7", 301*4ee19e31SIan 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)", 302*4ee19e31SIan Rogers "SampleAfterValue": "100007", 303*4ee19e31SIan Rogers "UMask": "0x1" 304*4ee19e31SIan Rogers }, 305*4ee19e31SIan Rogers { 306*4ee19e31SIan Rogers "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) that miss the L2 cache.", 307*4ee19e31SIan Rogers "EventCode": "0xB7", 308*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.ANY", 309*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 310*4ee19e31SIan Rogers "MSRValue": "0x36000032b7", 311*4ee19e31SIan 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)", 312*4ee19e31SIan Rogers "SampleAfterValue": "100007", 313*4ee19e31SIan Rogers "UMask": "0x1" 314*4ee19e31SIan Rogers }, 315*4ee19e31SIan Rogers { 316*4ee19e31SIan 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.", 317*4ee19e31SIan Rogers "EventCode": "0xB7", 318*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.HITM_OTHER_CORE", 319*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 320*4ee19e31SIan Rogers "MSRValue": "0x10000032b7", 321*4ee19e31SIan 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)", 322*4ee19e31SIan Rogers "SampleAfterValue": "100007", 323*4ee19e31SIan Rogers "UMask": "0x1" 324*4ee19e31SIan Rogers }, 325*4ee19e31SIan Rogers { 326*4ee19e31SIan 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.", 327*4ee19e31SIan Rogers "EventCode": "0xB7", 328*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.HIT_OTHER_CORE_NO_FWD", 329*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 330*4ee19e31SIan Rogers "MSRValue": "0x04000032b7", 331*4ee19e31SIan 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)", 332*4ee19e31SIan Rogers "SampleAfterValue": "100007", 333*4ee19e31SIan Rogers "UMask": "0x1" 334*4ee19e31SIan Rogers }, 335*4ee19e31SIan Rogers { 336*4ee19e31SIan 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.", 337*4ee19e31SIan Rogers "EventCode": "0xB7", 338*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 339*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 340*4ee19e31SIan Rogers "MSRValue": "0x02000032b7", 341*4ee19e31SIan 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)", 342*4ee19e31SIan Rogers "SampleAfterValue": "100007", 343*4ee19e31SIan Rogers "UMask": "0x1" 344*4ee19e31SIan Rogers }, 345*4ee19e31SIan Rogers { 346*4ee19e31SIan Rogers "BriefDescription": "Counts requests to the uncore subsystem that have any transaction responses from the uncore subsystem.", 347*4ee19e31SIan Rogers "EventCode": "0xB7", 3484a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.ANY_RESPONSE", 3494a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 350*4ee19e31SIan Rogers "MSRValue": "0x0000018000", 351*4ee19e31SIan 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)", 3524a00680bSAndi Kleen "SampleAfterValue": "100007", 353*4ee19e31SIan Rogers "UMask": "0x1" 3544a00680bSAndi Kleen }, 3554a00680bSAndi Kleen { 356*4ee19e31SIan Rogers "BriefDescription": "Counts requests to the uncore subsystem that hit the L2 cache.", 357*4ee19e31SIan Rogers "EventCode": "0xB7", 358*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_HIT", 3594a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 360*4ee19e31SIan Rogers "MSRValue": "0x0000048000", 361*4ee19e31SIan 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)", 3624a00680bSAndi Kleen "SampleAfterValue": "100007", 363*4ee19e31SIan Rogers "UMask": "0x1" 3644a00680bSAndi Kleen }, 3654a00680bSAndi Kleen { 366*4ee19e31SIan 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.", 367*4ee19e31SIan Rogers "EventCode": "0xB7", 368*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.HITM_OTHER_CORE", 3694a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 370*4ee19e31SIan Rogers "MSRValue": "0x1000008000", 371*4ee19e31SIan 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)", 3724a00680bSAndi Kleen "SampleAfterValue": "100007", 373*4ee19e31SIan Rogers "UMask": "0x1" 3744a00680bSAndi Kleen }, 3754a00680bSAndi Kleen { 376*4ee19e31SIan 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.", 377*4ee19e31SIan Rogers "EventCode": "0xB7", 378*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.HIT_OTHER_CORE_NO_FWD", 3794a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 380*4ee19e31SIan Rogers "MSRValue": "0x0400008000", 381*4ee19e31SIan 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)", 3824a00680bSAndi Kleen "SampleAfterValue": "100007", 383*4ee19e31SIan Rogers "UMask": "0x1" 3844a00680bSAndi Kleen }, 3854a00680bSAndi Kleen { 386*4ee19e31SIan Rogers "BriefDescription": "Counts requests to the uncore subsystem that true miss for the L2 cache with a snoop miss in the other processor module.", 387*4ee19e31SIan Rogers "EventCode": "0xB7", 388*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 3894a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 390*4ee19e31SIan Rogers "MSRValue": "0x0200008000", 391*4ee19e31SIan 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)", 3924a00680bSAndi Kleen "SampleAfterValue": "100007", 393*4ee19e31SIan Rogers "UMask": "0x1" 3944a00680bSAndi Kleen }, 3954a00680bSAndi Kleen { 396*4ee19e31SIan Rogers "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that hit the L2 cache.", 397*4ee19e31SIan Rogers "EventCode": "0xB7", 398*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_HIT", 3994a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 400*4ee19e31SIan Rogers "MSRValue": "0x0000040022", 401*4ee19e31SIan 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)", 4024a00680bSAndi Kleen "SampleAfterValue": "100007", 403*4ee19e31SIan Rogers "UMask": "0x1" 4044a00680bSAndi Kleen }, 4054a00680bSAndi Kleen { 406*4ee19e31SIan Rogers "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L2 cache.", 407*4ee19e31SIan Rogers "EventCode": "0xB7", 408*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.ANY", 4094a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 410*4ee19e31SIan Rogers "MSRValue": "0x3600000022", 411*4ee19e31SIan 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)", 4124a00680bSAndi Kleen "SampleAfterValue": "100007", 413*4ee19e31SIan Rogers "UMask": "0x1" 4144a00680bSAndi Kleen }, 4154a00680bSAndi Kleen { 416*4ee19e31SIan 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.", 417*4ee19e31SIan Rogers "EventCode": "0xB7", 418*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.HITM_OTHER_CORE", 4194a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 420*4ee19e31SIan Rogers "MSRValue": "0x1000000022", 421*4ee19e31SIan 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)", 4224a00680bSAndi Kleen "SampleAfterValue": "100007", 423*4ee19e31SIan Rogers "UMask": "0x1" 4244a00680bSAndi Kleen }, 4254a00680bSAndi Kleen { 426*4ee19e31SIan 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.", 427*4ee19e31SIan Rogers "EventCode": "0xB7", 428*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD", 4294a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 430*4ee19e31SIan Rogers "MSRValue": "0x0400000022", 431*4ee19e31SIan 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)", 4324a00680bSAndi Kleen "SampleAfterValue": "100007", 433*4ee19e31SIan Rogers "UMask": "0x1" 4344a00680bSAndi Kleen }, 4354a00680bSAndi Kleen { 436*4ee19e31SIan 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.", 437*4ee19e31SIan Rogers "EventCode": "0xB7", 438*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 4394a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 440*4ee19e31SIan Rogers "MSRValue": "0x0200000022", 441*4ee19e31SIan 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)", 4424a00680bSAndi Kleen "SampleAfterValue": "100007", 443*4ee19e31SIan Rogers "UMask": "0x1" 4444a00680bSAndi Kleen }, 4454a00680bSAndi Kleen { 446*4ee19e31SIan Rogers "BriefDescription": "Counts bus lock and split lock requests that have any transaction responses from the uncore subsystem.", 4474a00680bSAndi Kleen "EventCode": "0xB7", 4484a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.ANY_RESPONSE", 4494a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 450*4ee19e31SIan Rogers "MSRValue": "0x0000010400", 451*4ee19e31SIan 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)", 4524a00680bSAndi Kleen "SampleAfterValue": "100007", 453*4ee19e31SIan Rogers "UMask": "0x1" 4544a00680bSAndi Kleen }, 4554a00680bSAndi Kleen { 456*4ee19e31SIan Rogers "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that hit the L2 cache.", 4574a00680bSAndi Kleen "EventCode": "0xB7", 4584a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.COREWB.L2_HIT", 4594a00680bSAndi Kleen "MSRIndex": "0x1a6", 460*4ee19e31SIan Rogers "MSRValue": "0x0000040008", 461*4ee19e31SIan 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)", 4624a00680bSAndi Kleen "SampleAfterValue": "100007", 463*4ee19e31SIan Rogers "UMask": "0x1" 4644a00680bSAndi Kleen }, 4654a00680bSAndi Kleen { 466*4ee19e31SIan Rogers "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions that miss the L2 cache.", 467*4ee19e31SIan Rogers "EventCode": "0xB7", 468*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.ANY", 4694a00680bSAndi Kleen "MSRIndex": "0x1a6", 470*4ee19e31SIan Rogers "MSRValue": "0x3600000008", 471*4ee19e31SIan 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)", 4724a00680bSAndi Kleen "SampleAfterValue": "100007", 473*4ee19e31SIan Rogers "UMask": "0x1" 4744a00680bSAndi Kleen }, 4754a00680bSAndi Kleen { 476*4ee19e31SIan 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.", 477*4ee19e31SIan Rogers "EventCode": "0xB7", 478*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.HITM_OTHER_CORE", 479*4ee19e31SIan Rogers "MSRIndex": "0x1a6", 480*4ee19e31SIan Rogers "MSRValue": "0x1000000008", 481*4ee19e31SIan 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)", 4824a00680bSAndi Kleen "SampleAfterValue": "100007", 483*4ee19e31SIan Rogers "UMask": "0x1" 4844a00680bSAndi Kleen }, 4854a00680bSAndi Kleen { 486*4ee19e31SIan 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.", 487*4ee19e31SIan Rogers "EventCode": "0xB7", 488*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.HIT_OTHER_CORE_NO_FWD", 489*4ee19e31SIan Rogers "MSRIndex": "0x1a6", 490*4ee19e31SIan Rogers "MSRValue": "0x0400000008", 491*4ee19e31SIan 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)", 4924a00680bSAndi Kleen "SampleAfterValue": "100007", 493*4ee19e31SIan Rogers "UMask": "0x1" 4944a00680bSAndi Kleen }, 4954a00680bSAndi Kleen { 496*4ee19e31SIan 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.", 497*4ee19e31SIan Rogers "EventCode": "0xB7", 498*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 499*4ee19e31SIan Rogers "MSRIndex": "0x1a6", 500*4ee19e31SIan Rogers "MSRValue": "0x0200000008", 501*4ee19e31SIan 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)", 5024a00680bSAndi Kleen "SampleAfterValue": "100007", 503*4ee19e31SIan Rogers "UMask": "0x1" 5044a00680bSAndi Kleen }, 5054a00680bSAndi Kleen { 506*4ee19e31SIan Rogers "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that hit the L2 cache.", 507*4ee19e31SIan Rogers "EventCode": "0xB7", 5084a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_HIT", 5094a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 510*4ee19e31SIan Rogers "MSRValue": "0x0000040004", 511*4ee19e31SIan 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)", 5124a00680bSAndi Kleen "SampleAfterValue": "100007", 513*4ee19e31SIan Rogers "UMask": "0x1" 5144a00680bSAndi Kleen }, 5154a00680bSAndi Kleen { 516*4ee19e31SIan Rogers "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache that miss the L2 cache.", 517*4ee19e31SIan Rogers "EventCode": "0xB7", 518*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.ANY", 519*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 520*4ee19e31SIan Rogers "MSRValue": "0x3600000004", 521*4ee19e31SIan 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)", 522*4ee19e31SIan Rogers "SampleAfterValue": "100007", 523*4ee19e31SIan Rogers "UMask": "0x1" 524*4ee19e31SIan Rogers }, 525*4ee19e31SIan Rogers { 526*4ee19e31SIan 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.", 527*4ee19e31SIan Rogers "EventCode": "0xB7", 528*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 529*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 530*4ee19e31SIan Rogers "MSRValue": "0x0400000004", 531*4ee19e31SIan 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)", 532*4ee19e31SIan Rogers "SampleAfterValue": "100007", 533*4ee19e31SIan Rogers "UMask": "0x1" 534*4ee19e31SIan Rogers }, 535*4ee19e31SIan Rogers { 536*4ee19e31SIan 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.", 537*4ee19e31SIan Rogers "EventCode": "0xB7", 538*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 539*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 540*4ee19e31SIan Rogers "MSRValue": "0x0200000004", 541*4ee19e31SIan 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)", 542*4ee19e31SIan Rogers "SampleAfterValue": "100007", 543*4ee19e31SIan Rogers "UMask": "0x1" 544*4ee19e31SIan Rogers }, 545*4ee19e31SIan Rogers { 546*4ee19e31SIan 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.", 547*4ee19e31SIan Rogers "EventCode": "0xB7", 548*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.OUTSTANDING", 5494a00680bSAndi Kleen "MSRIndex": "0x1a6", 550*4ee19e31SIan Rogers "MSRValue": "0x4000000004", 551*4ee19e31SIan 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)", 5524a00680bSAndi Kleen "SampleAfterValue": "100007", 553*4ee19e31SIan Rogers "UMask": "0x1" 5544a00680bSAndi Kleen }, 5554a00680bSAndi Kleen { 556*4ee19e31SIan Rogers "BriefDescription": "Counts demand cacheable data reads of full cache lines that hit the L2 cache.", 5574a00680bSAndi Kleen "EventCode": "0xB7", 5584a00680bSAndi Kleen "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_HIT", 5594a00680bSAndi Kleen "MSRIndex": "0x1a6,0x1a7", 560*4ee19e31SIan Rogers "MSRValue": "0x0000040001", 561*4ee19e31SIan 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)", 5624a00680bSAndi Kleen "SampleAfterValue": "100007", 563*4ee19e31SIan Rogers "UMask": "0x1" 564*4ee19e31SIan Rogers }, 565*4ee19e31SIan Rogers { 566*4ee19e31SIan Rogers "BriefDescription": "Counts demand cacheable data reads of full cache lines that miss the L2 cache.", 567*4ee19e31SIan Rogers "EventCode": "0xB7", 568*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.ANY", 569*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 570*4ee19e31SIan Rogers "MSRValue": "0x3600000001", 571*4ee19e31SIan 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)", 572*4ee19e31SIan Rogers "SampleAfterValue": "100007", 573*4ee19e31SIan Rogers "UMask": "0x1" 574*4ee19e31SIan Rogers }, 575*4ee19e31SIan Rogers { 576*4ee19e31SIan 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.", 577*4ee19e31SIan Rogers "EventCode": "0xB7", 578*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.HITM_OTHER_CORE", 579*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 580*4ee19e31SIan Rogers "MSRValue": "0x1000000001", 581*4ee19e31SIan 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)", 582*4ee19e31SIan Rogers "SampleAfterValue": "100007", 583*4ee19e31SIan Rogers "UMask": "0x1" 584*4ee19e31SIan Rogers }, 585*4ee19e31SIan Rogers { 586*4ee19e31SIan 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.", 587*4ee19e31SIan Rogers "EventCode": "0xB7", 588*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 589*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 590*4ee19e31SIan Rogers "MSRValue": "0x0400000001", 591*4ee19e31SIan 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)", 592*4ee19e31SIan Rogers "SampleAfterValue": "100007", 593*4ee19e31SIan Rogers "UMask": "0x1" 594*4ee19e31SIan Rogers }, 595*4ee19e31SIan Rogers { 596*4ee19e31SIan 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.", 597*4ee19e31SIan Rogers "EventCode": "0xB7", 598*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 599*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 600*4ee19e31SIan Rogers "MSRValue": "0x0200000001", 601*4ee19e31SIan 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)", 602*4ee19e31SIan Rogers "SampleAfterValue": "100007", 603*4ee19e31SIan Rogers "UMask": "0x1" 604*4ee19e31SIan Rogers }, 605*4ee19e31SIan Rogers { 606*4ee19e31SIan 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.", 607*4ee19e31SIan Rogers "EventCode": "0xB7", 608*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.OUTSTANDING", 609*4ee19e31SIan Rogers "MSRIndex": "0x1a6", 610*4ee19e31SIan Rogers "MSRValue": "0x4000000001", 611*4ee19e31SIan 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)", 612*4ee19e31SIan Rogers "SampleAfterValue": "100007", 613*4ee19e31SIan Rogers "UMask": "0x1" 614*4ee19e31SIan Rogers }, 615*4ee19e31SIan Rogers { 616*4ee19e31SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that hit the L2 cache.", 617*4ee19e31SIan Rogers "EventCode": "0xB7", 618*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_HIT", 619*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 620*4ee19e31SIan Rogers "MSRValue": "0x0000040002", 621*4ee19e31SIan 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)", 622*4ee19e31SIan Rogers "SampleAfterValue": "100007", 623*4ee19e31SIan Rogers "UMask": "0x1" 624*4ee19e31SIan Rogers }, 625*4ee19e31SIan Rogers { 626*4ee19e31SIan Rogers "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line that miss the L2 cache.", 627*4ee19e31SIan Rogers "EventCode": "0xB7", 628*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.ANY", 629*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 630*4ee19e31SIan Rogers "MSRValue": "0x3600000002", 631*4ee19e31SIan 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)", 632*4ee19e31SIan Rogers "SampleAfterValue": "100007", 633*4ee19e31SIan Rogers "UMask": "0x1" 634*4ee19e31SIan Rogers }, 635*4ee19e31SIan Rogers { 636*4ee19e31SIan 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.", 637*4ee19e31SIan Rogers "EventCode": "0xB7", 638*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.HITM_OTHER_CORE", 639*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 640*4ee19e31SIan Rogers "MSRValue": "0x1000000002", 641*4ee19e31SIan 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)", 642*4ee19e31SIan Rogers "SampleAfterValue": "100007", 643*4ee19e31SIan Rogers "UMask": "0x1" 644*4ee19e31SIan Rogers }, 645*4ee19e31SIan Rogers { 646*4ee19e31SIan 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.", 647*4ee19e31SIan Rogers "EventCode": "0xB7", 648*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD", 649*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 650*4ee19e31SIan Rogers "MSRValue": "0x0400000002", 651*4ee19e31SIan 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)", 652*4ee19e31SIan Rogers "SampleAfterValue": "100007", 653*4ee19e31SIan Rogers "UMask": "0x1" 654*4ee19e31SIan Rogers }, 655*4ee19e31SIan Rogers { 656*4ee19e31SIan 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.", 657*4ee19e31SIan Rogers "EventCode": "0xB7", 658*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 659*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 660*4ee19e31SIan Rogers "MSRValue": "0x0200000002", 661*4ee19e31SIan 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)", 662*4ee19e31SIan Rogers "SampleAfterValue": "100007", 663*4ee19e31SIan Rogers "UMask": "0x1" 664*4ee19e31SIan Rogers }, 665*4ee19e31SIan Rogers { 666*4ee19e31SIan 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.", 667*4ee19e31SIan Rogers "EventCode": "0xB7", 668*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.OUTSTANDING", 669*4ee19e31SIan Rogers "MSRIndex": "0x1a6", 670*4ee19e31SIan Rogers "MSRValue": "0x4000000002", 671*4ee19e31SIan 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)", 672*4ee19e31SIan Rogers "SampleAfterValue": "100007", 673*4ee19e31SIan Rogers "UMask": "0x1" 674*4ee19e31SIan Rogers }, 675*4ee19e31SIan Rogers { 676*4ee19e31SIan 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.", 677*4ee19e31SIan Rogers "EventCode": "0xB7", 678*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_HIT", 679*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 680*4ee19e31SIan Rogers "MSRValue": "0x0000040800", 681*4ee19e31SIan 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)", 682*4ee19e31SIan Rogers "SampleAfterValue": "100007", 683*4ee19e31SIan Rogers "UMask": "0x1" 684*4ee19e31SIan Rogers }, 685*4ee19e31SIan Rogers { 686*4ee19e31SIan 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.", 687*4ee19e31SIan Rogers "EventCode": "0xB7", 688*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.ANY", 689*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 690*4ee19e31SIan Rogers "MSRValue": "0x3600000800", 691*4ee19e31SIan 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)", 692*4ee19e31SIan Rogers "SampleAfterValue": "100007", 693*4ee19e31SIan Rogers "UMask": "0x1" 694*4ee19e31SIan Rogers }, 695*4ee19e31SIan Rogers { 696*4ee19e31SIan 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.", 697*4ee19e31SIan Rogers "EventCode": "0xB7", 698*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.HITM_OTHER_CORE", 699*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 700*4ee19e31SIan Rogers "MSRValue": "0x1000000800", 701*4ee19e31SIan 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)", 702*4ee19e31SIan Rogers "SampleAfterValue": "100007", 703*4ee19e31SIan Rogers "UMask": "0x1" 704*4ee19e31SIan Rogers }, 705*4ee19e31SIan Rogers { 706*4ee19e31SIan 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.", 707*4ee19e31SIan Rogers "EventCode": "0xB7", 708*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.HIT_OTHER_CORE_NO_FWD", 709*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 710*4ee19e31SIan Rogers "MSRValue": "0x0400000800", 711*4ee19e31SIan 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)", 712*4ee19e31SIan Rogers "SampleAfterValue": "100007", 713*4ee19e31SIan Rogers "UMask": "0x1" 714*4ee19e31SIan Rogers }, 715*4ee19e31SIan Rogers { 716*4ee19e31SIan 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.", 717*4ee19e31SIan Rogers "EventCode": "0xB7", 718*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 719*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 720*4ee19e31SIan Rogers "MSRValue": "0x0200000800", 721*4ee19e31SIan 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)", 722*4ee19e31SIan Rogers "SampleAfterValue": "100007", 723*4ee19e31SIan Rogers "UMask": "0x1" 724*4ee19e31SIan Rogers }, 725*4ee19e31SIan Rogers { 726*4ee19e31SIan Rogers "BriefDescription": "Counts demand data partial reads, including data in uncacheable (UC) or uncacheable write combining (USWC) memory types that miss the L2 cache.", 727*4ee19e31SIan Rogers "EventCode": "0xB7", 728*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_READS.L2_MISS.ANY", 729*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 730*4ee19e31SIan Rogers "MSRValue": "0x3600000080", 731*4ee19e31SIan 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)", 732*4ee19e31SIan Rogers "SampleAfterValue": "100007", 733*4ee19e31SIan Rogers "UMask": "0x1" 734*4ee19e31SIan Rogers }, 735*4ee19e31SIan Rogers { 736*4ee19e31SIan Rogers "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region that hit the L2 cache.", 737*4ee19e31SIan Rogers "EventCode": "0xB7", 738*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_HIT", 739*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 740*4ee19e31SIan Rogers "MSRValue": "0x0000044000", 741*4ee19e31SIan 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)", 742*4ee19e31SIan Rogers "SampleAfterValue": "100007", 743*4ee19e31SIan Rogers "UMask": "0x1" 744*4ee19e31SIan Rogers }, 745*4ee19e31SIan Rogers { 746*4ee19e31SIan Rogers "BriefDescription": "Counts partial cache line data writes to uncacheable write combining (USWC) memory region that miss the L2 cache.", 747*4ee19e31SIan Rogers "EventCode": "0xB7", 748*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.ANY", 749*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 750*4ee19e31SIan Rogers "MSRValue": "0x3600004000", 751*4ee19e31SIan 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)", 752*4ee19e31SIan Rogers "SampleAfterValue": "100007", 753*4ee19e31SIan Rogers "UMask": "0x1" 754*4ee19e31SIan Rogers }, 755*4ee19e31SIan Rogers { 756*4ee19e31SIan 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.", 757*4ee19e31SIan Rogers "EventCode": "0xB7", 758*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.HITM_OTHER_CORE", 759*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 760*4ee19e31SIan Rogers "MSRValue": "0x1000004000", 761*4ee19e31SIan 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)", 762*4ee19e31SIan Rogers "SampleAfterValue": "100007", 763*4ee19e31SIan Rogers "UMask": "0x1" 764*4ee19e31SIan Rogers }, 765*4ee19e31SIan Rogers { 766*4ee19e31SIan 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.", 767*4ee19e31SIan Rogers "EventCode": "0xB7", 768*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.HIT_OTHER_CORE_NO_FWD", 769*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 770*4ee19e31SIan Rogers "MSRValue": "0x0400004000", 771*4ee19e31SIan 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)", 772*4ee19e31SIan Rogers "SampleAfterValue": "100007", 773*4ee19e31SIan Rogers "UMask": "0x1" 774*4ee19e31SIan Rogers }, 775*4ee19e31SIan Rogers { 776*4ee19e31SIan 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.", 777*4ee19e31SIan Rogers "EventCode": "0xB7", 778*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 779*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 780*4ee19e31SIan Rogers "MSRValue": "0x0200004000", 781*4ee19e31SIan 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)", 782*4ee19e31SIan Rogers "SampleAfterValue": "100007", 783*4ee19e31SIan Rogers "UMask": "0x1" 784*4ee19e31SIan Rogers }, 785*4ee19e31SIan Rogers { 786*4ee19e31SIan 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.", 787*4ee19e31SIan Rogers "EventCode": "0xB7", 788*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PARTIAL_WRITES.L2_MISS.ANY", 789*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 790*4ee19e31SIan Rogers "MSRValue": "0x3600000100", 791*4ee19e31SIan 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)", 792*4ee19e31SIan Rogers "SampleAfterValue": "100007", 793*4ee19e31SIan Rogers "UMask": "0x1" 794*4ee19e31SIan Rogers }, 795*4ee19e31SIan Rogers { 796*4ee19e31SIan Rogers "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that hit the L2 cache.", 797*4ee19e31SIan Rogers "EventCode": "0xB7", 798*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_HIT", 799*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 800*4ee19e31SIan Rogers "MSRValue": "0x0000042000", 801*4ee19e31SIan 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)", 802*4ee19e31SIan Rogers "SampleAfterValue": "100007", 803*4ee19e31SIan Rogers "UMask": "0x1" 804*4ee19e31SIan Rogers }, 805*4ee19e31SIan Rogers { 806*4ee19e31SIan Rogers "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher that miss the L2 cache.", 807*4ee19e31SIan Rogers "EventCode": "0xB7", 808*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.ANY", 809*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 810*4ee19e31SIan Rogers "MSRValue": "0x3600002000", 811*4ee19e31SIan 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)", 812*4ee19e31SIan Rogers "SampleAfterValue": "100007", 813*4ee19e31SIan Rogers "UMask": "0x1" 814*4ee19e31SIan Rogers }, 815*4ee19e31SIan Rogers { 816*4ee19e31SIan 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.", 817*4ee19e31SIan Rogers "EventCode": "0xB7", 818*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.HITM_OTHER_CORE", 819*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 820*4ee19e31SIan Rogers "MSRValue": "0x1000002000", 821*4ee19e31SIan 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)", 822*4ee19e31SIan Rogers "SampleAfterValue": "100007", 823*4ee19e31SIan Rogers "UMask": "0x1" 824*4ee19e31SIan Rogers }, 825*4ee19e31SIan Rogers { 826*4ee19e31SIan 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.", 827*4ee19e31SIan Rogers "EventCode": "0xB7", 828*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 829*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 830*4ee19e31SIan Rogers "MSRValue": "0x0400002000", 831*4ee19e31SIan 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)", 832*4ee19e31SIan Rogers "SampleAfterValue": "100007", 833*4ee19e31SIan Rogers "UMask": "0x1" 834*4ee19e31SIan Rogers }, 835*4ee19e31SIan Rogers { 836*4ee19e31SIan 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.", 837*4ee19e31SIan Rogers "EventCode": "0xB7", 838*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 839*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 840*4ee19e31SIan Rogers "MSRValue": "0x0200002000", 841*4ee19e31SIan 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)", 842*4ee19e31SIan Rogers "SampleAfterValue": "100007", 843*4ee19e31SIan Rogers "UMask": "0x1" 844*4ee19e31SIan Rogers }, 845*4ee19e31SIan Rogers { 846*4ee19e31SIan Rogers "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that hit the L2 cache.", 847*4ee19e31SIan Rogers "EventCode": "0xB7", 848*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_HIT", 849*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 850*4ee19e31SIan Rogers "MSRValue": "0x0000040010", 851*4ee19e31SIan 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)", 852*4ee19e31SIan Rogers "SampleAfterValue": "100007", 853*4ee19e31SIan Rogers "UMask": "0x1" 854*4ee19e31SIan Rogers }, 855*4ee19e31SIan Rogers { 856*4ee19e31SIan Rogers "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher that miss the L2 cache.", 857*4ee19e31SIan Rogers "EventCode": "0xB7", 858*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.ANY", 859*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 860*4ee19e31SIan Rogers "MSRValue": "0x3600000010", 861*4ee19e31SIan 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)", 862*4ee19e31SIan Rogers "SampleAfterValue": "100007", 863*4ee19e31SIan Rogers "UMask": "0x1" 864*4ee19e31SIan Rogers }, 865*4ee19e31SIan Rogers { 866*4ee19e31SIan 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.", 867*4ee19e31SIan Rogers "EventCode": "0xB7", 868*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.HITM_OTHER_CORE", 869*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 870*4ee19e31SIan Rogers "MSRValue": "0x1000000010", 871*4ee19e31SIan 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)", 872*4ee19e31SIan Rogers "SampleAfterValue": "100007", 873*4ee19e31SIan Rogers "UMask": "0x1" 874*4ee19e31SIan Rogers }, 875*4ee19e31SIan Rogers { 876*4ee19e31SIan 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.", 877*4ee19e31SIan Rogers "EventCode": "0xB7", 878*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.HIT_OTHER_CORE_NO_FWD", 879*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 880*4ee19e31SIan Rogers "MSRValue": "0x0400000010", 881*4ee19e31SIan 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)", 882*4ee19e31SIan Rogers "SampleAfterValue": "100007", 883*4ee19e31SIan Rogers "UMask": "0x1" 884*4ee19e31SIan Rogers }, 885*4ee19e31SIan Rogers { 886*4ee19e31SIan 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.", 887*4ee19e31SIan Rogers "EventCode": "0xB7", 888*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 889*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 890*4ee19e31SIan Rogers "MSRValue": "0x0200000010", 891*4ee19e31SIan 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)", 892*4ee19e31SIan Rogers "SampleAfterValue": "100007", 893*4ee19e31SIan Rogers "UMask": "0x1" 894*4ee19e31SIan Rogers }, 895*4ee19e31SIan Rogers { 896*4ee19e31SIan Rogers "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that hit the L2 cache.", 897*4ee19e31SIan Rogers "EventCode": "0xB7", 898*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_HIT", 899*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 900*4ee19e31SIan Rogers "MSRValue": "0x0000040020", 901*4ee19e31SIan 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)", 902*4ee19e31SIan Rogers "SampleAfterValue": "100007", 903*4ee19e31SIan Rogers "UMask": "0x1" 904*4ee19e31SIan Rogers }, 905*4ee19e31SIan Rogers { 906*4ee19e31SIan Rogers "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher that miss the L2 cache.", 907*4ee19e31SIan Rogers "EventCode": "0xB7", 908*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.ANY", 909*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 910*4ee19e31SIan Rogers "MSRValue": "0x3600000020", 911*4ee19e31SIan 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)", 912*4ee19e31SIan Rogers "SampleAfterValue": "100007", 913*4ee19e31SIan Rogers "UMask": "0x1" 914*4ee19e31SIan Rogers }, 915*4ee19e31SIan Rogers { 916*4ee19e31SIan 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.", 917*4ee19e31SIan Rogers "EventCode": "0xB7", 918*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.HITM_OTHER_CORE", 919*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 920*4ee19e31SIan Rogers "MSRValue": "0x1000000020", 921*4ee19e31SIan 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)", 922*4ee19e31SIan Rogers "SampleAfterValue": "100007", 923*4ee19e31SIan Rogers "UMask": "0x1" 924*4ee19e31SIan Rogers }, 925*4ee19e31SIan Rogers { 926*4ee19e31SIan 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.", 927*4ee19e31SIan Rogers "EventCode": "0xB7", 928*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.HIT_OTHER_CORE_NO_FWD", 929*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 930*4ee19e31SIan Rogers "MSRValue": "0x0400000020", 931*4ee19e31SIan 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)", 932*4ee19e31SIan Rogers "SampleAfterValue": "100007", 933*4ee19e31SIan Rogers "UMask": "0x1" 934*4ee19e31SIan Rogers }, 935*4ee19e31SIan Rogers { 936*4ee19e31SIan 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.", 937*4ee19e31SIan Rogers "EventCode": "0xB7", 938*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 939*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 940*4ee19e31SIan Rogers "MSRValue": "0x0200000020", 941*4ee19e31SIan 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)", 942*4ee19e31SIan Rogers "SampleAfterValue": "100007", 943*4ee19e31SIan Rogers "UMask": "0x1" 944*4ee19e31SIan Rogers }, 945*4ee19e31SIan Rogers { 946*4ee19e31SIan Rogers "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region that hit the L2 cache.", 947*4ee19e31SIan Rogers "EventCode": "0xB7", 948*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_HIT", 949*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 950*4ee19e31SIan Rogers "MSRValue": "0x0000044800", 951*4ee19e31SIan 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)", 952*4ee19e31SIan Rogers "SampleAfterValue": "100007", 953*4ee19e31SIan Rogers "UMask": "0x1" 954*4ee19e31SIan Rogers }, 955*4ee19e31SIan Rogers { 956*4ee19e31SIan Rogers "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region that miss the L2 cache.", 957*4ee19e31SIan Rogers "EventCode": "0xB7", 958*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_MISS.ANY", 959*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 960*4ee19e31SIan Rogers "MSRValue": "0x3600004800", 961*4ee19e31SIan 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)", 962*4ee19e31SIan Rogers "SampleAfterValue": "100007", 963*4ee19e31SIan Rogers "UMask": "0x1" 964*4ee19e31SIan Rogers }, 965*4ee19e31SIan Rogers { 966*4ee19e31SIan Rogers "BriefDescription": "Counts data cache lines requests by software prefetch instructions that hit the L2 cache.", 967*4ee19e31SIan Rogers "EventCode": "0xB7", 968*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_HIT", 969*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 970*4ee19e31SIan Rogers "MSRValue": "0x0000041000", 971*4ee19e31SIan 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)", 972*4ee19e31SIan Rogers "SampleAfterValue": "100007", 973*4ee19e31SIan Rogers "UMask": "0x1" 974*4ee19e31SIan Rogers }, 975*4ee19e31SIan Rogers { 976*4ee19e31SIan Rogers "BriefDescription": "Counts data cache lines requests by software prefetch instructions that miss the L2 cache.", 977*4ee19e31SIan Rogers "EventCode": "0xB7", 978*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.ANY", 979*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 980*4ee19e31SIan Rogers "MSRValue": "0x3600001000", 981*4ee19e31SIan 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)", 982*4ee19e31SIan Rogers "SampleAfterValue": "100007", 983*4ee19e31SIan Rogers "UMask": "0x1" 984*4ee19e31SIan Rogers }, 985*4ee19e31SIan Rogers { 986*4ee19e31SIan 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.", 987*4ee19e31SIan Rogers "EventCode": "0xB7", 988*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.HITM_OTHER_CORE", 989*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 990*4ee19e31SIan Rogers "MSRValue": "0x1000001000", 991*4ee19e31SIan 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)", 992*4ee19e31SIan Rogers "SampleAfterValue": "100007", 993*4ee19e31SIan Rogers "UMask": "0x1" 994*4ee19e31SIan Rogers }, 995*4ee19e31SIan Rogers { 996*4ee19e31SIan 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.", 997*4ee19e31SIan Rogers "EventCode": "0xB7", 998*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.HIT_OTHER_CORE_NO_FWD", 999*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 1000*4ee19e31SIan Rogers "MSRValue": "0x0400001000", 1001*4ee19e31SIan 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)", 1002*4ee19e31SIan Rogers "SampleAfterValue": "100007", 1003*4ee19e31SIan Rogers "UMask": "0x1" 1004*4ee19e31SIan Rogers }, 1005*4ee19e31SIan Rogers { 1006*4ee19e31SIan 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.", 1007*4ee19e31SIan Rogers "EventCode": "0xB7", 1008*4ee19e31SIan Rogers "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED", 1009*4ee19e31SIan Rogers "MSRIndex": "0x1a6,0x1a7", 1010*4ee19e31SIan Rogers "MSRValue": "0x0200001000", 1011*4ee19e31SIan 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)", 1012*4ee19e31SIan Rogers "SampleAfterValue": "100007", 1013*4ee19e31SIan Rogers "UMask": "0x1" 10144a00680bSAndi Kleen } 10154a00680bSAndi Kleen] 1016