Skip to content

Snow Ridge MicroServer - Core Events

Microarchitectures

Core Events

Event Name Description Programming Info
INST_RETIRED.ANY Counts the total number of instructions that retired. For instructions that consist of multiple uops, this event counts the retirement of the last uop of the instruction. This event continues counting during hardware interrupts, traps, and inside interrupt handlers. This event uses fixed counter 0. IA32_FIXED_CTR0 PEBS:[PreciseEventingIP, PDISTCounter=32] Architectural, Fixed, AtRetirement
CPU_CLK_UNHALTED.CORE Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses fixed counter 1. IA32_FIXED_CTR1 PEBS:[NonPreciseEventingIP] Architectural, Fixed, Speculative
CPU_CLK_UNHALTED.REF_TSC Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses fixed counter 2. IA32_FIXED_CTR2 PEBS:[NonPreciseEventingIP] Architectural, Fixed, Speculative
BR_INST_RETIRED.ALL_BRANCHES Counts the total number of instructions in which the instruction pointer (IP) of the processor is resteered due to a branch instruction and the branch instruction successfully retires. All branch type instructions are accounted for. EventSel=C4H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] Architectural, AtRetirement
BR_MISP_RETIRED.ALL_BRANCHES Counts the total number of mispredicted branch instructions retired. All branch type instructions are accounted for. Prediction of the branch target address enables the processor to begin executing instructions before the non-speculative execution path is known. The branch prediction unit (BPU) predicts the target address based on the instruction pointer (IP) of the branch and on the execution path through which execution reached this IP. A branch misprediction occurs when the prediction is wrong, and results in discarding all instructions executed in the speculative path and re-fetching from the correct path. EventSel=C5H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] Architectural, AtRetirement
CPU_CLK_UNHALTED.CORE_P Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses a programmable general purpose performance counter. EventSel=3CH UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Architectural, Speculative
CPU_CLK_UNHALTED.REF Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses fixed counter 2. EventSel=3CH UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Architectural, Speculative
CPU_CLK_UNHALTED.REF_TSC_P Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses a programmable general purpose performance counter. EventSel=3CH UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Architectural, Speculative
INST_RETIRED.ANY_P Counts the total number of instructions that retired. For instructions that consist of multiple uops, this event counts the retirement of the last uop of the instruction. This event continues counting during hardware interrupts, traps, and inside interrupt handlers. This event uses a programmable general purpose performance counter. EventSel=C0H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] Architectural, AtRetirement
LONGEST_LAT_CACHE.MISS Counts the number of cacheable memory requests that miss in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instruction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, otherwise it is the L2 cache. Counts on a per core basis. EventSel=2EH UMask=41H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Architectural, Speculative
LONGEST_LAT_CACHE.REFERENCE Counts the number of cacheable memory requests that access the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instruction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, otherwise it is the L2 cache. Counts on a per core basis. EventSel=2EH UMask=4FH Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Architectural, Speculative
BACLEARS.ANY Counts the total number of BACLEARS, which occur when the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predictor in the frontend. Includes BACLEARS due to all branch types including conditional and unconditional jumps, returns, and indirect branches. EventSel=E6H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BACLEARS.COND Counts the number of BACLEARS due to a conditional jump. EventSel=E6H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BACLEARS.INDIRECT Counts the number of BACLEARS due to an indirect branch. EventSel=E6H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BACLEARS.RETURN Counts the number of BACLEARS due to a return branch. EventSel=E6H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BACLEARS.UNCOND Counts the number of BACLEARS due to a direct, unconditional jump. EventSel=E6H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BR_INST_RETIRED.CALL Counts the number of near CALL branch instructions retired. EventSel=C4H UMask=F9H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.FAR_BRANCH Counts the number of far branch instructions retired, includes far jump, far call and return, and interrupt call and return. EventSel=C4H UMask=BFH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.IND_CALL Counts the number of near indirect CALL branch instructions retired. EventSel=C4H UMask=FBH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.JCC Counts the number of retired JCC (Jump on Conditional Code) branch instructions retired, includes both taken and not taken branches. EventSel=C4H UMask=7EH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.NON_RETURN_IND Counts the number of near indirect JMP and near indirect CALL branch instructions retired. EventSel=C4H UMask=EBH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.REL_CALL Counts the number of near relative CALL branch instructions retired. EventSel=C4H UMask=FDH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.RETURN Counts the number of near RET branch instructions retired. EventSel=C4H UMask=F7H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_INST_RETIRED.TAKEN_JCC Counts the number of taken JCC (Jump on Conditional Code) branch instructions retired. EventSel=C4H UMask=FEH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_MISP_RETIRED.IND_CALL Counts the number of mispredicted near indirect CALL branch instructions retired. EventSel=C5H UMask=FBH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_MISP_RETIRED.JCC Counts the number of mispredicted JCC (Jump on Conditional Code) branch instructions retired. EventSel=C5H UMask=7EH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_MISP_RETIRED.NON_RETURN_IND Counts the number of mispredicted near indirect JMP and near indirect CALL branch instructions retired. EventSel=C5H UMask=EBH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_MISP_RETIRED.RETURN Counts the number of mispredicted near RET branch instructions retired. EventSel=C5H UMask=F7H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BR_MISP_RETIRED.TAKEN_JCC Counts the number of mispredicted taken JCC (Jump on Conditional Code) branch instructions retired. EventSel=C5H UMask=FEH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BTCLEAR.ANY Counts the total number of BTCLEARS which occurs when the Branch Target Buffer (BTB) predicts a taken branch. EventSel=E8H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BUS_LOCK.BLOCK_CYCLES Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by other cores. Counts on a per core basis. EventSel=63H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BUS_LOCK.LOCK_CYCLES Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued. Counts on a per core basis. EventSel=63H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
BUS_LOCK.SELF_LOCKS Counts the number of bus locks a core issued its self (e.g. lock to UC or Split Lock) and does not include cache locks. Counts on a per core basis. EventSel=63H UMask=00H EdgeDetect=1 Counter=0,1,2,3 CounterHTOff=NA PEBS:[Counter=NA] Speculative
CORE_REJECT_L2Q.ANY Counts the number of (demand and L1 prefetchers) core requests rejected by the L2 queue (L2Q) due to a full or nearly full condition, which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the External Queue (XQ), but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to ensure fairness between cores, or to delay a core’s dirty eviction when the address conflicts incoming external snoops. (Note that L2 prefetcher requests that are dropped are not counted by this event). Counts on a per core basis. EventSel=31H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
CYCLES_DIV_BUSY.FPDIV Counts the number of cycles the floating point divider is busy. Does not imply a stall waiting for the divider. EventSel=CDH UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
CYCLES_DIV_BUSY.IDIV Counts the number of cycles the integer divider is busy. Does not imply a stall waiting for the divider. EventSel=CDH UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DECODE_RESTRICTION.PREDECODE_WRONG Counts the number of times a decode restriction reduces the decode throughput due to wrong instruction length prediction. EventSel=E9H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DL1.DIRTY_EVICTION Counts the number of L1D cacheline (dirty) evictions caused by load misses, stores, and prefetches. Does not count evictions or dirty writebacks caused by snoops. Does not count a replacement unless a (dirty) line was written back. EventSel=51H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.PDE_CACHE_MISS Counts the number of page walks due to loads that miss the PDE (Page Directory Entry) cache. EventSel=08H UMask=80H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.STLB_HIT Counts the number of first level TLB misses but second level hits due to a demand load that did not start a page walk. Account for all page sizes. Will result in a DTLB write from STLB. EventSel=08H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.WALK_COMPLETED Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to any page size. Includes page walks that page fault. EventSel=08H UMask=0EH Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.WALK_COMPLETED_1G Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 1GB pages. Includes page walks that page fault. EventSel=08H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages. Includes page walks that page fault. EventSel=08H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.WALK_COMPLETED_4K Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page walks that page fault. EventSel=08H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_LOAD_MISSES.WALK_PENDING Counts the number of page walks outstanding in the page miss handler (PMH) for demand loads every cycle. A page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includes EPT-walk intervals. EventSel=08H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.PDE_CACHE_MISS Counts the number of page walks due to stores that miss the PDE (Page Directory Entry) cache. EventSel=49H UMask=80H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.STLB_HIT Counts the number of first level TLB misses but second level hits due to stores that did not start a page walk. Account for all pages sizes. Will result in a DTLB write from STLB. EventSel=49H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.WALK_COMPLETED Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to any page size. Includes page walks that page fault. EventSel=49H UMask=0EH Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.WALK_COMPLETED_1G Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 1G pages. Includes page walks that page fault. EventSel=49H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages. Includes page walks that page fault. EventSel=49H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.WALK_COMPLETED_4K Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page walks that page fault. EventSel=49H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
DTLB_STORE_MISSES.WALK_PENDING Counts the number of page walks outstanding in the page miss handler (PMH) for stores every cycle. A page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includes EPT-walk intervals. EventSel=49H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
EPT.EPDE_HIT Counts the number of Extended Page Directory Entry hits. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. EventSel=4FH UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
EPT.EPDE_MISS Counts the number Extended Page Directory Entry misses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. EventSel=4FH UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
EPT.EPDPE_HIT Counts the number Extended Page Directory Pointer Entry hits. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. EventSel=4FH UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
EPT.EPDPE_MISS Counts the number Extended Page Directory Pointer Entry misses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. EventSel=4FH UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
EPT.WALK_PENDING Counts the number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. EventSel=4FH UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
HW_INTERRUPTS.MASKED Counts the number of core cycles during which interrupts are masked (disabled). Increments by 1 each core cycle that EFLAGS.IF is 0, regardless of whether interrupts are pending or not. EventSel=CBH UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
HW_INTERRUPTS.PENDING_AND_MASKED Counts the number of core cycles during which there are pending interrupts while interrupts are masked (disabled). Increments by 1 each core cycle that both EFLAGS.IF is 0 and an INTR is pending (which means the APIC is telling the ROB to cause an INTR). This event does not increment if EFLAGS.IF is 0 but all interrupt in the APIC’s Interrupt Request Register (IRR) are inhibited by the PPR (thus either by ISRV or TPR) – because in these cases the interrupts would be held up in the APIC and would not be pended to the ROB. This event does count when an interrupt is only inhibited by MOV/POP SS state machines or the STI state machine. These extra inhibits only last for a single instructions and would not be important. EventSel=CBH UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
HW_INTERRUPTS.RECEIVED Counts the number of hardware interrupts received by the processor. EventSel=CBH UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ICACHE.ACCESSES Counts the total number of requests to the instruction cache. The event only counts new cache line accesses, so that multiple back to back fetches to the exact same cache line or byte chunk count as one. Specifically, the event counts when accesses from sequential code crosses the cache line boundary, or when a branch target is moved to a new line or to a non-sequential byte chunk of the same line. EventSel=80H UMask=03H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ICACHE.HIT Counts the number of requests that hit in the instruction cache. The event only counts new cache line accesses, so that multiple back to back fetches to the exact same cache line and byte chunk count as one. Specifically, the event counts when accesses from sequential code crosses the cache line boundary, or when a branch target is moved to a new line or to a non-sequential byte chunk of the same line. EventSel=80H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ICACHE.MISSES Counts the number of missed requests to the instruction cache. The event only counts new cache line accesses, so that multiple back to back fetches to the exact same cache line and byte chunk count as one. Specifically, the event counts when accesses from sequential code crosses the cache line boundary, or when a branch target is moved to a new line or to a non-sequential byte chunk of the same line. EventSel=80H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB.FILLS Counts the number of times the machine was unable to find a translation in the Instruction Translation Lookaside Buffer (ITLB) and a new translation was filled into the ITLB. The event is speculative in nature, but will not count translations (page walks) that are begun and not finished, or translations that are finished but not filled into the ITLB. EventSel=81H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.PDE_CACHE_MISS Counts the number of page walks due to an instruction fetch that miss the PDE (Page Directory Entry) cache. EventSel=85H UMask=80H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.STLB_HIT Counts the number of first level TLB misses but second level hits due to an instruction fetch that did not start a page walk. Account for all pages sizes. Will result in an ITLB write from STLB. EventSel=85H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.WALK_COMPLETED Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to any page size. Includes page walks that page fault. EventSel=85H UMask=0EH Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.WALK_COMPLETED_1G Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 1G pages. Includes page walks that page fault. EventSel=85H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.WALK_COMPLETED_2M_4M Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages. Includes page walks that page fault. EventSel=85H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.WALK_COMPLETED_4K Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page walks that page fault. EventSel=85H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
ITLB_MISSES.WALK_PENDING Counts the number of page walks outstanding in the page miss handler (PMH) for instruction fetches every cycle. A page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). EventSel=85H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
L2_REJECT_XQ.ANY Counts the number of demand and prefetch transactions that the External Queue (XQ) rejects due to a full or near full condition which likely indicates back pressure from the IDI link. The XQ may reject transactions from the L2Q (non-cacheable requests), BBL (L2 misses) and WOB (L2 write-back victims). EventSel=30H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
L2_REQUEST.ALL Counts the total number of L2 Cache Accesses, includes hits, misses, rejects – front door requests for CRd/DRd/RFO/ItoM/L2 Prefetches only. Counts on a per core basis. EventSel=24H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
L2_REQUEST.HIT Counts the number of L2 Cache accesses that resulted in a hit from a front door request only (does not include rejects or recycles), Counts on a per core basis. EventSel=24H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
L2_REQUEST.MISS Counts the number of L2 Cache accesses that resulted in a miss from a front door request only (does not include rejects or recycles). Counts on a per core basis. EventSel=24H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
L2_REQUEST.REJECTS Counts the number of L2 Cache accesses that miss the L2 and get BBL reject – short and long rejects (includes those counted in L2_reject_XQ.any). Counts on a per core basis. EventSel=24H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
LD_BLOCKS.4K_ALIAS Counts the number of retired loads that are blocked because it initially appears to be store forward blocked, but subsequently is shown not to be blocked based on 4K alias check. EventSel=03H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
LD_BLOCKS.ALL Counts the number of retired loads that are blocked for any of the following reasons: DTLB miss, address alias, store forward or data unknown (includes memory disambiguation blocks and ESP consuming load blocks). EventSel=03H UMask=1FH Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
LD_BLOCKS.DATA_UNKNOWN Counts the number of retired loads that are blocked because its address exactly matches an older store whose data is not ready. EventSel=03H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
LD_BLOCKS.DTLB_MISS Counts the number of retired loads that are blocked due to a first level TLB miss. EventSel=03H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
LD_BLOCKS.STORE_FORWARD Counts the number of retired loads that are blocked because its address partially overlapped with an older store. EventSel=03H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MACHINE_CLEARS.ANY Counts the total number of machine clears for any reason including, but not limited to, memory ordering, memory disambiguation, SMC, and FP assist. EventSel=C3H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MACHINE_CLEARS.DISAMBIGUATION Counts the number of machine clears due to memory ordering in which an internal load passes an older store within the same CPU. EventSel=C3H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MACHINE_CLEARS.FP_ASSIST Counts the number of floating point operations retired that required microcode assist, which is not a reflection of the number of FP operations, instructions or uops. EventSel=C3H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MACHINE_CLEARS.MEMORY_ORDERING Counts the number of machine clears due to memory ordering caused by a snoop from an external agent. Does not count internally generated machine clears such as those due to memory disambiguation. EventSel=C3H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MACHINE_CLEARS.PAGE_FAULT Counts the number of machine clears due to a page fault. Counts both I-Side and D-Side (Loads/Stores) page faults. A page fault occurs when either the page is not present, or an access violation occurs. EventSel=C3H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MACHINE_CLEARS.SMC Counts the number of machine clears due to program modifying data (self modifying code) within 1K of a recently fetched code page. EventSel=C3H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.IFETCH Counts the number of cycles the core is stalled due to an instruction cache or translation lookaside buffer (TLB) miss which hit in the L2, LLC, DRAM or MMIO (Non-DRAM). EventSel=34H UMask=38H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.IFETCH_DRAM_HIT Counts the number of cycles the core is stalled due to an instruction cache or translation lookaside buffer (TLB) miss which hit in DRAM or MMIO (non-DRAM). EventSel=34H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.IFETCH_L2_HIT Counts the number of cycles the core is stalled due to an instruction cache or Translation Lookaside Buffer (TLB) miss which hit in the L2 cache. EventSel=34H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.IFETCH_LLC_HIT Counts the number of cycles the core is stalled due to an instruction cache or Translation Lookaside Buffer (TLB) miss which hit in the Last Level Cache (LLC) or other core with HITE/F/M. EventSel=34H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.LOAD Counts the number of cycles the core is stalled due to a demand load miss which hit in the L2, LLC, DRAM or MMIO (Non-DRAM). EventSel=34H UMask=07H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.LOAD_DRAM_HIT Counts the number of cycles the core is stalled due to a demand load miss which hit in DRAM or MMIO (Non-DRAM). EventSel=34H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.LOAD_L2_HIT Counts the number of cycles the core is stalled due to a demand load which hit in the L2 cache. EventSel=34H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.LOAD_LLC_HIT Counts the number of cycles the core is stalled due to a demand load which hit in the Last Level Cache (LLC) or other core with HITE/F/M. EventSel=34H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_BOUND_STALLS.STORE_BUFFER_FULL Counts the number of cycles the core is stalled due to a store buffer being full. EventSel=34H UMask=40H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
MEM_LOAD_UOPS_RETIRED.DRAM_HIT Counts the number of load uops retired that hit in DRAM. EventSel=D1H UMask=80H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.HITM Counts the number of load uops retired that hit in the L3 cache, in which a snoop was required and modified data was forwarded from another core or module. EventSel=D1H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.L1_HIT Counts the number of load uops retired that hit in the L1 data cache. EventSel=D1H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.L1_MISS Counts the number of load uops retired that miss in the L1 data cache. EventSel=D1H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.L2_HIT Counts the number of load uops retired that hit in the L2 cache. EventSel=D1H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.L2_MISS Counts the number of load uops retired that miss in the L2 cache. EventSel=D1H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_LOAD_UOPS_RETIRED.L3_HIT Counts the number of load uops retired that hit in the L3 cache. EventSel=D1H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.ALL Counts the number of memory uops retired. A single uop that performs both a load AND a store will be counted as 1, not 2 (e.g. ADD [mem], CONST) EventSel=D0H UMask=83H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.ALL_LOADS Counts the total number of load uops retired. EventSel=D0H UMask=81H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.ALL_STORES Counts the total number of store uops retired. EventSel=D0H UMask=82H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.DTLB_MISS Counts the number of memory uops retired that missed in the second level TLB. EventSel=D0H UMask=13H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.DTLB_MISS_LOADS Counts the number of load uops retired that miss in the second Level TLB. EventSel=D0H UMask=11H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.DTLB_MISS_STORES Counts the number of store uops retired that miss in the second level TLB. EventSel=D0H UMask=12H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.LOCK_LOADS Counts the number of load uops retired that performed one or more locks. EventSel=D0H UMask=21H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.SPLIT Counts the number of memory uops retired that were splits. EventSel=D0H UMask=43H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.SPLIT_LOADS Counts the number of retired split load uops. EventSel=D0H UMask=41H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MEM_UOPS_RETIRED.SPLIT_STORES Counts the number of retired split store uops. EventSel=D0H UMask=42H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MISALIGN_MEM_REF.LOAD_PAGE_SPLIT Counts the number of misaligned load uops that are 4K page splits. EventSel=13H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
MISALIGN_MEM_REF.STORE_PAGE_SPLIT Counts the number of misaligned store uops that are 4K page splits. EventSel=13H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
TOPDOWN_BAD_SPECULATION.ALL Counts the total number of issue slots that were not consumed by the backend because allocation is stalled due to a mispredicted jump or a machine clear. Only issue slots wasted due to fast nukes such as memory ordering nukes are counted. Other nukes are not accounted for. Counts all issue slots blocked during this recovery window including relevant microcode flows and while uops are not yet available in the instruction queue (IQ) even if an FE_bound event occurs during this period. Also includes the issue slots that were consumed by the backend but were thrown away because they were younger than the mispredict or machine clear. EventSel=73H UMask=06H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BAD_SPECULATION.FASTNUKE Counts the number of issue slots every cycle that were not consumed by the backend due to fast nukes such as memory ordering and memory disambiguation machine clears. EventSel=73H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BAD_SPECULATION.MACHINE_CLEARS Counts the total number of issue slots that were not consumed by the backend because allocation is stalled due to a machine clear (nuke) of any kind including memory ordering and memory disambiguation. EventSel=73H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BAD_SPECULATION.MISPREDICT Counts the number of issue slots every cycle that were not consumed by the backend due to branch mispredicts. EventSel=73H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.ALL Counts the total number of issue slots every cycle that were not consumed by the backend due to backend stalls. EventSel=74H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.ALLOC_RESTRICTIONS Counts the number of issue slots every cycle that were not consumed by the backend due to certain allocation restrictions. EventSel=74H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.MEM_SCHEDULER Counts the number of issue slots every cycle that were not consumed by the backend due to memory reservation stalls in which a scheduler is not able to accept uops. EventSel=74H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.NON_MEM_SCHEDULER Counts the number of issue slots every cycle that were not consumed by the backend due to IEC or FPC RAT stalls, which can be due to FIQ or IEC reservation stalls in which the integer, floating point or SIMD scheduler is not able to accept uops. EventSel=74H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.REGISTER Counts the number of issue slots every cycle that were not consumed by the backend due to the physical register file unable to accept an entry (marble stalls). EventSel=74H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.REORDER_BUFFER Counts the number of issue slots every cycle that were not consumed by the backend due to the reorder buffer being full (ROB stalls). EventSel=74H UMask=40H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_BE_BOUND.SERIALIZATION Counts the number of issue slots every cycle that were not consumed by the backend due to scoreboards from the instruction queue (IQ), jump execution unit (JEU), or microcode sequencer (MS). EventSel=74H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.ALL Counts the total number of issue slots every cycle that were not consumed by the backend due to frontend stalls. EventSel=71H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.BRANCH_DETECT Counts the number of issue slots every cycle that were not delivered by the frontend due to BACLEARS, which occurs when the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predictor in the frontend. Includes BACLEARS due to all branch types including conditional and unconditional jumps, returns, and indirect branches. EventSel=71H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.BRANCH_RESTEER Counts the number of issue slots every cycle that were not delivered by the frontend due to BTCLEARS, which occurs when the Branch Target Buffer (BTB) predicts a taken branch. EventSel=71H UMask=40H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.CISC Counts the number of issue slots every cycle that were not delivered by the frontend due to the microcode sequencer (MS). EventSel=71H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.DECODE Counts the number of issue slots every cycle that were not delivered by the frontend due to decode stalls. EventSel=71H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.ICACHE Counts the number of issue slots every cycle that were not delivered by the frontend due to instruction cache misses. EventSel=71H UMask=20H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.ITLB Counts the number of issue slots every cycle that were not delivered by the frontend due to Instruction Table Lookaside Buffer (ITLB) misses. EventSel=71H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.OTHER Counts the number of issue slots every cycle that were not delivered by the frontend due to other common frontend stalls not categorized. EventSel=71H UMask=80H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_FE_BOUND.PREDECODE Counts the number of issue slots every cycle that were not delivered by the frontend due to wrong predecodes. EventSel=71H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
TOPDOWN_RETIRING.ALL Counts the total number of consumed retirement slots. EventSel=C2H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
UOPS_ISSUED.ANY Counts the number of uops issued by the front end every cycle. When 4-uops are requested and only 2-uops are delivered, the event counts 2. Uops_issued correlates to the number of ROB entries. If uop takes 2 ROB slots it counts as 2 uops_issued. EventSel=0EH UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative
UOPS_RETIRED.ALL Counts the total number of uops retired. EventSel=C2H UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
UOPS_RETIRED.FPDIV Counts the number of floating point divide uops retired (x87 and SSE, including x87 sqrt). EventSel=C2H UMask=08H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
UOPS_RETIRED.IDIV Counts the number of integer divide uops retired. EventSel=C2H UMask=10H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
UOPS_RETIRED.MS Counts the number of uops that are from complex flows issued by the Microcode Sequencer (MS). This includes uops from flows due to complex instructions, faults, assists, and inserted flows. EventSel=C2H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
UOPS_RETIRED.X87 Counts the number of x87 uops retired, includes those in MS flows. EventSel=C2H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[PreciseEventingIP, Counter=0,1,2,3, PDISTCounter=0] AtRetirement
BUS_LOCK.ALL This event is deprecated. Refer to new event BUS_LOCK.SELF_LOCKS EventSel=63H UMask=00H EdgeDetect=1 Counter=0,1,2,3 CounterHTOff=NA PEBS:[Counter=NA] Speculative, Deprecated
BUS_LOCK.CYCLES_OTHER_BLOCK This event is deprecated. Refer to new event BUS_LOCK.BLOCK_CYCLES EventSel=63H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
BUS_LOCK.CYCLES_SELF_BLOCK This event is deprecated. Refer to new event BUS_LOCK.LOCK_CYCLES EventSel=63H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
C0_STALLS.LOAD_DRAM_HIT This event is deprecated. Refer to new event MEM_BOUND_STALLS.LOAD_DRAM_HIT EventSel=34H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
C0_STALLS.LOAD_L2_HIT This event is deprecated. Refer to new event MEM_BOUND_STALLS.LOAD_L2_HIT EventSel=34H UMask=01H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
C0_STALLS.LOAD_LLC_HIT This event is deprecated. Refer to new event MEM_BOUND_STALLS.LOAD_LLC_HIT EventSel=34H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
CYCLES_DIV_BUSY.ANY This event is deprecated. EventSel=CDH UMask=00H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
TOPDOWN_BAD_SPECULATION.MONUKE This event is deprecated. Refer to new event TOPDOWN_BAD_SPECULATION.FASTNUKE EventSel=73H UMask=02H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated
TOPDOWN_BE_BOUND.STORE_BUFFER This event is deprecated. EventSel=74H UMask=04H Counter=0,1,2,3 CounterHTOff=NA PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative, Deprecated