1*65844828SSandipan Das[ 2*65844828SSandipan Das { 3*65844828SSandipan Das "EventName": "ls_mab_alloc.load_store_allocations", 4*65844828SSandipan Das "EventCode": "0x41", 5*65844828SSandipan Das "BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for load-store allocations.", 6*65844828SSandipan Das "UMask": "0x3f" 7*65844828SSandipan Das }, 8*65844828SSandipan Das { 9*65844828SSandipan Das "EventName": "ls_mab_alloc.hardware_prefetcher_allocations", 10*65844828SSandipan Das "EventCode": "0x41", 11*65844828SSandipan Das "BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for hardware prefetcher allocations.", 12*65844828SSandipan Das "UMask": "0x40" 13*65844828SSandipan Das }, 14*65844828SSandipan Das { 15*65844828SSandipan Das "EventName": "ls_mab_alloc.all_allocations", 16*65844828SSandipan Das "EventCode": "0x41", 17*65844828SSandipan Das "BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for all types of allocations.", 18*65844828SSandipan Das "UMask": "0x7f" 19*65844828SSandipan Das }, 20*65844828SSandipan Das { 21*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.local_l2", 22*65844828SSandipan Das "EventCode": "0x43", 23*65844828SSandipan Das "BriefDescription": "Demand data cache fills from local L2 cache.", 24*65844828SSandipan Das "UMask": "0x01" 25*65844828SSandipan Das }, 26*65844828SSandipan Das { 27*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.local_ccx", 28*65844828SSandipan Das "EventCode": "0x43", 29*65844828SSandipan Das "BriefDescription": "Demand data cache fills from L3 cache or different L2 cache in the same CCX.", 30*65844828SSandipan Das "UMask": "0x02" 31*65844828SSandipan Das }, 32*65844828SSandipan Das { 33*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.near_cache", 34*65844828SSandipan Das "EventCode": "0x43", 35*65844828SSandipan Das "BriefDescription": "Demand data cache fills from cache of another CCX when the address was in the same NUMA node.", 36*65844828SSandipan Das "UMask": "0x04" 37*65844828SSandipan Das }, 38*65844828SSandipan Das { 39*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.dram_io_near", 40*65844828SSandipan Das "EventCode": "0x43", 41*65844828SSandipan Das "BriefDescription": "Demand data cache fills from either DRAM or MMIO in the same NUMA node.", 42*65844828SSandipan Das "UMask": "0x08" 43*65844828SSandipan Das }, 44*65844828SSandipan Das { 45*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.far_cache", 46*65844828SSandipan Das "EventCode": "0x43", 47*65844828SSandipan Das "BriefDescription": "Demand data cache fills from cache of another CCX when the address was in a different NUMA node.", 48*65844828SSandipan Das "UMask": "0x10" 49*65844828SSandipan Das }, 50*65844828SSandipan Das { 51*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.dram_io_far", 52*65844828SSandipan Das "EventCode": "0x43", 53*65844828SSandipan Das "BriefDescription": "Demand data cache fills from either DRAM or MMIO in a different NUMA node (same or different socket).", 54*65844828SSandipan Das "UMask": "0x40" 55*65844828SSandipan Das }, 56*65844828SSandipan Das { 57*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.alternate_memories", 58*65844828SSandipan Das "EventCode": "0x43", 59*65844828SSandipan Das "BriefDescription": "Demand data cache fills from extension memory.", 60*65844828SSandipan Das "UMask": "0x80" 61*65844828SSandipan Das }, 62*65844828SSandipan Das { 63*65844828SSandipan Das "EventName": "ls_dmnd_fills_from_sys.all", 64*65844828SSandipan Das "EventCode": "0x43", 65*65844828SSandipan Das "BriefDescription": "Demand data cache fills from all types of data sources.", 66*65844828SSandipan Das "UMask": "0xff" 67*65844828SSandipan Das }, 68*65844828SSandipan Das { 69*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.local_l2", 70*65844828SSandipan Das "EventCode": "0x44", 71*65844828SSandipan Das "BriefDescription": "Any data cache fills from local L2 cache.", 72*65844828SSandipan Das "UMask": "0x01" 73*65844828SSandipan Das }, 74*65844828SSandipan Das { 75*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.local_ccx", 76*65844828SSandipan Das "EventCode": "0x44", 77*65844828SSandipan Das "BriefDescription": "Any data cache fills from L3 cache or different L2 cache in the same CCX.", 78*65844828SSandipan Das "UMask": "0x02" 79*65844828SSandipan Das }, 80*65844828SSandipan Das { 81*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.local_all", 82*65844828SSandipan Das "EventCode": "0x44", 83*65844828SSandipan Das "BriefDescription": "Any data cache fills from local L2 cache or L3 cache or different L2 cache in the same CCX.", 84*65844828SSandipan Das "UMask": "0x03" 85*65844828SSandipan Das }, 86*65844828SSandipan Das { 87*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.near_cache", 88*65844828SSandipan Das "EventCode": "0x44", 89*65844828SSandipan Das "BriefDescription": "Any data cache fills from cache of another CCX when the address was in the same NUMA node.", 90*65844828SSandipan Das "UMask": "0x04" 91*65844828SSandipan Das }, 92*65844828SSandipan Das { 93*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.dram_io_near", 94*65844828SSandipan Das "EventCode": "0x44", 95*65844828SSandipan Das "BriefDescription": "Any data cache fills from either DRAM or MMIO in the same NUMA node.", 96*65844828SSandipan Das "UMask": "0x08" 97*65844828SSandipan Das }, 98*65844828SSandipan Das { 99*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.far_cache", 100*65844828SSandipan Das "EventCode": "0x44", 101*65844828SSandipan Das "BriefDescription": "Any data cache fills from cache of another CCX when the address was in a different NUMA node.", 102*65844828SSandipan Das "UMask": "0x10" 103*65844828SSandipan Das }, 104*65844828SSandipan Das { 105*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.remote_cache", 106*65844828SSandipan Das "EventCode": "0x44", 107*65844828SSandipan Das "BriefDescription": "Any data cache fills from cache of another CCX when the address was in the same or a different NUMA node.", 108*65844828SSandipan Das "UMask": "0x14" 109*65844828SSandipan Das }, 110*65844828SSandipan Das { 111*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.dram_io_far", 112*65844828SSandipan Das "EventCode": "0x44", 113*65844828SSandipan Das "BriefDescription": "Any data cache fills from either DRAM or MMIO in a different NUMA node (same or different socket).", 114*65844828SSandipan Das "UMask": "0x40" 115*65844828SSandipan Das }, 116*65844828SSandipan Das { 117*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.dram_io_all", 118*65844828SSandipan Das "EventCode": "0x44", 119*65844828SSandipan Das "BriefDescription": "Any data cache fills from either DRAM or MMIO in any NUMA node (same or different socket).", 120*65844828SSandipan Das "UMask": "0x48" 121*65844828SSandipan Das }, 122*65844828SSandipan Das { 123*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.far_all", 124*65844828SSandipan Das "EventCode": "0x44", 125*65844828SSandipan Das "BriefDescription": "Any data cache fills from either cache of another CCX, DRAM or MMIO when the address was in a different NUMA node (same or different socket).", 126*65844828SSandipan Das "UMask": "0x50" 127*65844828SSandipan Das }, 128*65844828SSandipan Das { 129*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.all_dram_io", 130*65844828SSandipan Das "EventCode": "0x44", 131*65844828SSandipan Das "BriefDescription": "Any data cache fills from either DRAM or MMIO in any NUMA node (same or different socket).", 132*65844828SSandipan Das "UMask": "0x48" 133*65844828SSandipan Das }, 134*65844828SSandipan Das { 135*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.alternate_memories", 136*65844828SSandipan Das "EventCode": "0x44", 137*65844828SSandipan Das "BriefDescription": "Any data cache fills from extension memory.", 138*65844828SSandipan Das "UMask": "0x80" 139*65844828SSandipan Das }, 140*65844828SSandipan Das { 141*65844828SSandipan Das "EventName": "ls_any_fills_from_sys.all", 142*65844828SSandipan Das "EventCode": "0x44", 143*65844828SSandipan Das "BriefDescription": "Any data cache fills from all types of data sources.", 144*65844828SSandipan Das "UMask": "0xff" 145*65844828SSandipan Das }, 146*65844828SSandipan Das { 147*65844828SSandipan Das "EventName": "ls_pref_instr_disp.prefetch", 148*65844828SSandipan Das "EventCode": "0x4b", 149*65844828SSandipan Das "BriefDescription": "Software prefetch instructions dispatched (speculative) of type PrefetchT0 (move data to all cache levels), T1 (move data to all cache levels except L1) and T2 (move data to all cache levels except L1 and L2).", 150*65844828SSandipan Das "UMask": "0x01" 151*65844828SSandipan Das }, 152*65844828SSandipan Das { 153*65844828SSandipan Das "EventName": "ls_pref_instr_disp.prefetch_w", 154*65844828SSandipan Das "EventCode": "0x4b", 155*65844828SSandipan Das "BriefDescription": "Software prefetch instructions dispatched (speculative) of type PrefetchW (move data to L1 cache and mark it modifiable).", 156*65844828SSandipan Das "UMask": "0x02" 157*65844828SSandipan Das }, 158*65844828SSandipan Das { 159*65844828SSandipan Das "EventName": "ls_pref_instr_disp.prefetch_nta", 160*65844828SSandipan Das "EventCode": "0x4b", 161*65844828SSandipan Das "BriefDescription": "Software prefetch instructions dispatched (speculative) of type PrefetchNTA (move data with minimum cache pollution i.e. non-temporal access).", 162*65844828SSandipan Das "UMask": "0x04" 163*65844828SSandipan Das }, 164*65844828SSandipan Das { 165*65844828SSandipan Das "EventName": "ls_pref_instr_disp.all", 166*65844828SSandipan Das "EventCode": "0x4b", 167*65844828SSandipan Das "BriefDescription": "Software prefetch instructions dispatched (speculative) of all types.", 168*65844828SSandipan Das "UMask": "0x07" 169*65844828SSandipan Das }, 170*65844828SSandipan Das { 171*65844828SSandipan Das "EventName": "ls_inef_sw_pref.data_pipe_sw_pf_dc_hit", 172*65844828SSandipan Das "EventCode": "0x52", 173*65844828SSandipan Das "BriefDescription": "Software prefetches that did not fetch data outside of the processor core as the PREFETCH instruction saw a data cache hit.", 174*65844828SSandipan Das "UMask": "0x01" 175*65844828SSandipan Das }, 176*65844828SSandipan Das { 177*65844828SSandipan Das "EventName": "ls_inef_sw_pref.mab_mch_cnt", 178*65844828SSandipan Das "EventCode": "0x52", 179*65844828SSandipan Das "BriefDescription": "Software prefetches that did not fetch data outside of the processor core as the PREFETCH instruction saw a match on an already allocated Miss Address Buffer (MAB).", 180*65844828SSandipan Das "UMask": "0x02" 181*65844828SSandipan Das }, 182*65844828SSandipan Das { 183*65844828SSandipan Das "EventName": "ls_inef_sw_pref.all", 184*65844828SSandipan Das "EventCode": "0x52", 185*65844828SSandipan Das "BriefDescript6ion": "Software prefetches that did not fetch data outside of the processor core for any reason.", 186*65844828SSandipan Das "UMask": "0x03" 187*65844828SSandipan Das }, 188*65844828SSandipan Das { 189*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.local_l2", 190*65844828SSandipan Das "EventCode": "0x59", 191*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from local L2 cache.", 192*65844828SSandipan Das "UMask": "0x01" 193*65844828SSandipan Das }, 194*65844828SSandipan Das { 195*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.local_ccx", 196*65844828SSandipan Das "EventCode": "0x59", 197*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from L3 cache or different L2 cache in the same CCX.", 198*65844828SSandipan Das "UMask": "0x02" 199*65844828SSandipan Das }, 200*65844828SSandipan Das { 201*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.near_cache", 202*65844828SSandipan Das "EventCode": "0x59", 203*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from cache of another CCX in the same NUMA node.", 204*65844828SSandipan Das "UMask": "0x04" 205*65844828SSandipan Das }, 206*65844828SSandipan Das { 207*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.dram_io_near", 208*65844828SSandipan Das "EventCode": "0x59", 209*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from either DRAM or MMIO in the same NUMA node.", 210*65844828SSandipan Das "UMask": "0x08" 211*65844828SSandipan Das }, 212*65844828SSandipan Das { 213*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.far_cache", 214*65844828SSandipan Das "EventCode": "0x59", 215*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from cache of another CCX in a different NUMA node.", 216*65844828SSandipan Das "UMask": "0x10" 217*65844828SSandipan Das }, 218*65844828SSandipan Das { 219*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.dram_io_far", 220*65844828SSandipan Das "EventCode": "0x59", 221*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from either DRAM or MMIO in a different NUMA node (same or different socket).", 222*65844828SSandipan Das "UMask": "0x40" 223*65844828SSandipan Das }, 224*65844828SSandipan Das { 225*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.alternate_memories", 226*65844828SSandipan Das "EventCode": "0x59", 227*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from extension memory.", 228*65844828SSandipan Das "UMask": "0x80" 229*65844828SSandipan Das }, 230*65844828SSandipan Das { 231*65844828SSandipan Das "EventName": "ls_sw_pf_dc_fills.all", 232*65844828SSandipan Das "EventCode": "0x59", 233*65844828SSandipan Das "BriefDescription": "Software prefetch data cache fills from all types of data sources.", 234*65844828SSandipan Das "UMask": "0xdf" 235*65844828SSandipan Das }, 236*65844828SSandipan Das { 237*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.local_l2", 238*65844828SSandipan Das "EventCode": "0x5a", 239*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from local L2 cache.", 240*65844828SSandipan Das "UMask": "0x01" 241*65844828SSandipan Das }, 242*65844828SSandipan Das { 243*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.local_ccx", 244*65844828SSandipan Das "EventCode": "0x5a", 245*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from L3 cache or different L2 cache in the same CCX.", 246*65844828SSandipan Das "UMask": "0x02" 247*65844828SSandipan Das }, 248*65844828SSandipan Das { 249*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.near_cache", 250*65844828SSandipan Das "EventCode": "0x5a", 251*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from cache of another CCX when the address was in the same NUMA node.", 252*65844828SSandipan Das "UMask": "0x04" 253*65844828SSandipan Das }, 254*65844828SSandipan Das { 255*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.dram_io_near", 256*65844828SSandipan Das "EventCode": "0x5a", 257*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from either DRAM or MMIO in the same NUMA node.", 258*65844828SSandipan Das "UMask": "0x08" 259*65844828SSandipan Das }, 260*65844828SSandipan Das { 261*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.far_cache", 262*65844828SSandipan Das "EventCode": "0x5a", 263*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from cache of another CCX when the address was in a different NUMA node.", 264*65844828SSandipan Das "UMask": "0x10" 265*65844828SSandipan Das }, 266*65844828SSandipan Das { 267*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.dram_io_far", 268*65844828SSandipan Das "EventCode": "0x5a", 269*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from either DRAM or MMIO in a different NUMA node (same or different socket).", 270*65844828SSandipan Das "UMask": "0x40" 271*65844828SSandipan Das }, 272*65844828SSandipan Das { 273*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.alternate_memories", 274*65844828SSandipan Das "EventCode": "0x5a", 275*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from extension memory.", 276*65844828SSandipan Das "UMask": "0x80" 277*65844828SSandipan Das }, 278*65844828SSandipan Das { 279*65844828SSandipan Das "EventName": "ls_hw_pf_dc_fills.all", 280*65844828SSandipan Das "EventCode": "0x5a", 281*65844828SSandipan Das "BriefDescription": "Hardware prefetch data cache fills from all types of data sources.", 282*65844828SSandipan Das "UMask": "0xdf" 283*65844828SSandipan Das }, 284*65844828SSandipan Das { 285*65844828SSandipan Das "EventName": "ls_alloc_mab_count", 286*65844828SSandipan Das "EventCode": "0x5f", 287*65844828SSandipan Das "BriefDescription": "In-flight L1 data cache misses i.e. Miss Address Buffer (MAB) allocations each cycle." 288*65844828SSandipan Das }, 289*65844828SSandipan Das { 290*65844828SSandipan Das "EventName": "l2_request_g1.group2", 291*65844828SSandipan Das "EventCode": "0x60", 292*65844828SSandipan Das "BriefDescription": "L2 cache requests of non-cacheable type (non-cached data and instructions reads, self-modifying code checks).", 293*65844828SSandipan Das "UMask": "0x01" 294*65844828SSandipan Das }, 295*65844828SSandipan Das { 296*65844828SSandipan Das "EventName": "l2_request_g1.l2_hw_pf", 297*65844828SSandipan Das "EventCode": "0x60", 298*65844828SSandipan Das "BriefDescription": "L2 cache requests: from hardware prefetchers to prefetch directly into L2 (hit or miss).", 299*65844828SSandipan Das "UMask": "0x02" 300*65844828SSandipan Das }, 301*65844828SSandipan Das { 302*65844828SSandipan Das "EventName": "l2_request_g1.prefetch_l2_cmd", 303*65844828SSandipan Das "EventCode": "0x60", 304*65844828SSandipan Das "BriefDescription": "L2 cache requests: prefetch directly into L2.", 305*65844828SSandipan Das "UMask": "0x04" 306*65844828SSandipan Das }, 307*65844828SSandipan Das { 308*65844828SSandipan Das "EventName": "l2_request_g1.change_to_x", 309*65844828SSandipan Das "EventCode": "0x60", 310*65844828SSandipan Das "BriefDescription": "L2 cache requests: data cache state change to writable, check L2 for current state.", 311*65844828SSandipan Das "UMask": "0x08" 312*65844828SSandipan Das }, 313*65844828SSandipan Das { 314*65844828SSandipan Das "EventName": "l2_request_g1.cacheable_ic_read", 315*65844828SSandipan Das "EventCode": "0x60", 316*65844828SSandipan Das "BriefDescription": "L2 cache requests: instruction cache reads.", 317*65844828SSandipan Das "UMask": "0x10" 318*65844828SSandipan Das }, 319*65844828SSandipan Das { 320*65844828SSandipan Das "EventName": "l2_request_g1.ls_rd_blk_c_s", 321*65844828SSandipan Das "EventCode": "0x60", 322*65844828SSandipan Das "BriefDescription": "L2 cache requests: data cache shared reads.", 323*65844828SSandipan Das "UMask": "0x20" 324*65844828SSandipan Das }, 325*65844828SSandipan Das { 326*65844828SSandipan Das "EventName": "l2_request_g1.rd_blk_x", 327*65844828SSandipan Das "EventCode": "0x60", 328*65844828SSandipan Das "BriefDescription": "L2 cache requests: data cache stores.", 329*65844828SSandipan Das "UMask": "0x40" 330*65844828SSandipan Das }, 331*65844828SSandipan Das { 332*65844828SSandipan Das "EventName": "l2_request_g1.rd_blk_l", 333*65844828SSandipan Das "EventCode": "0x60", 334*65844828SSandipan Das "BriefDescription": "L2 cache requests: data cache reads including hardware and software prefetch.", 335*65844828SSandipan Das "UMask": "0x80" 336*65844828SSandipan Das }, 337*65844828SSandipan Das { 338*65844828SSandipan Das "EventName": "l2_request_g1.all_dc", 339*65844828SSandipan Das "EventCode": "0x60", 340*65844828SSandipan Das "BriefDescription": "L2 cache requests of common types from L1 data cache (including prefetches).", 341*65844828SSandipan Das "UMask": "0xe8" 342*65844828SSandipan Das }, 343*65844828SSandipan Das { 344*65844828SSandipan Das "EventName": "l2_request_g1.all_no_prefetch", 345*65844828SSandipan Das "EventCode": "0x60", 346*65844828SSandipan Das "BriefDescription": "L2 cache requests of common types not including prefetches.", 347*65844828SSandipan Das "UMask": "0xf9" 348*65844828SSandipan Das }, 349*65844828SSandipan Das { 350*65844828SSandipan Das "EventName": "l2_request_g1.all", 351*65844828SSandipan Das "EventCode": "0x60", 352*65844828SSandipan Das "BriefDescription": "L2 cache requests of all types.", 353*65844828SSandipan Das "UMask": "0xff" 354*65844828SSandipan Das }, 355*65844828SSandipan Das { 356*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_fill_miss", 357*65844828SSandipan Das "EventCode": "0x64", 358*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: instruction cache request miss in L2.", 359*65844828SSandipan Das "UMask": "0x01" 360*65844828SSandipan Das }, 361*65844828SSandipan Das { 362*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_fill_hit_s", 363*65844828SSandipan Das "EventCode": "0x64", 364*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: instruction cache hit non-modifiable line in L2.", 365*65844828SSandipan Das "UMask": "0x02" 366*65844828SSandipan Das }, 367*65844828SSandipan Das { 368*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_fill_hit_x", 369*65844828SSandipan Das "EventCode": "0x64", 370*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: instruction cache hit modifiable line in L2.", 371*65844828SSandipan Das "UMask": "0x04" 372*65844828SSandipan Das }, 373*65844828SSandipan Das { 374*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_hit_in_l2", 375*65844828SSandipan Das "EventCode": "0x64", 376*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for instruction cache hits.", 377*65844828SSandipan Das "UMask": "0x06" 378*65844828SSandipan Das }, 379*65844828SSandipan Das { 380*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_access_in_l2", 381*65844828SSandipan Das "EventCode": "0x64", 382*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for instruction cache access.", 383*65844828SSandipan Das "UMask": "0x07" 384*65844828SSandipan Das }, 385*65844828SSandipan Das { 386*65844828SSandipan Das "EventName": "l2_cache_req_stat.ls_rd_blk_c", 387*65844828SSandipan Das "EventCode": "0x64", 388*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: data cache request miss in L2.", 389*65844828SSandipan Das "UMask": "0x08" 390*65844828SSandipan Das }, 391*65844828SSandipan Das { 392*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_dc_miss_in_l2", 393*65844828SSandipan Das "EventCode": "0x64", 394*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for data and instruction cache misses.", 395*65844828SSandipan Das "UMask": "0x09" 396*65844828SSandipan Das }, 397*65844828SSandipan Das { 398*65844828SSandipan Das "EventName": "l2_cache_req_stat.ls_rd_blk_x", 399*65844828SSandipan Das "EventCode": "0x64", 400*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: data cache store or state change hit in L2.", 401*65844828SSandipan Das "UMask": "0x10" 402*65844828SSandipan Das }, 403*65844828SSandipan Das { 404*65844828SSandipan Das "EventName": "l2_cache_req_stat.ls_rd_blk_l_hit_s", 405*65844828SSandipan Das "EventCode": "0x64", 406*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: data cache read hit non-modifiable line in L2.", 407*65844828SSandipan Das "UMask": "0x20" 408*65844828SSandipan Das }, 409*65844828SSandipan Das { 410*65844828SSandipan Das "EventName": "l2_cache_req_stat.ls_rd_blk_l_hit_x", 411*65844828SSandipan Das "EventCode": "0x64", 412*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: data cache read hit modifiable line in L2.", 413*65844828SSandipan Das "UMask": "0x40" 414*65844828SSandipan Das }, 415*65844828SSandipan Das { 416*65844828SSandipan Das "EventName": "l2_cache_req_stat.ls_rd_blk_cs", 417*65844828SSandipan Das "EventCode": "0x64", 418*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) with status: data cache shared read hit in L2.", 419*65844828SSandipan Das "UMask": "0x80" 420*65844828SSandipan Das }, 421*65844828SSandipan Das { 422*65844828SSandipan Das "EventName": "l2_cache_req_stat.dc_hit_in_l2", 423*65844828SSandipan Das "EventCode": "0x64", 424*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for data cache hits.", 425*65844828SSandipan Das "UMask": "0xf0" 426*65844828SSandipan Das }, 427*65844828SSandipan Das { 428*65844828SSandipan Das "EventName": "l2_cache_req_stat.ic_dc_hit_in_l2", 429*65844828SSandipan Das "EventCode": "0x64", 430*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for data and instruction cache hits.", 431*65844828SSandipan Das "UMask": "0xf6" 432*65844828SSandipan Das }, 433*65844828SSandipan Das { 434*65844828SSandipan Das "EventName": "l2_cache_req_stat.dc_access_in_l2", 435*65844828SSandipan Das "EventCode": "0x64", 436*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for data cache access.", 437*65844828SSandipan Das "UMask": "0xf8" 438*65844828SSandipan Das }, 439*65844828SSandipan Das { 440*65844828SSandipan Das "EventName": "l2_cache_req_stat.all", 441*65844828SSandipan Das "EventCode": "0x64", 442*65844828SSandipan Das "BriefDescription": "Core to L2 cache requests (not including L2 prefetch) for data and instruction cache access.", 443*65844828SSandipan Das "UMask": "0xff" 444*65844828SSandipan Das }, 445*65844828SSandipan Das { 446*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l2_stream", 447*65844828SSandipan Das "EventCode": "0x70", 448*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L2Stream (fetch additional sequential lines into L2 cache).", 449*65844828SSandipan Das "UMask": "0x01" 450*65844828SSandipan Das }, 451*65844828SSandipan Das { 452*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l2_next_line", 453*65844828SSandipan Das "EventCode": "0x70", 454*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L2NextLine (fetch the next line into L2 cache).", 455*65844828SSandipan Das "UMask": "0x02" 456*65844828SSandipan Das }, 457*65844828SSandipan Das { 458*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l2_up_down", 459*65844828SSandipan Das "EventCode": "0x70", 460*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L2UpDown (fetch the next or previous line into L2 cache for all memory accesses).", 461*65844828SSandipan Das "UMask": "0x04" 462*65844828SSandipan Das }, 463*65844828SSandipan Das { 464*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l2_burst", 465*65844828SSandipan Das "EventCode": "0x70", 466*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L2Burst (aggressively fetch additional sequential lines into L2 cache).", 467*65844828SSandipan Das "UMask": "0x08" 468*65844828SSandipan Das }, 469*65844828SSandipan Das { 470*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l2_stride", 471*65844828SSandipan Das "EventCode": "0x70", 472*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L2Stride (fetch additional lines into L2 cache when each access is at a constant distance from the previous).", 473*65844828SSandipan Das "UMask": "0x10" 474*65844828SSandipan Das }, 475*65844828SSandipan Das { 476*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l1_stream", 477*65844828SSandipan Das "EventCode": "0x70", 478*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L1Stream (fetch additional sequential lines into L1 cache).", 479*65844828SSandipan Das "UMask": "0x20" 480*65844828SSandipan Das }, 481*65844828SSandipan Das { 482*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l1_stride", 483*65844828SSandipan Das "EventCode": "0x70", 484*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L1Stride (fetch additional lines into L1 cache when each access is a constant distance from the previous).", 485*65844828SSandipan Das "UMask": "0x40" 486*65844828SSandipan Das }, 487*65844828SSandipan Das { 488*65844828SSandipan Das "EventName": "l2_pf_hit_l2.l1_region", 489*65844828SSandipan Das "EventCode": "0x70", 490*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L1Region (fetch additional lines into L1 cache when the data access for a given instruction tends to be followed by a consistent pattern of other accesses within a localized region).", 491*65844828SSandipan Das "UMask": "0x80" 492*65844828SSandipan Das }, 493*65844828SSandipan Das { 494*65844828SSandipan Das "EventName": "l2_pf_hit_l2.all", 495*65844828SSandipan Das "EventCode": "0x70", 496*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of all types.", 497*65844828SSandipan Das "UMask": "0xff" 498*65844828SSandipan Das }, 499*65844828SSandipan Das { 500*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l2_stream", 501*65844828SSandipan Das "EventCode": "0x71", 502*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L2Stream (fetch additional sequential lines into L2 cache).", 503*65844828SSandipan Das "UMask": "0x01" 504*65844828SSandipan Das }, 505*65844828SSandipan Das { 506*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l2_next_line", 507*65844828SSandipan Das "EventCode": "0x71", 508*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L2NextLine (fetch the next line into L2 cache).", 509*65844828SSandipan Das "UMask": "0x02" 510*65844828SSandipan Das }, 511*65844828SSandipan Das { 512*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l2_up_down", 513*65844828SSandipan Das "EventCode": "0x71", 514*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L2UpDown (fetch the next or previous line into L2 cache for all memory accesses).", 515*65844828SSandipan Das "UMask": "0x04" 516*65844828SSandipan Das }, 517*65844828SSandipan Das { 518*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l2_burst", 519*65844828SSandipan Das "EventCode": "0x71", 520*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L2Burst (aggressively fetch additional sequential lines into L2 cache).", 521*65844828SSandipan Das "UMask": "0x08" 522*65844828SSandipan Das }, 523*65844828SSandipan Das { 524*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l2_stride", 525*65844828SSandipan Das "EventCode": "0x71", 526*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L2Stride (fetch additional lines into L2 cache when each access is a constant distance from the previous).", 527*65844828SSandipan Das "UMask": "0x10" 528*65844828SSandipan Das }, 529*65844828SSandipan Das { 530*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l1_stream", 531*65844828SSandipan Das "EventCode": "0x71", 532*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L1Stream (fetch additional sequential lines into L1 cache).", 533*65844828SSandipan Das "UMask": "0x20" 534*65844828SSandipan Das }, 535*65844828SSandipan Das { 536*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l1_stride", 537*65844828SSandipan Das "EventCode": "0x71", 538*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L1Stride (fetch additional lines into L1 cache when each access is a constant distance from the previous).", 539*65844828SSandipan Das "UMask": "0x40" 540*65844828SSandipan Das }, 541*65844828SSandipan Das { 542*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.l1_region", 543*65844828SSandipan Das "EventCode": "0x71", 544*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache of type L1Region (fetch additional lines into L1 cache when the data access for a given instruction tends to be followed by a consistent pattern of other accesses within a localized region).", 545*65844828SSandipan Das "UMask": "0x80" 546*65844828SSandipan Das }, 547*65844828SSandipan Das { 548*65844828SSandipan Das "EventName": "l2_pf_miss_l2_hit_l3.all", 549*65844828SSandipan Das "EventCode": "0x71", 550*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in the L3 cache cache of all types.", 551*65844828SSandipan Das "UMask": "0xff" 552*65844828SSandipan Das }, 553*65844828SSandipan Das { 554*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l2_stream", 555*65844828SSandipan Das "EventCode": "0x72", 556*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L2Stream (fetch additional sequential lines into L2 cache).", 557*65844828SSandipan Das "UMask": "0x01" 558*65844828SSandipan Das }, 559*65844828SSandipan Das { 560*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l2_next_line", 561*65844828SSandipan Das "EventCode": "0x72", 562*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L2NextLine (fetch the next line into L2 cache).", 563*65844828SSandipan Das "UMask": "0x02" 564*65844828SSandipan Das }, 565*65844828SSandipan Das { 566*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l2_up_down", 567*65844828SSandipan Das "EventCode": "0x72", 568*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L2UpDown (fetch the next or previous line into L2 cache for all memory accesses).", 569*65844828SSandipan Das "UMask": "0x04" 570*65844828SSandipan Das }, 571*65844828SSandipan Das { 572*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l2_burst", 573*65844828SSandipan Das "EventCode": "0x72", 574*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L2Burst (aggressively fetch additional sequential lines into L2 cache).", 575*65844828SSandipan Das "UMask": "0x08" 576*65844828SSandipan Das }, 577*65844828SSandipan Das { 578*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l2_stride", 579*65844828SSandipan Das "EventCode": "0x72", 580*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L2Stride (fetch additional lines into L2 cache when each access is a constant distance from the previous).", 581*65844828SSandipan Das "UMask": "0x10" 582*65844828SSandipan Das }, 583*65844828SSandipan Das { 584*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l1_stream", 585*65844828SSandipan Das "EventCode": "0x72", 586*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L1Stream (fetch additional sequential lines into L1 cache).", 587*65844828SSandipan Das "UMask": "0x20" 588*65844828SSandipan Das }, 589*65844828SSandipan Das { 590*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l1_stride", 591*65844828SSandipan Das "EventCode": "0x72", 592*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L1Stride (fetch additional lines into L1 cache when each access is a constant distance from the previous).", 593*65844828SSandipan Das "UMask": "0x40" 594*65844828SSandipan Das }, 595*65844828SSandipan Das { 596*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.l1_region", 597*65844828SSandipan Das "EventCode": "0x72", 598*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of type L1Region (fetch additional lines into L1 cache when the data access for a given instruction tends to be followed by a consistent pattern of other accesses within a localized region).", 599*65844828SSandipan Das "UMask": "0x80" 600*65844828SSandipan Das }, 601*65844828SSandipan Das { 602*65844828SSandipan Das "EventName": "l2_pf_miss_l2_l3.all", 603*65844828SSandipan Das "EventCode": "0x72", 604*65844828SSandipan Das "BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches of all types.", 605*65844828SSandipan Das "UMask": "0xff" 606*65844828SSandipan Das }, 607*65844828SSandipan Das { 608*65844828SSandipan Das "EventName": "ic_cache_fill_l2", 609*65844828SSandipan Das "EventCode": "0x82", 610*65844828SSandipan Das "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from the L2 cache." 611*65844828SSandipan Das }, 612*65844828SSandipan Das { 613*65844828SSandipan Das "EventName": "ic_cache_fill_sys", 614*65844828SSandipan Das "EventCode": "0x83", 615*65844828SSandipan Das "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from system memory or another cache." 616*65844828SSandipan Das }, 617*65844828SSandipan Das { 618*65844828SSandipan Das "EventName": "ic_tag_hit_miss.instruction_cache_hit", 619*65844828SSandipan Das "EventCode": "0x18e", 620*65844828SSandipan Das "BriefDescription": "Instruction cache hits.", 621*65844828SSandipan Das "UMask": "0x07" 622*65844828SSandipan Das }, 623*65844828SSandipan Das { 624*65844828SSandipan Das "EventName": "ic_tag_hit_miss.instruction_cache_miss", 625*65844828SSandipan Das "EventCode": "0x18e", 626*65844828SSandipan Das "BriefDescription": "Instruction cache misses.", 627*65844828SSandipan Das "UMask": "0x18" 628*65844828SSandipan Das }, 629*65844828SSandipan Das { 630*65844828SSandipan Das "EventName": "ic_tag_hit_miss.all_instruction_cache_accesses", 631*65844828SSandipan Das "EventCode": "0x18e", 632*65844828SSandipan Das "BriefDescription": "Instruction cache accesses of all types.", 633*65844828SSandipan Das "UMask": "0x1f" 634*65844828SSandipan Das }, 635*65844828SSandipan Das { 636*65844828SSandipan Das "EventName": "op_cache_hit_miss.op_cache_hit", 637*65844828SSandipan Das "EventCode": "0x28f", 638*65844828SSandipan Das "BriefDescription": "Op cache hits.", 639*65844828SSandipan Das "UMask": "0x03" 640*65844828SSandipan Das }, 641*65844828SSandipan Das { 642*65844828SSandipan Das "EventName": "op_cache_hit_miss.op_cache_miss", 643*65844828SSandipan Das "EventCode": "0x28f", 644*65844828SSandipan Das "BriefDescription": "Op cache misses.", 645*65844828SSandipan Das "UMask": "0x04" 646*65844828SSandipan Das }, 647*65844828SSandipan Das { 648*65844828SSandipan Das "EventName": "op_cache_hit_miss.all_op_cache_accesses", 649*65844828SSandipan Das "EventCode": "0x28f", 650*65844828SSandipan Das "BriefDescription": "Op cache accesses of all types.", 651*65844828SSandipan Das "UMask": "0x07" 652*65844828SSandipan Das } 653*65844828SSandipan Das] 654