Event Name | Description | Additional Info |
---|---|---|
CORE | ||
INST_RETIRED.ANY | Counts the number of X86 instructions retired - an Architectural PerfMon event. Counting continues during hardware interrupts, traps, and inside interrupt handlers. Notes: INST_RETIRED.ANY is counted by a designated fixed counter freeing up programmable counters to count other events. INST_RETIRED.ANY_P is counted by a programmable counter. | IA32_FIXED_CTR0 PEBS:[PreciseEventingIP, PDISTCounter=32] Architectural, Fixed, AtRetirement |
CPU_CLK_UNHALTED.THREAD | Counts the number of core cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. This event is a component in many key event ratios. The core frequency may change from time to time due to transitions associated with Enhanced Intel SpeedStep Technology or TM2. For this reason this event may have a changing ratio with regards to time. When the core frequency is constant, this event can approximate elapsed time while the core was not in the halt state. It is counted on a dedicated fixed counter, leaving the eight programmable counters available for other events. | IA32_FIXED_CTR1 PEBS:[NonPreciseEventingIP] Architectural, Fixed, Speculative |
CPU_CLK_UNHALTED.REF_TSC | Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the eight programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case. | IA32_FIXED_CTR2 PEBS:[NonPreciseEventingIP] Architectural, Fixed, Speculative |
TOPDOWN.SLOTS | Number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method (TMA). The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. Software can use this event as the denominator for the top-level metrics of the TMA method. This architectural event is counted on a designated fixed counter (Fixed Counter 3). | IA32_FIXED_CTR3 PEBS:[NonPreciseEventingIP] Architectural, Fixed, Speculative |
BR_INST_RETIRED.ALL_BRANCHES | Counts all branch instructions retired. | EventSel=C4H UMask=00H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, AtRetirement |
BR_MISP_RETIRED.ALL_BRANCHES | Counts all the retired branch instructions that were mispredicted by the processor. A branch misprediction occurs when the processor incorrectly predicts the destination of the branch. When the misprediction is discovered at execution, all the instructions executed in the wrong (speculative) path must be discarded, and the processor must start fetching from the correct path. | EventSel=C5H UMask=00H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, AtRetirement |
CPU_CLK_UNHALTED.REF_TSC_P | Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt state. It is counted on a dedicated fixed counter, leaving the four (eight when Hyperthreading is disabled) programmable counters available for other events. Note: On all current platforms this event stops counting during 'throttling (TM)' states duty off periods the processor is 'halted'. The counter update is done at a lower clock rate then the core clock the overflow status bit for this counter may appear 'sticky'. After the counter has overflowed and software clears the overflow status bit and resets the counter to less than MAX. The reset value to the counter is not clocked immediately so the overflow status bit will flip 'high (1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counter. Therefore, software will get the interrupt, read the overflow status bit '1 for bit 34 while the counter value is less than MAX. Software should ignore this case. | EventSel=3CH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
CPU_CLK_UNHALTED.THREAD_P | This is an architectural event that counts the number of thread cycles while the thread is not in a halt state. The thread enters the halt state when it is running the HLT instruction. The core frequency may change from time to time due to power or thermal throttling. For this reason, this event may have a changing ratio with regards to wall clock time. | EventSel=3CH UMask=00H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
IDQ_BUBBLES.CORE | This event counts a subset of the Topdown Slots event that when no operation was delivered to the back-end pipeline due to instruction fetch limitations when the back-end could have accepted more operations. Common examples include instruction cache misses or x86 instruction decode limitations. The count may be distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Frontend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method. | EventSel=9CH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
INST_RETIRED.ANY_P | Counts the number of X86 instructions retired - an Architectural PerfMon event. Counting continues during hardware interrupts, traps, and inside interrupt handlers. Notes: INST_RETIRED.ANY is counted by a designated fixed counter freeing up programmable counters to count other events. INST_RETIRED.ANY_P is counted by a programmable counter. | EventSel=C0H UMask=00H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=1,2,3,4,5,6,7] Architectural, AtRetirement |
LONGEST_LAT_CACHE.MISS | Counts core-originated cacheable requests that miss the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3. | EventSel=2EH UMask=41H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
LONGEST_LAT_CACHE.REFERENCE | Counts core-originated cacheable requests to the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2. It does not include hardware prefetches to the L3, and may not count other types of requests to the L3. | EventSel=2EH UMask=4FH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
TOPDOWN.BACKEND_BOUND_SLOTS | This event counts a subset of the Topdown Slots event that were not consumed by the back-end pipeline due to lack of back-end resources, as a result of memory subsystem delays, execution units’ limitations, or other conditions. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core, in processors that support Intel Hyper-Threading Technology. Software can use this event as the numerator for the Backend Bound metric (or top-level category) of the Top-down Microarchitecture Analysis method. | EventSel=A4H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
TOPDOWN.SLOTS_P | Counts the number of available slots for an unhalted logical processor. The event increments by machine-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. The count is distributed among unhalted logical processors (hyper-threads) who share the same physical core. | EventSel=A4H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, Speculative |
UOPS_RETIRED.SLOTS | This event counts a subset of the Topdown Slots event that are utilized by operations that eventually get retired (committed) by the processor pipeline. Usually, this event positively correlates with higher performance – for example, as measured by the instructions-per-cycle metric. Software can use this event as the numerator for the Retiring metric (or top-level category) of the Top-down Microarchitecture Analysis method. | EventSel=C2H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Architectural, AtRetirement |
ARITH.DIV_ACTIVE | Counts cycles when divide unit is busy executing divide or square root operations. Accounts for integer and floating-point operations. | EventSel=B0H UMask=09H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ARITH.FPDIV_ACTIVE | This event counts the cycles the floating point divider is busy. | EventSel=B0H UMask=01H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ARITH.IDIV_ACTIVE | This event counts the cycles the integer divider is busy. | EventSel=B0H UMask=08H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ASSISTS.ANY | Counts the number of occurrences where a microcode assist is invoked by hardware. Examples include AD (page Access Dirty), FP and AVX related assists. | EventSel=C1H UMask=1BH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ASSISTS.FP | Counts all microcode Floating Point assists. | EventSel=C1H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ASSISTS.PAGE_FAULT | ASSISTS.PAGE_FAULT | EventSel=C1H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
ASSISTS.SSE_AVX_MIX | ASSISTS.SSE_AVX_MIX | EventSel=C1H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
BACLEARS.ANY | Number of times the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unknown Branch which occurs for the first time a branch instruction is fetched or when the branch is not tracked by the BPU (Branch Prediction Unit) anymore. | EventSel=60H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
BR_INST_RETIRED.COND | Counts conditional branch instructions retired. | EventSel=C4H UMask=11H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.COND_NTAKEN | Counts not taken branch instructions retired. | EventSel=C4H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.COND_TAKEN | Counts taken conditional branch instructions retired. | EventSel=C4H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.FAR_BRANCH | Counts far branch instructions retired. | EventSel=C4H UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.INDIRECT | Counts near indirect branch instructions retired excluding returns. TSX abort is an indirect branch. | EventSel=C4H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.NEAR_CALL | Counts both direct and indirect near call instructions retired. | EventSel=C4H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.NEAR_RETURN | Counts return instructions retired. | EventSel=C4H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_INST_RETIRED.NEAR_TAKEN | Counts taken branch instructions retired. | EventSel=C4H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.ALL_BRANCHES_COST | All mispredicted branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=44H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND | Counts mispredicted conditional branch instructions retired. | EventSel=C5H UMask=11H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND_COST | Mispredicted conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=51H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND_NTAKEN | Counts the number of conditional branch instructions retired that were mispredicted and the branch direction was not taken. | EventSel=C5H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND_NTAKEN_COST | Mispredicted non-taken conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=50H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND_TAKEN | Counts taken conditional mispredicted branch instructions retired. | EventSel=C5H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.COND_TAKEN_COST | Mispredicted taken conditional branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=41H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.INDIRECT | Counts miss-predicted near indirect branch instructions retired excluding returns. TSX abort is an indirect branch. | EventSel=C5H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.INDIRECT_CALL | Counts retired mispredicted indirect (near taken) CALL instructions, including both register and memory indirect. | EventSel=C5H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.INDIRECT_CALL_COST | Mispredicted indirect CALL retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=42H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.INDIRECT_COST | Mispredicted near indirect branch instructions retired (excluding returns). This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=C0H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.NEAR_TAKEN | Counts number of near branch instructions retired that were mispredicted and taken. | EventSel=C5H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.NEAR_TAKEN_COST | Mispredicted taken near branch instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=60H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.RET | This is a non-precise version (that is, does not use PEBS) of the event that counts mispredicted return instructions retired. | EventSel=C5H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
BR_MISP_RETIRED.RET_COST | Mispredicted ret instructions retired. This precise event may be used to get the misprediction cost via the Retire_Latency field of PEBS. It fires on the instruction that immediately follows the mispredicted branch. | EventSel=C5H UMask=48H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
CPU_CLK_UNHALTED.C0_WAIT | Counts core clocks when the thread is in the C0.1 or C0.2 power saving optimized states (TPAUSE or UMWAIT instructions) or running the PAUSE instruction. | EventSel=ECH UMask=70H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.C01 | Counts core clocks when the thread is in the C0.1 light-weight slower wakeup time but more power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions. | EventSel=ECH UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.C02 | Counts core clocks when the thread is in the C0.2 light-weight faster wakeup time but less power saving optimized state. This state can be entered via the TPAUSE or UMWAIT instructions. | EventSel=ECH UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.DISTRIBUTED | This event distributes cycle counts between active hyperthreads, i.e., those in C0. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If all other hyperthreads are inactive (or disabled or do not exist), all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread. | EventSel=ECH UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE | Counts Core crystal clock cycles when current thread is unhalted and the other thread is halted. | EventSel=3CH UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.PAUSE | CPU_CLK_UNHALTED.PAUSE | EventSel=ECH UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.PAUSE_INST | CPU_CLK_UNHALTED.PAUSE_INST | EventSel=ECH UMask=40H EdgeDetect=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CPU_CLK_UNHALTED.REF_DISTRIBUTED | This event distributes Core crystal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread becomes inactive when it executes the HLT or MWAIT instructions. If one thread is active in a core, all counts are attributed to this hyperthread. To obtain the full count when the Core is active, sum the counts from each hyperthread. | EventSel=3CH UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CYCLE_ACTIVITY.CYCLES_L1D_MISS | Cycles while L1 cache miss demand load is outstanding. | EventSel=A3H UMask=08H CMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.CYCLES_L2_MISS | Cycles while L2 cache miss demand load is outstanding. | EventSel=A3H UMask=01H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.CYCLES_L3_MISS | Cycles while L3 cache miss demand load is outstanding. | EventSel=A3H UMask=02H CMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.CYCLES_MEM_ANY | Cycles while memory subsystem has an outstanding load. | EventSel=A3H UMask=10H CMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
CYCLE_ACTIVITY.STALLS_L1D_MISS | Execution stalls while L1 cache miss demand load is outstanding. | EventSel=A3H UMask=0CH CMask=0CH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.STALLS_L2_MISS | Execution stalls while L2 cache miss demand load is outstanding. | EventSel=A3H UMask=05H CMask=05H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.STALLS_L3_MISS | Execution stalls while L3 cache miss demand load is outstanding. | EventSel=A3H UMask=06H CMask=06H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
CYCLE_ACTIVITY.STALLS_TOTAL | Total execution stalls. | EventSel=A3H UMask=04H CMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
DECODE.LCP | Counts cycles that the Instruction Length decoder (ILD) stalls occurred due to dynamically changing prefix length of the decoded instruction (by operand size prefix instruction 0x66, address size prefix instruction 0x67 or REX.W for Intel64). Count is proportional to the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length changing prefix) in a 16-byte chunk. | EventSel=87H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DECODE.MS_BUSY | Cycles the Microcode Sequencer is busy. | EventSel=87H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DSB2MITE_SWITCHES.PENALTY_CYCLES | Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previously fetched instructions that were decoded by the legacy x86 decode pipeline (MITE). This event counts fetch penalty cycles when a transition occurs from DSB to MITE. | EventSel=61H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.STLB_HIT | Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB). | EventSel=12H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_ACTIVE | Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load. | EventSel=12H UMask=10H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_COMPLETED | Counts completed page walks (all page sizes) caused by demand data loads. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=12H UMask=0EH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_COMPLETED_1G | Counts completed page walks (1G sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=12H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M | Counts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=12H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_COMPLETED_4K | Counts completed page walks (4K sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=12H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_LOAD_MISSES.WALK_PENDING | Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle. | EventSel=12H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.STLB_HIT | Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB). | EventSel=13H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_ACTIVE | Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store. | EventSel=13H UMask=10H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_COMPLETED | Counts completed page walks (all page sizes) caused by demand data stores. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=13H UMask=0EH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_COMPLETED_1G | Counts completed page walks (1G sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=13H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M | Counts completed page walks (2M/4M sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=13H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_COMPLETED_4K | Counts completed page walks (4K sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault. | EventSel=13H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
DTLB_STORE_MISSES.WALK_PENDING | Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle. | EventSel=13H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
EXE.AMX_BUSY | Counts the cycles where the AMX (Advance Matrix Extension) unit is busy performing an operation. | EventSel=B7H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.1_PORTS_UTIL | Counts cycles during which a total of 1 uop was executed on all ports and Reservation Station (RS) was not empty. | EventSel=A6H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.2_3_PORTS_UTIL | Cycles total of 2 or 3 uops are executed on all ports and Reservation Station (RS) was not empty. | EventSel=A6H UMask=0CH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.2_PORTS_UTIL | Counts cycles during which a total of 2 uops were executed on all ports and Reservation Station (RS) was not empty. | EventSel=A6H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.3_PORTS_UTIL | Cycles total of 3 uops are executed on all ports and Reservation Station (RS) was not empty. | EventSel=A6H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.4_PORTS_UTIL | Cycles total of 4 uops are executed on all ports and Reservation Station (RS) was not empty. | EventSel=A6H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.BOUND_ON_LOADS | Execution stalls while memory subsystem has an outstanding load. | EventSel=A6H UMask=21H CMask=05H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.BOUND_ON_STORES | Counts cycles where the Store Buffer was full and no loads caused an execution stall. | EventSel=A6H UMask=40H CMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
EXE_ACTIVITY.EXE_BOUND_0_PORTS | Number of cycles total of 0 uops executed on all ports, Reservation Station (RS) was not empty, the Store Buffer (SB) was not full and there was no outstanding load. | EventSel=A6H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
FP_ARITH_DISPATCHED.PORT_0 | FP_ARITH_DISPATCHED.PORT_0 | EventSel=B3H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
FP_ARITH_DISPATCHED.PORT_1 | FP_ARITH_DISPATCHED.PORT_1 | EventSel=B3H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
FP_ARITH_DISPATCHED.PORT_5 | FP_ARITH_DISPATCHED.PORT_5 | EventSel=B3H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
FP_ARITH_INST_RETIRED.128B_PACKED_DOUBLE | Number of SSE/AVX computational 128-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.128B_PACKED_SINGLE | Number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.256B_PACKED_DOUBLE | Number of SSE/AVX computational 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 4 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.256B_PACKED_SINGLE | Number of SSE/AVX computational 256-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.4_FLOPS | Number of SSE/AVX computational 128-bit packed single precision and 256-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 2 or/and 4 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point and packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=18H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.512B_PACKED_DOUBLE | Number of SSE/AVX computational 512-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.512B_PACKED_SINGLE | Number of SSE/AVX computational 512-bit packed single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 16 computation operations, one for each element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.8_FLOPS | Number of SSE/AVX computational 256-bit packed single precision and 512-bit packed double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 8 computation operations, one for each element. Applies to SSE* and AVX* packed single precision and double precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RSQRT14 RCP RCP14 DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=60H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.SCALAR | Number of SSE/AVX computational scalar single precision and double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.SCALAR_DOUBLE | Number of SSE/AVX computational scalar double precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.SCALAR_SINGLE | Number of SSE/AVX computational scalar single precision floating-point instructions retired; some instructions will count twice as noted below. Each count represents 1 computational operation. Applies to SSE* and AVX* scalar single precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED.VECTOR | Number of any Vector retired FP arithmetic instructions. The DAZ and FTZ flags in the MXCSR register need to be set when using these events. | EventSel=C7H UMask=FCH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.128B_PACKED_HALF | FP_ARITH_INST_RETIRED2.128B_PACKED_HALF | EventSel=CFH UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.256B_PACKED_HALF | FP_ARITH_INST_RETIRED2.256B_PACKED_HALF | EventSel=CFH UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.512B_PACKED_HALF | FP_ARITH_INST_RETIRED2.512B_PACKED_HALF | EventSel=CFH UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.COMPLEX_SCALAR_HALF | FP_ARITH_INST_RETIRED2.COMPLEX_SCALAR_HALF | EventSel=CFH UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.SCALAR | FP_ARITH_INST_RETIRED2.SCALAR | EventSel=CFH UMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.SCALAR_HALF | FP_ARITH_INST_RETIRED2.SCALAR_HALF | EventSel=CFH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FP_ARITH_INST_RETIRED2.VECTOR | FP_ARITH_INST_RETIRED2.VECTOR | EventSel=CFH UMask=1CH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.ANY_ANT | Always Not Taken (ANT) conditional retired branches (no BTB entry and not mispredicted) | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=09H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.ANY_DSB_MISS | Counts retired Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.DSB_MISS | Number of retired Instructions that experienced a critical DSB (Decode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the DSB miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=11H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.ITLB_MISS | Counts retired Instructions that experienced iTLB (Instruction TLB) true miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=14H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.L1I_MISS | Counts retired Instructions who experienced Instruction L1 Cache true miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=12H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.L2_MISS | Counts retired Instructions who experienced Instruction L2 Cache true miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=13H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATE_SWPF | Number of Instruction Cache demand miss in shadow of an on-going i-fetch cache-line triggered by PREFETCHIT0/1 instructions | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=09H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_1 | Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=600106H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_128 | Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=608006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_16 | Counts retired instructions that are delivered to the back-end after a front-end stall of at least 16 cycles. During this period the front-end delivered no uops. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=601006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_2 | Retired instructions that are fetched after an interval where the front-end delivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=600206H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_2_BUBBLES_GE_1 | Counts retired instructions that are delivered to the back-end after the front-end had at least 1 bubble-slot for a period of 2 cycles. A bubble-slot is an empty issue-pipeline slot while there was no RAT stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=100206H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_256 | Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=610006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_32 | Counts retired instructions that are delivered to the back-end after a front-end stall of at least 32 cycles. During this period the front-end delivered no uops. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=602006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_4 | Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 4 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=600406H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_512 | Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 512 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=620006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_64 | Counts retired instructions that are fetched after an interval where the front-end delivered no uops for a period of 64 cycles which was not interrupted by a back-end stall. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=604006H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.LATENCY_GE_8 | Counts retired instructions that are delivered to the back-end after a front-end stall of at least 8 cycles. During this period the front-end delivered no uops. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=600806H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.MISP_ANT | ANT retired branches that got just mispredicted | EventSel=C6H UMask=02H MSR_PEBS_FRONTEND(3F7H)=09H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.MS_FLOWS | FRONTEND_RETIRED.MS_FLOWS | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.STLB_MISS | Counts retired Instructions that experienced STLB (2nd level TLB) true miss. | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=15H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
FRONTEND_RETIRED.UNKNOWN_BRANCH | FRONTEND_RETIRED.UNKNOWN_BRANCH | EventSel=C6H UMask=03H MSR_PEBS_FRONTEND(3F7H)=17H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
ICACHE_DATA.STALL_PERIODS | ICACHE_DATA.STALL_PERIODS | EventSel=80H UMask=04H EdgeDetect=1 CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ICACHE_DATA.STALLS | Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The decode pipeline works at a 32 Byte granularity. | EventSel=80H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ICACHE_TAG.STALLS | Counts cycles where a code fetch is stalled due to L1 instruction cache tag miss. | EventSel=83H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.DSB_CYCLES_ANY | Counts the number of cycles uops were delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path. | EventSel=79H UMask=08H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.DSB_CYCLES_OK | Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the DSB (Decode Stream Buffer) path. Count includes uops that may 'bypass' the IDQ. | EventSel=79H UMask=08H CMask=06H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.DSB_UOPS | Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffer (DSB) path. | EventSel=79H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MITE_CYCLES_ANY | Counts the number of cycles uops were delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB). | EventSel=79H UMask=04H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MITE_CYCLES_OK | Counts the number of cycles where optimal number of uops was delivered to the Instruction Decode Queue (IDQ) from the MITE (legacy decode pipeline) path. During these cycles uops are not being delivered from the Decode Stream Buffer (DSB). | EventSel=79H UMask=04H CMask=06H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MITE_UOPS | Counts the number of uops delivered to Instruction Decode Queue (IDQ) from the MITE path. This also means that uops are not being delivered from the Decode Stream Buffer (DSB). | EventSel=79H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MS_CYCLES_ANY | Counts cycles during which uops are being delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Uops maybe initiated by Decode Stream Buffer (DSB) or MITE. | EventSel=79H UMask=20H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MS_SWITCHES | Number of switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequencer. | EventSel=79H UMask=20H EdgeDetect=1 CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ.MS_UOPS | Counts the number of uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to Instruction Decode Queue (IDQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ. | EventSel=79H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
IDQ_UOPS_NOT_DELIVERED.CORE | Counts the number of uops not delivered to by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. | EventSel=9CH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE | Counts the number of cycles when no uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. | EventSel=9CH UMask=01H CMask=06H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK | Counts the number of cycles when the optimal number of uops were delivered by the Instruction Decode Queue (IDQ) to the back-end of the pipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle. | EventSel=9CH UMask=01H Invert=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INST_DECODED.DECODERS | Number of decoders utilized in a cycle when the MITE (legacy decode pipeline) fetches instructions. | EventSel=75H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
INST_RETIRED.MACRO_FUSED | INST_RETIRED.MACRO_FUSED | EventSel=C0H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=1,2,3,4,5,6,7] AtRetirement |
INST_RETIRED.NOP | Counts all retired NOP or ENDBR32/64 or PREFETCHIT0/1 instructions | EventSel=C0H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=1,2,3,4,5,6,7] AtRetirement |
INST_RETIRED.PREC_DIST | A version of INST_RETIRED that allows for a precise distribution of samples across instructions retired. It utilizes the Precise Distribution of Instructions Retired (PDIR++) feature to fix bias in how retired instructions get sampled. Use on Fixed Counter 0. | IA32_FIXED_CTR0 PEBS:[PreciseEventingIP, PDISTCounter=32] Fixed, AtRetirement |
INST_RETIRED.REP_ITERATION | Number of iterations of Repeat (REP) string retired instructions such as MOVS, CMPS, and SCAS. Each has a byte, word, and doubleword version and string instructions can be repeated using a repetition prefix, REP, that allows their architectural execution to be repeated a number of times as specified by the RCX register. Note the number of iterations is implementation-dependent. | EventSel=C0H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=1,2,3,4,5,6,7] AtRetirement |
INT_MISC.CLEAR_RESTEER_CYCLES | Cycles after recovery from a branch misprediction or machine clear till the first uop is issued from the resteered path. | EventSel=ADH UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_MISC.CLEARS_COUNT | Counts the number of speculative clears due to any type of branch misprediction or machine clears | EventSel=ADH UMask=01H EdgeDetect=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_MISC.MBA_STALLS | INT_MISC.MBA_STALLS | EventSel=ADH UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_MISC.RECOVERY_CYCLES | Counts core cycles when the Resource allocator was stalled due to recovery from an earlier branch misprediction or machine clear event. | EventSel=ADH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_MISC.UNKNOWN_BRANCH_CYCLES | Bubble cycles of BAClear (Unknown Branch). | EventSel=ADH UMask=40H MSR_PEBS_FRONTEND(3F7H)=07H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_MISC.UOP_DROPPING | Estimated number of Top-down Microarchitecture Analysis slots that got dropped due to non front-end reasons | EventSel=ADH UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
INT_VEC_RETIRED.128BIT | INT_VEC_RETIRED.128BIT | EventSel=E7H UMask=13H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.256BIT | INT_VEC_RETIRED.256BIT | EventSel=E7H UMask=ACH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.ADD_128 | Number of retired integer ADD/SUB (regular or horizontal), SAD 128-bit vector instructions. | EventSel=E7H UMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.ADD_256 | Number of retired integer ADD/SUB (regular or horizontal), SAD 256-bit vector instructions. | EventSel=E7H UMask=0CH Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.MUL_256 | INT_VEC_RETIRED.MUL_256 | EventSel=E7H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.SHUFFLES | INT_VEC_RETIRED.SHUFFLES | EventSel=E7H UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.VNNI_128 | INT_VEC_RETIRED.VNNI_128 | EventSel=E7H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
INT_VEC_RETIRED.VNNI_256 | INT_VEC_RETIRED.VNNI_256 | EventSel=E7H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
ITLB_MISSES.STLB_HIT | Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB). | EventSel=11H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ITLB_MISSES.WALK_ACTIVE | Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request. | EventSel=11H UMask=10H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ITLB_MISSES.WALK_COMPLETED | Counts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. | EventSel=11H UMask=0EH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ITLB_MISSES.WALK_COMPLETED_2M_4M | Counts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. | EventSel=11H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ITLB_MISSES.WALK_COMPLETED_4K | Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault. | EventSel=11H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
ITLB_MISSES.WALK_PENDING | Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle. | EventSel=11H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D.HWPF_MISS | L1D.HWPF_MISS | EventSel=51H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D.REPLACEMENT | Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace. | EventSel=51H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D_PEND_MISS.FB_FULL | Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. | EventSel=48H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D_PEND_MISS.FB_FULL_PERIODS | Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. | EventSel=48H UMask=02H EdgeDetect=1 CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D_PEND_MISS.L2_STALLS | Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses. | EventSel=48H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D_PEND_MISS.PENDING | Counts number of L1D misses that are outstanding in each cycle, that is each cycle the 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. Note: 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. | EventSel=48H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L1D_PEND_MISS.PENDING_CYCLES | Counts duration of L1D miss outstanding in cycles. | EventSel=48H UMask=01H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_LINES_IN.ALL | Counts the number of L2 cache lines filling the L2. Counting does not cover rejects. | EventSel=25H UMask=1FH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_LINES_OUT.NON_SILENT | Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines are in Modified state. Modified lines are written back to L3 | EventSel=26H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_LINES_OUT.SILENT | Counts the number of lines that are silently dropped by L2 cache when triggered by an L2 cache fill. These lines are typically in Shared or Exclusive state. A non-threaded event. | EventSel=26H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_LINES_OUT.USELESS_HWPF | Counts the number of cache lines that have been prefetched by the L2 hardware prefetcher but not used by demand access when evicted from the L2 cache | EventSel=26H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_CODE_RD | Counts the total number of L2 code requests. | EventSel=24H UMask=E4H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_DEMAND_DATA_RD | Counts Demand Data Read requests accessing the L2 cache. These requests may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An access is counted once. | EventSel=24H UMask=E1H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_DEMAND_MISS | Counts demand requests that miss L2 cache. | EventSel=24H UMask=27H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_DEMAND_REFERENCES | Counts demand requests to L2 cache. | EventSel=24H UMask=E7H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_HWPF | L2_RQSTS.ALL_HWPF | EventSel=24H UMask=F0H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.ALL_RFO | 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. | EventSel=24H UMask=E2H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.CODE_RD_HIT | Counts L2 cache hits when fetching instructions, code reads. | EventSel=24H UMask=C4H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.CODE_RD_MISS | Counts L2 cache misses when fetching instructions. | EventSel=24H UMask=24H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.DEMAND_DATA_RD_HIT | Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache. | EventSel=24H UMask=C1H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.DEMAND_DATA_RD_MISS | Counts demand Data Read requests with true-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An access is counted once. | EventSel=24H UMask=21H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.HIT | Counts all requests that hit L2 cache. | EventSel=24H UMask=DFH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.HWPF_MISS | L2_RQSTS.HWPF_MISS | EventSel=24H UMask=30H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.MISS | Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. | EventSel=24H UMask=3FH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.REFERENCES | Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. | EventSel=24H UMask=FFH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.RFO_HIT | Counts the RFO (Read-for-Ownership) requests that hit L2 cache. | EventSel=24H UMask=C2H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.RFO_MISS | Counts the RFO (Read-for-Ownership) requests that miss L2 cache. | EventSel=24H UMask=22H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.SWPF_HIT | Counts Software prefetch requests that hit the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full. | EventSel=24H UMask=C8H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_RQSTS.SWPF_MISS | Counts Software prefetch requests that miss the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full. | EventSel=24H UMask=28H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
L2_TRANS.L2_WB | Counts L2 writebacks that access L2 cache. | EventSel=23H UMask=40H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
LD_BLOCKS.ADDRESS_ALIAS | Counts the number of times a load got blocked due to false dependencies in MOB due to partial compare on address. | EventSel=03H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
LD_BLOCKS.NO_SR | Counts the number of times that split load operations are temporarily blocked because all resources for handling the split accesses are in use. | EventSel=03H UMask=88H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
LD_BLOCKS.STORE_FORWARD | Counts the number of times where store forwarding was prevented for a load operation. The most common case is a load blocked due to the address of memory access (partially) overlapping with a preceding uncompleted store. Note: See the table of not supported store forwards in the Optimization Guide. | EventSel=03H UMask=82H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
LOAD_HIT_PREFETCH.SWPF | Counts all not software-prefetch load dispatches that hit the fill buffer (FB) allocated for the software prefetch. It can also be incremented by some lock instructions. So it should only be used with profiling so that the locks can be excluded by ASM (Assembly File) inspection of the nearby instructions. | EventSel=4CH UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
LSD.CYCLES_ACTIVE | Counts the cycles when at least one uop is delivered by the LSD (Loop-stream detector). | EventSel=A8H UMask=01H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
LSD.CYCLES_OK | Counts the cycles when optimal number of uops is delivered by the LSD (Loop-stream detector). | EventSel=A8H UMask=01H CMask=06H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
LSD.UOPS | Counts the number of uops delivered to the back-end by the LSD(Loop Stream Detector). | EventSel=A8H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
MACHINE_CLEARS.COUNT | Counts the number of machine clears (nukes) of any type. | EventSel=C3H UMask=01H EdgeDetect=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
MACHINE_CLEARS.MEMORY_ORDERING | Counts the number of Machine Clears detected dye to memory ordering. Memory Ordering Machine Clears may apply when a memory read may not conform to the memory ordering rules of the x86 architecture | EventSel=C3H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
MACHINE_CLEARS.SMC | Counts self-modifying code (SMC) detected, which causes a machine clear. | EventSel=C3H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
MEM_INST_RETIRED.ALL_LOADS | Counts all retired load instructions. This event accounts for SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW. | EventSel=D0H UMask=81H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.ALL_STORES | Counts all retired store instructions. | EventSel=D0H UMask=82H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.ANY | Counts all retired memory instructions - loads and stores. | EventSel=D0H UMask=83H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.LOCK_LOADS | Counts retired load instructions with locked access. | EventSel=D0H UMask=21H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.SPLIT_LOADS | Counts retired load instructions that split across a cacheline boundary. | EventSel=D0H UMask=41H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.SPLIT_STORES | Counts retired store instructions that split across a cacheline boundary. | EventSel=D0H UMask=42H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.STLB_HIT_LOADS | Number of retired load instructions with a clean hit in the 2nd-level TLB (STLB). | EventSel=D0H UMask=09H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.STLB_HIT_STORES | Number of retired store instructions that hit in the 2nd-level TLB (STLB). | EventSel=D0H UMask=0AH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.STLB_MISS_LOADS | Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB). | EventSel=D0H UMask=11H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_INST_RETIRED.STLB_MISS_STORES | Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB). | EventSel=D0H UMask=12H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_COMPLETED.L1_MISS_ANY | Number of completed demand load requests that missed the L1 data cache including shadow misses (FB hits, merge to an ongoing L1D miss) | EventSel=43H UMask=FDH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
MEM_LOAD_L3_HIT_RETIRED.XSNP_FWD | Counts retired load instructions whose data sources were HitM responses from shared L3. | EventSel=D2H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS | Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache. | EventSel=D2H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_HIT_RETIRED.XSNP_NO_FWD | Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache. | EventSel=D2H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE | Counts retired load instructions whose data sources were hits in L3 without snoops required. | EventSel=D2H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM | Retired load instructions which data sources missed L3 but serviced from local DRAM. | EventSel=D3H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_MISS_RETIRED.REMOTE_DRAM | MEM_LOAD_L3_MISS_RETIRED.REMOTE_DRAM | EventSel=D3H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_MISS_RETIRED.REMOTE_FWD | Retired load instructions whose data sources was forwarded from a remote cache. | EventSel=D3H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_L3_MISS_RETIRED.REMOTE_HITM | MEM_LOAD_L3_MISS_RETIRED.REMOTE_HITM | EventSel=D3H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_MISC_RETIRED.UC | Retired instructions with at least one load to uncacheable memory-type, or at least one cache-line split locked access (Bus Lock). | EventSel=D4H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.FB_HIT | Counts retired load instructions with at least one uop was load missed in L1 but hit FB (Fill Buffers) due to preceding miss to the same cache line with data not ready. | EventSel=D1H UMask=40H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L1_HIT | Counts retired load instructions with at least one uop that hit in the L1 data cache. This event includes all SW prefetches and lock instructions regardless of the data source. | EventSel=D1H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L1_MISS | Counts retired load instructions with at least one uop that missed in the L1 cache. | EventSel=D1H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L2_HIT | Counts retired load instructions with L2 cache hits as data sources. | EventSel=D1H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L2_MISS | Counts retired load instructions missed L2 cache as data sources. | EventSel=D1H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L3_HIT | Counts retired load instructions with at least one uop that hit in the L3 cache. | EventSel=D1H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_LOAD_RETIRED.L3_MISS | Counts retired load instructions with at least one uop that missed in the L3 cache. | EventSel=D1H UMask=20H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[PreciseEventingIP, DataLinearAddress, Counter=0,1,2,3] AtRetirement |
MEM_STORE_RETIRED.L2_HIT | MEM_STORE_RETIRED.L2_HIT | EventSel=44H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_1024 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=400H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_128 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=80H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_16 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=10H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_2048 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=800H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_256 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=100H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_32 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=20H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_4 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=04H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_512 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 512 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=200H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_64 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 64 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=40H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.LOAD_LATENCY_GT_8 | Counts randomly selected loads when the latency from first dispatch to completion is greater than 8 cycles. Reported latency may be longer than just the memory latency. | EventSel=CDH UMask=01H MSR_PEBS_LD_LAT_THRESHOLD(3F6H)=08H Counter=1,2,3,4,5,6,7 CounterHTOff=1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=1,2,3,4,5,6,7] AtRetirement |
MEM_TRANS_RETIRED.STORE_SAMPLE | Counts Retired memory accesses with at least 1 store operation. This PEBS event is the precisely-distributed (PDist) trigger covering all stores uops for sampling by the PEBS Store Latency Facility. The facility is described in Intel SDM Volume 3 section 19.9.8 | EventSel=CDH UMask=02H Counter=0 CounterHTOff=0 PEBS:[PreciseEventingIP, DataLinearAddress, Latency, Counter=0] AtRetirement |
MEM_UOP_RETIRED.ANY | Number of retired micro-operations (uops) for load or store memory accesses | EventSel=E5H UMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
MEMORY_ACTIVITY.CYCLES_L1D_MISS | Cycles while L1 cache miss demand load is outstanding. | EventSel=47H UMask=02H CMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
MEMORY_ACTIVITY.STALLS_L1D_MISS | Execution stalls while L1 cache miss demand load is outstanding. | EventSel=47H UMask=03H CMask=03H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
MEMORY_ACTIVITY.STALLS_L2_MISS | Execution stalls while L2 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock). | EventSel=47H UMask=05H CMask=05H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
MEMORY_ACTIVITY.STALLS_L3_MISS | Execution stalls while L3 cache miss demand cacheable load request is outstanding (will not count for uncacheable demand requests e.g. bus lock). | EventSel=47H UMask=09H CMask=09H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
MISC_RETIRED.LBR_INSERTS | Increments when an entry is added to the Last Branch Record (LBR) array (or removed from the array in case of RETURNs in call stack mode). The event requires LBR enable via IA32_DEBUGCTL MSR and branch type selection via MSR_LBR_SELECT. | EventSel=CCH UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
MISC2_RETIRED.LFENCE | number of LFENCE retired instructions | EventSel=E0H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
OFFCORE_REQUESTS.ALL_REQUESTS | Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc.. | EventSel=21H UMask=80H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS.DATA_RD | 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. | EventSel=21H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS.DEMAND_CODE_RD | Counts both cacheable and Non-Cacheable code read requests. | EventSel=21H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS.DEMAND_DATA_RD | Counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore. | EventSel=21H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS.DEMAND_RFO | Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM. | EventSel=21H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS.L3_MISS_DEMAND_DATA_RD | Counts demand data read requests that miss the L3 cache. | EventSel=21H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD | 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. | EventSel=20H UMask=08H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_CODE_RD | 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. | EventSel=20H UMask=02H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD | Cycles where at least 1 outstanding demand data read request is pending. | EventSel=20H UMask=01H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO | 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. | EventSel=20H UMask=04H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_L3_MISS_DEMAND_DATA_RD | Cycles with at least 1 Demand Data Read requests who miss L3 cache in the superQ. | EventSel=20H UMask=10H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.DATA_RD | OFFCORE_REQUESTS_OUTSTANDING.DATA_RD | EventSel=20H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.DEMAND_CODE_RD | 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. | EventSel=20H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD | For every cycle, increments by the number of outstanding demand data read requests pending. Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor. | EventSel=20H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO | Counts the number of off-core outstanding read-for-ownership (RFO) store transactions every cycle. An RFO transaction is considered to be in the Off-core outstanding state between L2 cache miss and transaction completion. | EventSel=20H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
OFFCORE_REQUESTS_OUTSTANDING.L3_MISS_DEMAND_DATA_RD | For every cycle, increments by the number of demand data read requests pending that are known to have missed the L3 cache. Note that this does not capture all elapsed cycles while requests are outstanding - only cycles from when the requests were known by the requesting core to have missed the L3 cache. | EventSel=20H UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
RESOURCE_STALLS.SB | Counts allocation stall cycles caused by the store buffer (SB) being full. This counts cycles that the pipeline back-end blocked uop delivery from the front-end. | EventSel=A2H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
RESOURCE_STALLS.SCOREBOARD | Counts cycles where the pipeline is stalled due to serializing operations. | EventSel=A2H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
RS.EMPTY | Counts cycles during which the reservation station (RS) is empty for this logical processor. This is usually caused when the front-end pipeline runs into starvation periods (e.g. branch mispredictions or i-cache misses) | EventSel=A5H UMask=07H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
RS.EMPTY_COUNT | Counts end of periods where the Reservation Station (RS) was empty. Could be useful to closely sample on front-end latency issues (see the FRONTEND_RETIRED event of designated precise events) | EventSel=A5H UMask=07H EdgeDetect=1 Invert=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
RS.EMPTY_RESOURCE | Cycles when RS was empty and a resource allocation stall is asserted | EventSel=A5H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
RTM_RETIRED.ABORTED | Counts the number of times RTM abort was triggered. | EventSel=C9H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[PreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.ABORTED_EVENTS | Counts the number of times an RTM execution aborted due to none of the previous 3 categories (e.g. interrupt). | EventSel=C9H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.ABORTED_MEM | Counts the number of times an RTM execution aborted due to various memory events (e.g. read/write capacity and conflicts). | EventSel=C9H UMask=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.ABORTED_MEMTYPE | Counts the number of times an RTM execution aborted due to incompatible memory type. | EventSel=C9H UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.ABORTED_UNFRIENDLY | Counts the number of times an RTM execution aborted due to HLE-unfriendly instructions. | EventSel=C9H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.COMMIT | Counts the number of times RTM commit succeeded. | EventSel=C9H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
RTM_RETIRED.START | Counts the number of times we entered an RTM region. Does not count nested transactions. | EventSel=C9H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
SQ_MISC.BUS_LOCK | Counts the more expensive bus lock needed to enforce cache coherency for certain memory accesses that need to be done atomically. Can be created by issuing an atomic instruction (via the LOCK prefix) which causes a cache line split or accesses uncacheable memory. | EventSel=2CH UMask=10H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
SW_PREFETCH_ACCESS.ANY | Counts the number of PREFETCHNTA, PREFETCHW, PREFETCHT0, PREFETCHT1 or PREFETCHT2 instructions executed. | EventSel=40H UMask=0FH Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
SW_PREFETCH_ACCESS.NTA | Counts the number of PREFETCHNTA instructions executed. | EventSel=40H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
SW_PREFETCH_ACCESS.PREFETCHW | Counts the number of PREFETCHW instructions executed. | EventSel=40H UMask=08H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
SW_PREFETCH_ACCESS.T0 | Counts the number of PREFETCHT0 instructions executed. | EventSel=40H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
SW_PREFETCH_ACCESS.T1_T2 | Counts the number of PREFETCHT1 or PREFETCHT2 instructions executed. | EventSel=40H UMask=04H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
TOPDOWN.BAD_SPEC_SLOTS | Number of slots of TMA method that were wasted due to incorrect speculation. It covers all types of control-flow or data-related mis-speculations. | EventSel=A4H UMask=04H Counter=0 CounterHTOff=0 PEBS:[NonPreciseEventingIP, Counter=0] Speculative |
TOPDOWN.BR_MISPREDICT_SLOTS | Number of TMA slots that were wasted due to incorrect speculation by (any type of) branch mispredictions. This event estimates number of speculative operations that were issued but not retired as well as the out-of-order engine recovery past a branch misprediction. | EventSel=A4H UMask=08H Counter=0 CounterHTOff=0 PEBS:[NonPreciseEventingIP, Counter=0] Speculative |
TOPDOWN.MEMORY_BOUND_SLOTS | TOPDOWN.MEMORY_BOUND_SLOTS | EventSel=A4H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
TX_MEM.ABORT_CAPACITY_READ | Speculatively counts the number of Transactional Synchronization Extensions (TSX) aborts due to a data capacity limitation for transactional reads | EventSel=54H UMask=80H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
TX_MEM.ABORT_CAPACITY_WRITE | Speculatively counts the number of Transactional Synchronization Extensions (TSX) aborts due to a data capacity limitation for transactional writes. | EventSel=54H UMask=02H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
TX_MEM.ABORT_CONFLICT | Counts the number of times a TSX line had a cache conflict. | EventSel=54H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
UOPS_DECODED.DEC0_UOPS | This event counts the number of not dec-by-all uops decoded by decoder 0. | EventSel=76H UMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
UOPS_DISPATCHED.PORT_0 | Number of uops dispatch to execution port 0. | EventSel=B2H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_1 | Number of uops dispatch to execution port 1. | EventSel=B2H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_2_3_10 | Number of uops dispatch to execution ports 2, 3 and 10 | EventSel=B2H UMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_4_9 | Number of uops dispatch to execution ports 4 and 9 | EventSel=B2H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_5_11 | Number of uops dispatch to execution ports 5 and 11 | EventSel=B2H UMask=20H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_6 | Number of uops dispatch to execution port 6. | EventSel=B2H UMask=40H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_DISPATCHED.PORT_7_8 | Number of uops dispatch to execution ports 7 and 8. | EventSel=B2H UMask=80H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CORE | Counts the number of uops executed from any thread. | EventSel=B1H UMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CORE_CYCLES_GE_1 | Counts cycles when at least 1 micro-op is executed from any thread on physical core. | EventSel=B1H UMask=02H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CORE_CYCLES_GE_2 | Counts cycles when at least 2 micro-ops are executed from any thread on physical core. | EventSel=B1H UMask=02H CMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CORE_CYCLES_GE_3 | Counts cycles when at least 3 micro-ops are executed from any thread on physical core. | EventSel=B1H UMask=02H CMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CORE_CYCLES_GE_4 | Counts cycles when at least 4 micro-ops are executed from any thread on physical core. | EventSel=B1H UMask=02H CMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CYCLES_GE_1 | Cycles where at least 1 uop was executed per-thread. | EventSel=B1H UMask=01H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CYCLES_GE_2 | Cycles where at least 2 uops were executed per-thread. | EventSel=B1H UMask=01H CMask=02H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CYCLES_GE_3 | Cycles where at least 3 uops were executed per-thread. | EventSel=B1H UMask=01H CMask=03H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.CYCLES_GE_4 | Cycles where at least 4 uops were executed per-thread. | EventSel=B1H UMask=01H CMask=04H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.STALLS | Counts cycles during which no uops were dispatched from the Reservation Station (RS) per thread. | EventSel=B1H UMask=01H Invert=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.THREAD | Counts the number of uops to be executed per-thread each cycle. | EventSel=B1H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_EXECUTED.X87 | Counts the number of x87 uops executed. | EventSel=B1H UMask=10H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_ISSUED.ANY | Counts the number of uops that the Resource Allocation Table (RAT) issues to the Reservation Station (RS). | EventSel=AEH UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_ISSUED.CYCLES | UOPS_ISSUED.CYCLES | EventSel=AEH UMask=01H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] Speculative |
UOPS_RETIRED.CYCLES | Counts cycles where at least one uop has retired. | EventSel=C2H UMask=02H CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
UOPS_RETIRED.HEAVY | Counts the number of retired micro-operations (uops) except the last uop of each instruction. An instruction that is decoded into less than two uops does not contribute to the count. | EventSel=C2H UMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
UOPS_RETIRED.MS | UOPS_RETIRED.MS | EventSel=C2H UMask=04H MSR_PEBS_FRONTEND(3F7H)=08H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
UOPS_RETIRED.STALLS | This event counts cycles without actually retired uops. | EventSel=C2H UMask=02H Invert=1 CMask=01H Counter=0,1,2,3,4,5,6,7 CounterHTOff=0,1,2,3,4,5,6,7 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3,4,5,6,7] AtRetirement |
XQ.FULL_CYCLES | number of cycles when the thread is active and the uncore cannot take any further requests (for example prefetches, loads or stores initiated by the Core that miss the L2 cache). | EventSel=2DH UMask=01H CMask=01H Counter=0,1,2,3 CounterHTOff=0,1,2,3 PEBS:[NonPreciseEventingIP, Counter=0,1,2,3] Speculative |
UNCORE | ||
UNC_B2CMI_CLOCKTICKS | Clockticks of the mesh to memory (B2CMI) | EventSel=01H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2CORE_NOT_TAKEN_DIRSTATE | Counts the number of time D2C was not honoured by egress due to directory state constraints | EventSel=17H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2CORE_TAKEN | Counts the number of times B2CMI egress did D2C (direct to core) | EventSel=16H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2CORE_TXN_OVERRIDE | Counts the number of times D2C wasn't honoured even though the incoming request had d2c set for non cisgress txn | EventSel=18H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_NOT_TAKEN_CREDITS | Counts the number of d2k wasn't done due to credit constraints | EventSel=1BH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_NOT_TAKEN_CREDITS.EGRESS | Direct to UPI Transactions - Ignored due to lack of credits : All | EventSel=1BH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_NOT_TAKEN_DIRSTATE | Counts the number of time D2K was not honoured by egress due to directory state constraints | EventSel=1AH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_NOT_TAKEN_DIRSTATE.EGRESS | Cycles when Direct2UPI was Disabled : Egress Ignored D2U | EventSel=1AH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_TAKEN | Counts the number of times egress did D2K (Direct to KTI) | EventSel=19H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECT2UPI_TXN_OVERRIDE | Counts the number of times D2K wasn't honoured even though the incoming request had d2k set for non cisgress txn | EventSel=1CH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_LOOKUP.ANY | Counts the number of 1lm or 2lm hit read data returns to egress with any directory to non persistent memory | EventSel=20H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_LOOKUP.STATE_A | Counts the number of 1lm or 2lm hit read data returns to egress with directory A to non persistent memory | EventSel=20H UMask=08H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_LOOKUP.STATE_I | Counts the number of 1lm or 2lm hit read data returns to egress with directory I to non persistent memory | EventSel=20H UMask=02H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_LOOKUP.STATE_S | Counts the number of 1lm or 2lm hit read data returns to egress with directory S to non persistent memory | EventSel=20H UMask=04H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_UPDATE.A2I | Any A2I Transition | EventSel=21H UMask=20H UMaskExt=00000003H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_UPDATE.A2S | Any A2S Transition | EventSel=21H UMask=40H UMaskExt=00000003H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_UPDATE.ANY | Counts cisgress directory updates | EventSel=21H UMask=01H UMaskExt=00000003H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_UPDATE.I2A | Any I2A Transition | EventSel=21H UMask=04H UMaskExt=00000003H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_DIRECTORY_UPDATE.I2S | Any I2S Transition | EventSel=21H UMask=02H UMaskExt=00000003H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_IMC_READS.ALL | Counts any read | EventSel=24H UMask=04H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_IMC_READS.NORMAL | Counts normal reads issue to CMI | EventSel=24H UMask=01H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_IMC_WRITES.ALL | All Writes - All Channels | EventSel=25H UMask=10H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_IMC_WRITES.FULL | Full Non-ISOCH - All Channels | EventSel=25H UMask=01H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_IMC_WRITES.PARTIAL | Partial Non-ISOCH - All Channels | EventSel=25H UMask=02H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_PREFCAM_INSERTS.UPI_ALLCH | Prefetch CAM Inserts : UPI - All Channels | EventSel=56H UMask=02H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_PREFCAM_INSERTS.XPT_ALLCH | Prefetch CAM Inserts : XPT - All Channels | EventSel=56H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TAG_HIT.ALL | Counts the 2lm reads and WRNI which were a hit | EventSel=1FH UMask=0FH UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TAG_HIT.RD_CLEAN | Counts the 2lm reads which were a hit clean | EventSel=1FH UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TAG_HIT.RD_DIRTY | Counts the 2lm reads which were a hit dirty | EventSel=1FH UMask=02H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TAG_MISS.CLEAN | Counts the 2lm second way read miss for a WrNI | EventSel=4BH UMask=05H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TAG_MISS.DIRTY | Counts the 2lm second way read miss for a WrNI | EventSel=4BH UMask=0AH UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TRACKER_INSERTS.CH0 | Tracker Inserts : Channel 0 | EventSel=32H UMask=04H UMaskExt=00000001H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CMI_TRACKER_OCCUPANCY.CH0 | Tracker Occupancy : Channel 0 | EventSel=33H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_B2CXL_CLOCKTICKS | B2CXL Clockticks | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H PortMask=000H Counter=0,1,2,3 |
UNC_B2HOT_CLOCKTICKS | Clockticks for the B2HOT unit | EventSel=01H UMask=01H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_B2UPI_CLOCKTICKS | Number of uclks in domain | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_CHA_CLOCKTICKS | Clockticks of the uncore caching and home agent (CHA) | EventSel=01H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_DISTRESS_ASSERTED.DPT_ANY | Distress signal assertion for dynamic prefetch throttle (DPT). Threshold for distress signal assertion reached in TOR or IRQ (immediate cause for triggering). | EventSel=59H UMask=03H UMaskExt=00000000H FCMask=00H PortMask=000H Counter=0,1,2,3 |
UNC_CHA_DISTRESS_ASSERTED.DPT_IRQ | Distress signal assertion for dynamic prefetch throttle (DPT). Threshold for distress signal assertion reached in IRQ (immediate cause for triggering). | EventSel=59H UMask=01H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_CHA_DISTRESS_ASSERTED.DPT_TOR | Distress signal assertion for dynamic prefetch throttle (DPT). Threshold for distress signal assertion reached in TOR (immediate cause for triggering). | EventSel=59H UMask=02H UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_CHA_MISC.RFO_HIT_S | Cbo Misc : RFO HitS | EventSel=39H UMask=08H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_OSB.RFO_HITS_SNP_BCAST | OSB Snoop Broadcast : RFO HitS Snoop Broadcast | EventSel=55H UMask=10H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REMOTE_SF.MISS | UNC_CHA_REMOTE_SF.MISS | EventSel=69H UMask=04H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.INVITOE | HA Read and Write Requests : InvalItoE | EventSel=50H UMask=30H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.INVITOE_LOCAL | Counts the total number of requests coming from a unit on this socket for exclusive ownership of a cache line without receiving data (INVITOE) to the CHA. | EventSel=50H UMask=10H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.INVITOE_REMOTE | Counts the total number of requests coming from a remote socket for exclusive ownership of a cache line without receiving data (INVITOE) to the CHA. | EventSel=50H UMask=20H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.READS | HA Read and Write Requests : Reads | EventSel=50H UMask=03H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.READS_LOCAL | Counts read requests coming from a unit on this socket made into this CHA. Reads include all read opcodes (including RFO: the Read for Ownership issued before a write). | EventSel=50H UMask=01H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.READS_REMOTE | Counts read requests coming from a remote socket made into the CHA. Reads include all read opcodes (including RFO: the Read for Ownership issued before a write). | EventSel=50H UMask=02H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.WRITES | HA Read and Write Requests : Writes | EventSel=50H UMask=0CH UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.WRITES_LOCAL | Counts write requests coming from a unit on this socket made into this CHA, including streaming, evictions, HitM (Reads from another core to a Modified cacheline), etc. | EventSel=50H UMask=04H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_REQUESTS.WRITES_REMOTE | Counts the total number of read requests made into the Home Agent. Reads include all read opcodes (including RFO). Writes include all writes (streaming, evictions, HitM, etc). | EventSel=50H UMask=08H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_CLFLUSH | TOR Inserts : CLFlushes issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C8C7FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_CRD | TOR Inserts : CRDs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C80FFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_CRD_PREF | TOR Inserts; Code read prefetch from local IA that misses in the snoop filter | EventSel=35H UMask=01H UMaskExt=00C88FFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_DRD | TOR Inserts : DRds issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C817FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_DRD_PREF | TOR Inserts : DRd_Prefs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C897FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_DRDPTE | TOR Inserts : DRdPte issued by iA Cores due to a page walk | EventSel=35H UMask=01H UMaskExt=00C837FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_CRD | TOR Inserts : CRds issued by iA Cores that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00C80FFDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_CRD_PREF | TOR Inserts : CRd_Prefs issued by iA Cores that hit the LLC | EventSel=35H UMask=01H UMaskExt=00C88FFDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_CXL_ACC | All requests issued from IA cores to CXL accelerator memory regions that hit the LLC. | EventSel=35H UMask=01H UMaskExt=10C00181H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_DRD | TOR Inserts : DRds issued by iA Cores that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00C817FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_DRD_PREF | TOR Inserts : DRd_Prefs issued by iA Cores that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00C897FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_DRDPTE | TOR Inserts : DRdPte issued by iA Cores due to a page walk that hit the LLC | EventSel=35H UMask=01H UMaskExt=00C837FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_ITOM | TOR Inserts : ItoMs issued by iA Cores that Hit LLC | EventSel=35H UMask=01H UMaskExt=00CC47FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_LLCPREFCODE | TOR Inserts : LLCPrefCode issued by iA Cores that hit the LLC | EventSel=35H UMask=01H UMaskExt=00CCCFFDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_LLCPREFDATA | TOR Inserts : LLCPrefData issued by iA Cores that hit the LLC | EventSel=35H UMask=01H UMaskExt=00CCD7FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_LLCPREFRFO | TOR Inserts : LLCPrefRFO issued by iA Cores that hit the LLC | EventSel=35H UMask=01H UMaskExt=00CCC7FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_RFO | TOR Inserts : RFOs issued by iA Cores that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00C807FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_HIT_RFO_PREF | TOR Inserts : RFO_Prefs issued by iA Cores that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00C887FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_ITOM | TOR Inserts : ItoMs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CC47FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_ITOMCACHENEAR | TOR Inserts : ItoMCacheNears issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CD47FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_LLCPREFCODE | TOR Inserts : LLCPrefCode issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CCCFFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_LLCPREFDATA | TOR Inserts : LLCPrefData issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CCD7FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_LLCPREFRFO | TOR Inserts : LLCPrefRFO issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CCC7FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS | TOR Inserts : All requests from iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C001FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD | TOR Inserts : CRds issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C80FFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD_LOCAL | TOR Inserts : CRd issued by iA Cores that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C80EFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD_PREF | TOR Inserts : CRd_Prefs issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C88FFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD_PREF_LOCAL | TOR Inserts : CRd_Prefs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C88EFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD_PREF_REMOTE | TOR Inserts : CRd_Prefs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C88F7EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CRD_REMOTE | TOR Inserts : CRd issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C80F7EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_CXL_ACC | All requests issued from IA cores to CXL accelerator memory regions that miss the LLC. | EventSel=35H UMask=01H UMaskExt=10C00182H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD | TOR Inserts : DRds issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C817FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_CXL_ACC | DRds issued from an IA core which miss the L3 and target memory in a CXL type 2 memory expander card. | EventSel=35H UMask=01H UMaskExt=10C81782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_DDR | TOR Inserts : DRds issued by iA Cores targeting DDR Mem that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C81786H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_LOCAL | TOR Inserts : DRds issued by iA Cores that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C816FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_LOCAL_DDR | TOR Inserts : DRds issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C81686H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF | TOR Inserts : DRd_Prefs issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C897FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_CXL_ACC | L2 data prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=35H UMask=01H UMaskExt=10C89782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_DDR | TOR Inserts : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C89786H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_LOCAL | Inserts into the TOR from local IA cores which miss the LLC and snoop filter with the opcode DRD_PREF, and target local memory | EventSel=35H UMask=01H UMaskExt=00C896FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_LOCAL_DDR | TOR Inserts : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C89686H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_REMOTE | Inserts into the TOR from local IA cores which miss the LLC and snoop filter with the opcode DRD_PREF, and target remote memory | EventSel=35H UMask=01H UMaskExt=00C8977EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_PREF_REMOTE_DDR | TOR Inserts : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C89706H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_REMOTE | TOR Inserts : DRds issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C8177EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRD_REMOTE_DDR | TOR Inserts : DRds issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C81706H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_DRDPTE | TOR Inserts : DRdPte issued by iA Cores due to a page walk that missed the LLC | EventSel=35H UMask=01H UMaskExt=00C837FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_ITOM | TOR Inserts : ItoMs issued by iA Cores that Missed LLC | EventSel=35H UMask=01H UMaskExt=00CC47FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LLCPREFCODE | TOR Inserts : LLCPrefCode issued by iA Cores that missed the LLC | EventSel=35H UMask=01H UMaskExt=00CCCFFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LLCPREFDATA | TOR Inserts : LLCPrefData issued by iA Cores that missed the LLC | EventSel=35H UMask=01H UMaskExt=00CCD7FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LLCPREFDATA_CXL_ACC | LLC data prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=35H UMask=01H UMaskExt=10CCD782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LLCPREFRFO | TOR Inserts : LLCPrefRFO issued by iA Cores that missed the LLC | EventSel=35H UMask=01H UMaskExt=00CCC7FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LLCPREFRFO_CXL_ACC | L2 RFO prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=35H UMask=01H UMaskExt=10C88782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LOCAL_WCIL_DDR | TOR Inserts : WCiLs issued by iA Cores targeting DDR that missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C86E86H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_LOCAL_WCILF_DDR | TOR Inserts : WCiLFs issued by iA Cores targeting DDR that missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C86686H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_REMOTE_WCIL_DDR | TOR Inserts : WCiLs issued by iA Cores targeting DDR that missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C86F06H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_REMOTE_WCILF_DDR | TOR Inserts : WCiLFs issued by iA Cores targeting DDR that missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C86706H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO | TOR Inserts : RFOs issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C807FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_CXL_ACC | RFOs issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=35H UMask=01H UMaskExt=10C80782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_LOCAL | TOR Inserts : RFOs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C806FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_PREF | TOR Inserts : RFO_Prefs issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C887FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_PREF_CXL_ACC | LLC RFO prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=35H UMask=01H UMaskExt=10CCC782H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_PREF_LOCAL | TOR Inserts : RFO_Prefs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=35H UMask=01H UMaskExt=00C886FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_PREF_REMOTE | TOR Inserts : RFO_Prefs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C8877EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_RFO_REMOTE | TOR Inserts : RFOs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=35H UMask=01H UMaskExt=00C8077EH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_UCRDF | TOR Inserts : UCRdFs issued by iA Cores that Missed LLC | EventSel=35H UMask=01H UMaskExt=00C877DEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_WCIL | TOR Inserts : WCiLs issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C86FFEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_WCIL_DDR | TOR Inserts : WCiLs issued by iA Cores targeting DDR that missed the LLC | EventSel=35H UMask=01H UMaskExt=00C86F86H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_WCILF | TOR Inserts : WCiLF issued by iA Cores that Missed the LLC | EventSel=35H UMask=01H UMaskExt=00C867FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_WCILF_DDR | TOR Inserts : WCiLFs issued by iA Cores targeting DDR that missed the LLC | EventSel=35H UMask=01H UMaskExt=00C86786H Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_MISS_WIL | TOR Inserts : WiLs issued by iA Cores that Missed LLC | EventSel=35H UMask=01H UMaskExt=00C87FDEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_RFO | TOR Inserts : RFOs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C807FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_RFO_PREF | TOR Inserts : RFO_Prefs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C887FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_SPECITOM | TOR Inserts : SpecItoMs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CC57FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WBEFTOE | TOR Inserts : ItoMs issued by IO Devices that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00CC3FFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WBEFTOI | TOR Inserts : ItoMs issued by IO Devices that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00CC37FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WBMTOE | TOR Inserts : ItoMs issued by IO Devices that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00CC2FFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WBMTOI | TOR Inserts : WbMtoIs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00CC27FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WBSTOI | TOR Inserts : ItoMs issued by IO Devices that Hit the LLC | EventSel=35H UMask=01H UMaskExt=00CC67FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WCIL | TOR Inserts : WCiLs issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C86FFFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IA_WCILF | TOR Inserts : WCiLF issued by iA Cores | EventSel=35H UMask=01H UMaskExt=00C867FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_CLFLUSH | TOR Inserts : CLFlushes issued by IO Devices | EventSel=35H UMask=04H UMaskExt=00C8C3FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_HIT_ITOM | TOR Inserts : ItoMs issued by IO Devices that Hit the LLC | EventSel=35H UMask=04H UMaskExt=00CC43FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_HIT_ITOMCACHENEAR | TOR Inserts : ItoMCacheNears, indicating a partial write request, from IO Devices that hit the LLC | EventSel=35H UMask=04H UMaskExt=00CD43FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_HIT_PCIRDCUR | TOR Inserts : PCIRdCurs issued by IO Devices that hit the LLC | EventSel=35H UMask=04H UMaskExt=00C8F3FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_HIT_RFO | TOR Inserts : RFOs issued by IO Devices that hit the LLC | EventSel=35H UMask=04H UMaskExt=00C803FDH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOM | TOR Inserts : ItoMs issued by IO Devices | EventSel=35H UMask=04H UMaskExt=00CC43FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOM_LOCAL | TOR Inserts : ItoM, indicating a write request, from IO Devices that address memory on the local socket | EventSel=35H UMask=04H UMaskExt=00CC42FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOM_REMOTE | TOR Inserts : ItoM, indicating a write request, from IO Devices that address memory on a remote socket | EventSel=35H UMask=04H UMaskExt=00CC437FH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOMCACHENEAR | TOR Inserts : ItoMCacheNears, indicating a partial write request, from IO Devices | EventSel=35H UMask=04H UMaskExt=00CD43FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOMCACHENEAR_LOCAL | TOR Inserts : ItoMCacheNears, indicating a partial write request, from IO Devices that address memory on the local socket | EventSel=35H UMask=04H UMaskExt=00CD42FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_ITOMCACHENEAR_REMOTE | TOR Inserts : ItoMCacheNears, indicating a partial write request, from IO Devices that address memory on a remote socket | EventSel=35H UMask=04H UMaskExt=00CD437FH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_MISS_ITOM | TOR Inserts : ItoMs issued by IO Devices that missed the LLC | EventSel=35H UMask=04H UMaskExt=00CC43FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_MISS_ITOMCACHENEAR | TOR Inserts : ItoMCacheNears, indicating a partial write request, from IO Devices that missed the LLC | EventSel=35H UMask=04H UMaskExt=00CD43FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_MISS_PCIRDCUR | TOR Inserts : PCIRdCurs issued by IO Devices that missed the LLC | EventSel=35H UMask=04H UMaskExt=00C8F3FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_MISS_RFO | TOR Inserts : RFOs issued by IO Devices that missed the LLC | EventSel=35H UMask=04H UMaskExt=00C803FEH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_PCIRDCUR | TOR Inserts : PCIRdCurs issued by IO Devices | EventSel=35H UMask=04H UMaskExt=00C8F3FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_PCIRDCUR_LOCAL | TOR Inserts : PCIRdCurs issued by IO Devices that addresses memory on the local socket | EventSel=35H UMask=04H UMaskExt=00C8F2FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_PCIRDCUR_REMOTE | TOR Inserts : PCIRdCurs issued by IO Devices that addresses memory on a remote socket | EventSel=35H UMask=04H UMaskExt=00C8F37FH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_RFO | TOR Inserts : RFOs issued by IO Devices | EventSel=35H UMask=04H UMaskExt=00C803FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.IO_WBMTOI | TOR Inserts : WbMtoIs issued by IO Devices | EventSel=35H UMask=04H UMaskExt=00CC23FFH Counter=0,1,2,3 |
UNC_CHA_TOR_INSERTS.LLC_OR_SF_EVICTIONS | TOR allocation occurred as a result of SF/LLC evictions (came from the ISMQ) | EventSel=35H UMask=02H UMaskExt=00C001FFH Counter=0,1,2,3 |
UNC_CHA_TOR_OCCUPANCY.IA_CLFLUSH | TOR Occupancy : CLFlushes issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C8C7FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_CRD | TOR Occupancy : CRDs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C80FFFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_CRD_PREF | TOR Occupancy; Code read prefetch from local IA that misses in the snoop filter | EventSel=36H UMask=01H UMaskExt=00C88FFFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_DRD | TOR Occupancy : DRds issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C817FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_DRD_PREF | TOR Occupancy : DRd_Prefs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C897FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_DRDPTE | TOR Occupancy : DRdPte issued by iA Cores due to a page walk | EventSel=36H UMask=01H UMaskExt=00C837FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_CRD | TOR Occupancy : CRds issued by iA Cores that Hit the LLC | EventSel=36H UMask=01H UMaskExt=00C80FFDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_CRD_PREF | TOR Occupancy : CRd_Prefs issued by iA Cores that hit the LLC | EventSel=36H UMask=01H UMaskExt=00C88FFDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_CXL_ACC | TOR Occupancy for All requests issued from IA cores to CXL accelerator memory regions that hit the LLC. | EventSel=36H UMask=01H UMaskExt=10C00181H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_DRD | TOR Occupancy : DRds issued by iA Cores that Hit the LLC | EventSel=36H UMask=01H UMaskExt=00C817FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_DRD_PREF | TOR Occupancy : DRd_Prefs issued by iA Cores that Hit the LLC | EventSel=36H UMask=01H UMaskExt=00C897FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_DRDPTE | TOR Occupancy : DRdPte issued by iA Cores due to a page walk that hit the LLC | EventSel=36H UMask=01H UMaskExt=00C837FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_ITOM | TOR Occupancy : ItoMs issued by iA Cores that Hit LLC | EventSel=36H UMask=01H UMaskExt=00CC47FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_LLCPREFCODE | TOR Occupancy : LLCPrefCode issued by iA Cores that hit the LLC | EventSel=36H UMask=01H UMaskExt=00CCCFFDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_LLCPREFDATA | TOR Occupancy : LLCPrefData issued by iA Cores that hit the LLC | EventSel=36H UMask=01H UMaskExt=00CCD7FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_LLCPREFRFO | TOR Occupancy : LLCPrefRFO issued by iA Cores that hit the LLC | EventSel=36H UMask=01H UMaskExt=00CCC7FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_RFO | TOR Occupancy : RFOs issued by iA Cores that Hit the LLC | EventSel=36H UMask=01H UMaskExt=00C807FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_HIT_RFO_PREF | TOR Occupancy : RFO_Prefs issued by iA Cores that Hit the LLC | EventSel=36H UMask=01H UMaskExt=00C887FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_ITOM | TOR Occupancy : ItoMs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CC47FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_ITOMCACHENEAR | TOR Occupancy : ItoMCacheNears issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CD47FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_LLCPREFCODE | TOR Occupancy : LLCPrefCode issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CCCFFFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_LLCPREFDATA | TOR Occupancy : LLCPrefData issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CCD7FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_LLCPREFRFO | TOR Occupancy : LLCPrefRFO issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CCC7FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD | TOR Occupancy : CRds issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C80FFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD_LOCAL | TOR Occupancy : CRd issued by iA Cores that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C80EFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD_PREF | TOR Occupancy : CRd_Prefs issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C88FFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD_PREF_LOCAL | TOR Occupancy : CRd_Prefs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C88EFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD_PREF_REMOTE | TOR Occupancy : CRd_Prefs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C88F7EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CRD_REMOTE | TOR Occupancy : CRd issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C80F7EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_CXL_ACC | TOR Occupancy for All requests issued from IA cores to CXL accelerator memory regions that miss the LLC. | EventSel=36H UMask=01H UMaskExt=10C00182H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD | TOR Occupancy : DRds issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C817FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_CXL_ACC | TOR Occupancy for DRds and equivalent opcodes issued from an IA core which miss the L3 and target memory in a CXL type 2 memory expander card. | EventSel=36H UMask=01H UMaskExt=10C81782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_DDR | TOR Occupancy : DRds issued by iA Cores targeting DDR Mem that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C81786H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_LOCAL | TOR Occupancy : DRds issued by iA Cores that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C816FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_LOCAL_DDR | TOR Occupancy : DRds issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C81686H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF | TOR Occupancy : DRd_Prefs issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C897FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_CXL_ACC | TOR Occupancy for L2 data prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=36H UMask=01H UMaskExt=10C89782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_DDR | TOR Occupancy : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C89786H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_LOCAL | TOR Occupancy; Data read prefetch from local IA that misses in the snoop filter | EventSel=36H UMask=01H UMaskExt=00C896FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_LOCAL_DDR | TOR Occupancy : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C89686H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_REMOTE | TOR Occupancy; Data read prefetch from local IA that misses in the snoop filter | EventSel=36H UMask=01H UMaskExt=00C8977EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_PREF_REMOTE_DDR | TOR Occupancy : DRd_Prefs issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C89706H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_REMOTE | TOR Occupancy : DRds issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C8177EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRD_REMOTE_DDR | TOR Occupancy : DRds issued by iA Cores targeting DDR Mem that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C81706H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_DRDPTE | TOR Occupancy : DRdPte issued by iA Cores due to a page walk that missed the LLC | EventSel=36H UMask=01H UMaskExt=00C837FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_ITOM | TOR Occupancy : ItoMs issued by iA Cores that Missed LLC | EventSel=36H UMask=01H UMaskExt=00CC47FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LLCPREFCODE | TOR Occupancy : LLCPrefCode issued by iA Cores that missed the LLC | EventSel=36H UMask=01H UMaskExt=00CCCFFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LLCPREFDATA | TOR Occupancy : LLCPrefData issued by iA Cores that missed the LLC | EventSel=36H UMask=01H UMaskExt=00CCD7FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LLCPREFDATA_CXL_ACC | TOR Occupancy for LLC data prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=36H UMask=01H UMaskExt=10CCD782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LLCPREFRFO | TOR Occupancy : LLCPrefRFO issued by iA Cores that missed the LLC | EventSel=36H UMask=01H UMaskExt=00CCC7FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LLCPREFRFO_CXL_ACC | TOR Occupancy for L2 RFO prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=36H UMask=01H UMaskExt=10C88782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LOCAL_WCIL_DDR | TOR Occupancy : WCiLs issued by iA Cores targeting DDR that missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C86E86H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_LOCAL_WCILF_DDR | TOR Occupancy : WCiLFs issued by iA Cores targeting DDR that missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C86686H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_REMOTE_WCIL_DDR | TOR Occupancy : WCiLs issued by iA Cores targeting DDR that missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C86F06H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_REMOTE_WCILF_DDR | TOR Occupancy : WCiLFs issued by iA Cores targeting DDR that missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C86706H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO | TOR Occupancy : RFOs issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C807FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_CXL_ACC | TOR Occupancy for RFOs issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=36H UMask=01H UMaskExt=10C80782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_LOCAL | TOR Occupancy : RFOs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C806FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_PREF | TOR Occupancy : RFO_Prefs issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C887FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_PREF_CXL_ACC | TOR Occupancy for LLC RFO prefetches issued from an IA core which miss the L3 and target memory in a CXL type 2 accelerator. | EventSel=36H UMask=01H UMaskExt=10CCC782H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_PREF_LOCAL | TOR Occupancy : RFO_Prefs issued by iA Cores that Missed the LLC - HOMed locally | EventSel=36H UMask=01H UMaskExt=00C886FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_PREF_REMOTE | TOR Occupancy : RFO_Prefs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C8877EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_RFO_REMOTE | TOR Occupancy : RFOs issued by iA Cores that Missed the LLC - HOMed remotely | EventSel=36H UMask=01H UMaskExt=00C8077EH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_UCRDF | TOR Occupancy : UCRdFs issued by iA Cores that Missed LLC | EventSel=36H UMask=01H UMaskExt=00C877DEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_WCIL | TOR Occupancy : WCiLs issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C86FFEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_WCIL_DDR | TOR Occupancy : WCiLs issued by iA Cores targeting DDR that missed the LLC | EventSel=36H UMask=01H UMaskExt=00C86F86H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_WCILF | TOR Occupancy : WCiLF issued by iA Cores that Missed the LLC | EventSel=36H UMask=01H UMaskExt=00C867FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_WCILF_DDR | TOR Occupancy : WCiLFs issued by iA Cores targeting DDR that missed the LLC | EventSel=36H UMask=01H UMaskExt=00C86786H Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_MISS_WIL | TOR Occupancy : WiLs issued by iA Cores that Missed LLC | EventSel=36H UMask=01H UMaskExt=00C87FDEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_RFO | TOR Occupancy : RFOs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C807FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_RFO_PREF | TOR Occupancy : RFO_Prefs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C887FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_SPECITOM | TOR Occupancy : SpecItoMs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CC57FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_WBMTOI | TOR Occupancy : WbMtoIs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00CC27FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_WCIL | TOR Occupancy : WCiLs issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C86FFFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IA_WCILF | TOR Occupancy : WCiLF issued by iA Cores | EventSel=36H UMask=01H UMaskExt=00C867FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_CLFLUSH | TOR Occupancy : CLFlushes issued by IO Devices | EventSel=36H UMask=04H UMaskExt=00C8C3FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_HIT_ITOM | TOR Occupancy : ItoMs issued by IO Devices that Hit the LLC | EventSel=36H UMask=04H UMaskExt=00CC43FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_HIT_ITOMCACHENEAR | TOR Occupancy : ItoMCacheNears, indicating a partial write request, from IO Devices that hit the LLC | EventSel=36H UMask=04H UMaskExt=00CD43FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_HIT_PCIRDCUR | TOR Occupancy : PCIRdCurs issued by IO Devices that hit the LLC | EventSel=36H UMask=04H UMaskExt=00C8F3FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_HIT_RFO | TOR Occupancy : RFOs issued by IO Devices that hit the LLC | EventSel=36H UMask=04H UMaskExt=00C803FDH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_ITOM | TOR Occupancy : ItoMs issued by IO Devices | EventSel=36H UMask=04H UMaskExt=00CC43FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_ITOMCACHENEAR | TOR Occupancy : ItoMCacheNears, indicating a partial write request, from IO Devices | EventSel=36H UMask=04H UMaskExt=00CD43FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_MISS_ITOM | TOR Occupancy : ItoMs issued by IO Devices that missed the LLC | EventSel=36H UMask=04H UMaskExt=00CC43FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_MISS_ITOMCACHENEAR | TOR Occupancy : ItoMCacheNears, indicating a partial write request, from IO Devices that missed the LLC | EventSel=36H UMask=04H UMaskExt=00CD43FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_MISS_PCIRDCUR | TOR Occupancy : PCIRdCurs issued by IO Devices that missed the LLC | EventSel=36H UMask=04H UMaskExt=00C8F3FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_MISS_RFO | TOR Occupancy : RFOs issued by IO Devices that missed the LLC | EventSel=36H UMask=04H UMaskExt=00C803FEH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_PCIRDCUR | TOR Occupancy : PCIRdCurs issued by IO Devices | EventSel=36H UMask=04H UMaskExt=00C8F3FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_RFO | TOR Occupancy : RFOs issued by IO Devices | EventSel=36H UMask=04H UMaskExt=00C803FFH Counter=0 |
UNC_CHA_TOR_OCCUPANCY.IO_WBMTOI | TOR Occupancy : WbMtoIs issued by IO Devices | EventSel=36H UMask=04H UMaskExt=00CC23FFH Counter=0 |
UNC_CHACMS_CLOCKTICKS | UNC_CHACMS_CLOCKTICKS | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H PortMask=000H Counter=0,1,2,3 |
UNC_IIO_CLOCKTICKS | IIO Clockticks | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H PortMask=000H Counter=0,1,2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART0 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART1 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070020H FCMask=07H PortMask=002H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART2 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070040H FCMask=07H PortMask=004H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART3 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070080H FCMask=07H PortMask=008H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART4 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070100H FCMask=07H PortMask=010H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART5 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070200H FCMask=07H PortMask=020H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART6 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070400H FCMask=07H PortMask=040H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.MEM_WRITE.PART7 | Data requested by the CPU : Core writing to Cards MMIO space | EventSel=C0H UMask=01H UMaskExt=00070800H FCMask=07H PortMask=080H Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.PEER_READ.ALL_PARTS | Data requested by the CPU : Another card (different IIO stack) reading from this card. | EventSel=C0H UMask=08H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_DATA_REQ_BY_CPU.PEER_WRITE.ALL_PARTS | Data requested by the CPU : Another card (different IIO stack) writing to this card. | EventSel=C0H UMask=02H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.ALL_PARTS | Counts once for every 4 bytes read from this card to memory. This event does include reads to IO. | EventSel=83H UMask=04H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART0 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART1 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070020H FCMask=07H PortMask=02H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART2 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070040H FCMask=07H PortMask=04H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART3 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070080H FCMask=07H PortMask=08H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART4 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070100H FCMask=07H PortMask=10H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART5 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070200H FCMask=07H PortMask=20H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART6 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070400H FCMask=07H PortMask=40H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_READ.PART7 | Four byte data request of the CPU : Card reading from DRAM | EventSel=83H UMask=04H UMaskExt=00070800H FCMask=07H PortMask=80H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.ALL_PARTS | Counts once for every 4 bytes written from this card to memory. This event does include writes to IO. | EventSel=83H UMask=01H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART0 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART1 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070020H FCMask=07H PortMask=02H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART2 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070040H FCMask=07H PortMask=04H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART3 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070080H FCMask=07H PortMask=08H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART4 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070100H FCMask=07H PortMask=10H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART5 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070200H FCMask=07H PortMask=20H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART6 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070400H FCMask=07H PortMask=40H Counter=0,1 |
UNC_IIO_DATA_REQ_OF_CPU.MEM_WRITE.PART7 | Four byte data request of the CPU : Card writing to DRAM | EventSel=83H UMask=01H UMaskExt=00070800H FCMask=07H PortMask=80H Counter=0,1 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.ALL_PARTS | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART0 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART1 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070020H FCMask=07H PortMask=002H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART2 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070040H FCMask=07H PortMask=004H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART3 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070080H FCMask=07H PortMask=008H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART4 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070100H FCMask=07H PortMask=010H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART5 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070200H FCMask=07H PortMask=020H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART6 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070400H FCMask=07H PortMask=040H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_READ.PART7 | Number Transactions requested by the CPU : Core reading from Cards MMIO space | EventSel=C1H UMask=04H UMaskExt=00070800H FCMask=07H PortMask=080H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.ALL_PARTS | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART0 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART1 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070020H FCMask=07H PortMask=002H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART2 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070040H FCMask=07H PortMask=004H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART3 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070080H FCMask=07H PortMask=008H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART4 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070100H FCMask=07H PortMask=010H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART5 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070200H FCMask=07H PortMask=020H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART6 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070400H FCMask=07H PortMask=040H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.MEM_WRITE.PART7 | Number Transactions requested by the CPU : Core writing to Cards MMIO space | EventSel=C1H UMask=01H UMaskExt=00070800H FCMask=07H PortMask=080H Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.PEER_READ.ALL_PARTS | Number Transactions requested by the CPU : Another card (different IIO stack) reading from this card. | EventSel=C1H UMask=08H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_TXN_REQ_BY_CPU.PEER_WRITE.ALL_PARTS | Number Transactions requested by the CPU : Another card (different IIO stack) writing to this card. | EventSel=C1H UMask=02H UMaskExt=00070FF0H FCMask=07H PortMask=0FFH Counter=2,3 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART0 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART1 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070020H FCMask=07H PortMask=002H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART2 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070040H FCMask=07H PortMask=004H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART3 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070080H FCMask=07H PortMask=008H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART4 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070100H FCMask=07H PortMask=010H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART5 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070200H FCMask=07H PortMask=020H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART6 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070400H FCMask=07H PortMask=040H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_READ.PART7 | Number Transactions requested of the CPU : Card reading from DRAM | EventSel=84H UMask=04H UMaskExt=00070800H FCMask=07H PortMask=080H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART0 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070010H FCMask=07H PortMask=001H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART1 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070020H FCMask=07H PortMask=002H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART2 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070040H FCMask=07H PortMask=004H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART3 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070080H FCMask=07H PortMask=008H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART4 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070100H FCMask=07H PortMask=010H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART5 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070200H FCMask=07H PortMask=020H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART6 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070400H FCMask=07H PortMask=040H Counter=0,1 |
UNC_IIO_TXN_REQ_OF_CPU.MEM_WRITE.PART7 | Number Transactions requested of the CPU : Card writing to DRAM | EventSel=84H UMask=01H UMaskExt=00070800H FCMask=07H PortMask=080H Counter=0,1 |
UNC_M_ACT_COUNT.ALL | DRAM Activate Count | EventSel=02H UMask=F7H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH0.ALL | CAS count for SubChannel 0, all CAS operations | EventSel=05H UMask=FFH UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH0.RD | CAS count for SubChannel 0, all reads | EventSel=05H UMask=CFH UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH0.RD_REG | CAS count for SubChannel 0 regular reads | EventSel=05H UMask=C1H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH0.RD_UNDERFILL | CAS count for SubChannel 0 underfill reads | EventSel=05H UMask=C4H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH0.WR | CAS count for SubChannel 0, all writes | EventSel=05H UMask=F0H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH1.ALL | CAS count for SubChannel 1, all CAS operations | EventSel=06H UMask=FFH UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH1.RD | CAS count for SubChannel 1, all reads | EventSel=06H UMask=CFH UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH1.RD_REG | CAS count for SubChannel 1 regular reads | EventSel=06H UMask=C1H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH1.RD_UNDERFILL | CAS count for SubChannel 1 underfill reads | EventSel=06H UMask=C4H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CAS_COUNT_SCH1.WR | CAS count for SubChannel 1, all writes | EventSel=06H UMask=F0H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_CLOCKTICKS | DRAM Clockticks | EventSel=01H UMask=01H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_PRE_COUNT.ALL | DRAM Precharge commands. | EventSel=03H UMask=FFH UMaskExt=00000000H FCMask=00H PortMask=00H Counter=0,1,2,3 |
UNC_M_PRE_COUNT.PGT | DRAM Precharge commands. | EventSel=03H UMask=F8H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RDB_INSERTS.SCH0 | Read buffer inserts on subchannel 0 | EventSel=17H UMask=40H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RDB_INSERTS.SCH1 | Read buffer inserts on subchannel 1 | EventSel=17H UMask=80H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RDB_OCCUPANCY_SCH0 | Read buffer occupancy on subchannel 0 | EventSel=1AH UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RDB_OCCUPANCY_SCH1 | Read buffer occupancy on subchannel 1 | EventSel=1BH UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_INSERTS.SCH0_PCH0 | Read Pending Queue inserts for subchannel 0, pseudochannel 0 | EventSel=10H UMask=10H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_INSERTS.SCH0_PCH1 | Read Pending Queue inserts for subchannel 0, pseudochannel 1 | EventSel=10H UMask=20H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_INSERTS.SCH1_PCH0 | Read Pending Queue inserts for subchannel 1, pseudochannel 0 | EventSel=10H UMask=40H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_INSERTS.SCH1_PCH1 | Read Pending Queue inserts for subchannel 1, pseudochannel 1 | EventSel=10H UMask=80H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_OCCUPANCY_SCH0_PCH0 | Read pending queue occupancy for subchannel 0, pseudochannel 0 | EventSel=80H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_OCCUPANCY_SCH0_PCH1 | Read pending queue occupancy for subchannel 0, pseudochannel 1 | EventSel=81H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_OCCUPANCY_SCH1_PCH0 | Read pending queue occupancy for subchannel 1, pseudochannel 0 | EventSel=82H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_RPQ_OCCUPANCY_SCH1_PCH1 | Read pending queue occupancy for subchannel 1, pseudochannel 1 | EventSel=83H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_INSERTS.SCH0_PCH0 | Write Pending Queue inserts for subchannel 0, pseudochannel 0 | EventSel=22H UMask=10H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_INSERTS.SCH0_PCH1 | Write Pending Queue inserts for subchannel 0, pseudochannel 1 | EventSel=22H UMask=20H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_INSERTS.SCH1_PCH0 | Write Pending Queue inserts for subchannel 1, pseudochannel 0 | EventSel=22H UMask=40H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_INSERTS.SCH1_PCH1 | Write Pending Queue inserts for subchannel 1, pseudochannel 1 | EventSel=22H UMask=80H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_OCCUPANCY_SCH0_PCH0 | Write pending queue occupancy for subchannel 0, pseudochannel 0 | EventSel=84H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_OCCUPANCY_SCH0_PCH1 | Write pending queue occupancy for subchannel 0, pseudochannel 1 | EventSel=85H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_OCCUPANCY_SCH1_PCH0 | Write pending queue occupancy for subchannel 1, pseudochannel 0 | EventSel=86H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_M_WPQ_OCCUPANCY_SCH1_PCH1 | Write pending queue occupancy for subchannel 1, pseudochannel 1 | EventSel=87H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_I_CLOCKTICKS | IRP Clockticks | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_I_FAF_INSERTS | Inbound read requests received by the IRP and inserted into the FAF queue | EventSel=18H UMask=00H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_I_TRANSACTIONS.WR_PREF | Inbound write (fast path) requests to coherent memory, received by the IRP resulting in write ownership requests issued by IRP to the mesh. | EventSel=11H UMask=08H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_MDF_CLOCKTICKS | MDF Clockticks | EventSel=01H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_P_CLOCKTICKS | PCU Clockticks: The PCU runs off a fixed 1 GHz clock. This event counts the number of pclk cycles measured while the counter was enabled. The pclk, like the Memory Controller's dclk, counts at a constant rate making it a good measure of actual wall time. | EventSel=01H UMask=00H UMaskExt=00000000H Counter=0,1,2,3 |
UNC_UPI_CLOCKTICKS | Number of kfclks | EventSel=01H UMask=00H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_RxL_BASIC_HDR_MATCH.REQ | Matches on Receive path of a UPI Port : Request | EventSel=05H UMask=08H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_RxL_BASIC_HDR_MATCH.WB | Matches on Receive path of a UPI Port : Writeback | EventSel=05H UMask=0DH UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_RxL_FLITS.ALL_DATA | Valid Flits Received : All Data | EventSel=03H UMask=0FH UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_RxL_FLITS.NON_DATA | Valid Flits Received : All Non Data | EventSel=03H UMask=97H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_TxL_FLITS.ALL_DATA | Valid Flits Sent : All Data | EventSel=02H UMask=0FH UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_TxL_FLITS.ALL_NULL | Valid Flits Sent : Idle | EventSel=02H UMask=27H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_TxL_FLITS.IDLE | Valid Flits Sent | EventSel=02H UMask=47H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
UNC_UPI_TxL_FLITS.NON_DATA | Valid Flits Sent : Null FLITs transmitted to any slot | EventSel=02H UMask=97H UMaskExt=00000000H FCMask=00H Counter=0,1,2,3 |
OFFCORE | ||
OCR.DEMAND_RFO.L3_HIT | Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit in the L3 or were snooped from another core's caches on the same socket. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F803C0002H |
OCR.DEMAND_RFO.L3_MISS | Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the local socket's L1, L2, or L3 caches. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F3FC00002H |
OCR.DEMAND_RFO.LOCAL_DRAM | Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluster(SNC) Mode. In SNC Mode counts only those DRAM accesses that are controlled by the close SNC Cluster. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=104000002H |
OCR.DEMAND_RFO.DRAM | Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=73C000002H |
OCR.DEMAND_DATA_RD.ANY_RESPONSE | Counts demand data reads that have any type of response. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10001H |
OCR.DEMAND_DATA_RD.L3_HIT | Counts demand data reads that hit in the L3 or were snooped from another core's caches on the same socket. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F803C0001H |
OCR.DEMAND_DATA_RD.L3_MISS | Counts demand data reads that were not supplied by the local socket's L1, L2, or L3 caches. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3FBFC00001H |
OCR.DEMAND_DATA_RD.DRAM | Counts demand data reads that were supplied by DRAM. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=73C000001H |
OCR.DEMAND_CODE_RD.ANY_RESPONSE | Counts demand instruction fetches and L1 instruction cache prefetches that have any type of response. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10004H |
OCR.DEMAND_CODE_RD.L3_HIT | Counts demand instruction fetches and L1 instruction cache prefetches that hit in the L3 or were snooped from another core's caches on the same socket. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F803C0004H |
OCR.DEMAND_CODE_RD.L3_MISS | Counts demand instruction fetches and L1 instruction cache prefetches that were not supplied by the local socket's L1, L2, or L3 caches. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3FBFC00004H |
OCR.DEMAND_CODE_RD.LOCAL_DRAM | Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluster(SNC) Mode. In SNC Mode counts only those DRAM accesses that are controlled by the close SNC Cluster. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=104000004H |
OCR.DEMAND_CODE_RD.DRAM | Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=73C000004H |
OCR.STREAMING_WR.ANY_RESPONSE | Counts streaming stores that have any type of response. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10800H |
OCR.READS_TO_CORE.ANY_RESPONSE | Counts all (cacheable) data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that have any type of response. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F3FFC4477H |
OCR.READS_TO_CORE.L3_HIT | Counts all (cacheable) data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that hit in the L3 or were snooped from another core's caches on the same socket. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F003C4477H |
OCR.READS_TO_CORE.L3_MISS | Counts all (cacheable) data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were not supplied by the local socket's L1, L2, or L3 caches. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=3F3FC04477H |
OCR.READS_TO_CORE.DRAM | Counts all (cacheable) data read, code read and RFO requests including demands and prefetches to the core caches (L1 or L2) that were supplied by DRAM. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=73C004477H |
OCR.MODIFIED_WRITE.ANY_RESPONSE | Counts writebacks of modified cachelines and streaming stores that have any type of response. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10808H |
OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM | Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that resulted in a snoop hit a modified line in another core's caches which forwarded the data. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10003C0002H |
OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD | Counts demand data reads that resulted in a snoop hit in another core's caches which forwarded the unmodified data to the requesting core. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=8003C0001H |
OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM | Counts demand data reads that resulted in a snoop hit a modified line in another core's caches which forwarded the data. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10003C0001H |
OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HITM | Counts demand instruction fetches and L1 instruction cache prefetches that resulted in a snoop hit a modified line in another core's caches which forwarded the data. | EventSel={2AH,2BH} UMask=01H MSR_OFFCORE_RSPx{1A6H,1A7H}=10003C0004H |