mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2026-01-06 12:20:19 +01:00
Initial commit
This commit is contained in:
19
configs/cfg_Nehalem_common.txt
Normal file
19
configs/cfg_Nehalem_common.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# Performance monitoring events for processors based on the Nehalem microarchitecture.
|
||||
# Applies to processors with DisplayFamily_DisplayModel of 06_1AH, 06_1EH, 06_1FH, and 06_2EH.
|
||||
# See Table 19-20 of Intel's "System Programming Guide" (Jan. 2019)
|
||||
|
||||
0E.01 UOPS_ISSUED.ANY
|
||||
0E.02 UOPS_ISSUED.FUSED
|
||||
C2.01 UOPS_RETIRED.ANY
|
||||
B1.01 UOPS_EXECUTED.PORT0
|
||||
B1.02 UOPS_EXECUTED.PORT1
|
||||
B1.04 UOPS_EXECUTED.PORT2_CORE
|
||||
B1.08 UOPS_EXECUTED.PORT3_CORE
|
||||
B1.10 UOPS_EXECUTED.PORT4_CORE
|
||||
B1.20 UOPS_EXECUTED.PORT5
|
||||
C4.00 BR_INST_RETIRED.ALL_BRANCHES
|
||||
C5.00 BR_MISP_RETIRED.ALL_BRANCHES
|
||||
CB.01 MEM_LOAD_RETIRED.L1D_HIT
|
||||
CB.02 MEM_LOAD_RETIRED.L2_HIT
|
||||
CB.04 MEM_LOAD_RETIRED.L3_UNSHARED_HIT
|
||||
CB.10 MEM_LOAD_RETIRED.L3_MISS
|
||||
Reference in New Issue
Block a user