1959826caSMatt Macy[ 2959826caSMatt Macy { 3*18054d02SAlexander Motin "BriefDescription": "L1D data line replacements", 4959826caSMatt Macy "Counter": "0,1,2,3", 5*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 6*18054d02SAlexander Motin "EventCode": "0x51", 7*18054d02SAlexander Motin "EventName": "L1D.REPLACEMENT", 8*18054d02SAlexander Motin "PublicDescription": "This event counts when new data lines are brought into the L1 Data cache, which cause other lines to be evicted from the cache.", 9959826caSMatt Macy "SampleAfterValue": "2000003", 10*18054d02SAlexander Motin "UMask": "0x1" 11959826caSMatt Macy }, 12959826caSMatt Macy { 13*18054d02SAlexander Motin "BriefDescription": "Cycles a demand request was blocked due to Fill Buffers inavailability.", 14*18054d02SAlexander Motin "Counter": "0,1,2,3", 15*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 16959826caSMatt Macy "CounterMask": "1", 17959826caSMatt Macy "EventCode": "0x48", 18959826caSMatt Macy "EventName": "L1D_PEND_MISS.FB_FULL", 19959826caSMatt Macy "SampleAfterValue": "2000003", 20*18054d02SAlexander Motin "UMask": "0x2" 21*18054d02SAlexander Motin }, 22*18054d02SAlexander Motin { 23*18054d02SAlexander Motin "BriefDescription": "L1D miss oustandings duration in cycles", 24*18054d02SAlexander Motin "Counter": "2", 25*18054d02SAlexander Motin "CounterHTOff": "2", 26*18054d02SAlexander Motin "EventCode": "0x48", 27*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.PENDING", 28*18054d02SAlexander Motin "PublicDescription": "Increments the number of outstanding L1D misses every cycle. Set Cmask = 1 and Edge =1 to count occurrences.", 29*18054d02SAlexander Motin "SampleAfterValue": "2000003", 30*18054d02SAlexander Motin "UMask": "0x1" 31*18054d02SAlexander Motin }, 32*18054d02SAlexander Motin { 33*18054d02SAlexander Motin "BriefDescription": "Cycles with L1D load Misses outstanding.", 34*18054d02SAlexander Motin "Counter": "2", 35*18054d02SAlexander Motin "CounterHTOff": "2", 36959826caSMatt Macy "CounterMask": "1", 37*18054d02SAlexander Motin "EventCode": "0x48", 38*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.PENDING_CYCLES", 39*18054d02SAlexander Motin "SampleAfterValue": "2000003", 40*18054d02SAlexander Motin "UMask": "0x1" 41959826caSMatt Macy }, 42959826caSMatt Macy { 43*18054d02SAlexander Motin "AnyThread": "1", 44*18054d02SAlexander Motin "BriefDescription": "Cycles with L1D load Misses outstanding from any thread on physical core.", 45*18054d02SAlexander Motin "Counter": "2", 46*18054d02SAlexander Motin "CounterHTOff": "2", 47959826caSMatt Macy "CounterMask": "1", 48*18054d02SAlexander Motin "EventCode": "0x48", 49*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.PENDING_CYCLES_ANY", 50*18054d02SAlexander Motin "SampleAfterValue": "2000003", 51*18054d02SAlexander Motin "UMask": "0x1" 52959826caSMatt Macy }, 53959826caSMatt Macy { 54*18054d02SAlexander Motin "BriefDescription": "Number of times a request needed a FB entry but there was no entry available for it. That is the FB unavailability was dominant reason for blocking the request. A request includes cacheable/uncacheable demands that is load, store or SW prefetch. HWP are e.", 55959826caSMatt Macy "Counter": "0,1,2,3", 56*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 57*18054d02SAlexander Motin "EventCode": "0x48", 58*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.REQUEST_FB_FULL", 59959826caSMatt Macy "SampleAfterValue": "2000003", 60*18054d02SAlexander Motin "UMask": "0x2" 61959826caSMatt Macy }, 62959826caSMatt Macy { 63*18054d02SAlexander Motin "BriefDescription": "Not rejected writebacks that hit L2 cache", 64959826caSMatt Macy "Counter": "0,1,2,3", 65*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 66*18054d02SAlexander Motin "EventCode": "0x27", 67*18054d02SAlexander Motin "EventName": "L2_DEMAND_RQSTS.WB_HIT", 68*18054d02SAlexander Motin "PublicDescription": "Not rejected writebacks that hit L2 cache.", 69*18054d02SAlexander Motin "SampleAfterValue": "200003", 70*18054d02SAlexander Motin "UMask": "0x50" 71959826caSMatt Macy }, 72959826caSMatt Macy { 73*18054d02SAlexander Motin "BriefDescription": "L2 cache lines filling L2", 74959826caSMatt Macy "Counter": "0,1,2,3", 75*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 76*18054d02SAlexander Motin "EventCode": "0xF1", 77*18054d02SAlexander Motin "EventName": "L2_LINES_IN.ALL", 78*18054d02SAlexander Motin "PublicDescription": "This event counts the number of L2 cache lines brought into the L2 cache. Lines are filled into the L2 cache when there was an L2 miss.", 79*18054d02SAlexander Motin "SampleAfterValue": "100003", 80*18054d02SAlexander Motin "UMask": "0x7" 81959826caSMatt Macy }, 82959826caSMatt Macy { 83*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in E state filling L2", 84959826caSMatt Macy "Counter": "0,1,2,3", 85*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 86*18054d02SAlexander Motin "EventCode": "0xF1", 87*18054d02SAlexander Motin "EventName": "L2_LINES_IN.E", 88*18054d02SAlexander Motin "PublicDescription": "L2 cache lines in E state filling L2.", 89*18054d02SAlexander Motin "SampleAfterValue": "100003", 90*18054d02SAlexander Motin "UMask": "0x4" 91959826caSMatt Macy }, 92959826caSMatt Macy { 93*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in I state filling L2", 94959826caSMatt Macy "Counter": "0,1,2,3", 95*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 96*18054d02SAlexander Motin "EventCode": "0xF1", 97*18054d02SAlexander Motin "EventName": "L2_LINES_IN.I", 98*18054d02SAlexander Motin "PublicDescription": "L2 cache lines in I state filling L2.", 99*18054d02SAlexander Motin "SampleAfterValue": "100003", 100*18054d02SAlexander Motin "UMask": "0x1" 101959826caSMatt Macy }, 102959826caSMatt Macy { 103*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in S state filling L2", 104959826caSMatt Macy "Counter": "0,1,2,3", 105*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 106*18054d02SAlexander Motin "EventCode": "0xF1", 107*18054d02SAlexander Motin "EventName": "L2_LINES_IN.S", 108*18054d02SAlexander Motin "PublicDescription": "L2 cache lines in S state filling L2.", 109*18054d02SAlexander Motin "SampleAfterValue": "100003", 110*18054d02SAlexander Motin "UMask": "0x2" 111959826caSMatt Macy }, 112959826caSMatt Macy { 113*18054d02SAlexander Motin "BriefDescription": "Clean L2 cache lines evicted by demand", 114959826caSMatt Macy "Counter": "0,1,2,3", 115*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 116*18054d02SAlexander Motin "EventCode": "0xF2", 117*18054d02SAlexander Motin "EventName": "L2_LINES_OUT.DEMAND_CLEAN", 118*18054d02SAlexander Motin "PublicDescription": "Clean L2 cache lines evicted by demand.", 119*18054d02SAlexander Motin "SampleAfterValue": "100003", 120*18054d02SAlexander Motin "UMask": "0x5" 121*18054d02SAlexander Motin }, 122*18054d02SAlexander Motin { 123*18054d02SAlexander Motin "BriefDescription": "Dirty L2 cache lines evicted by demand", 124*18054d02SAlexander Motin "Counter": "0,1,2,3", 125*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 126*18054d02SAlexander Motin "EventCode": "0xF2", 127*18054d02SAlexander Motin "EventName": "L2_LINES_OUT.DEMAND_DIRTY", 128*18054d02SAlexander Motin "PublicDescription": "Dirty L2 cache lines evicted by demand.", 129*18054d02SAlexander Motin "SampleAfterValue": "100003", 130*18054d02SAlexander Motin "UMask": "0x6" 131*18054d02SAlexander Motin }, 132*18054d02SAlexander Motin { 133*18054d02SAlexander Motin "BriefDescription": "L2 code requests", 134*18054d02SAlexander Motin "Counter": "0,1,2,3", 135*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 136*18054d02SAlexander Motin "EventCode": "0x24", 137*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_CODE_RD", 138*18054d02SAlexander Motin "PublicDescription": "Counts all L2 code requests.", 139*18054d02SAlexander Motin "SampleAfterValue": "200003", 140*18054d02SAlexander Motin "UMask": "0xe4" 141*18054d02SAlexander Motin }, 142*18054d02SAlexander Motin { 143*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests", 144*18054d02SAlexander Motin "Counter": "0,1,2,3", 145*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 146*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 147*18054d02SAlexander Motin "EventCode": "0x24", 148*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD", 149*18054d02SAlexander Motin "PublicDescription": "Counts any demand and L1 HW prefetch data load requests to L2.", 150*18054d02SAlexander Motin "SampleAfterValue": "200003", 151*18054d02SAlexander Motin "UMask": "0xe1" 152*18054d02SAlexander Motin }, 153*18054d02SAlexander Motin { 154*18054d02SAlexander Motin "BriefDescription": "Demand requests that miss L2 cache", 155*18054d02SAlexander Motin "Counter": "0,1,2,3", 156*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 157*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 158*18054d02SAlexander Motin "EventCode": "0x24", 159*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_MISS", 160*18054d02SAlexander Motin "PublicDescription": "Demand requests that miss L2 cache.", 161*18054d02SAlexander Motin "SampleAfterValue": "200003", 162*18054d02SAlexander Motin "UMask": "0x27" 163*18054d02SAlexander Motin }, 164*18054d02SAlexander Motin { 165*18054d02SAlexander Motin "BriefDescription": "Demand requests to L2 cache", 166*18054d02SAlexander Motin "Counter": "0,1,2,3", 167*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 168*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 169*18054d02SAlexander Motin "EventCode": "0x24", 170*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES", 171*18054d02SAlexander Motin "PublicDescription": "Demand requests to L2 cache.", 172*18054d02SAlexander Motin "SampleAfterValue": "200003", 173*18054d02SAlexander Motin "UMask": "0xe7" 174*18054d02SAlexander Motin }, 175*18054d02SAlexander Motin { 176*18054d02SAlexander Motin "BriefDescription": "Requests from L2 hardware prefetchers", 177*18054d02SAlexander Motin "Counter": "0,1,2,3", 178*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 179*18054d02SAlexander Motin "EventCode": "0x24", 180*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_PF", 181*18054d02SAlexander Motin "PublicDescription": "Counts all L2 HW prefetcher requests.", 182*18054d02SAlexander Motin "SampleAfterValue": "200003", 183*18054d02SAlexander Motin "UMask": "0xf8" 184*18054d02SAlexander Motin }, 185*18054d02SAlexander Motin { 186*18054d02SAlexander Motin "BriefDescription": "RFO requests to L2 cache", 187*18054d02SAlexander Motin "Counter": "0,1,2,3", 188*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 189*18054d02SAlexander Motin "EventCode": "0x24", 190*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_RFO", 191*18054d02SAlexander Motin "PublicDescription": "Counts all L2 store RFO requests.", 192*18054d02SAlexander Motin "SampleAfterValue": "200003", 193*18054d02SAlexander Motin "UMask": "0xe2" 194*18054d02SAlexander Motin }, 195*18054d02SAlexander Motin { 196*18054d02SAlexander Motin "BriefDescription": "L2 cache hits when fetching instructions, code reads.", 197*18054d02SAlexander Motin "Counter": "0,1,2,3", 198*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 199*18054d02SAlexander Motin "EventCode": "0x24", 200*18054d02SAlexander Motin "EventName": "L2_RQSTS.CODE_RD_HIT", 201*18054d02SAlexander Motin "PublicDescription": "Number of instruction fetches that hit the L2 cache.", 202*18054d02SAlexander Motin "SampleAfterValue": "200003", 203*18054d02SAlexander Motin "UMask": "0xc4" 204*18054d02SAlexander Motin }, 205*18054d02SAlexander Motin { 206*18054d02SAlexander Motin "BriefDescription": "L2 cache misses when fetching instructions", 207*18054d02SAlexander Motin "Counter": "0,1,2,3", 208*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 209*18054d02SAlexander Motin "EventCode": "0x24", 210*18054d02SAlexander Motin "EventName": "L2_RQSTS.CODE_RD_MISS", 211*18054d02SAlexander Motin "PublicDescription": "Number of instruction fetches that missed the L2 cache.", 212*18054d02SAlexander Motin "SampleAfterValue": "200003", 213*18054d02SAlexander Motin "UMask": "0x24" 214*18054d02SAlexander Motin }, 215*18054d02SAlexander Motin { 216*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests that hit L2 cache", 217*18054d02SAlexander Motin "Counter": "0,1,2,3", 218*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 219*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 220*18054d02SAlexander Motin "EventCode": "0x24", 221*18054d02SAlexander Motin "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT", 222*18054d02SAlexander Motin "PublicDescription": "Counts the number of demand Data Read requests, initiated by load instructions, that hit L2 cache", 223*18054d02SAlexander Motin "SampleAfterValue": "200003", 224*18054d02SAlexander Motin "UMask": "0xc1" 225*18054d02SAlexander Motin }, 226*18054d02SAlexander Motin { 227*18054d02SAlexander Motin "BriefDescription": "Demand Data Read miss L2, no rejects", 228*18054d02SAlexander Motin "Counter": "0,1,2,3", 229*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 230*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 231*18054d02SAlexander Motin "EventCode": "0x24", 232*18054d02SAlexander Motin "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS", 233*18054d02SAlexander Motin "PublicDescription": "Demand data read requests that missed L2, no rejects.", 234*18054d02SAlexander Motin "SampleAfterValue": "200003", 235*18054d02SAlexander Motin "UMask": "0x21" 236*18054d02SAlexander Motin }, 237*18054d02SAlexander Motin { 238*18054d02SAlexander Motin "BriefDescription": "L2 prefetch requests that hit L2 cache", 239*18054d02SAlexander Motin "Counter": "0,1,2,3", 240*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 241*18054d02SAlexander Motin "EventCode": "0x24", 242*18054d02SAlexander Motin "EventName": "L2_RQSTS.L2_PF_HIT", 243*18054d02SAlexander Motin "PublicDescription": "Counts all L2 HW prefetcher requests that hit L2.", 244*18054d02SAlexander Motin "SampleAfterValue": "200003", 245*18054d02SAlexander Motin "UMask": "0xd0" 246*18054d02SAlexander Motin }, 247*18054d02SAlexander Motin { 248*18054d02SAlexander Motin "BriefDescription": "L2 prefetch requests that miss L2 cache", 249*18054d02SAlexander Motin "Counter": "0,1,2,3", 250*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 251*18054d02SAlexander Motin "EventCode": "0x24", 252*18054d02SAlexander Motin "EventName": "L2_RQSTS.L2_PF_MISS", 253*18054d02SAlexander Motin "PublicDescription": "Counts all L2 HW prefetcher requests that missed L2.", 254*18054d02SAlexander Motin "SampleAfterValue": "200003", 255*18054d02SAlexander Motin "UMask": "0x30" 256*18054d02SAlexander Motin }, 257*18054d02SAlexander Motin { 258*18054d02SAlexander Motin "BriefDescription": "All requests that miss L2 cache", 259*18054d02SAlexander Motin "Counter": "0,1,2,3", 260*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 261*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 262*18054d02SAlexander Motin "EventCode": "0x24", 263*18054d02SAlexander Motin "EventName": "L2_RQSTS.MISS", 264*18054d02SAlexander Motin "PublicDescription": "All requests that missed L2.", 265*18054d02SAlexander Motin "SampleAfterValue": "200003", 266*18054d02SAlexander Motin "UMask": "0x3f" 267*18054d02SAlexander Motin }, 268*18054d02SAlexander Motin { 269*18054d02SAlexander Motin "BriefDescription": "All L2 requests", 270*18054d02SAlexander Motin "Counter": "0,1,2,3", 271*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 272*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 273*18054d02SAlexander Motin "EventCode": "0x24", 274*18054d02SAlexander Motin "EventName": "L2_RQSTS.REFERENCES", 275*18054d02SAlexander Motin "PublicDescription": "All requests to L2 cache.", 276*18054d02SAlexander Motin "SampleAfterValue": "200003", 277*18054d02SAlexander Motin "UMask": "0xff" 278*18054d02SAlexander Motin }, 279*18054d02SAlexander Motin { 280*18054d02SAlexander Motin "BriefDescription": "RFO requests that hit L2 cache", 281*18054d02SAlexander Motin "Counter": "0,1,2,3", 282*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 283*18054d02SAlexander Motin "EventCode": "0x24", 284*18054d02SAlexander Motin "EventName": "L2_RQSTS.RFO_HIT", 285*18054d02SAlexander Motin "PublicDescription": "Counts the number of store RFO requests that hit the L2 cache.", 286*18054d02SAlexander Motin "SampleAfterValue": "200003", 287*18054d02SAlexander Motin "UMask": "0xc2" 288*18054d02SAlexander Motin }, 289*18054d02SAlexander Motin { 290*18054d02SAlexander Motin "BriefDescription": "RFO requests that miss L2 cache", 291*18054d02SAlexander Motin "Counter": "0,1,2,3", 292*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 293*18054d02SAlexander Motin "EventCode": "0x24", 294*18054d02SAlexander Motin "EventName": "L2_RQSTS.RFO_MISS", 295*18054d02SAlexander Motin "PublicDescription": "Counts the number of store RFO requests that miss the L2 cache.", 296*18054d02SAlexander Motin "SampleAfterValue": "200003", 297*18054d02SAlexander Motin "UMask": "0x22" 298*18054d02SAlexander Motin }, 299*18054d02SAlexander Motin { 300*18054d02SAlexander Motin "BriefDescription": "L2 or L3 HW prefetches that access L2 cache", 301*18054d02SAlexander Motin "Counter": "0,1,2,3", 302*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 303*18054d02SAlexander Motin "EventCode": "0xf0", 304*18054d02SAlexander Motin "EventName": "L2_TRANS.ALL_PF", 305*18054d02SAlexander Motin "PublicDescription": "Any MLC or L3 HW prefetch accessing L2, including rejects.", 306*18054d02SAlexander Motin "SampleAfterValue": "200003", 307*18054d02SAlexander Motin "UMask": "0x8" 308*18054d02SAlexander Motin }, 309*18054d02SAlexander Motin { 310*18054d02SAlexander Motin "BriefDescription": "Transactions accessing L2 pipe", 311*18054d02SAlexander Motin "Counter": "0,1,2,3", 312*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 313*18054d02SAlexander Motin "EventCode": "0xf0", 314*18054d02SAlexander Motin "EventName": "L2_TRANS.ALL_REQUESTS", 315*18054d02SAlexander Motin "PublicDescription": "Transactions accessing L2 pipe.", 316*18054d02SAlexander Motin "SampleAfterValue": "200003", 317*18054d02SAlexander Motin "UMask": "0x80" 318*18054d02SAlexander Motin }, 319*18054d02SAlexander Motin { 320*18054d02SAlexander Motin "BriefDescription": "L2 cache accesses when fetching instructions", 321*18054d02SAlexander Motin "Counter": "0,1,2,3", 322*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 323*18054d02SAlexander Motin "EventCode": "0xf0", 324*18054d02SAlexander Motin "EventName": "L2_TRANS.CODE_RD", 325*18054d02SAlexander Motin "PublicDescription": "L2 cache accesses when fetching instructions.", 326*18054d02SAlexander Motin "SampleAfterValue": "200003", 327*18054d02SAlexander Motin "UMask": "0x4" 328*18054d02SAlexander Motin }, 329*18054d02SAlexander Motin { 330*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests that access L2 cache", 331*18054d02SAlexander Motin "Counter": "0,1,2,3", 332*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 333*18054d02SAlexander Motin "EventCode": "0xf0", 334*18054d02SAlexander Motin "EventName": "L2_TRANS.DEMAND_DATA_RD", 335*18054d02SAlexander Motin "PublicDescription": "Demand data read requests that access L2 cache.", 336*18054d02SAlexander Motin "SampleAfterValue": "200003", 337*18054d02SAlexander Motin "UMask": "0x1" 338*18054d02SAlexander Motin }, 339*18054d02SAlexander Motin { 340*18054d02SAlexander Motin "BriefDescription": "L1D writebacks that access L2 cache", 341*18054d02SAlexander Motin "Counter": "0,1,2,3", 342*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 343*18054d02SAlexander Motin "EventCode": "0xf0", 344*18054d02SAlexander Motin "EventName": "L2_TRANS.L1D_WB", 345*18054d02SAlexander Motin "PublicDescription": "L1D writebacks that access L2 cache.", 346*18054d02SAlexander Motin "SampleAfterValue": "200003", 347*18054d02SAlexander Motin "UMask": "0x10" 348*18054d02SAlexander Motin }, 349*18054d02SAlexander Motin { 350*18054d02SAlexander Motin "BriefDescription": "L2 fill requests that access L2 cache", 351*18054d02SAlexander Motin "Counter": "0,1,2,3", 352*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 353*18054d02SAlexander Motin "EventCode": "0xf0", 354*18054d02SAlexander Motin "EventName": "L2_TRANS.L2_FILL", 355*18054d02SAlexander Motin "PublicDescription": "L2 fill requests that access L2 cache.", 356*18054d02SAlexander Motin "SampleAfterValue": "200003", 357*18054d02SAlexander Motin "UMask": "0x20" 358*18054d02SAlexander Motin }, 359*18054d02SAlexander Motin { 360*18054d02SAlexander Motin "BriefDescription": "L2 writebacks that access L2 cache", 361*18054d02SAlexander Motin "Counter": "0,1,2,3", 362*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 363*18054d02SAlexander Motin "EventCode": "0xf0", 364*18054d02SAlexander Motin "EventName": "L2_TRANS.L2_WB", 365*18054d02SAlexander Motin "PublicDescription": "L2 writebacks that access L2 cache.", 366*18054d02SAlexander Motin "SampleAfterValue": "200003", 367*18054d02SAlexander Motin "UMask": "0x40" 368*18054d02SAlexander Motin }, 369*18054d02SAlexander Motin { 370*18054d02SAlexander Motin "BriefDescription": "RFO requests that access L2 cache", 371*18054d02SAlexander Motin "Counter": "0,1,2,3", 372*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 373*18054d02SAlexander Motin "EventCode": "0xf0", 374*18054d02SAlexander Motin "EventName": "L2_TRANS.RFO", 375*18054d02SAlexander Motin "PublicDescription": "RFO requests that access L2 cache.", 376*18054d02SAlexander Motin "SampleAfterValue": "200003", 377*18054d02SAlexander Motin "UMask": "0x2" 378*18054d02SAlexander Motin }, 379*18054d02SAlexander Motin { 380959826caSMatt Macy "BriefDescription": "Cycles when L1D is locked", 381*18054d02SAlexander Motin "Counter": "0,1,2,3", 382*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 383*18054d02SAlexander Motin "EventCode": "0x63", 384*18054d02SAlexander Motin "EventName": "LOCK_CYCLES.CACHE_LOCK_DURATION", 385*18054d02SAlexander Motin "PublicDescription": "Cycles in which the L1D is locked.", 386*18054d02SAlexander Motin "SampleAfterValue": "2000003", 387*18054d02SAlexander Motin "UMask": "0x2" 388959826caSMatt Macy }, 389959826caSMatt Macy { 390*18054d02SAlexander Motin "BriefDescription": "Core-originated cacheable demand requests missed L3", 391959826caSMatt Macy "Counter": "0,1,2,3", 392*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 393*18054d02SAlexander Motin "EventCode": "0x2E", 394*18054d02SAlexander Motin "EventName": "LONGEST_LAT_CACHE.MISS", 395*18054d02SAlexander Motin "PublicDescription": "This event counts each cache miss condition for references to the last level cache.", 396959826caSMatt Macy "SampleAfterValue": "100003", 397*18054d02SAlexander Motin "UMask": "0x41" 398959826caSMatt Macy }, 399959826caSMatt Macy { 400*18054d02SAlexander Motin "BriefDescription": "Core-originated cacheable demand requests that refer to L3", 401959826caSMatt Macy "Counter": "0,1,2,3", 402*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 403*18054d02SAlexander Motin "EventCode": "0x2E", 404*18054d02SAlexander Motin "EventName": "LONGEST_LAT_CACHE.REFERENCE", 405*18054d02SAlexander Motin "PublicDescription": "This event counts requests originating from the core that reference a cache line in the last level cache.", 406959826caSMatt Macy "SampleAfterValue": "100003", 407*18054d02SAlexander Motin "UMask": "0x4f" 408959826caSMatt Macy }, 409959826caSMatt Macy { 410*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were L3 and cross-core snoop hits in on-pkg core cache.", 411959826caSMatt Macy "Counter": "0,1,2,3", 412*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 413*18054d02SAlexander Motin "Data_LA": "1", 414*18054d02SAlexander Motin "Errata": "HSD29, HSD25, HSM26, HSM30", 415*18054d02SAlexander Motin "EventCode": "0xD2", 416*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT", 417*18054d02SAlexander Motin "PEBS": "1", 418*18054d02SAlexander Motin "SampleAfterValue": "20011", 419*18054d02SAlexander Motin "UMask": "0x2" 420959826caSMatt Macy }, 421959826caSMatt Macy { 422*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were HitM responses from shared L3.", 423959826caSMatt Macy "Counter": "0,1,2,3", 424*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 425*18054d02SAlexander Motin "Data_LA": "1", 426*18054d02SAlexander Motin "Errata": "HSD29, HSD25, HSM26, HSM30", 427*18054d02SAlexander Motin "EventCode": "0xD2", 428*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM", 429*18054d02SAlexander Motin "PEBS": "1", 430*18054d02SAlexander Motin "SampleAfterValue": "20011", 431*18054d02SAlexander Motin "UMask": "0x4" 432*18054d02SAlexander Motin }, 433*18054d02SAlexander Motin { 434*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were L3 hit and cross-core snoop missed in on-pkg core cache.", 435*18054d02SAlexander Motin "Counter": "0,1,2,3", 436*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 437*18054d02SAlexander Motin "Data_LA": "1", 438*18054d02SAlexander Motin "Errata": "HSD29, HSD25, HSM26, HSM30", 439*18054d02SAlexander Motin "EventCode": "0xD2", 440*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS", 441*18054d02SAlexander Motin "PEBS": "1", 442*18054d02SAlexander Motin "SampleAfterValue": "20011", 443*18054d02SAlexander Motin "UMask": "0x1" 444*18054d02SAlexander Motin }, 445*18054d02SAlexander Motin { 446*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were hits in L3 without snoops required.", 447*18054d02SAlexander Motin "Counter": "0,1,2,3", 448*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 449*18054d02SAlexander Motin "Data_LA": "1", 450*18054d02SAlexander Motin "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30", 451*18054d02SAlexander Motin "EventCode": "0xD2", 452*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_NONE", 453*18054d02SAlexander Motin "PEBS": "1", 454959826caSMatt Macy "SampleAfterValue": "100003", 455*18054d02SAlexander Motin "UMask": "0x8" 456*18054d02SAlexander Motin }, 457*18054d02SAlexander Motin { 458*18054d02SAlexander Motin "BriefDescription": "Data from local DRAM either Snoop not needed or Snoop Miss (RspI)", 459*18054d02SAlexander Motin "Counter": "0,1,2,3", 460*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 461*18054d02SAlexander Motin "Data_LA": "1", 462*18054d02SAlexander Motin "Errata": "HSD74, HSD29, HSD25, HSM30", 463*18054d02SAlexander Motin "EventCode": "0xD3", 464*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM", 465*18054d02SAlexander Motin "PEBS": "1", 466*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops where the data came from local DRAM. This does not include hardware prefetches.", 467*18054d02SAlexander Motin "SampleAfterValue": "100003", 468*18054d02SAlexander Motin "UMask": "0x1" 469*18054d02SAlexander Motin }, 470*18054d02SAlexander Motin { 471*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due to preceding miss to the same cache line with data not ready.", 472*18054d02SAlexander Motin "Counter": "0,1,2,3", 473*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 474*18054d02SAlexander Motin "Data_LA": "1", 475*18054d02SAlexander Motin "Errata": "HSM30", 476*18054d02SAlexander Motin "EventCode": "0xD1", 477*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.HIT_LFB", 478*18054d02SAlexander Motin "PEBS": "1", 479*18054d02SAlexander Motin "SampleAfterValue": "100003", 480*18054d02SAlexander Motin "UMask": "0x40" 481*18054d02SAlexander Motin }, 482*18054d02SAlexander Motin { 483*18054d02SAlexander Motin "BriefDescription": "Retired load uops with L1 cache hits as data sources.", 484*18054d02SAlexander Motin "Counter": "0,1,2,3", 485*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 486*18054d02SAlexander Motin "Data_LA": "1", 487*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 488*18054d02SAlexander Motin "EventCode": "0xD1", 489*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT", 490*18054d02SAlexander Motin "PEBS": "1", 491*18054d02SAlexander Motin "SampleAfterValue": "2000003", 492*18054d02SAlexander Motin "UMask": "0x1" 493*18054d02SAlexander Motin }, 494*18054d02SAlexander Motin { 495*18054d02SAlexander Motin "BriefDescription": "Retired load uops misses in L1 cache as data sources.", 496*18054d02SAlexander Motin "Counter": "0,1,2,3", 497*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 498*18054d02SAlexander Motin "Data_LA": "1", 499*18054d02SAlexander Motin "Errata": "HSM30", 500*18054d02SAlexander Motin "EventCode": "0xD1", 501*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS", 502*18054d02SAlexander Motin "PEBS": "1", 503*18054d02SAlexander Motin "PublicDescription": "Retired load uops missed L1 cache as data sources.", 504*18054d02SAlexander Motin "SampleAfterValue": "100003", 505*18054d02SAlexander Motin "UMask": "0x8" 506*18054d02SAlexander Motin }, 507*18054d02SAlexander Motin { 508*18054d02SAlexander Motin "BriefDescription": "Retired load uops with L2 cache hits as data sources.", 509*18054d02SAlexander Motin "Counter": "0,1,2,3", 510*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 511*18054d02SAlexander Motin "Data_LA": "1", 512*18054d02SAlexander Motin "Errata": "HSD76, HSD29, HSM30", 513*18054d02SAlexander Motin "EventCode": "0xD1", 514*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT", 515*18054d02SAlexander Motin "PEBS": "1", 516*18054d02SAlexander Motin "SampleAfterValue": "100003", 517*18054d02SAlexander Motin "UMask": "0x2" 518*18054d02SAlexander Motin }, 519*18054d02SAlexander Motin { 520*18054d02SAlexander Motin "BriefDescription": "Miss in mid-level (L2) cache. Excludes Unknown data-source.", 521*18054d02SAlexander Motin "Counter": "0,1,2,3", 522*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 523*18054d02SAlexander Motin "Data_LA": "1", 524*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 525*18054d02SAlexander Motin "EventCode": "0xD1", 526*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS", 527*18054d02SAlexander Motin "PEBS": "1", 528*18054d02SAlexander Motin "PublicDescription": "Retired load uops missed L2. Unknown data source excluded.", 529*18054d02SAlexander Motin "SampleAfterValue": "50021", 530*18054d02SAlexander Motin "UMask": "0x10" 531*18054d02SAlexander Motin }, 532*18054d02SAlexander Motin { 533*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were data hits in L3 without snoops required.", 534*18054d02SAlexander Motin "Counter": "0,1,2,3", 535*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 536*18054d02SAlexander Motin "Data_LA": "1", 537*18054d02SAlexander Motin "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30", 538*18054d02SAlexander Motin "EventCode": "0xD1", 539*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L3_HIT", 540*18054d02SAlexander Motin "PEBS": "1", 541*18054d02SAlexander Motin "PublicDescription": "Retired load uops with L3 cache hits as data sources.", 542*18054d02SAlexander Motin "SampleAfterValue": "50021", 543*18054d02SAlexander Motin "UMask": "0x4" 544*18054d02SAlexander Motin }, 545*18054d02SAlexander Motin { 546*18054d02SAlexander Motin "BriefDescription": "Miss in last-level (L3) cache. Excludes Unknown data-source.", 547*18054d02SAlexander Motin "Counter": "0,1,2,3", 548*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 549*18054d02SAlexander Motin "Data_LA": "1", 550*18054d02SAlexander Motin "Errata": "HSD74, HSD29, HSD25, HSM26, HSM30", 551*18054d02SAlexander Motin "EventCode": "0xD1", 552*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L3_MISS", 553*18054d02SAlexander Motin "PEBS": "1", 554*18054d02SAlexander Motin "PublicDescription": "Retired load uops missed L3. Excludes unknown data source .", 555*18054d02SAlexander Motin "SampleAfterValue": "100003", 556*18054d02SAlexander Motin "UMask": "0x20" 557*18054d02SAlexander Motin }, 558*18054d02SAlexander Motin { 559*18054d02SAlexander Motin "BriefDescription": "All retired load uops.", 560*18054d02SAlexander Motin "Counter": "0,1,2,3", 561*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 562*18054d02SAlexander Motin "Data_LA": "1", 563*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 564*18054d02SAlexander Motin "EventCode": "0xD0", 565*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.ALL_LOADS", 566*18054d02SAlexander Motin "PEBS": "1", 567*18054d02SAlexander Motin "SampleAfterValue": "2000003", 568*18054d02SAlexander Motin "UMask": "0x81" 569*18054d02SAlexander Motin }, 570*18054d02SAlexander Motin { 571*18054d02SAlexander Motin "BriefDescription": "All retired store uops.", 572*18054d02SAlexander Motin "Counter": "0,1,2,3", 573*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 574*18054d02SAlexander Motin "Data_LA": "1", 575*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 576*18054d02SAlexander Motin "EventCode": "0xD0", 577*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.ALL_STORES", 578*18054d02SAlexander Motin "L1_Hit_Indication": "1", 579*18054d02SAlexander Motin "PEBS": "1", 580*18054d02SAlexander Motin "SampleAfterValue": "2000003", 581*18054d02SAlexander Motin "UMask": "0x82" 582*18054d02SAlexander Motin }, 583*18054d02SAlexander Motin { 584*18054d02SAlexander Motin "BriefDescription": "Retired load uops with locked access.", 585*18054d02SAlexander Motin "Counter": "0,1,2,3", 586*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 587*18054d02SAlexander Motin "Data_LA": "1", 588*18054d02SAlexander Motin "Errata": "HSD76, HSD29, HSM30", 589*18054d02SAlexander Motin "EventCode": "0xD0", 590*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS", 591*18054d02SAlexander Motin "PEBS": "1", 592*18054d02SAlexander Motin "SampleAfterValue": "100003", 593*18054d02SAlexander Motin "UMask": "0x21" 594*18054d02SAlexander Motin }, 595*18054d02SAlexander Motin { 596*18054d02SAlexander Motin "BriefDescription": "Retired load uops that split across a cacheline boundary.", 597*18054d02SAlexander Motin "Counter": "0,1,2,3", 598*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 599*18054d02SAlexander Motin "Data_LA": "1", 600*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 601*18054d02SAlexander Motin "EventCode": "0xD0", 602*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS", 603*18054d02SAlexander Motin "PEBS": "1", 604*18054d02SAlexander Motin "SampleAfterValue": "100003", 605*18054d02SAlexander Motin "UMask": "0x41" 606*18054d02SAlexander Motin }, 607*18054d02SAlexander Motin { 608*18054d02SAlexander Motin "BriefDescription": "Retired store uops that split across a cacheline boundary.", 609*18054d02SAlexander Motin "Counter": "0,1,2,3", 610*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 611*18054d02SAlexander Motin "Data_LA": "1", 612*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 613*18054d02SAlexander Motin "EventCode": "0xD0", 614*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES", 615*18054d02SAlexander Motin "L1_Hit_Indication": "1", 616*18054d02SAlexander Motin "PEBS": "1", 617*18054d02SAlexander Motin "SampleAfterValue": "100003", 618*18054d02SAlexander Motin "UMask": "0x42" 619*18054d02SAlexander Motin }, 620*18054d02SAlexander Motin { 621*18054d02SAlexander Motin "BriefDescription": "Retired load uops that miss the STLB.", 622*18054d02SAlexander Motin "Counter": "0,1,2,3", 623*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 624*18054d02SAlexander Motin "Data_LA": "1", 625*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 626*18054d02SAlexander Motin "EventCode": "0xD0", 627*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.STLB_MISS_LOADS", 628*18054d02SAlexander Motin "PEBS": "1", 629*18054d02SAlexander Motin "SampleAfterValue": "100003", 630*18054d02SAlexander Motin "UMask": "0x11" 631*18054d02SAlexander Motin }, 632*18054d02SAlexander Motin { 633*18054d02SAlexander Motin "BriefDescription": "Retired store uops that miss the STLB.", 634*18054d02SAlexander Motin "Counter": "0,1,2,3", 635*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 636*18054d02SAlexander Motin "Data_LA": "1", 637*18054d02SAlexander Motin "Errata": "HSD29, HSM30", 638*18054d02SAlexander Motin "EventCode": "0xD0", 639*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.STLB_MISS_STORES", 640*18054d02SAlexander Motin "L1_Hit_Indication": "1", 641*18054d02SAlexander Motin "PEBS": "1", 642*18054d02SAlexander Motin "SampleAfterValue": "100003", 643*18054d02SAlexander Motin "UMask": "0x12" 644*18054d02SAlexander Motin }, 645*18054d02SAlexander Motin { 646959826caSMatt Macy "BriefDescription": "Demand and prefetch data reads", 647*18054d02SAlexander Motin "Counter": "0,1,2,3", 648*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 649*18054d02SAlexander Motin "EventCode": "0xB0", 650*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD", 651*18054d02SAlexander Motin "PublicDescription": "Data read requests sent to uncore (demand and prefetch).", 652*18054d02SAlexander Motin "SampleAfterValue": "100003", 653*18054d02SAlexander Motin "UMask": "0x8" 654959826caSMatt Macy }, 655959826caSMatt Macy { 656*18054d02SAlexander Motin "BriefDescription": "Cacheable and noncachaeble code read requests", 657959826caSMatt Macy "Counter": "0,1,2,3", 658*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 659*18054d02SAlexander Motin "EventCode": "0xB0", 660*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_CODE_RD", 661*18054d02SAlexander Motin "PublicDescription": "Demand code read requests sent to uncore.", 662*18054d02SAlexander Motin "SampleAfterValue": "100003", 663*18054d02SAlexander Motin "UMask": "0x2" 664*18054d02SAlexander Motin }, 665*18054d02SAlexander Motin { 666*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests sent to uncore", 667*18054d02SAlexander Motin "Counter": "0,1,2,3", 668*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 669*18054d02SAlexander Motin "Errata": "HSD78, HSM80", 670*18054d02SAlexander Motin "EventCode": "0xb0", 671*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD", 672*18054d02SAlexander Motin "PublicDescription": "Demand data read requests sent to uncore.", 673*18054d02SAlexander Motin "SampleAfterValue": "100003", 674*18054d02SAlexander Motin "UMask": "0x1" 675*18054d02SAlexander Motin }, 676*18054d02SAlexander Motin { 677*18054d02SAlexander Motin "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM", 678*18054d02SAlexander Motin "Counter": "0,1,2,3", 679*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 680*18054d02SAlexander Motin "EventCode": "0xB0", 681*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_RFO", 682*18054d02SAlexander Motin "PublicDescription": "Demand RFO read requests sent to uncore, including regular RFOs, locks, ItoM.", 683*18054d02SAlexander Motin "SampleAfterValue": "100003", 684*18054d02SAlexander Motin "UMask": "0x4" 685*18054d02SAlexander Motin }, 686*18054d02SAlexander Motin { 687*18054d02SAlexander Motin "BriefDescription": "Offcore requests buffer cannot take more entries for this thread core.", 688*18054d02SAlexander Motin "Counter": "0,1,2,3", 689*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 690*18054d02SAlexander Motin "EventCode": "0xb2", 691959826caSMatt Macy "EventName": "OFFCORE_REQUESTS_BUFFER.SQ_FULL", 692959826caSMatt Macy "SampleAfterValue": "2000003", 693*18054d02SAlexander Motin "UMask": "0x1" 694959826caSMatt Macy }, 695959826caSMatt Macy { 696*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore", 697959826caSMatt Macy "Counter": "0,1,2,3", 698*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 699*18054d02SAlexander Motin "Errata": "HSD62, HSD61, HSM63", 700*18054d02SAlexander Motin "EventCode": "0x60", 701*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD", 702*18054d02SAlexander Motin "PublicDescription": "Offcore outstanding cacheable data read transactions in SQ to uncore. Set Cmask=1 to count cycles.", 703*18054d02SAlexander Motin "SampleAfterValue": "2000003", 704*18054d02SAlexander Motin "UMask": "0x8" 705*18054d02SAlexander Motin }, 706*18054d02SAlexander Motin { 707*18054d02SAlexander Motin "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.", 708*18054d02SAlexander Motin "Counter": "0,1,2,3", 709*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 710*18054d02SAlexander Motin "CounterMask": "1", 711*18054d02SAlexander Motin "Errata": "HSD62, HSD61, HSM63", 712*18054d02SAlexander Motin "EventCode": "0x60", 713*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD", 714*18054d02SAlexander Motin "SampleAfterValue": "2000003", 715*18054d02SAlexander Motin "UMask": "0x8" 716*18054d02SAlexander Motin }, 717*18054d02SAlexander Motin { 718*18054d02SAlexander Motin "BriefDescription": "Cycles when offcore outstanding Demand Data Read transactions are present in SuperQueue (SQ), queue to uncore.", 719*18054d02SAlexander Motin "Counter": "0,1,2,3", 720*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 721*18054d02SAlexander Motin "CounterMask": "1", 722*18054d02SAlexander Motin "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80", 723*18054d02SAlexander Motin "EventCode": "0x60", 724*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD", 725*18054d02SAlexander Motin "SampleAfterValue": "2000003", 726*18054d02SAlexander Motin "UMask": "0x1" 727*18054d02SAlexander Motin }, 728*18054d02SAlexander Motin { 729*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle.", 730*18054d02SAlexander Motin "Counter": "0,1,2,3", 731*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 732*18054d02SAlexander Motin "CounterMask": "1", 733*18054d02SAlexander Motin "Errata": "HSD62, HSD61, HSM63", 734*18054d02SAlexander Motin "EventCode": "0x60", 735*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO", 736*18054d02SAlexander Motin "SampleAfterValue": "2000003", 737*18054d02SAlexander Motin "UMask": "0x4" 738*18054d02SAlexander Motin }, 739*18054d02SAlexander Motin { 740*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to uncore, every cycle", 741*18054d02SAlexander Motin "Counter": "0,1,2,3", 742*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 743*18054d02SAlexander Motin "Errata": "HSD62, HSD61, HSM63", 744*18054d02SAlexander Motin "EventCode": "0x60", 745*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD", 746*18054d02SAlexander Motin "PublicDescription": "Offcore outstanding Demand code Read transactions in SQ to uncore. Set Cmask=1 to count cycles.", 747*18054d02SAlexander Motin "SampleAfterValue": "2000003", 748*18054d02SAlexander Motin "UMask": "0x2" 749*18054d02SAlexander Motin }, 750*18054d02SAlexander Motin { 751*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding Demand Data Read transactions in uncore queue.", 752*18054d02SAlexander Motin "Counter": "0,1,2,3", 753*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 754*18054d02SAlexander Motin "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80", 755*18054d02SAlexander Motin "EventCode": "0x60", 756*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD", 757*18054d02SAlexander Motin "PublicDescription": "Offcore outstanding demand data read transactions in SQ to uncore. Set Cmask=1 to count cycles.", 758*18054d02SAlexander Motin "SampleAfterValue": "2000003", 759*18054d02SAlexander Motin "UMask": "0x1" 760*18054d02SAlexander Motin }, 761*18054d02SAlexander Motin { 762*18054d02SAlexander Motin "BriefDescription": "Cycles with at least 6 offcore outstanding Demand Data Read transactions in uncore queue.", 763*18054d02SAlexander Motin "Counter": "0,1,2,3", 764*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 765*18054d02SAlexander Motin "CounterMask": "6", 766*18054d02SAlexander Motin "Errata": "HSD78, HSD62, HSD61, HSM63, HSM80", 767*18054d02SAlexander Motin "EventCode": "0x60", 768*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD_GE_6", 769*18054d02SAlexander Motin "SampleAfterValue": "2000003", 770*18054d02SAlexander Motin "UMask": "0x1" 771*18054d02SAlexander Motin }, 772*18054d02SAlexander Motin { 773*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding RFO store transactions in SuperQueue (SQ), queue to uncore", 774*18054d02SAlexander Motin "Counter": "0,1,2,3", 775*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 776*18054d02SAlexander Motin "Errata": "HSD62, HSD61, HSM63", 777*18054d02SAlexander Motin "EventCode": "0x60", 778*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO", 779*18054d02SAlexander Motin "PublicDescription": "Offcore outstanding RFO store transactions in SQ to uncore. Set Cmask=1 to count cycles.", 780*18054d02SAlexander Motin "SampleAfterValue": "2000003", 781*18054d02SAlexander Motin "UMask": "0x4" 782*18054d02SAlexander Motin }, 783*18054d02SAlexander Motin { 784*18054d02SAlexander Motin "BriefDescription": "Offcore response can be programmed only with a specific pair of event select and counter MSR, and with specific event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore transaction.", 785*18054d02SAlexander Motin "Counter": "0,1,2,3", 786*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 787*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 788959826caSMatt Macy "EventName": "OFFCORE_RESPONSE", 789959826caSMatt Macy "SampleAfterValue": "100003", 790*18054d02SAlexander Motin "UMask": "0x1" 791959826caSMatt Macy }, 792959826caSMatt Macy { 793*18054d02SAlexander Motin "BriefDescription": "Counts all demand & prefetch code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 794959826caSMatt Macy "Counter": "0,1,2,3", 795959826caSMatt Macy "CounterHTOff": "0,1,2,3", 796959826caSMatt Macy "EventCode": "0xB7, 0xBB", 797959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.ALL_CODE_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD", 798959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 799*18054d02SAlexander Motin "MSRValue": "0x04003C0244", 800959826caSMatt Macy "Offcore": "1", 801*18054d02SAlexander Motin "PublicDescription": "Counts all demand & prefetch code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 802*18054d02SAlexander Motin "SampleAfterValue": "100003", 803*18054d02SAlexander Motin "UMask": "0x1" 804959826caSMatt Macy }, 805959826caSMatt Macy { 806*18054d02SAlexander Motin "BriefDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 807959826caSMatt Macy "Counter": "0,1,2,3", 808*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 809959826caSMatt Macy "EventCode": "0xB7, 0xBB", 810959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HITM_OTHER_CORE", 811959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 812*18054d02SAlexander Motin "MSRValue": "0x10003C0091", 813959826caSMatt Macy "Offcore": "1", 814*18054d02SAlexander Motin "PublicDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 815*18054d02SAlexander Motin "SampleAfterValue": "100003", 816*18054d02SAlexander Motin "UMask": "0x1" 817959826caSMatt Macy }, 818959826caSMatt Macy { 819*18054d02SAlexander Motin "BriefDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 820959826caSMatt Macy "Counter": "0,1,2,3", 821*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 822*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 823959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD", 824959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 825*18054d02SAlexander Motin "MSRValue": "0x04003C0091", 826959826caSMatt Macy "Offcore": "1", 827*18054d02SAlexander Motin "PublicDescription": "Counts all demand & prefetch data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 828*18054d02SAlexander Motin "SampleAfterValue": "100003", 829*18054d02SAlexander Motin "UMask": "0x1" 830959826caSMatt Macy }, 831959826caSMatt Macy { 832*18054d02SAlexander Motin "BriefDescription": "hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 833959826caSMatt Macy "Counter": "0,1,2,3", 834*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 835*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 836*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_HIT.HITM_OTHER_CORE", 837959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 838*18054d02SAlexander Motin "MSRValue": "0x10003C07F7", 839959826caSMatt Macy "Offcore": "1", 840*18054d02SAlexander Motin "PublicDescription": "hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 841*18054d02SAlexander Motin "SampleAfterValue": "100003", 842*18054d02SAlexander Motin "UMask": "0x1" 843959826caSMatt Macy }, 844959826caSMatt Macy { 845*18054d02SAlexander Motin "BriefDescription": "hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 846959826caSMatt Macy "Counter": "0,1,2,3", 847*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 848*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 849*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_READS.L3_HIT.HIT_OTHER_CORE_NO_FWD", 850959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 851*18054d02SAlexander Motin "MSRValue": "0x04003C07F7", 852959826caSMatt Macy "Offcore": "1", 853*18054d02SAlexander Motin "PublicDescription": "hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 854*18054d02SAlexander Motin "SampleAfterValue": "100003", 855*18054d02SAlexander Motin "UMask": "0x1" 856959826caSMatt Macy }, 857959826caSMatt Macy { 858*18054d02SAlexander Motin "BriefDescription": "Counts all requests hit in the L3", 859959826caSMatt Macy "Counter": "0,1,2,3", 860*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 861*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 862*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_REQUESTS.L3_HIT.ANY_RESPONSE", 863959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 864*18054d02SAlexander Motin "MSRValue": "0x3F803C8FFF", 865959826caSMatt Macy "Offcore": "1", 866*18054d02SAlexander Motin "PublicDescription": "Counts all requests hit in the L3", 867*18054d02SAlexander Motin "SampleAfterValue": "100003", 868*18054d02SAlexander Motin "UMask": "0x1" 869959826caSMatt Macy }, 870959826caSMatt Macy { 871*18054d02SAlexander Motin "BriefDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 872959826caSMatt Macy "Counter": "0,1,2,3", 873*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 874*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 875*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HITM_OTHER_CORE", 876959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 877*18054d02SAlexander Motin "MSRValue": "0x10003C0122", 878959826caSMatt Macy "Offcore": "1", 879*18054d02SAlexander Motin "PublicDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 880*18054d02SAlexander Motin "SampleAfterValue": "100003", 881*18054d02SAlexander Motin "UMask": "0x1" 882959826caSMatt Macy }, 883959826caSMatt Macy { 884*18054d02SAlexander Motin "BriefDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 885959826caSMatt Macy "Counter": "0,1,2,3", 886*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 887*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 888*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD", 889959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 890*18054d02SAlexander Motin "MSRValue": "0x04003C0122", 891959826caSMatt Macy "Offcore": "1", 892*18054d02SAlexander Motin "PublicDescription": "Counts all demand & prefetch RFOs hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 893*18054d02SAlexander Motin "SampleAfterValue": "100003", 894*18054d02SAlexander Motin "UMask": "0x1" 895959826caSMatt Macy }, 896959826caSMatt Macy { 897*18054d02SAlexander Motin "BriefDescription": "Counts all demand code reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 898959826caSMatt Macy "Counter": "0,1,2,3", 899*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 900959826caSMatt Macy "EventCode": "0xB7, 0xBB", 901959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HITM_OTHER_CORE", 902959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 903*18054d02SAlexander Motin "MSRValue": "0x10003C0004", 904959826caSMatt Macy "Offcore": "1", 905*18054d02SAlexander Motin "PublicDescription": "Counts all demand code reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 906*18054d02SAlexander Motin "SampleAfterValue": "100003", 907*18054d02SAlexander Motin "UMask": "0x1" 908959826caSMatt Macy }, 909959826caSMatt Macy { 910*18054d02SAlexander Motin "BriefDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 911959826caSMatt Macy "Counter": "0,1,2,3", 912*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 913*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 914959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD", 915959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 916*18054d02SAlexander Motin "MSRValue": "0x04003C0004", 917959826caSMatt Macy "Offcore": "1", 918*18054d02SAlexander Motin "PublicDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 919*18054d02SAlexander Motin "SampleAfterValue": "100003", 920*18054d02SAlexander Motin "UMask": "0x1" 921959826caSMatt Macy }, 922959826caSMatt Macy { 923*18054d02SAlexander Motin "BriefDescription": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 924959826caSMatt Macy "Counter": "0,1,2,3", 925*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 926959826caSMatt Macy "EventCode": "0xB7, 0xBB", 927959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HITM_OTHER_CORE", 928959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 929*18054d02SAlexander Motin "MSRValue": "0x10003C0001", 930959826caSMatt Macy "Offcore": "1", 931*18054d02SAlexander Motin "PublicDescription": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 932*18054d02SAlexander Motin "SampleAfterValue": "100003", 933*18054d02SAlexander Motin "UMask": "0x1" 934959826caSMatt Macy }, 935959826caSMatt Macy { 936*18054d02SAlexander Motin "BriefDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 937959826caSMatt Macy "Counter": "0,1,2,3", 938*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 939*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 940959826caSMatt Macy "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L3_HIT.HIT_OTHER_CORE_NO_FWD", 941959826caSMatt Macy "MSRIndex": "0x1a6,0x1a7", 942*18054d02SAlexander Motin "MSRValue": "0x04003C0001", 943959826caSMatt Macy "Offcore": "1", 944*18054d02SAlexander Motin "PublicDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 945*18054d02SAlexander Motin "SampleAfterValue": "100003", 946*18054d02SAlexander Motin "UMask": "0x1" 947*18054d02SAlexander Motin }, 948*18054d02SAlexander Motin { 949*18054d02SAlexander Motin "BriefDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 950*18054d02SAlexander Motin "Counter": "0,1,2,3", 951*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 952*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 953*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HITM_OTHER_CORE", 954*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 955*18054d02SAlexander Motin "MSRValue": "0x10003C0002", 956*18054d02SAlexander Motin "Offcore": "1", 957*18054d02SAlexander Motin "PublicDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 958*18054d02SAlexander Motin "SampleAfterValue": "100003", 959*18054d02SAlexander Motin "UMask": "0x1" 960*18054d02SAlexander Motin }, 961*18054d02SAlexander Motin { 962*18054d02SAlexander Motin "BriefDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 963*18054d02SAlexander Motin "Counter": "0,1,2,3", 964*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 965*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 966*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.HIT_OTHER_CORE_NO_FWD", 967*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 968*18054d02SAlexander Motin "MSRValue": "0x04003C0002", 969*18054d02SAlexander Motin "Offcore": "1", 970*18054d02SAlexander Motin "PublicDescription": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 971*18054d02SAlexander Motin "SampleAfterValue": "100003", 972*18054d02SAlexander Motin "UMask": "0x1" 973*18054d02SAlexander Motin }, 974*18054d02SAlexander Motin { 975*18054d02SAlexander Motin "BriefDescription": "Counts all prefetch (that bring data to LLC only) code reads hit in the L3", 976*18054d02SAlexander Motin "Counter": "0,1,2,3", 977*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 978*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 979*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L2_CODE_RD.L3_HIT.ANY_RESPONSE", 980*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 981*18054d02SAlexander Motin "MSRValue": "0x3F803C0040", 982*18054d02SAlexander Motin "Offcore": "1", 983*18054d02SAlexander Motin "PublicDescription": "Counts all prefetch (that bring data to LLC only) code reads hit in the L3", 984*18054d02SAlexander Motin "SampleAfterValue": "100003", 985*18054d02SAlexander Motin "UMask": "0x1" 986*18054d02SAlexander Motin }, 987*18054d02SAlexander Motin { 988*18054d02SAlexander Motin "BriefDescription": "Counts prefetch (that bring data to L2) data reads hit in the L3", 989*18054d02SAlexander Motin "Counter": "0,1,2,3", 990*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 991*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 992*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L3_HIT.ANY_RESPONSE", 993*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 994*18054d02SAlexander Motin "MSRValue": "0x3F803C0010", 995*18054d02SAlexander Motin "Offcore": "1", 996*18054d02SAlexander Motin "PublicDescription": "Counts prefetch (that bring data to L2) data reads hit in the L3", 997*18054d02SAlexander Motin "SampleAfterValue": "100003", 998*18054d02SAlexander Motin "UMask": "0x1" 999*18054d02SAlexander Motin }, 1000*18054d02SAlexander Motin { 1001*18054d02SAlexander Motin "BriefDescription": "Counts all prefetch (that bring data to L2) RFOs hit in the L3", 1002*18054d02SAlexander Motin "Counter": "0,1,2,3", 1003*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 1004*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 1005*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L3_HIT.ANY_RESPONSE", 1006*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 1007*18054d02SAlexander Motin "MSRValue": "0x3F803C0020", 1008*18054d02SAlexander Motin "Offcore": "1", 1009*18054d02SAlexander Motin "PublicDescription": "Counts all prefetch (that bring data to L2) RFOs hit in the L3", 1010*18054d02SAlexander Motin "SampleAfterValue": "100003", 1011*18054d02SAlexander Motin "UMask": "0x1" 1012*18054d02SAlexander Motin }, 1013*18054d02SAlexander Motin { 1014*18054d02SAlexander Motin "BriefDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3", 1015*18054d02SAlexander Motin "Counter": "0,1,2,3", 1016*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 1017*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 1018*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L3_CODE_RD.L3_HIT.ANY_RESPONSE", 1019*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 1020*18054d02SAlexander Motin "MSRValue": "0x3F803C0200", 1021*18054d02SAlexander Motin "Offcore": "1", 1022*18054d02SAlexander Motin "PublicDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3", 1023*18054d02SAlexander Motin "SampleAfterValue": "100003", 1024*18054d02SAlexander Motin "UMask": "0x1" 1025*18054d02SAlexander Motin }, 1026*18054d02SAlexander Motin { 1027*18054d02SAlexander Motin "BriefDescription": "Counts all prefetch (that bring data to LLC only) data reads hit in the L3", 1028*18054d02SAlexander Motin "Counter": "0,1,2,3", 1029*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 1030*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 1031*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L3_DATA_RD.L3_HIT.ANY_RESPONSE", 1032*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 1033*18054d02SAlexander Motin "MSRValue": "0x3F803C0080", 1034*18054d02SAlexander Motin "Offcore": "1", 1035*18054d02SAlexander Motin "PublicDescription": "Counts all prefetch (that bring data to LLC only) data reads hit in the L3", 1036*18054d02SAlexander Motin "SampleAfterValue": "100003", 1037*18054d02SAlexander Motin "UMask": "0x1" 1038*18054d02SAlexander Motin }, 1039*18054d02SAlexander Motin { 1040*18054d02SAlexander Motin "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3", 1041*18054d02SAlexander Motin "Counter": "0,1,2,3", 1042*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 1043*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 1044*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_L3_RFO.L3_HIT.ANY_RESPONSE", 1045*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 1046*18054d02SAlexander Motin "MSRValue": "0x3F803C0100", 1047*18054d02SAlexander Motin "Offcore": "1", 1048*18054d02SAlexander Motin "PublicDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3", 1049*18054d02SAlexander Motin "SampleAfterValue": "100003", 1050*18054d02SAlexander Motin "UMask": "0x1" 1051*18054d02SAlexander Motin }, 1052*18054d02SAlexander Motin { 1053*18054d02SAlexander Motin "BriefDescription": "Split locks in SQ", 1054*18054d02SAlexander Motin "Counter": "0,1,2,3", 1055*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 1056*18054d02SAlexander Motin "EventCode": "0xf4", 1057*18054d02SAlexander Motin "EventName": "SQ_MISC.SPLIT_LOCK", 1058*18054d02SAlexander Motin "SampleAfterValue": "100003", 1059*18054d02SAlexander Motin "UMask": "0x10" 1060959826caSMatt Macy } 1061959826caSMatt Macy]