"BriefDescription":"All L2 Cache Requests (Breakdown 1 - Common). Data cache state change requests. Request change to writable, check L2 for current state.",
"BriefDescription":"All L2 Cache Requests (Breakdown 1 - Common). L2 Prefetcher. All prefetches accepted by L2 pipeline, hit or miss. Types of PF and L2 hit/miss broken out in a separate perfmon event.",
"BriefDescription":"Total cycles spent waiting for L2 fills to complete from L3 or memory, divided by four. Event counts are for both threads. To calculate average latency, the number of fills from both threads must be used.",
"BriefDescription":"Core to L2 cacheable request access status (not including L2 Prefetch). Instruction cache request miss in L2 and Data cache request miss in L2 (all types).",
"BriefDescription":"Core to L2 cacheable request access status (not including L2 Prefetch). Instruction cache request hit in L2 and Data cache request hit in L2 (all types).",
"UMask":"0xf6"
},
{
"EventName":"l2_fill_pending.l2_fill_busy",
"EventCode":"0x6d",
"BriefDescription":"Cycles with fill pending from L2. Total cycles spent with one or more fill requests in flight from L2.",
"BriefDescription":"L2 prefetch hit in L2. Use l2_cache_hits_from_l2_hwpf instead.",
"UMask":"0xff"
},
{
"EventName":"l2_pf_miss_l2_hit_l3",
"EventCode":"0x71",
"BriefDescription":"L2 prefetcher hits in L3. Counts all L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit the L3.",
"UMask":"0xff"
},
{
"EventName":"l2_pf_miss_l2_l3",
"EventCode":"0x72",
"BriefDescription":"L2 prefetcher misses in L3. All L2 prefetches accepted by the L2 pipeline which miss the L2 and the L3 caches.",
"UMask":"0xff"
},
{
"EventName":"ic_fw32",
"EventCode":"0x80",
"BriefDescription":"The number of 32B fetch windows transferred from IC pipe to DE instruction decoder (includes non-cacheable and cacheable fill responses)."
},
{
"EventName":"ic_fw32_miss",
"EventCode":"0x81",
"BriefDescription":"The number of 32B fetch windows tried to read the L1 IC and missed in the full tag."
},
{
"EventName":"ic_cache_fill_l2",
"EventCode":"0x82",
"BriefDescription":"The number of 64 byte instruction cache line was fulfilled from the L2 cache."
},
{
"EventName":"ic_cache_fill_sys",
"EventCode":"0x83",
"BriefDescription":"The number of 64 byte instruction cache line fulfilled from system memory or another cache."
},
{
"EventName":"bp_l1_tlb_miss_l2_hit",
"EventCode":"0x84",
"BriefDescription":"The number of instruction fetches that miss in the L1 ITLB but hit in the L2 ITLB."
},
{
"EventName":"bp_l1_tlb_miss_l2_tlb_miss",
"EventCode":"0x85",
"BriefDescription":"The number of instruction fetches that miss in both the L1 and L2 TLBs.",
"UMask":"0xff"
},
{
"EventName":"bp_l1_tlb_miss_l2_tlb_miss.if1g",
"EventCode":"0x85",
"BriefDescription":"The number of instruction fetches that miss in both the L1 and L2 TLBs. Instruction fetches to a 1GB page.",
"BriefDescription":"The number of pipeline restarts caused by invalidating probes that hit on the instruction stream currently being executed. This would happen if the active instruction stream was being modified by another processor in an MP system - typically a highly unlikely event."
},
{
"EventName":"ic_fetch_stall.ic_stall_any",
"EventCode":"0x87",
"BriefDescription":"Instruction Pipe Stall. IC pipe was stalled during this clock cycle for any reason (nothing valid in pipe ICM1).",
"BriefDescription":"IC line invalidated due to L2 invalidating probe (external or LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying code), either from the other thread of the core or another core.",
"BriefDescription":"IC line invalidated due to overwriting fill response. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying code), either from the other thread of the core or another core.",