1959826caSMatt Macy[ 2959826caSMatt Macy { 3959826caSMatt Macy "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", 7959826caSMatt Macy "EventName": "L1D.REPLACEMENT", 8959826caSMatt Macy "PublicDescription": "This event counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.", 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.", 14959826caSMatt Macy "Counter": "0,1,2,3", 15*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 16959826caSMatt Macy "CounterMask": "1", 17*18054d02SAlexander Motin "EventCode": "0x48", 18*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.FB_FULL", 19959826caSMatt Macy "SampleAfterValue": "2000003", 20*18054d02SAlexander Motin "UMask": "0x2" 21959826caSMatt Macy }, 22959826caSMatt Macy { 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": "This event counts duration of L1D miss outstanding, that is each cycle number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand; from the demand Hit FB, if it is allocated by hardware or software prefetch.\nNote: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type.", 29959826caSMatt Macy "SampleAfterValue": "2000003", 30*18054d02SAlexander Motin "UMask": "0x1" 31959826caSMatt Macy }, 32959826caSMatt Macy { 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 "PublicDescription": "This event counts duration of L1D miss outstanding in cycles.", 40959826caSMatt Macy "SampleAfterValue": "2000003", 41*18054d02SAlexander Motin "UMask": "0x1" 42959826caSMatt Macy }, 43959826caSMatt Macy { 44*18054d02SAlexander Motin "AnyThread": "1", 45*18054d02SAlexander Motin "BriefDescription": "Cycles with L1D load Misses outstanding from any thread on physical core.", 46*18054d02SAlexander Motin "Counter": "2", 47*18054d02SAlexander Motin "CounterHTOff": "2", 48959826caSMatt Macy "CounterMask": "1", 49*18054d02SAlexander Motin "EventCode": "0x48", 50*18054d02SAlexander Motin "EventName": "L1D_PEND_MISS.PENDING_CYCLES_ANY", 51959826caSMatt Macy "SampleAfterValue": "2000003", 52*18054d02SAlexander Motin "UMask": "0x1" 53959826caSMatt Macy }, 54959826caSMatt Macy { 55*18054d02SAlexander Motin "BriefDescription": "Not rejected writebacks that hit L2 cache", 56959826caSMatt Macy "Counter": "0,1,2,3", 57*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 58*18054d02SAlexander Motin "EventCode": "0x27", 59*18054d02SAlexander Motin "EventName": "L2_DEMAND_RQSTS.WB_HIT", 60*18054d02SAlexander Motin "PublicDescription": "This event counts the number of WB requests that hit L2 cache.", 61959826caSMatt Macy "SampleAfterValue": "200003", 62*18054d02SAlexander Motin "UMask": "0x50" 63959826caSMatt Macy }, 64959826caSMatt Macy { 65959826caSMatt Macy "BriefDescription": "L2 cache lines filling L2", 66959826caSMatt Macy "Counter": "0,1,2,3", 67*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 68*18054d02SAlexander Motin "EventCode": "0xF1", 69959826caSMatt Macy "EventName": "L2_LINES_IN.ALL", 70959826caSMatt Macy "PublicDescription": "This event counts the number of L2 cache lines filling the L2. Counting does not cover rejects.", 71959826caSMatt Macy "SampleAfterValue": "100003", 72*18054d02SAlexander Motin "UMask": "0x7" 73959826caSMatt Macy }, 74959826caSMatt Macy { 75*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in E state filling L2", 76*18054d02SAlexander Motin "Counter": "0,1,2,3", 77*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 78*18054d02SAlexander Motin "EventCode": "0xF1", 79*18054d02SAlexander Motin "EventName": "L2_LINES_IN.E", 80*18054d02SAlexander Motin "PublicDescription": "This event counts the number of L2 cache lines in the Exclusive state filling the L2. Counting does not cover rejects.", 81*18054d02SAlexander Motin "SampleAfterValue": "100003", 82*18054d02SAlexander Motin "UMask": "0x4" 83*18054d02SAlexander Motin }, 84*18054d02SAlexander Motin { 85*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in I state filling L2", 86*18054d02SAlexander Motin "Counter": "0,1,2,3", 87*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 88*18054d02SAlexander Motin "EventCode": "0xF1", 89*18054d02SAlexander Motin "EventName": "L2_LINES_IN.I", 90*18054d02SAlexander Motin "PublicDescription": "This event counts the number of L2 cache lines in the Invalidate state filling the L2. Counting does not cover rejects.", 91*18054d02SAlexander Motin "SampleAfterValue": "100003", 92*18054d02SAlexander Motin "UMask": "0x1" 93*18054d02SAlexander Motin }, 94*18054d02SAlexander Motin { 95*18054d02SAlexander Motin "BriefDescription": "L2 cache lines in S state filling L2", 96*18054d02SAlexander Motin "Counter": "0,1,2,3", 97*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 98*18054d02SAlexander Motin "EventCode": "0xF1", 99*18054d02SAlexander Motin "EventName": "L2_LINES_IN.S", 100*18054d02SAlexander Motin "PublicDescription": "This event counts the number of L2 cache lines in the Shared state filling the L2. Counting does not cover rejects.", 101*18054d02SAlexander Motin "SampleAfterValue": "100003", 102*18054d02SAlexander Motin "UMask": "0x2" 103*18054d02SAlexander Motin }, 104*18054d02SAlexander Motin { 105959826caSMatt Macy "BriefDescription": "Clean L2 cache lines evicted by demand.", 106959826caSMatt Macy "Counter": "0,1,2,3", 107*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 108*18054d02SAlexander Motin "EventCode": "0xF2", 109959826caSMatt Macy "EventName": "L2_LINES_OUT.DEMAND_CLEAN", 110959826caSMatt Macy "SampleAfterValue": "100003", 111*18054d02SAlexander Motin "UMask": "0x5" 112959826caSMatt Macy }, 113959826caSMatt Macy { 114*18054d02SAlexander Motin "BriefDescription": "L2 code requests", 115*18054d02SAlexander Motin "Counter": "0,1,2,3", 116*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 117*18054d02SAlexander Motin "EventCode": "0x24", 118*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_CODE_RD", 119*18054d02SAlexander Motin "PublicDescription": "This event counts the total number of L2 code requests.", 120*18054d02SAlexander Motin "SampleAfterValue": "200003", 121*18054d02SAlexander Motin "UMask": "0xe4" 122*18054d02SAlexander Motin }, 123*18054d02SAlexander Motin { 124*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests", 125*18054d02SAlexander Motin "Counter": "0,1,2,3", 126*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 127*18054d02SAlexander Motin "EventCode": "0x24", 128*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD", 129*18054d02SAlexander Motin "PublicDescription": "This event counts the number of demand Data Read requests (including requests from L1D hardware prefetchers). These loads may hit or miss L2 cache. Only non rejected loads are counted.", 130*18054d02SAlexander Motin "SampleAfterValue": "200003", 131*18054d02SAlexander Motin "UMask": "0xe1" 132*18054d02SAlexander Motin }, 133*18054d02SAlexander Motin { 134*18054d02SAlexander Motin "BriefDescription": "Demand requests that miss L2 cache.", 135*18054d02SAlexander Motin "Counter": "0,1,2,3", 136*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 137*18054d02SAlexander Motin "EventCode": "0x24", 138*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_MISS", 139*18054d02SAlexander Motin "SampleAfterValue": "200003", 140*18054d02SAlexander Motin "UMask": "0x27" 141*18054d02SAlexander Motin }, 142*18054d02SAlexander Motin { 143*18054d02SAlexander Motin "BriefDescription": "Demand requests to L2 cache.", 144*18054d02SAlexander Motin "Counter": "0,1,2,3", 145*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 146*18054d02SAlexander Motin "EventCode": "0x24", 147*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES", 148*18054d02SAlexander Motin "SampleAfterValue": "200003", 149*18054d02SAlexander Motin "UMask": "0xe7" 150*18054d02SAlexander Motin }, 151*18054d02SAlexander Motin { 152*18054d02SAlexander Motin "BriefDescription": "Requests from L2 hardware prefetchers", 153*18054d02SAlexander Motin "Counter": "0,1,2,3", 154*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 155*18054d02SAlexander Motin "EventCode": "0x24", 156*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_PF", 157*18054d02SAlexander Motin "PublicDescription": "This event counts the total number of requests from the L2 hardware prefetchers.", 158*18054d02SAlexander Motin "SampleAfterValue": "200003", 159*18054d02SAlexander Motin "UMask": "0xf8" 160*18054d02SAlexander Motin }, 161*18054d02SAlexander Motin { 162*18054d02SAlexander Motin "BriefDescription": "RFO requests to L2 cache", 163*18054d02SAlexander Motin "Counter": "0,1,2,3", 164*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 165*18054d02SAlexander Motin "EventCode": "0x24", 166*18054d02SAlexander Motin "EventName": "L2_RQSTS.ALL_RFO", 167*18054d02SAlexander Motin "PublicDescription": "This event counts the total number of RFO (read for ownership) requests to L2 cache. L2 RFO requests include both L1D demand RFO misses as well as L1D RFO prefetches.", 168*18054d02SAlexander Motin "SampleAfterValue": "200003", 169*18054d02SAlexander Motin "UMask": "0xe2" 170*18054d02SAlexander Motin }, 171*18054d02SAlexander Motin { 172*18054d02SAlexander Motin "BriefDescription": "L2 cache hits when fetching instructions, code reads.", 173*18054d02SAlexander Motin "Counter": "0,1,2,3", 174*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 175*18054d02SAlexander Motin "EventCode": "0x24", 176*18054d02SAlexander Motin "EventName": "L2_RQSTS.CODE_RD_HIT", 177*18054d02SAlexander Motin "SampleAfterValue": "200003", 178*18054d02SAlexander Motin "UMask": "0xc4" 179*18054d02SAlexander Motin }, 180*18054d02SAlexander Motin { 181*18054d02SAlexander Motin "BriefDescription": "L2 cache misses when fetching instructions.", 182*18054d02SAlexander Motin "Counter": "0,1,2,3", 183*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 184*18054d02SAlexander Motin "EventCode": "0x24", 185*18054d02SAlexander Motin "EventName": "L2_RQSTS.CODE_RD_MISS", 186*18054d02SAlexander Motin "SampleAfterValue": "200003", 187*18054d02SAlexander Motin "UMask": "0x24" 188*18054d02SAlexander Motin }, 189*18054d02SAlexander Motin { 190*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests that hit L2 cache", 191*18054d02SAlexander Motin "Counter": "0,1,2,3", 192*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 193*18054d02SAlexander Motin "EventCode": "0x24", 194*18054d02SAlexander Motin "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT", 195*18054d02SAlexander Motin "PublicDescription": "Counts the number of demand Data Read requests, initiated by load instructions, that hit L2 cache.", 196*18054d02SAlexander Motin "SampleAfterValue": "200003", 197*18054d02SAlexander Motin "UMask": "0xc1" 198*18054d02SAlexander Motin }, 199*18054d02SAlexander Motin { 200*18054d02SAlexander Motin "BriefDescription": "Demand Data Read miss L2, no rejects", 201*18054d02SAlexander Motin "Counter": "0,1,2,3", 202*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 203*18054d02SAlexander Motin "EventCode": "0x24", 204*18054d02SAlexander Motin "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS", 205*18054d02SAlexander Motin "PublicDescription": "This event counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.", 206*18054d02SAlexander Motin "SampleAfterValue": "200003", 207*18054d02SAlexander Motin "UMask": "0x21" 208*18054d02SAlexander Motin }, 209*18054d02SAlexander Motin { 210*18054d02SAlexander Motin "BriefDescription": "L2 prefetch requests that hit L2 cache", 211*18054d02SAlexander Motin "Counter": "0,1,2,3", 212*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 213*18054d02SAlexander Motin "EventCode": "0x24", 214*18054d02SAlexander Motin "EventName": "L2_RQSTS.L2_PF_HIT", 215*18054d02SAlexander Motin "PublicDescription": "This event counts the number of requests from the L2 hardware prefetchers that hit L2 cache. L3 prefetch new types.", 216*18054d02SAlexander Motin "SampleAfterValue": "200003", 217*18054d02SAlexander Motin "UMask": "0xd0" 218*18054d02SAlexander Motin }, 219*18054d02SAlexander Motin { 220*18054d02SAlexander Motin "BriefDescription": "L2 prefetch requests that miss L2 cache", 221*18054d02SAlexander Motin "Counter": "0,1,2,3", 222*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 223*18054d02SAlexander Motin "EventCode": "0x24", 224*18054d02SAlexander Motin "EventName": "L2_RQSTS.L2_PF_MISS", 225*18054d02SAlexander Motin "PublicDescription": "This event counts the number of requests from the L2 hardware prefetchers that miss L2 cache.", 226*18054d02SAlexander Motin "SampleAfterValue": "200003", 227*18054d02SAlexander Motin "UMask": "0x30" 228*18054d02SAlexander Motin }, 229*18054d02SAlexander Motin { 230*18054d02SAlexander Motin "BriefDescription": "All requests that miss L2 cache.", 231*18054d02SAlexander Motin "Counter": "0,1,2,3", 232*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 233*18054d02SAlexander Motin "EventCode": "0x24", 234*18054d02SAlexander Motin "EventName": "L2_RQSTS.MISS", 235*18054d02SAlexander Motin "SampleAfterValue": "200003", 236*18054d02SAlexander Motin "UMask": "0x3f" 237*18054d02SAlexander Motin }, 238*18054d02SAlexander Motin { 239*18054d02SAlexander Motin "BriefDescription": "All L2 requests.", 240*18054d02SAlexander Motin "Counter": "0,1,2,3", 241*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 242*18054d02SAlexander Motin "EventCode": "0x24", 243*18054d02SAlexander Motin "EventName": "L2_RQSTS.REFERENCES", 244*18054d02SAlexander Motin "SampleAfterValue": "200003", 245*18054d02SAlexander Motin "UMask": "0xff" 246*18054d02SAlexander Motin }, 247*18054d02SAlexander Motin { 248*18054d02SAlexander Motin "BriefDescription": "RFO requests that hit 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.RFO_HIT", 253*18054d02SAlexander Motin "SampleAfterValue": "200003", 254*18054d02SAlexander Motin "UMask": "0xc2" 255*18054d02SAlexander Motin }, 256*18054d02SAlexander Motin { 257*18054d02SAlexander Motin "BriefDescription": "RFO requests that miss L2 cache.", 258*18054d02SAlexander Motin "Counter": "0,1,2,3", 259*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 260*18054d02SAlexander Motin "EventCode": "0x24", 261*18054d02SAlexander Motin "EventName": "L2_RQSTS.RFO_MISS", 262*18054d02SAlexander Motin "SampleAfterValue": "200003", 263*18054d02SAlexander Motin "UMask": "0x22" 264*18054d02SAlexander Motin }, 265*18054d02SAlexander Motin { 266*18054d02SAlexander Motin "BriefDescription": "L2 or L3 HW prefetches that access L2 cache", 267*18054d02SAlexander Motin "Counter": "0,1,2,3", 268*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 269*18054d02SAlexander Motin "EventCode": "0xF0", 270*18054d02SAlexander Motin "EventName": "L2_TRANS.ALL_PF", 271*18054d02SAlexander Motin "PublicDescription": "This event counts L2 or L3 HW prefetches that access L2 cache including rejects.", 272*18054d02SAlexander Motin "SampleAfterValue": "200003", 273*18054d02SAlexander Motin "UMask": "0x8" 274*18054d02SAlexander Motin }, 275*18054d02SAlexander Motin { 276*18054d02SAlexander Motin "BriefDescription": "Transactions accessing L2 pipe", 277*18054d02SAlexander Motin "Counter": "0,1,2,3", 278*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 279*18054d02SAlexander Motin "EventCode": "0xF0", 280*18054d02SAlexander Motin "EventName": "L2_TRANS.ALL_REQUESTS", 281*18054d02SAlexander Motin "PublicDescription": "This event counts transactions that access the L2 pipe including snoops, pagewalks, and so on.", 282*18054d02SAlexander Motin "SampleAfterValue": "200003", 283*18054d02SAlexander Motin "UMask": "0x80" 284*18054d02SAlexander Motin }, 285*18054d02SAlexander Motin { 286*18054d02SAlexander Motin "BriefDescription": "L2 cache accesses when fetching instructions", 287*18054d02SAlexander Motin "Counter": "0,1,2,3", 288*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 289*18054d02SAlexander Motin "EventCode": "0xF0", 290*18054d02SAlexander Motin "EventName": "L2_TRANS.CODE_RD", 291*18054d02SAlexander Motin "PublicDescription": "This event counts the number of L2 cache accesses when fetching instructions.", 292*18054d02SAlexander Motin "SampleAfterValue": "200003", 293*18054d02SAlexander Motin "UMask": "0x4" 294*18054d02SAlexander Motin }, 295*18054d02SAlexander Motin { 296*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests that access L2 cache", 297*18054d02SAlexander Motin "Counter": "0,1,2,3", 298*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 299*18054d02SAlexander Motin "EventCode": "0xF0", 300*18054d02SAlexander Motin "EventName": "L2_TRANS.DEMAND_DATA_RD", 301*18054d02SAlexander Motin "PublicDescription": "This event counts Demand Data Read requests that access L2 cache, including rejects.", 302*18054d02SAlexander Motin "SampleAfterValue": "200003", 303*18054d02SAlexander Motin "UMask": "0x1" 304*18054d02SAlexander Motin }, 305*18054d02SAlexander Motin { 306*18054d02SAlexander Motin "BriefDescription": "L1D writebacks that access L2 cache", 307*18054d02SAlexander Motin "Counter": "0,1,2,3", 308*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 309*18054d02SAlexander Motin "EventCode": "0xF0", 310*18054d02SAlexander Motin "EventName": "L2_TRANS.L1D_WB", 311*18054d02SAlexander Motin "PublicDescription": "This event counts L1D writebacks that access L2 cache.", 312*18054d02SAlexander Motin "SampleAfterValue": "200003", 313*18054d02SAlexander Motin "UMask": "0x10" 314*18054d02SAlexander Motin }, 315*18054d02SAlexander Motin { 316*18054d02SAlexander Motin "BriefDescription": "L2 fill requests that access L2 cache", 317*18054d02SAlexander Motin "Counter": "0,1,2,3", 318*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 319*18054d02SAlexander Motin "EventCode": "0xF0", 320*18054d02SAlexander Motin "EventName": "L2_TRANS.L2_FILL", 321*18054d02SAlexander Motin "PublicDescription": "This event counts L2 fill requests that access L2 cache.", 322*18054d02SAlexander Motin "SampleAfterValue": "200003", 323*18054d02SAlexander Motin "UMask": "0x20" 324*18054d02SAlexander Motin }, 325*18054d02SAlexander Motin { 326*18054d02SAlexander Motin "BriefDescription": "L2 writebacks that access L2 cache", 327*18054d02SAlexander Motin "Counter": "0,1,2,3", 328*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 329*18054d02SAlexander Motin "EventCode": "0xF0", 330*18054d02SAlexander Motin "EventName": "L2_TRANS.L2_WB", 331*18054d02SAlexander Motin "PublicDescription": "This event counts L2 writebacks that access L2 cache.", 332*18054d02SAlexander Motin "SampleAfterValue": "200003", 333*18054d02SAlexander Motin "UMask": "0x40" 334*18054d02SAlexander Motin }, 335*18054d02SAlexander Motin { 336*18054d02SAlexander Motin "BriefDescription": "RFO requests that access L2 cache", 337*18054d02SAlexander Motin "Counter": "0,1,2,3", 338*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 339*18054d02SAlexander Motin "EventCode": "0xF0", 340*18054d02SAlexander Motin "EventName": "L2_TRANS.RFO", 341*18054d02SAlexander Motin "PublicDescription": "This event counts Read for Ownership (RFO) requests that access L2 cache.", 342*18054d02SAlexander Motin "SampleAfterValue": "200003", 343*18054d02SAlexander Motin "UMask": "0x2" 344*18054d02SAlexander Motin }, 345*18054d02SAlexander Motin { 346*18054d02SAlexander Motin "BriefDescription": "Cycles when L1D is locked", 347*18054d02SAlexander Motin "Counter": "0,1,2,3", 348*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 349*18054d02SAlexander Motin "EventCode": "0x63", 350*18054d02SAlexander Motin "EventName": "LOCK_CYCLES.CACHE_LOCK_DURATION", 351*18054d02SAlexander Motin "PublicDescription": "This event counts the number of cycles when the L1D is locked. It is a superset of the 0x1 mask (BUS_LOCK_CLOCKS.BUS_LOCK_DURATION).", 352*18054d02SAlexander Motin "SampleAfterValue": "2000003", 353*18054d02SAlexander Motin "UMask": "0x2" 354*18054d02SAlexander Motin }, 355*18054d02SAlexander Motin { 356*18054d02SAlexander Motin "BriefDescription": "Core-originated cacheable demand requests missed L3", 357*18054d02SAlexander Motin "Counter": "0,1,2,3", 358*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 359*18054d02SAlexander Motin "EventCode": "0x2E", 360*18054d02SAlexander Motin "EventName": "LONGEST_LAT_CACHE.MISS", 361*18054d02SAlexander Motin "PublicDescription": "This event counts core-originated cacheable demand requests that miss the last level cache (LLC). Demand requests include loads, RFOs, and hardware prefetches from L1D, and instruction fetches from IFU.", 362*18054d02SAlexander Motin "SampleAfterValue": "100003", 363*18054d02SAlexander Motin "UMask": "0x41" 364*18054d02SAlexander Motin }, 365*18054d02SAlexander Motin { 366*18054d02SAlexander Motin "BriefDescription": "Core-originated cacheable demand requests that refer to L3", 367*18054d02SAlexander Motin "Counter": "0,1,2,3", 368*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 369*18054d02SAlexander Motin "EventCode": "0x2E", 370*18054d02SAlexander Motin "EventName": "LONGEST_LAT_CACHE.REFERENCE", 371*18054d02SAlexander Motin "PublicDescription": "This event counts core-originated cacheable demand requests that refer to the last level cache (LLC). Demand requests include loads, RFOs, and hardware prefetches from L1D, and instruction fetches from IFU.", 372*18054d02SAlexander Motin "SampleAfterValue": "100003", 373*18054d02SAlexander Motin "UMask": "0x4f" 374*18054d02SAlexander Motin }, 375*18054d02SAlexander Motin { 376*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were L3 and cross-core snoop hits in on-pkg core cache.", 377*18054d02SAlexander Motin "Counter": "0,1,2,3", 378*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 379*18054d02SAlexander Motin "Data_LA": "1", 380*18054d02SAlexander Motin "Errata": "BDM100", 381*18054d02SAlexander Motin "EventCode": "0xD2", 382*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT", 383*18054d02SAlexander Motin "PEBS": "1", 384*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were L3 hit and a cross-core snoop hit in the on-pkg core cache.", 385*18054d02SAlexander Motin "SampleAfterValue": "20011", 386*18054d02SAlexander Motin "UMask": "0x2" 387*18054d02SAlexander Motin }, 388*18054d02SAlexander Motin { 389*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were HitM responses from shared L3.", 390*18054d02SAlexander Motin "Counter": "0,1,2,3", 391*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 392*18054d02SAlexander Motin "Data_LA": "1", 393*18054d02SAlexander Motin "Errata": "BDM100", 394*18054d02SAlexander Motin "EventCode": "0xD2", 395*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM", 396*18054d02SAlexander Motin "PEBS": "1", 397*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were HitM responses from a core on same socket (shared L3).", 398*18054d02SAlexander Motin "SampleAfterValue": "20011", 399*18054d02SAlexander Motin "UMask": "0x4" 400*18054d02SAlexander Motin }, 401*18054d02SAlexander Motin { 402*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were L3 hit and cross-core snoop missed in on-pkg core cache.", 403*18054d02SAlexander Motin "Counter": "0,1,2,3", 404*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 405*18054d02SAlexander Motin "Data_LA": "1", 406*18054d02SAlexander Motin "Errata": "BDM100", 407*18054d02SAlexander Motin "EventCode": "0xD2", 408*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS", 409*18054d02SAlexander Motin "PEBS": "1", 410*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were L3 Hit and a cross-core snoop missed in the on-pkg core cache.", 411*18054d02SAlexander Motin "SampleAfterValue": "20011", 412*18054d02SAlexander Motin "UMask": "0x1" 413*18054d02SAlexander Motin }, 414*18054d02SAlexander Motin { 415*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were hits in L3 without snoops required.", 416*18054d02SAlexander Motin "Counter": "0,1,2,3", 417*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 418*18054d02SAlexander Motin "Data_LA": "1", 419*18054d02SAlexander Motin "Errata": "BDM100", 420*18054d02SAlexander Motin "EventCode": "0xD2", 421*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_NONE", 422*18054d02SAlexander Motin "PEBS": "1", 423*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were hits in the last-level (L3) cache without snoops required.", 424*18054d02SAlexander Motin "SampleAfterValue": "100003", 425*18054d02SAlexander Motin "UMask": "0x8" 426*18054d02SAlexander Motin }, 427*18054d02SAlexander Motin { 428*18054d02SAlexander Motin "BriefDescription": "Data from local DRAM either Snoop not needed or Snoop Miss (RspI)", 429*18054d02SAlexander Motin "Counter": "0,1,2,3", 430*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 431*18054d02SAlexander Motin "Data_LA": "1", 432*18054d02SAlexander Motin "Errata": "BDE70, BDM100", 433*18054d02SAlexander Motin "EventCode": "0xD3", 434*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM", 435*18054d02SAlexander Motin "PEBS": "1", 436*18054d02SAlexander Motin "PublicDescription": "Retired load uop whose Data Source was: local DRAM either Snoop not needed or Snoop Miss (RspI).", 437*18054d02SAlexander Motin "SampleAfterValue": "100007", 438*18054d02SAlexander Motin "UMask": "0x1" 439*18054d02SAlexander Motin }, 440*18054d02SAlexander Motin { 441*18054d02SAlexander Motin "BriefDescription": "Retired load uop whose Data Source was: remote DRAM either Snoop not needed or Snoop Miss (RspI)", 442*18054d02SAlexander Motin "Counter": "0,1,2,3", 443*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 444*18054d02SAlexander Motin "Data_LA": "1", 445*18054d02SAlexander Motin "Errata": "BDE70", 446*18054d02SAlexander Motin "EventCode": "0xD3", 447*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM", 448*18054d02SAlexander Motin "PEBS": "1", 449*18054d02SAlexander Motin "SampleAfterValue": "100007", 450*18054d02SAlexander Motin "UMask": "0x4" 451*18054d02SAlexander Motin }, 452*18054d02SAlexander Motin { 453*18054d02SAlexander Motin "BriefDescription": "Retired load uop whose Data Source was: forwarded from remote cache", 454*18054d02SAlexander Motin "Counter": "0,1,2,3", 455*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 456*18054d02SAlexander Motin "Data_LA": "1", 457*18054d02SAlexander Motin "Errata": "BDE70", 458*18054d02SAlexander Motin "EventCode": "0xD3", 459*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD", 460*18054d02SAlexander Motin "PEBS": "1", 461*18054d02SAlexander Motin "SampleAfterValue": "100007", 462*18054d02SAlexander Motin "UMask": "0x20" 463*18054d02SAlexander Motin }, 464*18054d02SAlexander Motin { 465*18054d02SAlexander Motin "BriefDescription": "Retired load uop whose Data Source was: Remote cache HITM", 466*18054d02SAlexander Motin "Counter": "0,1,2,3", 467*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 468*18054d02SAlexander Motin "Data_LA": "1", 469*18054d02SAlexander Motin "Errata": "BDE70", 470*18054d02SAlexander Motin "EventCode": "0xD3", 471*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM", 472*18054d02SAlexander Motin "PEBS": "1", 473*18054d02SAlexander Motin "SampleAfterValue": "100007", 474*18054d02SAlexander Motin "UMask": "0x10" 475*18054d02SAlexander Motin }, 476*18054d02SAlexander Motin { 477*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.", 478*18054d02SAlexander Motin "Counter": "0,1,2,3", 479*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 480*18054d02SAlexander Motin "Data_LA": "1", 481*18054d02SAlexander Motin "EventCode": "0xD1", 482*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.HIT_LFB", 483*18054d02SAlexander Motin "PEBS": "1", 484*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were load uops missed L1 but hit a fill buffer due to a preceding miss to the same cache line with the data not ready.\nNote: Only two data-sources of L1/FB are applicable for AVX-256bit even though the corresponding AVX load could be serviced by a deeper level in the memory hierarchy. Data source is reported for the Low-half load.", 485*18054d02SAlexander Motin "SampleAfterValue": "100003", 486*18054d02SAlexander Motin "UMask": "0x40" 487*18054d02SAlexander Motin }, 488*18054d02SAlexander Motin { 489*18054d02SAlexander Motin "BriefDescription": "Retired load uops with L1 cache hits as data sources.", 490*18054d02SAlexander Motin "Counter": "0,1,2,3", 491*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 492*18054d02SAlexander Motin "Data_LA": "1", 493*18054d02SAlexander Motin "EventCode": "0xD1", 494*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT", 495*18054d02SAlexander Motin "PEBS": "1", 496*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were hits in the nearest-level (L1) cache.\nNote: Only two data-sources of L1/FB are applicable for AVX-256bit even though the corresponding AVX load could be serviced by a deeper level in the memory hierarchy. Data source is reported for the Low-half load. This event also counts SW prefetches independent of the actual data source.", 497*18054d02SAlexander Motin "SampleAfterValue": "2000003", 498*18054d02SAlexander Motin "UMask": "0x1" 499*18054d02SAlexander Motin }, 500*18054d02SAlexander Motin { 501*18054d02SAlexander Motin "BriefDescription": "Retired load uops misses in L1 cache as data sources.", 502*18054d02SAlexander Motin "Counter": "0,1,2,3", 503*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 504*18054d02SAlexander Motin "Data_LA": "1", 505*18054d02SAlexander Motin "EventCode": "0xD1", 506*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS", 507*18054d02SAlexander Motin "PEBS": "1", 508*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were misses in the nearest-level (L1) cache. Counting excludes unknown and UC data source.", 509*18054d02SAlexander Motin "SampleAfterValue": "100003", 510*18054d02SAlexander Motin "UMask": "0x8" 511*18054d02SAlexander Motin }, 512*18054d02SAlexander Motin { 513*18054d02SAlexander Motin "BriefDescription": "Retired load uops with L2 cache hits as data sources.", 514*18054d02SAlexander Motin "Counter": "0,1,2,3", 515*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 516*18054d02SAlexander Motin "Data_LA": "1", 517*18054d02SAlexander Motin "Errata": "BDM35", 518*18054d02SAlexander Motin "EventCode": "0xD1", 519*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT", 520*18054d02SAlexander Motin "PEBS": "1", 521*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were hits in the mid-level (L2) cache.", 522*18054d02SAlexander Motin "SampleAfterValue": "100003", 523*18054d02SAlexander Motin "UMask": "0x2" 524*18054d02SAlexander Motin }, 525*18054d02SAlexander Motin { 526*18054d02SAlexander Motin "BriefDescription": "Miss in mid-level (L2) cache. Excludes Unknown data-source.", 527*18054d02SAlexander Motin "Counter": "0,1,2,3", 528*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 529*18054d02SAlexander Motin "Data_LA": "1", 530*18054d02SAlexander Motin "EventCode": "0xD1", 531*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS", 532*18054d02SAlexander Motin "PEBS": "1", 533*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were misses in the mid-level (L2) cache. Counting excludes unknown and UC data source.", 534*18054d02SAlexander Motin "SampleAfterValue": "50021", 535*18054d02SAlexander Motin "UMask": "0x10" 536*18054d02SAlexander Motin }, 537*18054d02SAlexander Motin { 538*18054d02SAlexander Motin "BriefDescription": "Retired load uops which data sources were data hits in L3 without snoops required.", 539*18054d02SAlexander Motin "Counter": "0,1,2,3", 540*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 541*18054d02SAlexander Motin "Data_LA": "1", 542*18054d02SAlexander Motin "Errata": "BDM100", 543*18054d02SAlexander Motin "EventCode": "0xD1", 544*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L3_HIT", 545*18054d02SAlexander Motin "PEBS": "1", 546*18054d02SAlexander Motin "PublicDescription": "This event counts retired load uops which data sources were data hits in the last-level (L3) cache without snoops required.", 547*18054d02SAlexander Motin "SampleAfterValue": "50021", 548*18054d02SAlexander Motin "UMask": "0x4" 549*18054d02SAlexander Motin }, 550*18054d02SAlexander Motin { 551*18054d02SAlexander Motin "BriefDescription": "Miss in last-level (L3) cache. Excludes Unknown data-source.", 552*18054d02SAlexander Motin "Counter": "0,1,2,3", 553*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 554*18054d02SAlexander Motin "Data_LA": "1", 555*18054d02SAlexander Motin "Errata": "BDM100, BDE70", 556*18054d02SAlexander Motin "EventCode": "0xD1", 557*18054d02SAlexander Motin "EventName": "MEM_LOAD_UOPS_RETIRED.L3_MISS", 558*18054d02SAlexander Motin "PEBS": "1", 559*18054d02SAlexander Motin "SampleAfterValue": "100007", 560*18054d02SAlexander Motin "UMask": "0x20" 561*18054d02SAlexander Motin }, 562*18054d02SAlexander Motin { 563*18054d02SAlexander Motin "BriefDescription": "All retired load uops.", 564*18054d02SAlexander Motin "Counter": "0,1,2,3", 565*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 566*18054d02SAlexander Motin "Data_LA": "1", 567*18054d02SAlexander Motin "EventCode": "0xD0", 568*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.ALL_LOADS", 569*18054d02SAlexander Motin "PEBS": "1", 570*18054d02SAlexander Motin "PublicDescription": "This event counts load uops retired to the architected path with a filter on bits 0 and 1 applied.\nNote: This event counts AVX-256bit load/store double-pump memory uops as a single uop at retirement. This event also counts SW prefetches.", 571*18054d02SAlexander Motin "SampleAfterValue": "2000003", 572*18054d02SAlexander Motin "UMask": "0x81" 573*18054d02SAlexander Motin }, 574*18054d02SAlexander Motin { 575*18054d02SAlexander Motin "BriefDescription": "All retired store uops.", 576*18054d02SAlexander Motin "Counter": "0,1,2,3", 577*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 578*18054d02SAlexander Motin "Data_LA": "1", 579*18054d02SAlexander Motin "EventCode": "0xD0", 580*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.ALL_STORES", 581*18054d02SAlexander Motin "L1_Hit_Indication": "1", 582*18054d02SAlexander Motin "PEBS": "1", 583*18054d02SAlexander Motin "PublicDescription": "This event counts store uops retired to the architected path with a filter on bits 0 and 1 applied.\nNote: This event counts AVX-256bit load/store double-pump memory uops as a single uop at retirement.", 584*18054d02SAlexander Motin "SampleAfterValue": "2000003", 585*18054d02SAlexander Motin "UMask": "0x82" 586*18054d02SAlexander Motin }, 587*18054d02SAlexander Motin { 588*18054d02SAlexander Motin "BriefDescription": "Retired load uops with locked access.", 589*18054d02SAlexander Motin "Counter": "0,1,2,3", 590*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 591*18054d02SAlexander Motin "Data_LA": "1", 592*18054d02SAlexander Motin "Errata": "BDM35", 593*18054d02SAlexander Motin "EventCode": "0xD0", 594*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS", 595*18054d02SAlexander Motin "PEBS": "1", 596*18054d02SAlexander Motin "PublicDescription": "This event counts load uops with locked access retired to the architected path.", 597*18054d02SAlexander Motin "SampleAfterValue": "100007", 598*18054d02SAlexander Motin "UMask": "0x21" 599*18054d02SAlexander Motin }, 600*18054d02SAlexander Motin { 601*18054d02SAlexander Motin "BriefDescription": "Retired load uops that split across a cacheline boundary.", 602*18054d02SAlexander Motin "Counter": "0,1,2,3", 603*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 604*18054d02SAlexander Motin "Data_LA": "1", 605*18054d02SAlexander Motin "EventCode": "0xD0", 606*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS", 607*18054d02SAlexander Motin "PEBS": "1", 608*18054d02SAlexander Motin "PublicDescription": "This event counts line-splitted load uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).", 609*18054d02SAlexander Motin "SampleAfterValue": "100003", 610*18054d02SAlexander Motin "UMask": "0x41" 611*18054d02SAlexander Motin }, 612*18054d02SAlexander Motin { 613*18054d02SAlexander Motin "BriefDescription": "Retired store uops that split across a cacheline boundary.", 614*18054d02SAlexander Motin "Counter": "0,1,2,3", 615*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 616*18054d02SAlexander Motin "Data_LA": "1", 617*18054d02SAlexander Motin "EventCode": "0xD0", 618*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES", 619*18054d02SAlexander Motin "L1_Hit_Indication": "1", 620*18054d02SAlexander Motin "PEBS": "1", 621*18054d02SAlexander Motin "PublicDescription": "This event counts line-splitted store uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).", 622*18054d02SAlexander Motin "SampleAfterValue": "100003", 623*18054d02SAlexander Motin "UMask": "0x42" 624*18054d02SAlexander Motin }, 625*18054d02SAlexander Motin { 626*18054d02SAlexander Motin "BriefDescription": "Retired load uops that miss the STLB.", 627*18054d02SAlexander Motin "Counter": "0,1,2,3", 628*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 629*18054d02SAlexander Motin "Data_LA": "1", 630*18054d02SAlexander Motin "EventCode": "0xD0", 631*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.STLB_MISS_LOADS", 632*18054d02SAlexander Motin "PEBS": "1", 633*18054d02SAlexander Motin "PublicDescription": "This event counts load uops with true STLB miss retired to the architected path. True STLB miss is an uop triggering page walk that gets completed without blocks, and later gets retired. This page walk can end up with or without a fault.", 634*18054d02SAlexander Motin "SampleAfterValue": "100003", 635*18054d02SAlexander Motin "UMask": "0x11" 636*18054d02SAlexander Motin }, 637*18054d02SAlexander Motin { 638*18054d02SAlexander Motin "BriefDescription": "Retired store uops that miss the STLB.", 639*18054d02SAlexander Motin "Counter": "0,1,2,3", 640*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 641*18054d02SAlexander Motin "Data_LA": "1", 642*18054d02SAlexander Motin "EventCode": "0xD0", 643*18054d02SAlexander Motin "EventName": "MEM_UOPS_RETIRED.STLB_MISS_STORES", 644*18054d02SAlexander Motin "L1_Hit_Indication": "1", 645*18054d02SAlexander Motin "PEBS": "1", 646*18054d02SAlexander Motin "PublicDescription": "This event counts store uops with true STLB miss retired to the architected path. True STLB miss is an uop triggering page walk that gets completed without blocks, and later gets retired. This page walk can end up with or without a fault.", 647*18054d02SAlexander Motin "SampleAfterValue": "100003", 648*18054d02SAlexander Motin "UMask": "0x12" 649*18054d02SAlexander Motin }, 650*18054d02SAlexander Motin { 651*18054d02SAlexander Motin "BriefDescription": "Demand and prefetch data reads", 652*18054d02SAlexander Motin "Counter": "0,1,2,3", 653*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 654*18054d02SAlexander Motin "EventCode": "0xB0", 655*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD", 656*18054d02SAlexander Motin "PublicDescription": "This event counts the demand and prefetch data reads. All Core Data Reads include cacheable Demands and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type.", 657*18054d02SAlexander Motin "SampleAfterValue": "100003", 658*18054d02SAlexander Motin "UMask": "0x8" 659*18054d02SAlexander Motin }, 660*18054d02SAlexander Motin { 661*18054d02SAlexander Motin "BriefDescription": "Any memory transaction that reached the SQ.", 662*18054d02SAlexander Motin "Counter": "0,1,2,3", 663*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 664*18054d02SAlexander Motin "EventCode": "0xb0", 665*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS", 666*18054d02SAlexander Motin "PublicDescription": "This event counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, and so on.", 667*18054d02SAlexander Motin "SampleAfterValue": "100003", 668*18054d02SAlexander Motin "UMask": "0x80" 669*18054d02SAlexander Motin }, 670*18054d02SAlexander Motin { 671*18054d02SAlexander Motin "BriefDescription": "Cacheable and noncachaeble code read requests", 672*18054d02SAlexander Motin "Counter": "0,1,2,3", 673*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 674*18054d02SAlexander Motin "EventCode": "0xB0", 675*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_CODE_RD", 676*18054d02SAlexander Motin "PublicDescription": "This event counts both cacheable and noncachaeble code read requests.", 677*18054d02SAlexander Motin "SampleAfterValue": "100003", 678*18054d02SAlexander Motin "UMask": "0x2" 679*18054d02SAlexander Motin }, 680*18054d02SAlexander Motin { 681*18054d02SAlexander Motin "BriefDescription": "Demand Data Read requests sent to uncore", 682*18054d02SAlexander Motin "Counter": "0,1,2,3", 683*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 684*18054d02SAlexander Motin "EventCode": "0xB0", 685*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD", 686*18054d02SAlexander Motin "PublicDescription": "This event counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore.", 687*18054d02SAlexander Motin "SampleAfterValue": "100003", 688*18054d02SAlexander Motin "UMask": "0x1" 689*18054d02SAlexander Motin }, 690*18054d02SAlexander Motin { 691*18054d02SAlexander Motin "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM", 692*18054d02SAlexander Motin "Counter": "0,1,2,3", 693*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 694*18054d02SAlexander Motin "EventCode": "0xB0", 695*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS.DEMAND_RFO", 696*18054d02SAlexander Motin "PublicDescription": "This event counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.", 697*18054d02SAlexander Motin "SampleAfterValue": "100003", 698*18054d02SAlexander Motin "UMask": "0x4" 699*18054d02SAlexander Motin }, 700*18054d02SAlexander Motin { 701*18054d02SAlexander Motin "BriefDescription": "Offcore requests buffer cannot take more entries for this thread core.", 702*18054d02SAlexander Motin "Counter": "0,1,2,3", 703*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 704*18054d02SAlexander Motin "EventCode": "0xb2", 705*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_BUFFER.SQ_FULL", 706*18054d02SAlexander Motin "PublicDescription": "This event counts the number of cases when the offcore requests buffer cannot take more entries for the core. This can happen when the superqueue does not contain eligible entries, or when L1D writeback pending FIFO requests is full.\nNote: Writeback pending FIFO has six entries.", 707*18054d02SAlexander Motin "SampleAfterValue": "2000003", 708*18054d02SAlexander Motin "UMask": "0x1" 709*18054d02SAlexander Motin }, 710*18054d02SAlexander Motin { 711*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore", 712*18054d02SAlexander Motin "Counter": "0,1,2,3", 713*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 714*18054d02SAlexander Motin "Errata": "BDM76", 715*18054d02SAlexander Motin "EventCode": "0x60", 716*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD", 717*18054d02SAlexander Motin "PublicDescription": "This event counts the number of offcore outstanding cacheable Core Data Read transactions in the super queue every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.", 718*18054d02SAlexander Motin "SampleAfterValue": "2000003", 719*18054d02SAlexander Motin "UMask": "0x8" 720*18054d02SAlexander Motin }, 721*18054d02SAlexander Motin { 722*18054d02SAlexander Motin "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore", 723*18054d02SAlexander Motin "Counter": "0,1,2,3", 724*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 725*18054d02SAlexander Motin "CounterMask": "1", 726*18054d02SAlexander Motin "Errata": "BDM76", 727*18054d02SAlexander Motin "EventCode": "0x60", 728*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD", 729*18054d02SAlexander Motin "PublicDescription": "This event counts cycles when offcore outstanding cacheable Core Data Read transactions are present in the super queue. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.", 730*18054d02SAlexander Motin "SampleAfterValue": "2000003", 731*18054d02SAlexander Motin "UMask": "0x8" 732*18054d02SAlexander Motin }, 733*18054d02SAlexander Motin { 734*18054d02SAlexander Motin "BriefDescription": "Cycles when offcore outstanding Demand Data Read transactions are present in SuperQueue (SQ), queue to uncore", 735*18054d02SAlexander Motin "Counter": "0,1,2,3", 736*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 737*18054d02SAlexander Motin "CounterMask": "1", 738*18054d02SAlexander Motin "Errata": "BDM76", 739*18054d02SAlexander Motin "EventCode": "0x60", 740*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD", 741*18054d02SAlexander Motin "PublicDescription": "This event counts cycles when offcore outstanding Demand Data Read transactions are present in the super queue (SQ). A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation).", 742*18054d02SAlexander Motin "SampleAfterValue": "2000003", 743*18054d02SAlexander Motin "UMask": "0x1" 744*18054d02SAlexander Motin }, 745*18054d02SAlexander Motin { 746*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle", 747*18054d02SAlexander Motin "Counter": "0,1,2,3", 748*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 749*18054d02SAlexander Motin "CounterMask": "1", 750*18054d02SAlexander Motin "Errata": "BDM76", 751*18054d02SAlexander Motin "EventCode": "0x60", 752*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO", 753*18054d02SAlexander Motin "PublicDescription": "This event counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The Offcore outstanding state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.", 754*18054d02SAlexander Motin "SampleAfterValue": "2000003", 755*18054d02SAlexander Motin "UMask": "0x4" 756*18054d02SAlexander Motin }, 757*18054d02SAlexander Motin { 758*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to uncore, every cycle", 759*18054d02SAlexander Motin "Counter": "0,1,2,3", 760*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 761*18054d02SAlexander Motin "Errata": "BDM76", 762*18054d02SAlexander Motin "EventCode": "0x60", 763*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD", 764*18054d02SAlexander Motin "PublicDescription": "This event counts the number of offcore outstanding Code Reads transactions in the super queue every cycle. The Offcore outstanding state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.", 765*18054d02SAlexander Motin "SampleAfterValue": "2000003", 766*18054d02SAlexander Motin "UMask": "0x2" 767*18054d02SAlexander Motin }, 768*18054d02SAlexander Motin { 769*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding Demand Data Read transactions in uncore queue.", 770*18054d02SAlexander Motin "Counter": "0,1,2,3", 771*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 772*18054d02SAlexander Motin "Errata": "BDM76", 773*18054d02SAlexander Motin "EventCode": "0x60", 774*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD", 775*18054d02SAlexander Motin "PublicDescription": "This event counts the number of offcore outstanding Demand Data Read transactions in the super queue (SQ) every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor. See the corresponding Umask under OFFCORE_REQUESTS.\nNote: A prefetch promoted to Demand is counted from the promotion point.", 776*18054d02SAlexander Motin "SampleAfterValue": "2000003", 777*18054d02SAlexander Motin "UMask": "0x1" 778*18054d02SAlexander Motin }, 779*18054d02SAlexander Motin { 780*18054d02SAlexander Motin "BriefDescription": "Cycles with at least 6 offcore outstanding Demand Data Read transactions in uncore queue.", 781*18054d02SAlexander Motin "Counter": "0,1,2,3", 782*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 783*18054d02SAlexander Motin "CounterMask": "6", 784*18054d02SAlexander Motin "Errata": "BDM76", 785*18054d02SAlexander Motin "EventCode": "0x60", 786*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD_GE_6", 787*18054d02SAlexander Motin "SampleAfterValue": "2000003", 788*18054d02SAlexander Motin "UMask": "0x1" 789*18054d02SAlexander Motin }, 790*18054d02SAlexander Motin { 791*18054d02SAlexander Motin "BriefDescription": "Offcore outstanding RFO store transactions in SuperQueue (SQ), queue to uncore", 792*18054d02SAlexander Motin "Counter": "0,1,2,3", 793*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 794*18054d02SAlexander Motin "Errata": "BDM76", 795*18054d02SAlexander Motin "EventCode": "0x60", 796*18054d02SAlexander Motin "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO", 797*18054d02SAlexander Motin "PublicDescription": "This event counts the number of offcore outstanding RFO (store) transactions in the super queue (SQ) every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.", 798*18054d02SAlexander Motin "SampleAfterValue": "2000003", 799*18054d02SAlexander Motin "UMask": "0x4" 800*18054d02SAlexander Motin }, 801*18054d02SAlexander Motin { 802*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.", 803*18054d02SAlexander Motin "Counter": "0,1,2,3", 804*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 805*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 806*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE", 807*18054d02SAlexander Motin "SampleAfterValue": "100003", 808*18054d02SAlexander Motin "UMask": "0x1" 809*18054d02SAlexander Motin }, 810*18054d02SAlexander Motin { 811*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", 812*18054d02SAlexander Motin "Counter": "0,1,2,3", 813*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 814*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 815*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_CODE_RD.LLC_HIT.HIT_OTHER_CORE_NO_FWD", 816*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 817*18054d02SAlexander Motin "MSRValue": "0x04003C0244", 818*18054d02SAlexander Motin "Offcore": "1", 819*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", 820*18054d02SAlexander Motin "SampleAfterValue": "100003", 821*18054d02SAlexander Motin "UMask": "0x1" 822*18054d02SAlexander Motin }, 823*18054d02SAlexander Motin { 824*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", 825*18054d02SAlexander Motin "Counter": "0,1,2,3", 826*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 827*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 828*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.LLC_HIT.HITM_OTHER_CORE", 829*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 830*18054d02SAlexander Motin "MSRValue": "0x10003C0091", 831*18054d02SAlexander Motin "Offcore": "1", 832*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", 833*18054d02SAlexander Motin "SampleAfterValue": "100003", 834*18054d02SAlexander Motin "UMask": "0x1" 835*18054d02SAlexander Motin }, 836*18054d02SAlexander Motin { 837*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", 838*18054d02SAlexander Motin "Counter": "0,1,2,3", 839*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 840*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 841*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_DATA_RD.LLC_HIT.HIT_OTHER_CORE_NO_FWD", 842*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 843*18054d02SAlexander Motin "MSRValue": "0x04003C0091", 844*18054d02SAlexander Motin "Offcore": "1", 845*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", 846*18054d02SAlexander Motin "SampleAfterValue": "100003", 847*18054d02SAlexander Motin "UMask": "0x1" 848*18054d02SAlexander Motin }, 849*18054d02SAlexander Motin { 850*18054d02SAlexander Motin "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 851*18054d02SAlexander Motin "Counter": "0,1,2,3", 852*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 853*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 854*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_READS.LLC_HIT.HITM_OTHER_CORE", 855*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 856*18054d02SAlexander Motin "MSRValue": "0x10003C07F7", 857*18054d02SAlexander Motin "Offcore": "1", 858*18054d02SAlexander Motin "PublicDescription": "Counts all data/code/rfo reads (demand & prefetch) hit in the L3 and the snoop to one of the sibling cores hits the line in M state and the line is forwarded", 859*18054d02SAlexander Motin "SampleAfterValue": "100003", 860*18054d02SAlexander Motin "UMask": "0x1" 861*18054d02SAlexander Motin }, 862*18054d02SAlexander Motin { 863*18054d02SAlexander Motin "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 864*18054d02SAlexander Motin "Counter": "0,1,2,3", 865*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 866*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 867*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_READS.LLC_HIT.HIT_OTHER_CORE_NO_FWD", 868*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 869*18054d02SAlexander Motin "MSRValue": "0x04003C07F7", 870*18054d02SAlexander Motin "Offcore": "1", 871*18054d02SAlexander Motin "PublicDescription": "Counts all data/code/rfo reads (demand & prefetch) hit in the L3 and the snoops to sibling cores hit in either E/S state and the line is not forwarded", 872*18054d02SAlexander Motin "SampleAfterValue": "100003", 873*18054d02SAlexander Motin "UMask": "0x1" 874*18054d02SAlexander Motin }, 875*18054d02SAlexander Motin { 876*18054d02SAlexander Motin "BriefDescription": "Counts all requests hit in the L3", 877*18054d02SAlexander Motin "Counter": "0,1,2,3", 878*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 879*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 880*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_REQUESTS.LLC_HIT.ANY_RESPONSE", 881*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 882*18054d02SAlexander Motin "MSRValue": "0x3F803C8FFF", 883*18054d02SAlexander Motin "Offcore": "1", 884*18054d02SAlexander Motin "PublicDescription": "Counts all requests hit in the L3", 885*18054d02SAlexander Motin "SampleAfterValue": "100003", 886*18054d02SAlexander Motin "UMask": "0x1" 887*18054d02SAlexander Motin }, 888*18054d02SAlexander Motin { 889*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", 890*18054d02SAlexander Motin "Counter": "0,1,2,3", 891*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 892*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 893*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_RFO.LLC_HIT.HITM_OTHER_CORE", 894*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 895*18054d02SAlexander Motin "MSRValue": "0x10003C0122", 896*18054d02SAlexander Motin "Offcore": "1", 897*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", 898*18054d02SAlexander Motin "SampleAfterValue": "100003", 899*18054d02SAlexander Motin "UMask": "0x1" 900*18054d02SAlexander Motin }, 901*18054d02SAlexander Motin { 902*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", 903*18054d02SAlexander Motin "Counter": "0,1,2,3", 904*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 905*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 906*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.ALL_RFO.LLC_HIT.HIT_OTHER_CORE_NO_FWD", 907*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 908*18054d02SAlexander Motin "MSRValue": "0x04003C0122", 909*18054d02SAlexander Motin "Offcore": "1", 910*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", 911*18054d02SAlexander Motin "SampleAfterValue": "100003", 912*18054d02SAlexander Motin "UMask": "0x1" 913*18054d02SAlexander Motin }, 914*18054d02SAlexander Motin { 915*18054d02SAlexander Motin "BriefDescription": "Counts all demand data writes (RFOs) hit in the L3", 916*18054d02SAlexander Motin "Counter": "0,1,2,3", 917*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 918*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 919*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.LLC_HIT.ANY_RESPONSE", 920*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 921*18054d02SAlexander Motin "MSRValue": "0x3F803C0002", 922*18054d02SAlexander Motin "Offcore": "1", 923*18054d02SAlexander Motin "PublicDescription": "Counts all demand data writes (RFOs) hit in the L3", 924*18054d02SAlexander Motin "SampleAfterValue": "100003", 925*18054d02SAlexander Motin "UMask": "0x1" 926*18054d02SAlexander Motin }, 927*18054d02SAlexander Motin { 928*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", 929*18054d02SAlexander Motin "Counter": "0,1,2,3", 930*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 931*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 932*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.LLC_HIT.HITM_OTHER_CORE", 933*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 934*18054d02SAlexander Motin "MSRValue": "0x10003C0002", 935*18054d02SAlexander Motin "Offcore": "1", 936*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", 937*18054d02SAlexander Motin "SampleAfterValue": "100003", 938*18054d02SAlexander Motin "UMask": "0x1" 939*18054d02SAlexander Motin }, 940*18054d02SAlexander Motin { 941*18054d02SAlexander Motin "BriefDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3", 942*18054d02SAlexander Motin "Counter": "0,1,2,3", 943*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 944*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 945*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_LLC_CODE_RD.LLC_HIT.ANY_RESPONSE", 946*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 947*18054d02SAlexander Motin "MSRValue": "0x3F803C0200", 948*18054d02SAlexander Motin "Offcore": "1", 949*18054d02SAlexander Motin "PublicDescription": "Counts prefetch (that bring data to LLC only) code reads hit in the L3", 950*18054d02SAlexander Motin "SampleAfterValue": "100003", 951*18054d02SAlexander Motin "UMask": "0x1" 952*18054d02SAlexander Motin }, 953*18054d02SAlexander Motin { 954*18054d02SAlexander Motin "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3", 955*18054d02SAlexander Motin "Counter": "0,1,2,3", 956*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3", 957*18054d02SAlexander Motin "EventCode": "0xB7, 0xBB", 958*18054d02SAlexander Motin "EventName": "OFFCORE_RESPONSE.PF_LLC_RFO.LLC_HIT.ANY_RESPONSE", 959*18054d02SAlexander Motin "MSRIndex": "0x1a6,0x1a7", 960*18054d02SAlexander Motin "MSRValue": "0x3F803C0100", 961*18054d02SAlexander Motin "Offcore": "1", 962*18054d02SAlexander Motin "PublicDescription": "Counts all prefetch (that bring data to LLC only) RFOs hit in the L3", 963*18054d02SAlexander Motin "SampleAfterValue": "100003", 964*18054d02SAlexander Motin "UMask": "0x1" 965*18054d02SAlexander Motin }, 966*18054d02SAlexander Motin { 967959826caSMatt Macy "BriefDescription": "Split locks in SQ", 968959826caSMatt Macy "Counter": "0,1,2,3", 969*18054d02SAlexander Motin "CounterHTOff": "0,1,2,3,4,5,6,7", 970*18054d02SAlexander Motin "EventCode": "0xf4", 971959826caSMatt Macy "EventName": "SQ_MISC.SPLIT_LOCK", 972959826caSMatt Macy "PublicDescription": "This event counts the number of split locks in the super queue.", 973959826caSMatt Macy "SampleAfterValue": "100003", 974*18054d02SAlexander Motin "UMask": "0x10" 975959826caSMatt Macy } 976959826caSMatt Macy]