15e49f732SAndi Kleen[
25e49f732SAndi Kleen    {
305dd42feSIan Rogers        "BriefDescription": "C2 residency percent per package",
405dd42feSIan Rogers        "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC",
55e49f732SAndi Kleen        "MetricGroup": "Power",
605dd42feSIan Rogers        "MetricName": "C2_Pkg_Residency",
7667433c4SIan Rogers        "ScaleUnit": "100%"
8667433c4SIan Rogers    },
9667433c4SIan Rogers    {
10667433c4SIan Rogers        "BriefDescription": "C3 residency percent per core",
11667433c4SIan Rogers        "MetricExpr": "cstate_core@c3\\-residency@ / TSC",
12667433c4SIan Rogers        "MetricGroup": "Power",
13667433c4SIan Rogers        "MetricName": "C3_Core_Residency",
14667433c4SIan Rogers        "ScaleUnit": "100%"
15667433c4SIan Rogers    },
16667433c4SIan Rogers    {
17667433c4SIan Rogers        "BriefDescription": "C3 residency percent per package",
18667433c4SIan Rogers        "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC",
19667433c4SIan Rogers        "MetricGroup": "Power",
20667433c4SIan Rogers        "MetricName": "C3_Pkg_Residency",
21667433c4SIan Rogers        "ScaleUnit": "100%"
22667433c4SIan Rogers    },
23667433c4SIan Rogers    {
2405dd42feSIan Rogers        "BriefDescription": "C6 residency percent per core",
2505dd42feSIan Rogers        "MetricExpr": "cstate_core@c6\\-residency@ / TSC",
2605dd42feSIan Rogers        "MetricGroup": "Power",
2705dd42feSIan Rogers        "MetricName": "C6_Core_Residency",
2805dd42feSIan Rogers        "ScaleUnit": "100%"
2905dd42feSIan Rogers    },
3005dd42feSIan Rogers    {
31667433c4SIan Rogers        "BriefDescription": "C6 residency percent per package",
32667433c4SIan Rogers        "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC",
33667433c4SIan Rogers        "MetricGroup": "Power",
34667433c4SIan Rogers        "MetricName": "C6_Pkg_Residency",
35667433c4SIan Rogers        "ScaleUnit": "100%"
36667433c4SIan Rogers    },
37667433c4SIan Rogers    {
3805dd42feSIan Rogers        "BriefDescription": "C7 residency percent per core",
3905dd42feSIan Rogers        "MetricExpr": "cstate_core@c7\\-residency@ / TSC",
4005dd42feSIan Rogers        "MetricGroup": "Power",
4105dd42feSIan Rogers        "MetricName": "C7_Core_Residency",
4205dd42feSIan Rogers        "ScaleUnit": "100%"
4305dd42feSIan Rogers    },
4405dd42feSIan Rogers    {
45667433c4SIan Rogers        "BriefDescription": "C7 residency percent per package",
46667433c4SIan Rogers        "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC",
47667433c4SIan Rogers        "MetricGroup": "Power",
48667433c4SIan Rogers        "MetricName": "C7_Pkg_Residency",
49667433c4SIan Rogers        "ScaleUnit": "100%"
5005dd42feSIan Rogers    },
5105dd42feSIan Rogers    {
5205dd42feSIan Rogers        "BriefDescription": "Uncore frequency per die [GHZ]",
53*c9e7771fSIan Rogers        "MetricExpr": "tma_info_system_socket_clks / #num_dies / duration_time / 1e9",
5405dd42feSIan Rogers        "MetricGroup": "SoC",
5505dd42feSIan Rogers        "MetricName": "UNCORE_FREQ"
5605dd42feSIan Rogers    },
5705dd42feSIan Rogers    {
58*c9e7771fSIan Rogers        "BriefDescription": "Cycles per instruction retired; indicating how much time each executed instruction took; in units of cycles.",
59*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.THREAD / INST_RETIRED.ANY",
60*c9e7771fSIan Rogers        "MetricName": "cpi",
61*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
62*c9e7771fSIan Rogers    },
63*c9e7771fSIan Rogers    {
64*c9e7771fSIan Rogers        "BriefDescription": "CPU operating frequency (in GHz)",
65*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.THREAD / CPU_CLK_UNHALTED.REF_TSC * #SYSTEM_TSC_FREQ / 1e9",
66*c9e7771fSIan Rogers        "MetricName": "cpu_operating_frequency",
67*c9e7771fSIan Rogers        "ScaleUnit": "1GHz"
68*c9e7771fSIan Rogers    },
69*c9e7771fSIan Rogers    {
70*c9e7771fSIan Rogers        "BriefDescription": "Percentage of time spent in the active CPU power state C0",
71*c9e7771fSIan Rogers        "MetricExpr": "tma_info_system_cpu_utilization",
72*c9e7771fSIan Rogers        "MetricName": "cpu_utilization",
73*c9e7771fSIan Rogers        "ScaleUnit": "100%"
74*c9e7771fSIan Rogers    },
75*c9e7771fSIan Rogers    {
76*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed page walks (for all page sizes) caused by demand data loads to the total number of completed instructions",
77*c9e7771fSIan Rogers        "MetricExpr": "DTLB_LOAD_MISSES.WALK_COMPLETED / INST_RETIRED.ANY",
78*c9e7771fSIan Rogers        "MetricName": "dtlb_load_mpi",
79*c9e7771fSIan Rogers        "PublicDescription": "Ratio of number of completed page walks (for all page sizes) caused by demand data loads to the total number of completed instructions. This implies it missed in the DTLB and further levels of TLB.",
80*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
81*c9e7771fSIan Rogers    },
82*c9e7771fSIan Rogers    {
83*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed page walks (for all page sizes) caused by demand data stores to the total number of completed instructions",
84*c9e7771fSIan Rogers        "MetricExpr": "DTLB_STORE_MISSES.WALK_COMPLETED / INST_RETIRED.ANY",
85*c9e7771fSIan Rogers        "MetricName": "dtlb_store_mpi",
86*c9e7771fSIan Rogers        "PublicDescription": "Ratio of number of completed page walks (for all page sizes) caused by demand data stores to the total number of completed instructions. This implies it missed in the DTLB and further levels of TLB.",
87*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
88*c9e7771fSIan Rogers    },
89*c9e7771fSIan Rogers    {
90*c9e7771fSIan Rogers        "BriefDescription": "Bandwidth of IO reads that are initiated by end device controllers that are requesting memory from the CPU.",
91*c9e7771fSIan Rogers        "MetricExpr": "cbox@UNC_C_TOR_INSERTS.OPCODE\\,filter_opc\\=0x19e@ * 64 / 1e6 / duration_time",
92*c9e7771fSIan Rogers        "MetricName": "io_bandwidth_read",
93*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
94*c9e7771fSIan Rogers    },
95*c9e7771fSIan Rogers    {
96*c9e7771fSIan Rogers        "BriefDescription": "Bandwidth of IO writes that are initiated by end device controllers that are writing memory to the CPU.",
97*c9e7771fSIan Rogers        "MetricExpr": "cbox@UNC_C_TOR_INSERTS.OPCODE\\,filter_opc\\=0x1c8\\,filter_tid\\=0x3e@ * 64 / 1e6 / duration_time",
98*c9e7771fSIan Rogers        "MetricName": "io_bandwidth_write",
99*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
100*c9e7771fSIan Rogers    },
101*c9e7771fSIan Rogers    {
102*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed page walks (for 2 megabyte and 4 megabyte page sizes) caused by a code fetch to the total number of completed instructions",
103*c9e7771fSIan Rogers        "MetricExpr": "ITLB_MISSES.WALK_COMPLETED_2M_4M / INST_RETIRED.ANY",
104*c9e7771fSIan Rogers        "MetricName": "itlb_large_page_mpi",
105*c9e7771fSIan Rogers        "PublicDescription": "Ratio of number of completed page walks (for 2 megabyte and 4 megabyte page sizes) caused by a code fetch to the total number of completed instructions. This implies it missed in the Instruction Translation Lookaside Buffer (ITLB) and further levels of TLB.",
106*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
107*c9e7771fSIan Rogers    },
108*c9e7771fSIan Rogers    {
109*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed page walks (for all page sizes) caused by a code fetch to the total number of completed instructions",
110*c9e7771fSIan Rogers        "MetricExpr": "ITLB_MISSES.WALK_COMPLETED / INST_RETIRED.ANY",
111*c9e7771fSIan Rogers        "MetricName": "itlb_mpi",
112*c9e7771fSIan Rogers        "PublicDescription": "Ratio of number of completed page walks (for all page sizes) caused by a code fetch to the total number of completed instructions. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB.",
113*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
114*c9e7771fSIan Rogers    },
115*c9e7771fSIan Rogers    {
116*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of code read requests missing in L1 instruction cache (includes prefetches) to the total number of completed instructions",
117*c9e7771fSIan Rogers        "MetricExpr": "L2_RQSTS.ALL_CODE_RD / INST_RETIRED.ANY",
118*c9e7771fSIan Rogers        "MetricName": "l1_i_code_read_misses_with_prefetches_per_instr",
119*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
120*c9e7771fSIan Rogers    },
121*c9e7771fSIan Rogers    {
122*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of demand load requests hitting in L1 data cache to the total number of completed instructions",
123*c9e7771fSIan Rogers        "MetricExpr": "MEM_LOAD_UOPS_RETIRED.L1_HIT / INST_RETIRED.ANY",
124*c9e7771fSIan Rogers        "MetricName": "l1d_demand_data_read_hits_per_instr",
125*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
126*c9e7771fSIan Rogers    },
127*c9e7771fSIan Rogers    {
128*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of requests missing L1 data cache (includes data+rfo w/ prefetches) to the total number of completed instructions",
129*c9e7771fSIan Rogers        "MetricExpr": "L1D.REPLACEMENT / INST_RETIRED.ANY",
130*c9e7771fSIan Rogers        "MetricName": "l1d_mpi",
131*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
132*c9e7771fSIan Rogers    },
133*c9e7771fSIan Rogers    {
134*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of code read request missing L2 cache to the total number of completed instructions",
135*c9e7771fSIan Rogers        "MetricExpr": "L2_RQSTS.CODE_RD_MISS / INST_RETIRED.ANY",
136*c9e7771fSIan Rogers        "MetricName": "l2_demand_code_mpi",
137*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
138*c9e7771fSIan Rogers    },
139*c9e7771fSIan Rogers    {
140*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed demand load requests hitting in L2 cache to the total number of completed instructions",
141*c9e7771fSIan Rogers        "MetricExpr": "MEM_LOAD_UOPS_RETIRED.L2_HIT / INST_RETIRED.ANY",
142*c9e7771fSIan Rogers        "MetricName": "l2_demand_data_read_hits_per_instr",
143*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
144*c9e7771fSIan Rogers    },
145*c9e7771fSIan Rogers    {
146*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of completed data read request missing L2 cache to the total number of completed instructions",
147*c9e7771fSIan Rogers        "MetricExpr": "MEM_LOAD_UOPS_RETIRED.L2_MISS / INST_RETIRED.ANY",
148*c9e7771fSIan Rogers        "MetricName": "l2_demand_data_read_mpi",
149*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
150*c9e7771fSIan Rogers    },
151*c9e7771fSIan Rogers    {
152*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of requests missing L2 cache (includes code+data+rfo w/ prefetches) to the total number of completed instructions",
153*c9e7771fSIan Rogers        "MetricExpr": "L2_LINES_IN.ALL / INST_RETIRED.ANY",
154*c9e7771fSIan Rogers        "MetricName": "l2_mpi",
155*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
156*c9e7771fSIan Rogers    },
157*c9e7771fSIan Rogers    {
158*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of code read requests missing last level core cache (includes demand w/ prefetches) to the total number of completed instructions",
159*c9e7771fSIan Rogers        "MetricExpr": "(cbox@UNC_C_TOR_INSERTS.MISS_OPCODE\\,filter_opc\\=0x181@ + cbox@UNC_C_TOR_INSERTS.MISS_OPCODE\\,filter_opc\\=0x191@) / INST_RETIRED.ANY",
160*c9e7771fSIan Rogers        "MetricName": "llc_code_read_mpi_demand_plus_prefetch",
161*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
162*c9e7771fSIan Rogers    },
163*c9e7771fSIan Rogers    {
164*c9e7771fSIan Rogers        "BriefDescription": "Average latency of a last level cache (LLC) demand and prefetch data read miss (read memory access) in nano seconds",
165*c9e7771fSIan Rogers        "MetricExpr": "1e9 * (cbox@UNC_C_TOR_OCCUPANCY.MISS_OPCODE\\,filter_opc\\=0x182@ / cbox@UNC_C_TOR_INSERTS.MISS_OPCODE\\,filter_opc\\=0x182@) / (UNC_C_CLOCKTICKS / (#num_cores / #num_packages * #num_packages)) * duration_time",
166*c9e7771fSIan Rogers        "MetricName": "llc_data_read_demand_plus_prefetch_miss_latency",
167*c9e7771fSIan Rogers        "ScaleUnit": "1ns"
168*c9e7771fSIan Rogers    },
169*c9e7771fSIan Rogers    {
170*c9e7771fSIan Rogers        "BriefDescription": "Average latency of a last level cache (LLC) demand and prefetch data read miss (read memory access) addressed to local memory in nano seconds",
171*c9e7771fSIan Rogers        "MetricExpr": "1e9 * (cbox@UNC_C_TOR_OCCUPANCY.MISS_LOCAL_OPCODE\\,filter_opc\\=0x182@ / cbox@UNC_C_TOR_INSERTS.MISS_LOCAL_OPCODE\\,filter_opc\\=0x182@) / (UNC_C_CLOCKTICKS / (#num_cores / #num_packages * #num_packages)) * duration_time",
172*c9e7771fSIan Rogers        "MetricName": "llc_data_read_demand_plus_prefetch_miss_latency_for_local_requests",
173*c9e7771fSIan Rogers        "ScaleUnit": "1ns"
174*c9e7771fSIan Rogers    },
175*c9e7771fSIan Rogers    {
176*c9e7771fSIan Rogers        "BriefDescription": "Average latency of a last level cache (LLC) demand and prefetch data read miss (read memory access) addressed to remote memory in nano seconds",
177*c9e7771fSIan Rogers        "MetricExpr": "1e9 * (cbox@UNC_C_TOR_OCCUPANCY.MISS_REMOTE_OPCODE\\,filter_opc\\=0x182@ / cbox@UNC_C_TOR_INSERTS.MISS_REMOTE_OPCODE\\,filter_opc\\=0x182@) / (UNC_C_CLOCKTICKS / (#num_cores / #num_packages * #num_packages)) * duration_time",
178*c9e7771fSIan Rogers        "MetricName": "llc_data_read_demand_plus_prefetch_miss_latency_for_remote_requests",
179*c9e7771fSIan Rogers        "ScaleUnit": "1ns"
180*c9e7771fSIan Rogers    },
181*c9e7771fSIan Rogers    {
182*c9e7771fSIan Rogers        "BriefDescription": "Ratio of number of data read requests missing last level core cache (includes demand w/ prefetches) to the total number of completed instructions",
183*c9e7771fSIan Rogers        "MetricExpr": "(cbox@UNC_C_TOR_INSERTS.MISS_OPCODE\\,filter_opc\\=0x182@ + cbox@UNC_C_TOR_INSERTS.MISS_OPCODE\\,filter_opc\\=0x192@) / INST_RETIRED.ANY",
184*c9e7771fSIan Rogers        "MetricName": "llc_data_read_mpi_demand_plus_prefetch",
185*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
186*c9e7771fSIan Rogers    },
187*c9e7771fSIan Rogers    {
188*c9e7771fSIan Rogers        "BriefDescription": "The ratio of number of completed memory load instructions to the total number completed instructions",
189*c9e7771fSIan Rogers        "MetricExpr": "MEM_UOPS_RETIRED.ALL_LOADS / INST_RETIRED.ANY",
190*c9e7771fSIan Rogers        "MetricName": "loads_per_instr",
191*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
192*c9e7771fSIan Rogers    },
193*c9e7771fSIan Rogers    {
194*c9e7771fSIan Rogers        "BriefDescription": "DDR memory read bandwidth (MB/sec)",
195*c9e7771fSIan Rogers        "MetricExpr": "UNC_M_CAS_COUNT.RD * 64 / 1e6 / duration_time",
196*c9e7771fSIan Rogers        "MetricName": "memory_bandwidth_read",
197*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
198*c9e7771fSIan Rogers    },
199*c9e7771fSIan Rogers    {
200*c9e7771fSIan Rogers        "BriefDescription": "DDR memory bandwidth (MB/sec)",
201*c9e7771fSIan Rogers        "MetricExpr": "(UNC_M_CAS_COUNT.RD + UNC_M_CAS_COUNT.WR) * 64 / 1e6 / duration_time",
202*c9e7771fSIan Rogers        "MetricName": "memory_bandwidth_total",
203*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
204*c9e7771fSIan Rogers    },
205*c9e7771fSIan Rogers    {
206*c9e7771fSIan Rogers        "BriefDescription": "DDR memory write bandwidth (MB/sec)",
207*c9e7771fSIan Rogers        "MetricExpr": "UNC_M_CAS_COUNT.WR * 64 / 1e6 / duration_time",
208*c9e7771fSIan Rogers        "MetricName": "memory_bandwidth_write",
209*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
210*c9e7771fSIan Rogers    },
211*c9e7771fSIan Rogers    {
212*c9e7771fSIan Rogers        "BriefDescription": "Memory read that miss the last level cache (LLC) addressed to local DRAM as a percentage of total memory read accesses, does not include LLC prefetches.",
213*c9e7771fSIan Rogers        "MetricExpr": "cbox@UNC_C_TOR_INSERTS.MISS_LOCAL_OPCODE\\,filter_opc\\=0x182@ / (cbox@UNC_C_TOR_INSERTS.MISS_LOCAL_OPCODE\\,filter_opc\\=0x182@ + cbox@UNC_C_TOR_INSERTS.MISS_REMOTE_OPCODE\\,filter_opc\\=0x182@)",
214*c9e7771fSIan Rogers        "MetricName": "numa_reads_addressed_to_local_dram",
215*c9e7771fSIan Rogers        "ScaleUnit": "100%"
216*c9e7771fSIan Rogers    },
217*c9e7771fSIan Rogers    {
218*c9e7771fSIan Rogers        "BriefDescription": "Memory reads that miss the last level cache (LLC) addressed to remote DRAM as a percentage of total memory read accesses, does not include LLC prefetches.",
219*c9e7771fSIan Rogers        "MetricExpr": "cbox@UNC_C_TOR_INSERTS.MISS_REMOTE_OPCODE\\,filter_opc\\=0x182@ / (cbox@UNC_C_TOR_INSERTS.MISS_LOCAL_OPCODE\\,filter_opc\\=0x182@ + cbox@UNC_C_TOR_INSERTS.MISS_REMOTE_OPCODE\\,filter_opc\\=0x182@)",
220*c9e7771fSIan Rogers        "MetricName": "numa_reads_addressed_to_remote_dram",
221*c9e7771fSIan Rogers        "ScaleUnit": "100%"
222*c9e7771fSIan Rogers    },
223*c9e7771fSIan Rogers    {
224*c9e7771fSIan Rogers        "BriefDescription": "Uops delivered from decoded instruction cache (decoded stream buffer or DSB) as a percent of total uops delivered to Instruction Decode Queue",
225*c9e7771fSIan Rogers        "MetricExpr": "IDQ.DSB_UOPS / UOPS_ISSUED.ANY",
226*c9e7771fSIan Rogers        "MetricName": "percent_uops_delivered_from_decoded_icache",
227*c9e7771fSIan Rogers        "ScaleUnit": "100%"
228*c9e7771fSIan Rogers    },
229*c9e7771fSIan Rogers    {
230*c9e7771fSIan Rogers        "BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Engine or MITE) as a percent of total uops delivered to Instruction Decode Queue",
231*c9e7771fSIan Rogers        "MetricExpr": "IDQ.MITE_UOPS / UOPS_ISSUED.ANY",
232*c9e7771fSIan Rogers        "MetricName": "percent_uops_delivered_from_legacy_decode_pipeline",
233*c9e7771fSIan Rogers        "ScaleUnit": "100%"
234*c9e7771fSIan Rogers    },
235*c9e7771fSIan Rogers    {
236*c9e7771fSIan Rogers        "BriefDescription": "Uops delivered from loop stream detector(LSD) as a percent of total uops delivered to Instruction Decode Queue",
237*c9e7771fSIan Rogers        "MetricExpr": "(UOPS_ISSUED.ANY - IDQ.MITE_UOPS - IDQ.MS_UOPS - IDQ.DSB_UOPS) / UOPS_ISSUED.ANY",
238*c9e7771fSIan Rogers        "MetricName": "percent_uops_delivered_from_loop_stream_detector",
239*c9e7771fSIan Rogers        "ScaleUnit": "100%"
240*c9e7771fSIan Rogers    },
241*c9e7771fSIan Rogers    {
242*c9e7771fSIan Rogers        "BriefDescription": "Uops delivered from microcode sequencer (MS) as a percent of total uops delivered to Instruction Decode Queue",
243*c9e7771fSIan Rogers        "MetricExpr": "IDQ.MS_UOPS / UOPS_ISSUED.ANY",
244*c9e7771fSIan Rogers        "MetricName": "percent_uops_delivered_from_microcode_sequencer",
245*c9e7771fSIan Rogers        "ScaleUnit": "100%"
246*c9e7771fSIan Rogers    },
247*c9e7771fSIan Rogers    {
248*c9e7771fSIan Rogers        "BriefDescription": "Intel(R) Quick Path Interconnect (QPI) data transmit bandwidth (MB/sec)",
249*c9e7771fSIan Rogers        "MetricExpr": "UNC_Q_TxL_FLITS_G0.DATA * 8 / 1e6 / duration_time",
250*c9e7771fSIan Rogers        "MetricName": "qpi_data_transmit_bw",
251*c9e7771fSIan Rogers        "ScaleUnit": "1MB/s"
252*c9e7771fSIan Rogers    },
253*c9e7771fSIan Rogers    {
25405dd42feSIan Rogers        "BriefDescription": "Percentage of cycles spent in System Management Interrupts.",
25505dd42feSIan Rogers        "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)",
25605dd42feSIan Rogers        "MetricGroup": "smi",
25705dd42feSIan Rogers        "MetricName": "smi_cycles",
25805dd42feSIan Rogers        "MetricThreshold": "smi_cycles > 0.1",
25905dd42feSIan Rogers        "ScaleUnit": "100%"
26005dd42feSIan Rogers    },
26105dd42feSIan Rogers    {
26205dd42feSIan Rogers        "BriefDescription": "Number of SMI interrupts.",
26305dd42feSIan Rogers        "MetricExpr": "msr@smi@",
26405dd42feSIan Rogers        "MetricGroup": "smi",
26505dd42feSIan Rogers        "MetricName": "smi_num",
26605dd42feSIan Rogers        "ScaleUnit": "1SMI#"
26705dd42feSIan Rogers    },
26805dd42feSIan Rogers    {
269*c9e7771fSIan Rogers        "BriefDescription": "The ratio of number of completed memory store instructions to the total number completed instructions",
270*c9e7771fSIan Rogers        "MetricExpr": "MEM_UOPS_RETIRED.ALL_STORES / INST_RETIRED.ANY",
271*c9e7771fSIan Rogers        "MetricName": "stores_per_instr",
272*c9e7771fSIan Rogers        "ScaleUnit": "1per_instr"
273*c9e7771fSIan Rogers    },
274*c9e7771fSIan Rogers    {
27505dd42feSIan Rogers        "BriefDescription": "This metric estimates how often memory load accesses were aliased by preceding stores (in program order) with a 4K address offset",
276*c9e7771fSIan Rogers        "MetricExpr": "LD_BLOCKS_PARTIAL.ADDRESS_ALIAS / tma_info_thread_clks",
27705dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_l1_bound_group",
27805dd42feSIan Rogers        "MetricName": "tma_4k_aliasing",
27905dd42feSIan Rogers        "MetricThreshold": "tma_4k_aliasing > 0.2 & (tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
28005dd42feSIan Rogers        "PublicDescription": "This metric estimates how often memory load accesses were aliased by preceding stores (in program order) with a 4K address offset. False match is possible; which incur a few cycles load re-issue. However; the short re-issue duration is often hidden by the out-of-order core and HW optimizations; hence a user may safely ignore a high value of this metric unless it manages to propagate up into parent nodes of the hierarchy (e.g. to L1_Bound).",
28105dd42feSIan Rogers        "ScaleUnit": "100%"
28205dd42feSIan Rogers    },
28305dd42feSIan Rogers    {
28405dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution ports for ALU operations.",
28505dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_NMI",
286*c9e7771fSIan Rogers        "MetricExpr": "(UOPS_DISPATCHED_PORT.PORT_0 + UOPS_DISPATCHED_PORT.PORT_1 + UOPS_DISPATCHED_PORT.PORT_5 + UOPS_DISPATCHED_PORT.PORT_6) / tma_info_thread_slots",
28705dd42feSIan Rogers        "MetricGroup": "TopdownL5;tma_L5_group;tma_ports_utilized_3m_group",
28805dd42feSIan Rogers        "MetricName": "tma_alu_op_utilization",
28905dd42feSIan Rogers        "MetricThreshold": "tma_alu_op_utilization > 0.6",
29005dd42feSIan Rogers        "ScaleUnit": "100%"
29105dd42feSIan Rogers    },
29205dd42feSIan Rogers    {
29305dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the Microcode_Sequencer as a result of Assists",
294*c9e7771fSIan Rogers        "MetricExpr": "100 * OTHER_ASSISTS.ANY_WB_ASSIST / tma_info_thread_slots",
29505dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_microcode_sequencer_group",
29605dd42feSIan Rogers        "MetricName": "tma_assists",
29705dd42feSIan Rogers        "MetricThreshold": "tma_assists > 0.1 & (tma_microcode_sequencer > 0.05 & tma_heavy_operations > 0.1)",
29805dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the Microcode_Sequencer as a result of Assists. Assists are long sequences of uops that are required in certain corner-cases for operations that cannot be handled natively by the execution pipeline. For example; when working with very small floating point values (so-called Denormals); the FP units are not set up to perform these operations natively. Instead; a sequence of instructions to perform the computation on the Denormals is injected into the pipeline. Since these microcode sequences might be dozens of uops long; Assists can be extremely deleterious to performance and they can be avoided in many cases. Sample with: OTHER_ASSISTS.ANY",
29905dd42feSIan Rogers        "ScaleUnit": "100%"
30005dd42feSIan Rogers    },
30105dd42feSIan Rogers    {
30205dd42feSIan Rogers        "BriefDescription": "This category represents fraction of slots where no uops are being delivered due to a lack of required resources for accepting new uops in the Backend",
30305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_NMI",
30405dd42feSIan Rogers        "MetricExpr": "1 - (tma_frontend_bound + tma_bad_speculation + tma_retiring)",
30505dd42feSIan Rogers        "MetricGroup": "TmaL1;TopdownL1;tma_L1_group",
30605dd42feSIan Rogers        "MetricName": "tma_backend_bound",
30705dd42feSIan Rogers        "MetricThreshold": "tma_backend_bound > 0.2",
308ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL1",
30905dd42feSIan Rogers        "PublicDescription": "This category represents fraction of slots where no uops are being delivered due to a lack of required resources for accepting new uops in the Backend. Backend is the portion of the processor core where the out-of-order scheduler dispatches ready uops into their respective execution units; and once completed these uops get retired according to program order. For example; stalls due to data-cache misses or stalls due to the divider unit being overloaded are both categorized under Backend Bound. Backend Bound is further divided into two main categories: Memory Bound and Core Bound.",
31005dd42feSIan Rogers        "ScaleUnit": "100%"
31105dd42feSIan Rogers    },
31205dd42feSIan Rogers    {
31305dd42feSIan Rogers        "BriefDescription": "This category represents fraction of slots wasted due to incorrect speculations",
314*c9e7771fSIan Rogers        "MetricExpr": "(UOPS_ISSUED.ANY - UOPS_RETIRED.RETIRE_SLOTS + 4 * (INT_MISC.RECOVERY_CYCLES_ANY / 2 if #SMT_on else INT_MISC.RECOVERY_CYCLES)) / tma_info_thread_slots",
31505dd42feSIan Rogers        "MetricGroup": "TmaL1;TopdownL1;tma_L1_group",
31605dd42feSIan Rogers        "MetricName": "tma_bad_speculation",
31705dd42feSIan Rogers        "MetricThreshold": "tma_bad_speculation > 0.15",
318ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL1",
31905dd42feSIan Rogers        "PublicDescription": "This category represents fraction of slots wasted due to incorrect speculations. This include slots used to issue uops that do not eventually get retired and slots for which the issue-pipeline was blocked due to recovery from earlier incorrect speculation. For example; wasted work due to miss-predicted branches are categorized under Bad Speculation category. Incorrect data speculation followed by Memory Ordering Nukes is another example.",
32005dd42feSIan Rogers        "ScaleUnit": "100%"
32105dd42feSIan Rogers    },
32205dd42feSIan Rogers    {
32305dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Misprediction",
32405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
32505dd42feSIan Rogers        "MetricExpr": "BR_MISP_RETIRED.ALL_BRANCHES / (BR_MISP_RETIRED.ALL_BRANCHES + MACHINE_CLEARS.COUNT) * tma_bad_speculation",
32605dd42feSIan Rogers        "MetricGroup": "BadSpec;BrMispredicts;TmaL2;TopdownL2;tma_L2_group;tma_bad_speculation_group;tma_issueBM",
32705dd42feSIan Rogers        "MetricName": "tma_branch_mispredicts",
32805dd42feSIan Rogers        "MetricThreshold": "tma_branch_mispredicts > 0.1 & tma_bad_speculation > 0.15",
329ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
330*c9e7771fSIan Rogers        "PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Misprediction.  These slots are either wasted by uops fetched from an incorrectly speculated program path; or stalls when the out-of-order part of the machine needs to recover its state from a speculative path. Sample with: BR_MISP_RETIRED.ALL_BRANCHES. Related metrics: tma_info_bad_spec_branch_misprediction_cost, tma_mispredicts_resteers",
33105dd42feSIan Rogers        "ScaleUnit": "100%"
33205dd42feSIan Rogers    },
33305dd42feSIan Rogers    {
33405dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch Resteers",
335*c9e7771fSIan Rogers        "MetricExpr": "12 * (BR_MISP_RETIRED.ALL_BRANCHES + MACHINE_CLEARS.COUNT + BACLEARS.ANY) / tma_info_thread_clks",
33605dd42feSIan Rogers        "MetricGroup": "FetchLat;TopdownL3;tma_L3_group;tma_fetch_latency_group",
33705dd42feSIan Rogers        "MetricName": "tma_branch_resteers",
33805dd42feSIan Rogers        "MetricThreshold": "tma_branch_resteers > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
33905dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch Resteers. Branch Resteers estimates the Frontend delay in fetching operations from corrected path; following all sorts of miss-predicted branches. For example; branchy code with lots of miss-predictions might get categorized under Branch Resteers. Note the value of this node may overlap with its siblings. Sample with: BR_MISP_RETIRED.ALL_BRANCHES",
34005dd42feSIan Rogers        "ScaleUnit": "100%"
34105dd42feSIan Rogers    },
34205dd42feSIan Rogers    {
34305dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from CISC (complex instruction set computer) instruction",
34405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_NMI",
34505dd42feSIan Rogers        "MetricExpr": "max(0, tma_microcode_sequencer - tma_assists)",
34605dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_microcode_sequencer_group",
34705dd42feSIan Rogers        "MetricName": "tma_cisc",
34805dd42feSIan Rogers        "MetricThreshold": "tma_cisc > 0.1 & (tma_microcode_sequencer > 0.05 & tma_heavy_operations > 0.1)",
34905dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles the CPU retired uops originated from CISC (complex instruction set computer) instruction. A CISC instruction has multiple uops that are required to perform the instruction's functionality as in the case of read-modify-write as an example. Since these instructions require multiple uops they may or may not imply sub-optimal use of machine resources.",
35005dd42feSIan Rogers        "ScaleUnit": "100%"
35105dd42feSIan Rogers    },
35205dd42feSIan Rogers    {
35305dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles while the memory subsystem was handling synchronizations due to contested accesses",
35405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
355*c9e7771fSIan Rogers        "MetricExpr": "(60 * (MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) + 43 * (MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD)))) / tma_info_thread_clks",
35605dd42feSIan Rogers        "MetricGroup": "DataSharing;Offcore;Snoop;TopdownL4;tma_L4_group;tma_issueSyncxn;tma_l3_bound_group",
35705dd42feSIan Rogers        "MetricName": "tma_contested_accesses",
35805dd42feSIan Rogers        "MetricThreshold": "tma_contested_accesses > 0.05 & (tma_l3_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
35905dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles while the memory subsystem was handling synchronizations due to contested accesses. Contested accesses occur when data written by one Logical Processor are read by another Logical Processor on a different Physical Core. Examples of contested accesses include synchronizations such as locks; true data sharing such as modified locked variables; and false sharing. Sample with: MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM_PS;MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS_PS. Related metrics: tma_data_sharing, tma_false_sharing, tma_machine_clears, tma_remote_cache",
36005dd42feSIan Rogers        "ScaleUnit": "100%"
36105dd42feSIan Rogers    },
36205dd42feSIan Rogers    {
36305dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots where Core non-memory issues were of a bottleneck",
36405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
36505dd42feSIan Rogers        "MetricExpr": "tma_backend_bound - tma_memory_bound",
36605dd42feSIan Rogers        "MetricGroup": "Backend;Compute;TmaL2;TopdownL2;tma_L2_group;tma_backend_bound_group",
36705dd42feSIan Rogers        "MetricName": "tma_core_bound",
36805dd42feSIan Rogers        "MetricThreshold": "tma_core_bound > 0.1 & tma_backend_bound > 0.2",
369ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
37005dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots where Core non-memory issues were of a bottleneck.  Shortage in hardware compute resources; or dependencies in software's instructions are both categorized under Core Bound. Hence it may indicate the machine ran out of an out-of-order resource; certain execution units are overloaded or dependencies in program's data- or instruction-flow are limiting the performance (e.g. FP-chained long-latency arithmetic operations).",
37105dd42feSIan Rogers        "ScaleUnit": "100%"
37205dd42feSIan Rogers    },
37305dd42feSIan Rogers    {
37405dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles while the memory subsystem was handling synchronizations due to data-sharing accesses",
37505dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
376*c9e7771fSIan Rogers        "MetricExpr": "43 * (MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) / tma_info_thread_clks",
37705dd42feSIan Rogers        "MetricGroup": "Offcore;Snoop;TopdownL4;tma_L4_group;tma_issueSyncxn;tma_l3_bound_group",
37805dd42feSIan Rogers        "MetricName": "tma_data_sharing",
37905dd42feSIan Rogers        "MetricThreshold": "tma_data_sharing > 0.05 & (tma_l3_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
38005dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles while the memory subsystem was handling synchronizations due to data-sharing accesses. Data shared by multiple Logical Processors (even just read shared) may cause increased access latency due to cache coherency. Excessive data sharing can drastically harm multithreaded performance. Sample with: MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT_PS. Related metrics: tma_contested_accesses, tma_false_sharing, tma_machine_clears, tma_remote_cache",
38105dd42feSIan Rogers        "ScaleUnit": "100%"
38205dd42feSIan Rogers    },
38305dd42feSIan Rogers    {
38405dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles where the Divider unit was active",
385*c9e7771fSIan Rogers        "MetricExpr": "10 * ARITH.DIVIDER_UOPS / tma_info_core_core_clks",
38605dd42feSIan Rogers        "MetricGroup": "TopdownL3;tma_L3_group;tma_core_bound_group",
38705dd42feSIan Rogers        "MetricName": "tma_divider",
38805dd42feSIan Rogers        "MetricThreshold": "tma_divider > 0.2 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2)",
38905dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles where the Divider unit was active. Divide and square root instructions are performed by the Divider unit and can take considerably longer latency than integer or Floating Point addition; subtraction; or multiplication. Sample with: ARITH.DIVIDER_UOPS",
39005dd42feSIan Rogers        "ScaleUnit": "100%"
39105dd42feSIan Rogers    },
39205dd42feSIan Rogers    {
39305dd42feSIan Rogers        "BriefDescription": "This metric estimates how often the CPU was stalled on accesses to external memory (DRAM) by loads",
39405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_SMT",
395*c9e7771fSIan Rogers        "MetricExpr": "(1 - MEM_LOAD_UOPS_RETIRED.L3_HIT / (MEM_LOAD_UOPS_RETIRED.L3_HIT + 7 * MEM_LOAD_UOPS_RETIRED.L3_MISS)) * CYCLE_ACTIVITY.STALLS_L2_PENDING / tma_info_thread_clks",
39605dd42feSIan Rogers        "MetricGroup": "MemoryBound;TmaL3mem;TopdownL3;tma_L3_group;tma_memory_bound_group",
39705dd42feSIan Rogers        "MetricName": "tma_dram_bound",
39805dd42feSIan Rogers        "MetricThreshold": "tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)",
39905dd42feSIan Rogers        "PublicDescription": "This metric estimates how often the CPU was stalled on accesses to external memory (DRAM) by loads. Better caching can improve the latency and increase performance. Sample with: MEM_LOAD_UOPS_RETIRED.L3_MISS_PS",
40005dd42feSIan Rogers        "ScaleUnit": "100%"
40105dd42feSIan Rogers    },
40205dd42feSIan Rogers    {
40305dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles in which CPU was likely limited due to DSB (decoded uop cache) fetch pipeline",
404*c9e7771fSIan Rogers        "MetricExpr": "(IDQ.ALL_DSB_CYCLES_ANY_UOPS - IDQ.ALL_DSB_CYCLES_4_UOPS) / tma_info_core_core_clks / 2",
40505dd42feSIan Rogers        "MetricGroup": "DSB;FetchBW;TopdownL3;tma_L3_group;tma_fetch_bandwidth_group",
40605dd42feSIan Rogers        "MetricName": "tma_dsb",
407*c9e7771fSIan Rogers        "MetricThreshold": "tma_dsb > 0.15 & (tma_fetch_bandwidth > 0.1 & tma_frontend_bound > 0.15 & tma_info_thread_ipc / 4 > 0.35)",
40805dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles in which CPU was likely limited due to DSB (decoded uop cache) fetch pipeline.  For example; inefficient utilization of the DSB cache structure or bank conflict when reading from it; are categorized here.",
40905dd42feSIan Rogers        "ScaleUnit": "100%"
41005dd42feSIan Rogers    },
41105dd42feSIan Rogers    {
41205dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to switches from DSB to MITE pipelines",
413*c9e7771fSIan Rogers        "MetricExpr": "DSB2MITE_SWITCHES.PENALTY_CYCLES / tma_info_thread_clks",
41405dd42feSIan Rogers        "MetricGroup": "DSBmiss;FetchLat;TopdownL3;tma_L3_group;tma_fetch_latency_group;tma_issueFB",
41505dd42feSIan Rogers        "MetricName": "tma_dsb_switches",
41605dd42feSIan Rogers        "MetricThreshold": "tma_dsb_switches > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
417*c9e7771fSIan Rogers        "PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to switches from DSB to MITE pipelines. The DSB (decoded i-cache) is a Uop Cache where the front-end directly delivers Uops (micro operations) avoiding heavy x86 decoding. The DSB pipeline has shorter latency and delivered higher bandwidth than the MITE (legacy instruction decode pipeline). Switching between the two pipelines can cause penalties hence this metric measures the exposed penalty. Related metrics: tma_fetch_bandwidth, tma_info_frontend_dsb_coverage, tma_info_inst_mix_iptb, tma_lcp",
41805dd42feSIan Rogers        "ScaleUnit": "100%"
41905dd42feSIan Rogers    },
42005dd42feSIan Rogers    {
42105dd42feSIan Rogers        "BriefDescription": "This metric roughly estimates the fraction of cycles where the Data TLB (DTLB) was missed by load accesses",
422*c9e7771fSIan Rogers        "MetricExpr": "(8 * DTLB_LOAD_MISSES.STLB_HIT + DTLB_LOAD_MISSES.WALK_DURATION) / tma_info_thread_clks",
42305dd42feSIan Rogers        "MetricGroup": "MemoryTLB;TopdownL4;tma_L4_group;tma_issueTLB;tma_l1_bound_group",
42405dd42feSIan Rogers        "MetricName": "tma_dtlb_load",
42505dd42feSIan Rogers        "MetricThreshold": "tma_dtlb_load > 0.1 & (tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
42605dd42feSIan Rogers        "PublicDescription": "This metric roughly estimates the fraction of cycles where the Data TLB (DTLB) was missed by load accesses. TLBs (Translation Look-aside Buffers) are processor caches for recently used entries out of the Page Tables that are used to map virtual- to physical-addresses by the operating system. This metric approximates the potential delay of demand loads missing the first-level data TLB (assuming worst case scenario with back to back misses to different pages). This includes hitting in the second-level TLB (STLB) as well as performing a hardware page walk on an STLB miss. Sample with: MEM_UOPS_RETIRED.STLB_MISS_LOADS_PS. Related metrics: tma_dtlb_store",
42705dd42feSIan Rogers        "ScaleUnit": "100%"
42805dd42feSIan Rogers    },
42905dd42feSIan Rogers    {
43005dd42feSIan Rogers        "BriefDescription": "This metric roughly estimates the fraction of cycles spent handling first-level data TLB store misses",
431*c9e7771fSIan Rogers        "MetricExpr": "(8 * DTLB_STORE_MISSES.STLB_HIT + DTLB_STORE_MISSES.WALK_DURATION) / tma_info_thread_clks",
43205dd42feSIan Rogers        "MetricGroup": "MemoryTLB;TopdownL4;tma_L4_group;tma_issueTLB;tma_store_bound_group",
43305dd42feSIan Rogers        "MetricName": "tma_dtlb_store",
43405dd42feSIan Rogers        "MetricThreshold": "tma_dtlb_store > 0.05 & (tma_store_bound > 0.2 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
43505dd42feSIan Rogers        "PublicDescription": "This metric roughly estimates the fraction of cycles spent handling first-level data TLB store misses.  As with ordinary data caching; focus on improving data locality and reducing working-set size to reduce DTLB overhead.  Additionally; consider using profile-guided optimization (PGO) to collocate frequently-used data on the same page.  Try using larger page sizes for large amounts of frequently-used data. Sample with: MEM_UOPS_RETIRED.STLB_MISS_STORES_PS. Related metrics: tma_dtlb_load",
43605dd42feSIan Rogers        "ScaleUnit": "100%"
43705dd42feSIan Rogers    },
43805dd42feSIan Rogers    {
43905dd42feSIan Rogers        "BriefDescription": "This metric roughly estimates how often CPU was handling synchronizations due to False Sharing",
440*c9e7771fSIan Rogers        "MetricExpr": "(200 * OFFCORE_RESPONSE.DEMAND_RFO.LLC_MISS.REMOTE_HITM + 60 * OFFCORE_RESPONSE.DEMAND_RFO.LLC_HIT.HITM_OTHER_CORE) / tma_info_thread_clks",
44105dd42feSIan Rogers        "MetricGroup": "DataSharing;Offcore;Snoop;TopdownL4;tma_L4_group;tma_issueSyncxn;tma_store_bound_group",
44205dd42feSIan Rogers        "MetricName": "tma_false_sharing",
44305dd42feSIan Rogers        "MetricThreshold": "tma_false_sharing > 0.05 & (tma_store_bound > 0.2 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
44405dd42feSIan Rogers        "PublicDescription": "This metric roughly estimates how often CPU was handling synchronizations due to False Sharing. False Sharing is a multithreading hiccup; where multiple Logical Processors contend on different data-elements mapped into the same cache line. Sample with: MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM_PS;OFFCORE_RESPONSE.DEMAND_RFO.L3_HIT.SNOOP_HITM. Related metrics: tma_contested_accesses, tma_data_sharing, tma_machine_clears, tma_remote_cache",
44505dd42feSIan Rogers        "ScaleUnit": "100%"
44605dd42feSIan Rogers    },
44705dd42feSIan Rogers    {
44805dd42feSIan Rogers        "BriefDescription": "This metric does a *rough estimation* of how often L1D Fill Buffer unavailability limited additional L1D miss memory access requests to proceed",
44905dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
450*c9e7771fSIan Rogers        "MetricExpr": "tma_info_memory_load_miss_real_latency * cpu@L1D_PEND_MISS.REQUEST_FB_FULL\\,cmask\\=1@ / tma_info_thread_clks",
45105dd42feSIan Rogers        "MetricGroup": "MemoryBW;TopdownL4;tma_L4_group;tma_issueBW;tma_issueSL;tma_issueSmSt;tma_l1_bound_group",
45205dd42feSIan Rogers        "MetricName": "tma_fb_full",
45305dd42feSIan Rogers        "MetricThreshold": "tma_fb_full > 0.3",
454*c9e7771fSIan Rogers        "PublicDescription": "This metric does a *rough estimation* of how often L1D Fill Buffer unavailability limited additional L1D miss memory access requests to proceed. The higher the metric value; the deeper the memory hierarchy level the misses are satisfied from (metric values >1 are valid). Often it hints on approaching bandwidth limits (to L2 cache; L3 cache or external memory). Related metrics: tma_info_system_dram_bw_use, tma_mem_bandwidth, tma_sq_full, tma_store_latency, tma_streaming_stores",
45505dd42feSIan Rogers        "ScaleUnit": "100%"
45605dd42feSIan Rogers    },
45705dd42feSIan Rogers    {
45805dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the CPU was stalled due to Frontend bandwidth issues",
45905dd42feSIan Rogers        "MetricExpr": "tma_frontend_bound - tma_fetch_latency",
46005dd42feSIan Rogers        "MetricGroup": "FetchBW;Frontend;TmaL2;TopdownL2;tma_L2_group;tma_frontend_bound_group;tma_issueFB",
46105dd42feSIan Rogers        "MetricName": "tma_fetch_bandwidth",
462*c9e7771fSIan Rogers        "MetricThreshold": "tma_fetch_bandwidth > 0.1 & tma_frontend_bound > 0.15 & tma_info_thread_ipc / 4 > 0.35",
463ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
464*c9e7771fSIan Rogers        "PublicDescription": "This metric represents fraction of slots the CPU was stalled due to Frontend bandwidth issues.  For example; inefficiencies at the instruction decoders; or restrictions for caching in the DSB (decoded uops cache) are categorized under Fetch Bandwidth. In such cases; the Frontend typically delivers suboptimal amount of uops to the Backend. Related metrics: tma_dsb_switches, tma_info_frontend_dsb_coverage, tma_info_inst_mix_iptb, tma_lcp",
46505dd42feSIan Rogers        "ScaleUnit": "100%"
46605dd42feSIan Rogers    },
46705dd42feSIan Rogers    {
46805dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the CPU was stalled due to Frontend latency issues",
469*c9e7771fSIan Rogers        "MetricExpr": "4 * min(CPU_CLK_UNHALTED.THREAD, IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE) / tma_info_thread_slots",
47005dd42feSIan Rogers        "MetricGroup": "Frontend;TmaL2;TopdownL2;tma_L2_group;tma_frontend_bound_group",
47105dd42feSIan Rogers        "MetricName": "tma_fetch_latency",
47205dd42feSIan Rogers        "MetricThreshold": "tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15",
473ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
47405dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots the CPU was stalled due to Frontend latency issues.  For example; instruction-cache misses; iTLB misses or fetch stalls after a branch misprediction are categorized under Frontend Latency. In such cases; the Frontend eventually delivers no uops for some period. Sample with: RS_EVENTS.EMPTY_END",
47505dd42feSIan Rogers        "ScaleUnit": "100%"
47605dd42feSIan Rogers    },
47705dd42feSIan Rogers    {
47805dd42feSIan Rogers        "BriefDescription": "This category represents fraction of slots where the processor's Frontend undersupplies its Backend",
479*c9e7771fSIan Rogers        "MetricExpr": "IDQ_UOPS_NOT_DELIVERED.CORE / tma_info_thread_slots",
48005dd42feSIan Rogers        "MetricGroup": "PGO;TmaL1;TopdownL1;tma_L1_group",
48105dd42feSIan Rogers        "MetricName": "tma_frontend_bound",
48205dd42feSIan Rogers        "MetricThreshold": "tma_frontend_bound > 0.15",
483ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL1",
48405dd42feSIan Rogers        "PublicDescription": "This category represents fraction of slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of the processor core responsible to fetch operations that are executed later on by the Backend part. Within the Frontend; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into micro-operations (uops). Ideally the Frontend can issue Pipeline_Width uops every cycle to the Backend. Frontend Bound denotes unutilized issue-slots when there is no Backend stall; i.e. bubbles where Frontend delivered no uops while Backend could have accepted them. For example; stalls due to instruction-cache misses would be categorized under Frontend Bound.",
48505dd42feSIan Rogers        "ScaleUnit": "100%"
48605dd42feSIan Rogers    },
48705dd42feSIan Rogers    {
48805dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations -- instructions that require two or more uops or micro-coded sequences",
48905dd42feSIan Rogers        "MetricExpr": "tma_microcode_sequencer",
49005dd42feSIan Rogers        "MetricGroup": "Retire;TmaL2;TopdownL2;tma_L2_group;tma_retiring_group",
49105dd42feSIan Rogers        "MetricName": "tma_heavy_operations",
49205dd42feSIan Rogers        "MetricThreshold": "tma_heavy_operations > 0.1",
493ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
49405dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations -- instructions that require two or more uops or micro-coded sequences. This highly-correlates with the uop length of these instructions/sequences.",
49505dd42feSIan Rogers        "ScaleUnit": "100%"
49605dd42feSIan Rogers    },
49705dd42feSIan Rogers    {
49805dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to instruction cache misses.",
499*c9e7771fSIan Rogers        "MetricExpr": "ICACHE.IFDATA_STALL / tma_info_thread_clks",
50005dd42feSIan Rogers        "MetricGroup": "BigFoot;FetchLat;IcMiss;TopdownL3;tma_L3_group;tma_fetch_latency_group",
50105dd42feSIan Rogers        "MetricName": "tma_icache_misses",
50205dd42feSIan Rogers        "MetricThreshold": "tma_icache_misses > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
50305dd42feSIan Rogers        "ScaleUnit": "100%"
50405dd42feSIan Rogers    },
50505dd42feSIan Rogers    {
506*c9e7771fSIan Rogers        "BriefDescription": "Instructions per retired mispredicts for indirect CALL or JMP branches (lower number means higher occurrence rate).",
507*c9e7771fSIan Rogers        "MetricExpr": "tma_info_inst_mix_instructions / (UOPS_RETIRED.RETIRE_SLOTS / UOPS_ISSUED.ANY * cpu@BR_MISP_EXEC.ALL_BRANCHES\\,umask\\=0xE4@)",
508*c9e7771fSIan Rogers        "MetricGroup": "Bad;BrMispredicts",
509*c9e7771fSIan Rogers        "MetricName": "tma_info_bad_spec_ipmisp_indirect",
510*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_bad_spec_ipmisp_indirect < 1e3"
51105dd42feSIan Rogers    },
51205dd42feSIan Rogers    {
513*c9e7771fSIan Rogers        "BriefDescription": "Number of Instructions per non-speculative Branch Misprediction (JEClear) (lower number means higher occurrence rate)",
514*c9e7771fSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / BR_MISP_RETIRED.ALL_BRANCHES",
515*c9e7771fSIan Rogers        "MetricGroup": "Bad;BadSpec;BrMispredicts",
516*c9e7771fSIan Rogers        "MetricName": "tma_info_bad_spec_ipmispredict",
517*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_bad_spec_ipmispredict < 200"
51805dd42feSIan Rogers    },
51905dd42feSIan Rogers    {
52005dd42feSIan Rogers        "BriefDescription": "Core actual clocks when any Logical Processor is active on the Physical Core",
521*c9e7771fSIan Rogers        "MetricExpr": "(CPU_CLK_UNHALTED.THREAD / 2 * (1 + CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE / CPU_CLK_UNHALTED.REF_XCLK) if #core_wide < 1 else (CPU_CLK_UNHALTED.THREAD_ANY / 2 if #SMT_on else tma_info_thread_clks))",
52205dd42feSIan Rogers        "MetricGroup": "SMT",
523*c9e7771fSIan Rogers        "MetricName": "tma_info_core_core_clks"
52405dd42feSIan Rogers    },
52505dd42feSIan Rogers    {
52605dd42feSIan Rogers        "BriefDescription": "Instructions Per Cycle across hyper-threads (per physical core)",
527*c9e7771fSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / tma_info_core_core_clks",
52805dd42feSIan Rogers        "MetricGroup": "Ret;SMT;TmaL1;tma_L1_group",
529*c9e7771fSIan Rogers        "MetricName": "tma_info_core_coreipc"
53005dd42feSIan Rogers    },
53105dd42feSIan Rogers    {
53205dd42feSIan Rogers        "BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is execution) per-core",
53305dd42feSIan Rogers        "MetricExpr": "(UOPS_EXECUTED.CORE / 2 / (cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ / 2 if #SMT_on else cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@) if #SMT_on else UOPS_EXECUTED.CORE / (cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ / 2 if #SMT_on else cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@))",
53405dd42feSIan Rogers        "MetricGroup": "Backend;Cor;Pipeline;PortsUtil",
535*c9e7771fSIan Rogers        "MetricName": "tma_info_core_ilp"
536*c9e7771fSIan Rogers    },
537*c9e7771fSIan Rogers    {
538*c9e7771fSIan Rogers        "BriefDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache)",
539*c9e7771fSIan Rogers        "MetricExpr": "IDQ.DSB_UOPS / (IDQ.DSB_UOPS + LSD.UOPS + IDQ.MITE_UOPS + IDQ.MS_UOPS)",
540*c9e7771fSIan Rogers        "MetricGroup": "DSB;Fed;FetchBW;tma_issueFB",
541*c9e7771fSIan Rogers        "MetricName": "tma_info_frontend_dsb_coverage",
542*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_frontend_dsb_coverage < 0.7 & tma_info_thread_ipc / 4 > 0.35",
543*c9e7771fSIan Rogers        "PublicDescription": "Fraction of Uops delivered by the DSB (aka Decoded ICache; or Uop Cache). Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_inst_mix_iptb, tma_lcp"
544*c9e7771fSIan Rogers    },
545*c9e7771fSIan Rogers    {
546*c9e7771fSIan Rogers        "BriefDescription": "Instructions per speculative Unknown Branch Misprediction (BAClear) (lower number means higher occurrence rate)",
547*c9e7771fSIan Rogers        "MetricExpr": "tma_info_inst_mix_instructions / BACLEARS.ANY",
548*c9e7771fSIan Rogers        "MetricGroup": "Fed",
549*c9e7771fSIan Rogers        "MetricName": "tma_info_frontend_ipunknown_branch"
550*c9e7771fSIan Rogers    },
551*c9e7771fSIan Rogers    {
552*c9e7771fSIan Rogers        "BriefDescription": "Branch instructions per taken branch.",
553*c9e7771fSIan Rogers        "MetricExpr": "BR_INST_RETIRED.ALL_BRANCHES / BR_INST_RETIRED.NEAR_TAKEN",
554*c9e7771fSIan Rogers        "MetricGroup": "Branches;Fed;PGO",
555*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_bptkbranch"
55605dd42feSIan Rogers    },
55705dd42feSIan Rogers    {
55805dd42feSIan Rogers        "BriefDescription": "Total number of retired Instructions",
55905dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY",
56005dd42feSIan Rogers        "MetricGroup": "Summary;TmaL1;tma_L1_group",
561*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_instructions",
56205dd42feSIan Rogers        "PublicDescription": "Total number of retired Instructions. Sample with: INST_RETIRED.PREC_DIST"
56305dd42feSIan Rogers    },
56405dd42feSIan Rogers    {
56505dd42feSIan Rogers        "BriefDescription": "Instructions per Branch (lower number means higher occurrence rate)",
56605dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.ALL_BRANCHES",
56705dd42feSIan Rogers        "MetricGroup": "Branches;Fed;InsType",
568*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_ipbranch",
569*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_inst_mix_ipbranch < 8"
57005dd42feSIan Rogers    },
57105dd42feSIan Rogers    {
57205dd42feSIan Rogers        "BriefDescription": "Instructions per (near) call (lower number means higher occurrence rate)",
57305dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.NEAR_CALL",
57405dd42feSIan Rogers        "MetricGroup": "Branches;Fed;PGO",
575*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_ipcall",
576*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_inst_mix_ipcall < 200"
57705dd42feSIan Rogers    },
57805dd42feSIan Rogers    {
57905dd42feSIan Rogers        "BriefDescription": "Instructions per Load (lower number means higher occurrence rate)",
58005dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / MEM_UOPS_RETIRED.ALL_LOADS",
58105dd42feSIan Rogers        "MetricGroup": "InsType",
582*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_ipload",
583*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_inst_mix_ipload < 3"
58405dd42feSIan Rogers    },
58505dd42feSIan Rogers    {
58605dd42feSIan Rogers        "BriefDescription": "Instructions per Store (lower number means higher occurrence rate)",
58705dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / MEM_UOPS_RETIRED.ALL_STORES",
58805dd42feSIan Rogers        "MetricGroup": "InsType",
589*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_ipstore",
590*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_inst_mix_ipstore < 8"
59105dd42feSIan Rogers    },
59205dd42feSIan Rogers    {
59305dd42feSIan Rogers        "BriefDescription": "Instruction per taken branch",
59405dd42feSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.NEAR_TAKEN",
59505dd42feSIan Rogers        "MetricGroup": "Branches;Fed;FetchBW;Frontend;PGO;tma_issueFB",
596*c9e7771fSIan Rogers        "MetricName": "tma_info_inst_mix_iptb",
597*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_inst_mix_iptb < 9",
598*c9e7771fSIan Rogers        "PublicDescription": "Instruction per taken branch. Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_frontend_dsb_coverage, tma_lcp"
59905dd42feSIan Rogers    },
60005dd42feSIan Rogers    {
60105dd42feSIan Rogers        "BriefDescription": "Average per-core data fill bandwidth to the L1 data cache [GB / sec]",
60205dd42feSIan Rogers        "MetricExpr": "64 * L1D.REPLACEMENT / 1e9 / duration_time",
60305dd42feSIan Rogers        "MetricGroup": "Mem;MemoryBW",
604*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_core_l1d_cache_fill_bw"
60505dd42feSIan Rogers    },
60605dd42feSIan Rogers    {
60705dd42feSIan Rogers        "BriefDescription": "Average per-core data fill bandwidth to the L2 cache [GB / sec]",
60805dd42feSIan Rogers        "MetricExpr": "64 * L2_LINES_IN.ALL / 1e9 / duration_time",
60905dd42feSIan Rogers        "MetricGroup": "Mem;MemoryBW",
610*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_core_l2_cache_fill_bw"
61105dd42feSIan Rogers    },
61205dd42feSIan Rogers    {
61305dd42feSIan Rogers        "BriefDescription": "Average per-core data fill bandwidth to the L3 cache [GB / sec]",
61405dd42feSIan Rogers        "MetricExpr": "64 * LONGEST_LAT_CACHE.MISS / 1e9 / duration_time",
61505dd42feSIan Rogers        "MetricGroup": "Mem;MemoryBW",
616*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_core_l3_cache_fill_bw"
61705dd42feSIan Rogers    },
61805dd42feSIan Rogers    {
619*c9e7771fSIan Rogers        "BriefDescription": "L1 cache true misses per kilo instruction for retired demand loads",
620*c9e7771fSIan Rogers        "MetricExpr": "1e3 * MEM_LOAD_UOPS_RETIRED.L1_MISS / INST_RETIRED.ANY",
621*c9e7771fSIan Rogers        "MetricGroup": "CacheMisses;Mem",
622*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_l1mpki"
623*c9e7771fSIan Rogers    },
624*c9e7771fSIan Rogers    {
625*c9e7771fSIan Rogers        "BriefDescription": "L2 cache true misses per kilo instruction for retired demand loads",
626*c9e7771fSIan Rogers        "MetricExpr": "1e3 * MEM_LOAD_UOPS_RETIRED.L2_MISS / INST_RETIRED.ANY",
627*c9e7771fSIan Rogers        "MetricGroup": "Backend;CacheMisses;Mem",
628*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_l2mpki"
62905dd42feSIan Rogers    },
63005dd42feSIan Rogers    {
63105dd42feSIan Rogers        "BriefDescription": "L3 cache true misses per kilo instruction for retired demand loads",
63205dd42feSIan Rogers        "MetricExpr": "1e3 * MEM_LOAD_UOPS_RETIRED.L3_MISS / INST_RETIRED.ANY",
63305dd42feSIan Rogers        "MetricGroup": "CacheMisses;Mem",
634*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_l3mpki"
63505dd42feSIan Rogers    },
63605dd42feSIan Rogers    {
63705dd42feSIan Rogers        "BriefDescription": "Actual Average Latency for L1 data-cache miss demand load operations (in core cycles)",
63805dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
63905dd42feSIan Rogers        "MetricExpr": "L1D_PEND_MISS.PENDING / (MEM_LOAD_UOPS_RETIRED.L1_MISS + MEM_LOAD_UOPS_RETIRED.HIT_LFB)",
64005dd42feSIan Rogers        "MetricGroup": "Mem;MemoryBound;MemoryLat",
641*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_load_miss_real_latency"
64205dd42feSIan Rogers    },
64305dd42feSIan Rogers    {
64405dd42feSIan Rogers        "BriefDescription": "Memory-Level-Parallelism (average number of L1 miss demand load when there is at least one such miss",
64505dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
64605dd42feSIan Rogers        "MetricExpr": "L1D_PEND_MISS.PENDING / L1D_PEND_MISS.PENDING_CYCLES",
64705dd42feSIan Rogers        "MetricGroup": "Mem;MemoryBW;MemoryBound",
648*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_mlp",
64905dd42feSIan Rogers        "PublicDescription": "Memory-Level-Parallelism (average number of L1 miss demand load when there is at least one such miss. Per-Logical Processor)"
65005dd42feSIan Rogers    },
65105dd42feSIan Rogers    {
652*c9e7771fSIan Rogers        "BriefDescription": "Average Parallel L2 cache miss data reads",
653*c9e7771fSIan Rogers        "MetricExpr": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD / OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
654*c9e7771fSIan Rogers        "MetricGroup": "Memory_BW;Offcore",
655*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_oro_data_l2_mlp"
656*c9e7771fSIan Rogers    },
657*c9e7771fSIan Rogers    {
658*c9e7771fSIan Rogers        "BriefDescription": "Average Latency for L2 cache miss demand Loads",
659*c9e7771fSIan Rogers        "MetricExpr": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD / OFFCORE_REQUESTS.DEMAND_DATA_RD",
660*c9e7771fSIan Rogers        "MetricGroup": "Memory_Lat;Offcore",
661*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_oro_load_l2_miss_latency"
662*c9e7771fSIan Rogers    },
663*c9e7771fSIan Rogers    {
664*c9e7771fSIan Rogers        "BriefDescription": "Average Parallel L2 cache miss demand Loads",
665*c9e7771fSIan Rogers        "MetricExpr": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD / OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_DATA_RD",
666*c9e7771fSIan Rogers        "MetricGroup": "Memory_BW;Offcore",
667*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_oro_load_l2_mlp"
668*c9e7771fSIan Rogers    },
669*c9e7771fSIan Rogers    {
670*c9e7771fSIan Rogers        "BriefDescription": "Average per-thread data fill bandwidth to the L1 data cache [GB / sec]",
671*c9e7771fSIan Rogers        "MetricExpr": "tma_info_memory_core_l1d_cache_fill_bw",
672*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryBW",
673*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_thread_l1d_cache_fill_bw_1t"
674*c9e7771fSIan Rogers    },
675*c9e7771fSIan Rogers    {
676*c9e7771fSIan Rogers        "BriefDescription": "Average per-thread data fill bandwidth to the L2 cache [GB / sec]",
677*c9e7771fSIan Rogers        "MetricExpr": "tma_info_memory_core_l2_cache_fill_bw",
678*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryBW",
679*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_thread_l2_cache_fill_bw_1t"
680*c9e7771fSIan Rogers    },
681*c9e7771fSIan Rogers    {
682*c9e7771fSIan Rogers        "BriefDescription": "Average per-thread data access bandwidth to the L3 cache [GB / sec]",
683*c9e7771fSIan Rogers        "MetricExpr": "0",
684*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryBW;Offcore",
685*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_thread_l3_cache_access_bw_1t"
686*c9e7771fSIan Rogers    },
687*c9e7771fSIan Rogers    {
688*c9e7771fSIan Rogers        "BriefDescription": "Average per-thread data fill bandwidth to the L3 cache [GB / sec]",
689*c9e7771fSIan Rogers        "MetricExpr": "tma_info_memory_core_l3_cache_fill_bw",
690*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryBW",
691*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_thread_l3_cache_fill_bw_1t"
692*c9e7771fSIan Rogers    },
693*c9e7771fSIan Rogers    {
69405dd42feSIan Rogers        "BriefDescription": "Utilization of the core's Page Walker(s) serving STLB misses triggered by instruction/Load/Store accesses",
695*c9e7771fSIan Rogers        "MetricExpr": "(ITLB_MISSES.WALK_DURATION + DTLB_LOAD_MISSES.WALK_DURATION + DTLB_STORE_MISSES.WALK_DURATION) / tma_info_core_core_clks",
69605dd42feSIan Rogers        "MetricGroup": "Mem;MemoryTLB",
697*c9e7771fSIan Rogers        "MetricName": "tma_info_memory_tlb_page_walks_utilization",
698*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_memory_tlb_page_walks_utilization > 0.5"
69905dd42feSIan Rogers    },
70005dd42feSIan Rogers    {
70105dd42feSIan Rogers        "BriefDescription": "Average number of Uops retired in cycles where at least one uop has retired.",
70205dd42feSIan Rogers        "MetricExpr": "UOPS_RETIRED.RETIRE_SLOTS / cpu@UOPS_RETIRED.RETIRE_SLOTS\\,cmask\\=1@",
70305dd42feSIan Rogers        "MetricGroup": "Pipeline;Ret",
704*c9e7771fSIan Rogers        "MetricName": "tma_info_pipeline_retire"
70505dd42feSIan Rogers    },
70605dd42feSIan Rogers    {
707*c9e7771fSIan Rogers        "BriefDescription": "Measured Average Frequency for unhalted processors [GHz]",
708*c9e7771fSIan Rogers        "MetricExpr": "tma_info_system_turbo_utilization * TSC / 1e9 / duration_time",
709*c9e7771fSIan Rogers        "MetricGroup": "Power;Summary",
710*c9e7771fSIan Rogers        "MetricName": "tma_info_system_average_frequency"
711*c9e7771fSIan Rogers    },
712*c9e7771fSIan Rogers    {
713*c9e7771fSIan Rogers        "BriefDescription": "Average CPU Utilization",
714*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.REF_TSC / TSC",
715*c9e7771fSIan Rogers        "MetricGroup": "HPC;Summary",
716*c9e7771fSIan Rogers        "MetricName": "tma_info_system_cpu_utilization"
717*c9e7771fSIan Rogers    },
718*c9e7771fSIan Rogers    {
719*c9e7771fSIan Rogers        "BriefDescription": "Average external Memory Bandwidth Use for reads and writes [GB / sec]",
720*c9e7771fSIan Rogers        "MetricExpr": "64 * (UNC_M_CAS_COUNT.RD + UNC_M_CAS_COUNT.WR) / 1e9 / duration_time",
721*c9e7771fSIan Rogers        "MetricGroup": "HPC;Mem;MemoryBW;SoC;tma_issueBW",
722*c9e7771fSIan Rogers        "MetricName": "tma_info_system_dram_bw_use",
723*c9e7771fSIan Rogers        "PublicDescription": "Average external Memory Bandwidth Use for reads and writes [GB / sec]. Related metrics: tma_fb_full, tma_mem_bandwidth, tma_sq_full"
724*c9e7771fSIan Rogers    },
725*c9e7771fSIan Rogers    {
726*c9e7771fSIan Rogers        "BriefDescription": "Instructions per Far Branch ( Far Branches apply upon transition from application to operating system, handling interrupts, exceptions) [lower number means higher occurrence rate]",
727*c9e7771fSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.FAR_BRANCH:u",
728*c9e7771fSIan Rogers        "MetricGroup": "Branches;OS",
729*c9e7771fSIan Rogers        "MetricName": "tma_info_system_ipfarbranch",
730*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_system_ipfarbranch < 1e6"
731*c9e7771fSIan Rogers    },
732*c9e7771fSIan Rogers    {
733*c9e7771fSIan Rogers        "BriefDescription": "Cycles Per Instruction for the Operating System (OS) Kernel mode",
734*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.THREAD_P:k / INST_RETIRED.ANY_P:k",
735*c9e7771fSIan Rogers        "MetricGroup": "OS",
736*c9e7771fSIan Rogers        "MetricName": "tma_info_system_kernel_cpi"
737*c9e7771fSIan Rogers    },
738*c9e7771fSIan Rogers    {
739*c9e7771fSIan Rogers        "BriefDescription": "Fraction of cycles spent in the Operating System (OS) Kernel mode",
740*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.THREAD_P:k / CPU_CLK_UNHALTED.THREAD",
741*c9e7771fSIan Rogers        "MetricGroup": "OS",
742*c9e7771fSIan Rogers        "MetricName": "tma_info_system_kernel_utilization",
743*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_system_kernel_utilization > 0.05"
744*c9e7771fSIan Rogers    },
745*c9e7771fSIan Rogers    {
746*c9e7771fSIan Rogers        "BriefDescription": "Average number of parallel data read requests to external memory",
747*c9e7771fSIan Rogers        "MetricExpr": "UNC_C_TOR_OCCUPANCY.MISS_OPCODE@filter_opc\\=0x182@ / UNC_C_TOR_OCCUPANCY.MISS_OPCODE@filter_opc\\=0x182\\,thresh\\=1@",
748*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryBW;SoC",
749*c9e7771fSIan Rogers        "MetricName": "tma_info_system_mem_parallel_reads",
750*c9e7771fSIan Rogers        "PublicDescription": "Average number of parallel data read requests to external memory. Accounts for demand loads and L1/L2 prefetches"
751*c9e7771fSIan Rogers    },
752*c9e7771fSIan Rogers    {
753*c9e7771fSIan Rogers        "BriefDescription": "Average latency of data read request to external memory (in nanoseconds)",
754*c9e7771fSIan Rogers        "MetricExpr": "1e9 * (UNC_C_TOR_OCCUPANCY.MISS_OPCODE@filter_opc\\=0x182@ / UNC_C_TOR_INSERTS.MISS_OPCODE@filter_opc\\=0x182@) / (tma_info_system_socket_clks / duration_time)",
755*c9e7771fSIan Rogers        "MetricGroup": "Mem;MemoryLat;SoC",
756*c9e7771fSIan Rogers        "MetricName": "tma_info_system_mem_read_latency",
757*c9e7771fSIan Rogers        "PublicDescription": "Average latency of data read request to external memory (in nanoseconds). Accounts for demand loads and L1/L2 prefetches. ([RKL+]memory-controller only)"
75805dd42feSIan Rogers    },
75905dd42feSIan Rogers    {
76005dd42feSIan Rogers        "BriefDescription": "Fraction of cycles where both hardware Logical Processors were active",
76105dd42feSIan Rogers        "MetricExpr": "(1 - CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE / (CPU_CLK_UNHALTED.REF_XCLK_ANY / 2) if #SMT_on else 0)",
76205dd42feSIan Rogers        "MetricGroup": "SMT",
763*c9e7771fSIan Rogers        "MetricName": "tma_info_system_smt_2t_utilization"
76405dd42feSIan Rogers    },
76505dd42feSIan Rogers    {
76605dd42feSIan Rogers        "BriefDescription": "Socket actual clocks when any core is active on that socket",
76705dd42feSIan Rogers        "MetricExpr": "cbox_0@event\\=0x0@",
76805dd42feSIan Rogers        "MetricGroup": "SoC",
769*c9e7771fSIan Rogers        "MetricName": "tma_info_system_socket_clks"
77005dd42feSIan Rogers    },
77105dd42feSIan Rogers    {
77205dd42feSIan Rogers        "BriefDescription": "Average Frequency Utilization relative nominal frequency",
773*c9e7771fSIan Rogers        "MetricExpr": "tma_info_thread_clks / CPU_CLK_UNHALTED.REF_TSC",
77405dd42feSIan Rogers        "MetricGroup": "Power",
775*c9e7771fSIan Rogers        "MetricName": "tma_info_system_turbo_utilization"
776*c9e7771fSIan Rogers    },
777*c9e7771fSIan Rogers    {
778*c9e7771fSIan Rogers        "BriefDescription": "Per-Logical Processor actual clocks when the Logical Processor is active.",
779*c9e7771fSIan Rogers        "MetricExpr": "CPU_CLK_UNHALTED.THREAD",
780*c9e7771fSIan Rogers        "MetricGroup": "Pipeline",
781*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_clks"
782*c9e7771fSIan Rogers    },
783*c9e7771fSIan Rogers    {
784*c9e7771fSIan Rogers        "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
785*c9e7771fSIan Rogers        "MetricExpr": "1 / tma_info_thread_ipc",
786*c9e7771fSIan Rogers        "MetricGroup": "Mem;Pipeline",
787*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_cpi"
788*c9e7771fSIan Rogers    },
789*c9e7771fSIan Rogers    {
790*c9e7771fSIan Rogers        "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
791*c9e7771fSIan Rogers        "MetricExpr": "INST_RETIRED.ANY / tma_info_thread_clks",
792*c9e7771fSIan Rogers        "MetricGroup": "Ret;Summary",
793*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_ipc"
794*c9e7771fSIan Rogers    },
795*c9e7771fSIan Rogers    {
796*c9e7771fSIan Rogers        "BriefDescription": "Total issue-pipeline slots (per-Physical Core till ICL; per-Logical Processor ICL onward)",
797*c9e7771fSIan Rogers        "MetricExpr": "4 * tma_info_core_core_clks",
798*c9e7771fSIan Rogers        "MetricGroup": "TmaL1;tma_L1_group",
799*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_slots"
80005dd42feSIan Rogers    },
80105dd42feSIan Rogers    {
80205dd42feSIan Rogers        "BriefDescription": "Uops Per Instruction",
80305dd42feSIan Rogers        "MetricExpr": "UOPS_RETIRED.RETIRE_SLOTS / INST_RETIRED.ANY",
80405dd42feSIan Rogers        "MetricGroup": "Pipeline;Ret;Retire",
805*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_uoppi",
806*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_thread_uoppi > 1.05"
80705dd42feSIan Rogers    },
80805dd42feSIan Rogers    {
80905dd42feSIan Rogers        "BriefDescription": "Instruction per taken branch",
81005dd42feSIan Rogers        "MetricExpr": "UOPS_RETIRED.RETIRE_SLOTS / BR_INST_RETIRED.NEAR_TAKEN",
81105dd42feSIan Rogers        "MetricGroup": "Branches;Fed;FetchBW",
812*c9e7771fSIan Rogers        "MetricName": "tma_info_thread_uptb",
813*c9e7771fSIan Rogers        "MetricThreshold": "tma_info_thread_uptb < 6"
81405dd42feSIan Rogers    },
81505dd42feSIan Rogers    {
81605dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Instruction TLB (ITLB) misses",
817*c9e7771fSIan Rogers        "MetricExpr": "(14 * ITLB_MISSES.STLB_HIT + ITLB_MISSES.WALK_DURATION) / tma_info_thread_clks",
81805dd42feSIan Rogers        "MetricGroup": "BigFoot;FetchLat;MemoryTLB;TopdownL3;tma_L3_group;tma_fetch_latency_group",
81905dd42feSIan Rogers        "MetricName": "tma_itlb_misses",
82005dd42feSIan Rogers        "MetricThreshold": "tma_itlb_misses > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
82105dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Instruction TLB (ITLB) misses. Sample with: ITLB_MISSES.WALK_COMPLETED",
82205dd42feSIan Rogers        "ScaleUnit": "100%"
82305dd42feSIan Rogers    },
82405dd42feSIan Rogers    {
82505dd42feSIan Rogers        "BriefDescription": "This metric estimates how often the CPU was stalled without loads missing the L1 data cache",
826*c9e7771fSIan Rogers        "MetricExpr": "max((min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.STALLS_LDM_PENDING) - CYCLE_ACTIVITY.STALLS_L1D_PENDING) / tma_info_thread_clks, 0)",
82705dd42feSIan Rogers        "MetricGroup": "CacheMisses;MemoryBound;TmaL3mem;TopdownL3;tma_L3_group;tma_issueL1;tma_issueMC;tma_memory_bound_group",
82805dd42feSIan Rogers        "MetricName": "tma_l1_bound",
82905dd42feSIan Rogers        "MetricThreshold": "tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)",
83005dd42feSIan Rogers        "PublicDescription": "This metric estimates how often the CPU was stalled without loads missing the L1 data cache.  The L1 data cache typically has the shortest latency.  However; in certain cases like loads blocked on older stores; a load might suffer due to high latency even though it is being satisfied by the L1. Another example is loads who miss in the TLB. These cases are characterized by execution unit stalls; while some non-completed demand load lives in the machine without having that demand load missing the L1 cache. Sample with: MEM_LOAD_UOPS_RETIRED.L1_HIT_PS;MEM_LOAD_UOPS_RETIRED.HIT_LFB_PS. Related metrics: tma_clears_resteers, tma_machine_clears, tma_microcode_sequencer, tma_ms_switches, tma_ports_utilized_1",
83105dd42feSIan Rogers        "ScaleUnit": "100%"
83205dd42feSIan Rogers    },
83305dd42feSIan Rogers    {
83405dd42feSIan Rogers        "BriefDescription": "This metric estimates how often the CPU was stalled due to L2 cache accesses by loads",
835*c9e7771fSIan Rogers        "MetricExpr": "(CYCLE_ACTIVITY.STALLS_L1D_PENDING - CYCLE_ACTIVITY.STALLS_L2_PENDING) / tma_info_thread_clks",
83605dd42feSIan Rogers        "MetricGroup": "CacheMisses;MemoryBound;TmaL3mem;TopdownL3;tma_L3_group;tma_memory_bound_group",
83705dd42feSIan Rogers        "MetricName": "tma_l2_bound",
83805dd42feSIan Rogers        "MetricThreshold": "tma_l2_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)",
83905dd42feSIan Rogers        "PublicDescription": "This metric estimates how often the CPU was stalled due to L2 cache accesses by loads.  Avoiding cache misses (i.e. L1 misses/L2 hits) can improve the latency and increase performance. Sample with: MEM_LOAD_UOPS_RETIRED.L2_HIT_PS",
84005dd42feSIan Rogers        "ScaleUnit": "100%"
84105dd42feSIan Rogers    },
84205dd42feSIan Rogers    {
84305dd42feSIan Rogers        "BriefDescription": "This metric estimates how often the CPU was stalled due to loads accesses to L3 cache or contended with a sibling Core",
84405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_SMT",
845*c9e7771fSIan Rogers        "MetricExpr": "MEM_LOAD_UOPS_RETIRED.L3_HIT / (MEM_LOAD_UOPS_RETIRED.L3_HIT + 7 * MEM_LOAD_UOPS_RETIRED.L3_MISS) * CYCLE_ACTIVITY.STALLS_L2_PENDING / tma_info_thread_clks",
84605dd42feSIan Rogers        "MetricGroup": "CacheMisses;MemoryBound;TmaL3mem;TopdownL3;tma_L3_group;tma_memory_bound_group",
84705dd42feSIan Rogers        "MetricName": "tma_l3_bound",
84805dd42feSIan Rogers        "MetricThreshold": "tma_l3_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)",
84905dd42feSIan Rogers        "PublicDescription": "This metric estimates how often the CPU was stalled due to loads accesses to L3 cache or contended with a sibling Core.  Avoiding cache misses (i.e. L2 misses/L3 hits) can improve the latency and increase performance. Sample with: MEM_LOAD_UOPS_RETIRED.L3_HIT_PS",
85005dd42feSIan Rogers        "ScaleUnit": "100%"
85105dd42feSIan Rogers    },
85205dd42feSIan Rogers    {
85305dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles with demand load accesses that hit the L3 cache under unloaded scenarios (possibly L3 latency limited)",
85405dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
855*c9e7771fSIan Rogers        "MetricExpr": "41 * (MEM_LOAD_UOPS_RETIRED.L3_HIT * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) / tma_info_thread_clks",
85605dd42feSIan Rogers        "MetricGroup": "MemoryLat;TopdownL4;tma_L4_group;tma_issueLat;tma_l3_bound_group",
85705dd42feSIan Rogers        "MetricName": "tma_l3_hit_latency",
85805dd42feSIan Rogers        "MetricThreshold": "tma_l3_hit_latency > 0.1 & (tma_l3_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
85905dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles with demand load accesses that hit the L3 cache under unloaded scenarios (possibly L3 latency limited).  Avoiding private cache misses (i.e. L2 misses/L3 hits) will improve the latency; reduce contention with sibling physical cores and increase performance.  Note the value of this node may overlap with its siblings. Sample with: MEM_LOAD_UOPS_RETIRED.L3_HIT_PS. Related metrics: tma_mem_latency",
86005dd42feSIan Rogers        "ScaleUnit": "100%"
86105dd42feSIan Rogers    },
86205dd42feSIan Rogers    {
86305dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles CPU was stalled due to Length Changing Prefixes (LCPs)",
864*c9e7771fSIan Rogers        "MetricExpr": "ILD_STALL.LCP / tma_info_thread_clks",
86505dd42feSIan Rogers        "MetricGroup": "FetchLat;TopdownL3;tma_L3_group;tma_fetch_latency_group;tma_issueFB",
86605dd42feSIan Rogers        "MetricName": "tma_lcp",
86705dd42feSIan Rogers        "MetricThreshold": "tma_lcp > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
868*c9e7771fSIan Rogers        "PublicDescription": "This metric represents fraction of cycles CPU was stalled due to Length Changing Prefixes (LCPs). Using proper compiler flags or Intel Compiler by default will certainly avoid this. #Link: Optimization Guide about LCP BKMs. Related metrics: tma_dsb_switches, tma_fetch_bandwidth, tma_info_frontend_dsb_coverage, tma_info_inst_mix_iptb",
86905dd42feSIan Rogers        "ScaleUnit": "100%"
87005dd42feSIan Rogers    },
87105dd42feSIan Rogers    {
87205dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots where the CPU was retiring light-weight operations -- instructions that require no more than one uop (micro-operation)",
87305dd42feSIan Rogers        "MetricExpr": "tma_retiring - tma_heavy_operations",
87405dd42feSIan Rogers        "MetricGroup": "Retire;TmaL2;TopdownL2;tma_L2_group;tma_retiring_group",
87505dd42feSIan Rogers        "MetricName": "tma_light_operations",
87605dd42feSIan Rogers        "MetricThreshold": "tma_light_operations > 0.6",
877ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
87805dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots where the CPU was retiring light-weight operations -- instructions that require no more than one uop (micro-operation). This correlates with total number of instructions used by the program. A uops-per-instruction (see UopPI metric) ratio of 1 or less should be expected for decently optimized software running on Intel Core/Xeon products. While this often indicates efficient X86 instructions were executed; high value does not necessarily mean better performance cannot be achieved. Sample with: INST_RETIRED.PREC_DIST",
87905dd42feSIan Rogers        "ScaleUnit": "100%"
88005dd42feSIan Rogers    },
88105dd42feSIan Rogers    {
88205dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port for Load operations",
88305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS_NMI",
884*c9e7771fSIan Rogers        "MetricExpr": "(UOPS_DISPATCHED_PORT.PORT_2 + UOPS_DISPATCHED_PORT.PORT_3 + UOPS_DISPATCHED_PORT.PORT_7 - UOPS_DISPATCHED_PORT.PORT_4) / (2 * tma_info_core_core_clks)",
88505dd42feSIan Rogers        "MetricGroup": "TopdownL5;tma_L5_group;tma_ports_utilized_3m_group",
88605dd42feSIan Rogers        "MetricName": "tma_load_op_utilization",
88705dd42feSIan Rogers        "MetricThreshold": "tma_load_op_utilization > 0.6",
88805dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port for Load operations. Sample with: UOPS_DISPATCHED.PORT_2_3",
88905dd42feSIan Rogers        "ScaleUnit": "100%"
89005dd42feSIan Rogers    },
89105dd42feSIan Rogers    {
89205dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from local memory",
89305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
894*c9e7771fSIan Rogers        "MetricExpr": "200 * (MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) / tma_info_thread_clks",
89505dd42feSIan Rogers        "MetricGroup": "Server;TopdownL5;tma_L5_group;tma_mem_latency_group",
89605dd42feSIan Rogers        "MetricName": "tma_local_dram",
89705dd42feSIan Rogers        "MetricThreshold": "tma_local_dram > 0.1 & (tma_mem_latency > 0.1 & (tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)))",
89805dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from local memory. Caching will improve the latency and increase performance. Sample with: MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM_PS",
89905dd42feSIan Rogers        "ScaleUnit": "100%"
90005dd42feSIan Rogers    },
90105dd42feSIan Rogers    {
90205dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles the CPU spent handling cache misses due to lock operations",
90305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
904*c9e7771fSIan Rogers        "MetricExpr": "MEM_UOPS_RETIRED.LOCK_LOADS / MEM_UOPS_RETIRED.ALL_STORES * min(CPU_CLK_UNHALTED.THREAD, OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO) / tma_info_thread_clks",
90505dd42feSIan Rogers        "MetricGroup": "Offcore;TopdownL4;tma_L4_group;tma_issueRFO;tma_l1_bound_group",
90605dd42feSIan Rogers        "MetricName": "tma_lock_latency",
90705dd42feSIan Rogers        "MetricThreshold": "tma_lock_latency > 0.2 & (tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
90805dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles the CPU spent handling cache misses due to lock operations. Due to the microarchitecture handling of locks; they are classified as L1_Bound regardless of what memory source satisfied them. Sample with: MEM_UOPS_RETIRED.LOCK_LOADS_PS. Related metrics: tma_store_latency",
90905dd42feSIan Rogers        "ScaleUnit": "100%"
91005dd42feSIan Rogers    },
91105dd42feSIan Rogers    {
91205dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Machine Clears",
91305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
91405dd42feSIan Rogers        "MetricExpr": "tma_bad_speculation - tma_branch_mispredicts",
91505dd42feSIan Rogers        "MetricGroup": "BadSpec;MachineClears;TmaL2;TopdownL2;tma_L2_group;tma_bad_speculation_group;tma_issueMC;tma_issueSyncxn",
91605dd42feSIan Rogers        "MetricName": "tma_machine_clears",
91705dd42feSIan Rogers        "MetricThreshold": "tma_machine_clears > 0.1 & tma_bad_speculation > 0.15",
918ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
91905dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Machine Clears.  These slots are either wasted by uops fetched prior to the clear; or stalls the out-of-order portion of the machine needs to recover its state after the clear. For example; this can happen due to memory ordering Nukes (e.g. Memory Disambiguation) or Self-Modifying-Code (SMC) nukes. Sample with: MACHINE_CLEARS.COUNT. Related metrics: tma_clears_resteers, tma_contested_accesses, tma_data_sharing, tma_false_sharing, tma_l1_bound, tma_microcode_sequencer, tma_ms_switches, tma_remote_cache",
92005dd42feSIan Rogers        "ScaleUnit": "100%"
92105dd42feSIan Rogers    },
92205dd42feSIan Rogers    {
92305dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles where the core's performance was likely hurt due to approaching bandwidth limits of external memory (DRAM)",
924*c9e7771fSIan Rogers        "MetricExpr": "min(CPU_CLK_UNHALTED.THREAD, cpu@OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD\\,cmask\\=6@) / tma_info_thread_clks",
92505dd42feSIan Rogers        "MetricGroup": "MemoryBW;Offcore;TopdownL4;tma_L4_group;tma_dram_bound_group;tma_issueBW",
92605dd42feSIan Rogers        "MetricName": "tma_mem_bandwidth",
92705dd42feSIan Rogers        "MetricThreshold": "tma_mem_bandwidth > 0.2 & (tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
928*c9e7771fSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles where the core's performance was likely hurt due to approaching bandwidth limits of external memory (DRAM).  The underlying heuristic assumes that a similar off-core traffic is generated by all IA cores. This metric does not aggregate non-data-read requests by this logical processor; requests from other IA Logical Processors/Physical Cores/sockets; or other non-IA devices like GPU; hence the maximum external memory bandwidth limits may or may not be approached when this metric is flagged (see Uncore counters for that). Related metrics: tma_fb_full, tma_info_system_dram_bw_use, tma_sq_full",
92905dd42feSIan Rogers        "ScaleUnit": "100%"
93005dd42feSIan Rogers    },
93105dd42feSIan Rogers    {
93205dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles where the performance was likely hurt due to latency from external memory (DRAM)",
933*c9e7771fSIan Rogers        "MetricExpr": "min(CPU_CLK_UNHALTED.THREAD, OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD) / tma_info_thread_clks - tma_mem_bandwidth",
93405dd42feSIan Rogers        "MetricGroup": "MemoryLat;Offcore;TopdownL4;tma_L4_group;tma_dram_bound_group;tma_issueLat",
93505dd42feSIan Rogers        "MetricName": "tma_mem_latency",
93605dd42feSIan Rogers        "MetricThreshold": "tma_mem_latency > 0.1 & (tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
93705dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles where the performance was likely hurt due to latency from external memory (DRAM).  This metric does not aggregate requests from other Logical Processors/Physical Cores/sockets (see Uncore counters for that). Related metrics: tma_l3_hit_latency",
93805dd42feSIan Rogers        "ScaleUnit": "100%"
93905dd42feSIan Rogers    },
94005dd42feSIan Rogers    {
94105dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the Memory subsystem within the Backend was a bottleneck",
94205dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
943*c9e7771fSIan Rogers        "MetricExpr": "((min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.STALLS_LDM_PENDING) + RESOURCE_STALLS.SB) / (min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.CYCLES_NO_EXECUTE) + (cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - (cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@ if tma_info_thread_ipc > 1.8 else cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@)) / 2 - (RS_EVENTS.EMPTY_CYCLES if tma_fetch_latency > 0.1 else 0) + RESOURCE_STALLS.SB) if #SMT_on else min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.CYCLES_NO_EXECUTE) + cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - (cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@ if tma_info_thread_ipc > 1.8 else cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@) - (RS_EVENTS.EMPTY_CYCLES if tma_fetch_latency > 0.1 else 0) + RESOURCE_STALLS.SB) * tma_backend_bound",
94405dd42feSIan Rogers        "MetricGroup": "Backend;TmaL2;TopdownL2;tma_L2_group;tma_backend_bound_group",
94505dd42feSIan Rogers        "MetricName": "tma_memory_bound",
94605dd42feSIan Rogers        "MetricThreshold": "tma_memory_bound > 0.2 & tma_backend_bound > 0.2",
947ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL2",
94805dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots the Memory subsystem within the Backend was a bottleneck.  Memory Bound estimates fraction of slots where pipeline is likely stalled due to demand load or store instructions. This accounts mainly for (1) non-completed in-flight memory demand loads which coincides with execution units starvation; in addition to (2) cases where stores could impose backpressure on the pipeline when many of them get buffered at the same time (less common out of the two).",
94905dd42feSIan Rogers        "ScaleUnit": "100%"
95005dd42feSIan Rogers    },
95105dd42feSIan Rogers    {
95205dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of slots the CPU was retiring uops fetched by the Microcode Sequencer (MS) unit",
953*c9e7771fSIan Rogers        "MetricExpr": "UOPS_RETIRED.RETIRE_SLOTS / UOPS_ISSUED.ANY * IDQ.MS_UOPS / tma_info_thread_slots",
95405dd42feSIan Rogers        "MetricGroup": "MicroSeq;TopdownL3;tma_L3_group;tma_heavy_operations_group;tma_issueMC;tma_issueMS",
95505dd42feSIan Rogers        "MetricName": "tma_microcode_sequencer",
95605dd42feSIan Rogers        "MetricThreshold": "tma_microcode_sequencer > 0.05 & tma_heavy_operations > 0.1",
95705dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of slots the CPU was retiring uops fetched by the Microcode Sequencer (MS) unit.  The MS is used for CISC instructions not supported by the default decoders (like repeat move strings; or CPUID); or by microcode assists used to address some operation modes (like in Floating Point assists). These cases can often be avoided. Sample with: IDQ.MS_UOPS. Related metrics: tma_clears_resteers, tma_l1_bound, tma_machine_clears, tma_ms_switches",
95805dd42feSIan Rogers        "ScaleUnit": "100%"
95905dd42feSIan Rogers    },
96005dd42feSIan Rogers    {
96105dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles in which CPU was likely limited due to the MITE pipeline (the legacy decode pipeline)",
962*c9e7771fSIan Rogers        "MetricExpr": "(IDQ.ALL_MITE_CYCLES_ANY_UOPS - IDQ.ALL_MITE_CYCLES_4_UOPS) / tma_info_core_core_clks / 2",
96305dd42feSIan Rogers        "MetricGroup": "DSBmiss;FetchBW;TopdownL3;tma_L3_group;tma_fetch_bandwidth_group",
96405dd42feSIan Rogers        "MetricName": "tma_mite",
965*c9e7771fSIan Rogers        "MetricThreshold": "tma_mite > 0.1 & (tma_fetch_bandwidth > 0.1 & tma_frontend_bound > 0.15 & tma_info_thread_ipc / 4 > 0.35)",
96605dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles in which CPU was likely limited due to the MITE pipeline (the legacy decode pipeline). This pipeline is used for code that was not pre-cached in the DSB or LSD. For example; inefficiencies due to asymmetric decoders; use of long immediate or LCP can manifest as MITE fetch bandwidth bottleneck.",
96705dd42feSIan Rogers        "ScaleUnit": "100%"
96805dd42feSIan Rogers    },
96905dd42feSIan Rogers    {
97005dd42feSIan Rogers        "BriefDescription": "This metric estimates the fraction of cycles when the CPU was stalled due to switches of uop delivery to the Microcode Sequencer (MS)",
971*c9e7771fSIan Rogers        "MetricExpr": "2 * IDQ.MS_SWITCHES / tma_info_thread_clks",
97205dd42feSIan Rogers        "MetricGroup": "FetchLat;MicroSeq;TopdownL3;tma_L3_group;tma_fetch_latency_group;tma_issueMC;tma_issueMS;tma_issueMV;tma_issueSO",
97305dd42feSIan Rogers        "MetricName": "tma_ms_switches",
97405dd42feSIan Rogers        "MetricThreshold": "tma_ms_switches > 0.05 & (tma_fetch_latency > 0.1 & tma_frontend_bound > 0.15)",
97505dd42feSIan Rogers        "PublicDescription": "This metric estimates the fraction of cycles when the CPU was stalled due to switches of uop delivery to the Microcode Sequencer (MS). Commonly used instructions are optimized for delivery by the DSB (decoded i-cache) or MITE (legacy instruction decode) pipelines. Certain operations cannot be handled natively by the execution pipeline; and must be performed by microcode (small programs injected into the execution stream). Switching to the MS too often can negatively impact performance. The MS is designated to deliver long uop flows required by CISC instructions like CPUID; or uncommon conditions like Floating Point Assists when dealing with Denormals. Sample with: IDQ.MS_SWITCHES. Related metrics: tma_clears_resteers, tma_l1_bound, tma_machine_clears, tma_microcode_sequencer, tma_mixing_vectors, tma_serializing_operation",
97605dd42feSIan Rogers        "ScaleUnit": "100%"
97705dd42feSIan Rogers    },
97805dd42feSIan Rogers    {
97905dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 0 ([SNB+] ALU; [HSW+] ALU and 2nd branch)",
980*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_0 / tma_info_core_core_clks",
98105dd42feSIan Rogers        "MetricGroup": "Compute;TopdownL6;tma_L6_group;tma_alu_op_utilization_group;tma_issue2P",
98205dd42feSIan Rogers        "MetricName": "tma_port_0",
98305dd42feSIan Rogers        "MetricThreshold": "tma_port_0 > 0.6",
98405dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 0 ([SNB+] ALU; [HSW+] ALU and 2nd branch). Sample with: UOPS_DISPATCHED_PORT.PORT_0. Related metrics: tma_fp_scalar, tma_fp_vector, tma_fp_vector_512b, tma_port_1, tma_port_5, tma_port_6, tma_ports_utilized_2",
98505dd42feSIan Rogers        "ScaleUnit": "100%"
98605dd42feSIan Rogers    },
98705dd42feSIan Rogers    {
98805dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 1 (ALU)",
989*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_1 / tma_info_core_core_clks",
99005dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_alu_op_utilization_group;tma_issue2P",
99105dd42feSIan Rogers        "MetricName": "tma_port_1",
99205dd42feSIan Rogers        "MetricThreshold": "tma_port_1 > 0.6",
99305dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 1 (ALU). Sample with: UOPS_DISPATCHED_PORT.PORT_1. Related metrics: tma_fp_scalar, tma_fp_vector, tma_fp_vector_512b, tma_port_0, tma_port_5, tma_port_6, tma_ports_utilized_2",
99405dd42feSIan Rogers        "ScaleUnit": "100%"
99505dd42feSIan Rogers    },
99605dd42feSIan Rogers    {
99705dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 2 ([SNB+]Loads and Store-address; [ICL+] Loads)",
998*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_2 / tma_info_core_core_clks",
99905dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_load_op_utilization_group",
100005dd42feSIan Rogers        "MetricName": "tma_port_2",
100105dd42feSIan Rogers        "MetricThreshold": "tma_port_2 > 0.6",
100205dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 2 ([SNB+]Loads and Store-address; [ICL+] Loads). Sample with: UOPS_DISPATCHED_PORT.PORT_2",
100305dd42feSIan Rogers        "ScaleUnit": "100%"
100405dd42feSIan Rogers    },
100505dd42feSIan Rogers    {
100605dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 3 ([SNB+]Loads and Store-address; [ICL+] Loads)",
1007*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_3 / tma_info_core_core_clks",
100805dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_load_op_utilization_group",
100905dd42feSIan Rogers        "MetricName": "tma_port_3",
101005dd42feSIan Rogers        "MetricThreshold": "tma_port_3 > 0.6",
101105dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 3 ([SNB+]Loads and Store-address; [ICL+] Loads). Sample with: UOPS_DISPATCHED_PORT.PORT_3",
101205dd42feSIan Rogers        "ScaleUnit": "100%"
101305dd42feSIan Rogers    },
101405dd42feSIan Rogers    {
101505dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 4 (Store-data)",
101605dd42feSIan Rogers        "MetricExpr": "tma_store_op_utilization",
101705dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_issueSpSt;tma_store_op_utilization_group",
101805dd42feSIan Rogers        "MetricName": "tma_port_4",
101905dd42feSIan Rogers        "MetricThreshold": "tma_port_4 > 0.6",
102005dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 4 (Store-data). Sample with: UOPS_DISPATCHED_PORT.PORT_4. Related metrics: tma_split_stores",
102105dd42feSIan Rogers        "ScaleUnit": "100%"
102205dd42feSIan Rogers    },
102305dd42feSIan Rogers    {
102405dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 5 ([SNB+] Branches and ALU; [HSW+] ALU)",
1025*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_5 / tma_info_core_core_clks",
102605dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_alu_op_utilization_group;tma_issue2P",
102705dd42feSIan Rogers        "MetricName": "tma_port_5",
102805dd42feSIan Rogers        "MetricThreshold": "tma_port_5 > 0.6",
102905dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 5 ([SNB+] Branches and ALU; [HSW+] ALU). Sample with: UOPS_DISPATCHED.PORT_5. Related metrics: tma_fp_scalar, tma_fp_vector, tma_fp_vector_512b, tma_port_0, tma_port_1, tma_port_6, tma_ports_utilized_2",
103005dd42feSIan Rogers        "ScaleUnit": "100%"
103105dd42feSIan Rogers    },
103205dd42feSIan Rogers    {
103305dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 6 ([HSW+]Primary Branch and simple ALU)",
1034*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_6 / tma_info_core_core_clks",
103505dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_alu_op_utilization_group;tma_issue2P",
103605dd42feSIan Rogers        "MetricName": "tma_port_6",
103705dd42feSIan Rogers        "MetricThreshold": "tma_port_6 > 0.6",
103805dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 6 ([HSW+]Primary Branch and simple ALU). Sample with: UOPS_DISPATCHED_PORT.PORT_6. Related metrics: tma_fp_scalar, tma_fp_vector, tma_fp_vector_512b, tma_port_0, tma_port_1, tma_port_5, tma_ports_utilized_2",
103905dd42feSIan Rogers        "ScaleUnit": "100%"
104005dd42feSIan Rogers    },
104105dd42feSIan Rogers    {
104205dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 7 ([HSW+]simple Store-address)",
1043*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_7 / tma_info_core_core_clks",
104405dd42feSIan Rogers        "MetricGroup": "TopdownL6;tma_L6_group;tma_store_op_utilization_group",
104505dd42feSIan Rogers        "MetricName": "tma_port_7",
104605dd42feSIan Rogers        "MetricThreshold": "tma_port_7 > 0.6",
104705dd42feSIan Rogers        "PublicDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port 7 ([HSW+]simple Store-address). Sample with: UOPS_DISPATCHED_PORT.PORT_7",
104805dd42feSIan Rogers        "ScaleUnit": "100%"
104905dd42feSIan Rogers    },
105005dd42feSIan Rogers    {
105105dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles the CPU performance was potentially limited due to Core computation issues (non divider-related)",
105205dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
1053*c9e7771fSIan Rogers        "MetricExpr": "(min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.CYCLES_NO_EXECUTE) + (cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - (cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@ if tma_info_thread_ipc > 1.8 else cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@)) / 2 - (RS_EVENTS.EMPTY_CYCLES if tma_fetch_latency > 0.1 else 0) + RESOURCE_STALLS.SB if #SMT_on else min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.CYCLES_NO_EXECUTE) + cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - (cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@ if tma_info_thread_ipc > 1.8 else cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@) - (RS_EVENTS.EMPTY_CYCLES if tma_fetch_latency > 0.1 else 0) + RESOURCE_STALLS.SB - RESOURCE_STALLS.SB - min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.STALLS_LDM_PENDING)) / tma_info_thread_clks",
105405dd42feSIan Rogers        "MetricGroup": "PortsUtil;TopdownL3;tma_L3_group;tma_core_bound_group",
105505dd42feSIan Rogers        "MetricName": "tma_ports_utilization",
105605dd42feSIan Rogers        "MetricThreshold": "tma_ports_utilization > 0.15 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2)",
105705dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles the CPU performance was potentially limited due to Core computation issues (non divider-related).  Two distinct categories can be attributed into this metric: (1) heavy data-dependency among contiguous instructions would manifest in this metric - such cases are often referred to as low Instruction Level Parallelism (ILP). (2) Contention on some hardware execution unit other than Divider. For example; when there are too many multiply operations.",
105805dd42feSIan Rogers        "ScaleUnit": "100%"
105905dd42feSIan Rogers    },
106005dd42feSIan Rogers    {
106105dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles CPU executed no uops on any execution port (Logical Processor cycles since ICL, Physical Core cycles otherwise)",
1062*c9e7771fSIan Rogers        "MetricExpr": "(cpu@UOPS_EXECUTED.CORE\\,inv\\,cmask\\=1@ / 2 if #SMT_on else (min(CPU_CLK_UNHALTED.THREAD, CYCLE_ACTIVITY.CYCLES_NO_EXECUTE) - (RS_EVENTS.EMPTY_CYCLES if tma_fetch_latency > 0.1 else 0)) / tma_info_core_core_clks)",
106305dd42feSIan Rogers        "MetricGroup": "PortsUtil;TopdownL4;tma_L4_group;tma_ports_utilization_group",
106405dd42feSIan Rogers        "MetricName": "tma_ports_utilized_0",
106505dd42feSIan Rogers        "MetricThreshold": "tma_ports_utilized_0 > 0.2 & (tma_ports_utilization > 0.15 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2))",
106605dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles CPU executed no uops on any execution port (Logical Processor cycles since ICL, Physical Core cycles otherwise). Long-latency instructions like divides may contribute to this metric.",
106705dd42feSIan Rogers        "ScaleUnit": "100%"
106805dd42feSIan Rogers    },
106905dd42feSIan Rogers    {
107005dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles where the CPU executed total of 1 uop per cycle on all execution ports (Logical Processor cycles since ICL, Physical Core cycles otherwise)",
1071*c9e7771fSIan Rogers        "MetricExpr": "((cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@) / 2 if #SMT_on else (cpu@UOPS_EXECUTED.CORE\\,cmask\\=1@ - cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@) / tma_info_core_core_clks)",
107205dd42feSIan Rogers        "MetricGroup": "PortsUtil;TopdownL4;tma_L4_group;tma_issueL1;tma_ports_utilization_group",
107305dd42feSIan Rogers        "MetricName": "tma_ports_utilized_1",
107405dd42feSIan Rogers        "MetricThreshold": "tma_ports_utilized_1 > 0.2 & (tma_ports_utilization > 0.15 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2))",
107505dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles where the CPU executed total of 1 uop per cycle on all execution ports (Logical Processor cycles since ICL, Physical Core cycles otherwise). This can be due to heavy data-dependency among software instructions; or over oversubscribing a particular hardware resource. In some other cases with high 1_Port_Utilized and L1_Bound; this metric can point to L1 data-cache latency bottleneck that may not necessarily manifest with complete execution starvation (due to the short L1 latency e.g. walking a linked list) - looking at the assembly can be helpful. Related metrics: tma_l1_bound",
107605dd42feSIan Rogers        "ScaleUnit": "100%"
107705dd42feSIan Rogers    },
107805dd42feSIan Rogers    {
107905dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles CPU executed total of 2 uops per cycle on all execution ports (Logical Processor cycles since ICL, Physical Core cycles otherwise)",
1080*c9e7771fSIan Rogers        "MetricExpr": "((cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@ - cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@) / 2 if #SMT_on else (cpu@UOPS_EXECUTED.CORE\\,cmask\\=2@ - cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@) / tma_info_core_core_clks)",
108105dd42feSIan Rogers        "MetricGroup": "PortsUtil;TopdownL4;tma_L4_group;tma_issue2P;tma_ports_utilization_group",
108205dd42feSIan Rogers        "MetricName": "tma_ports_utilized_2",
108305dd42feSIan Rogers        "MetricThreshold": "tma_ports_utilized_2 > 0.15 & (tma_ports_utilization > 0.15 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2))",
108405dd42feSIan Rogers        "PublicDescription": "This metric represents fraction of cycles CPU executed total of 2 uops per cycle on all execution ports (Logical Processor cycles since ICL, Physical Core cycles otherwise).  Loop Vectorization -most compilers feature auto-Vectorization options today- reduces pressure on the execution ports as multiple elements are calculated with same uop. Related metrics: tma_fp_scalar, tma_fp_vector, tma_fp_vector_512b, tma_port_0, tma_port_1, tma_port_5, tma_port_6",
108505dd42feSIan Rogers        "ScaleUnit": "100%"
108605dd42feSIan Rogers    },
108705dd42feSIan Rogers    {
108805dd42feSIan Rogers        "BriefDescription": "This metric represents fraction of cycles CPU executed total of 3 or more uops per cycle on all execution ports (Logical Processor cycles since ICL, Physical Core cycles otherwise).",
1089*c9e7771fSIan Rogers        "MetricExpr": "(cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@ / 2 if #SMT_on else cpu@UOPS_EXECUTED.CORE\\,cmask\\=3@) / tma_info_core_core_clks",
109005dd42feSIan Rogers        "MetricGroup": "PortsUtil;TopdownL4;tma_L4_group;tma_ports_utilization_group",
109105dd42feSIan Rogers        "MetricName": "tma_ports_utilized_3m",
109205dd42feSIan Rogers        "MetricThreshold": "tma_ports_utilized_3m > 0.7 & (tma_ports_utilization > 0.15 & (tma_core_bound > 0.1 & tma_backend_bound > 0.2))",
109305dd42feSIan Rogers        "ScaleUnit": "100%"
109405dd42feSIan Rogers    },
109505dd42feSIan Rogers    {
109605dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from remote cache in other sockets including synchronizations issues",
109705dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
1098*c9e7771fSIan Rogers        "MetricExpr": "(200 * (MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) + 180 * (MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD)))) / tma_info_thread_clks",
109905dd42feSIan Rogers        "MetricGroup": "Offcore;Server;Snoop;TopdownL5;tma_L5_group;tma_issueSyncxn;tma_mem_latency_group",
110005dd42feSIan Rogers        "MetricName": "tma_remote_cache",
110105dd42feSIan Rogers        "MetricThreshold": "tma_remote_cache > 0.05 & (tma_mem_latency > 0.1 & (tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)))",
110205dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from remote cache in other sockets including synchronizations issues. This is caused often due to non-optimal NUMA allocations. #link to NUMA article. Sample with: MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM_PS;MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD_PS. Related metrics: tma_contested_accesses, tma_data_sharing, tma_false_sharing, tma_machine_clears",
110305dd42feSIan Rogers        "ScaleUnit": "100%"
110405dd42feSIan Rogers    },
110505dd42feSIan Rogers    {
110605dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from remote memory",
110705dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
1108*c9e7771fSIan Rogers        "MetricExpr": "310 * (MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM * (1 + MEM_LOAD_UOPS_RETIRED.HIT_LFB / (MEM_LOAD_UOPS_RETIRED.L2_HIT + MEM_LOAD_UOPS_RETIRED.L3_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HIT + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_L3_HIT_RETIRED.XSNP_MISS + MEM_LOAD_UOPS_L3_MISS_RETIRED.LOCAL_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_HITM + MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_FWD))) / tma_info_thread_clks",
110905dd42feSIan Rogers        "MetricGroup": "Server;Snoop;TopdownL5;tma_L5_group;tma_mem_latency_group",
111005dd42feSIan Rogers        "MetricName": "tma_remote_dram",
111105dd42feSIan Rogers        "MetricThreshold": "tma_remote_dram > 0.1 & (tma_mem_latency > 0.1 & (tma_dram_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)))",
111205dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles while the memory subsystem was handling loads from remote memory. This is caused often due to non-optimal NUMA allocations. #link to NUMA article. Sample with: MEM_LOAD_UOPS_L3_MISS_RETIRED.REMOTE_DRAM_PS",
111305dd42feSIan Rogers        "ScaleUnit": "100%"
111405dd42feSIan Rogers    },
111505dd42feSIan Rogers    {
111605dd42feSIan Rogers        "BriefDescription": "This category represents fraction of slots utilized by useful work i.e. issued uops that eventually get retired",
1117*c9e7771fSIan Rogers        "MetricExpr": "UOPS_RETIRED.RETIRE_SLOTS / tma_info_thread_slots",
111805dd42feSIan Rogers        "MetricGroup": "TmaL1;TopdownL1;tma_L1_group",
111905dd42feSIan Rogers        "MetricName": "tma_retiring",
112005dd42feSIan Rogers        "MetricThreshold": "tma_retiring > 0.7 | tma_heavy_operations > 0.1",
1121ccc66c60SIan Rogers        "MetricgroupNoGroup": "TopdownL1",
112205dd42feSIan Rogers        "PublicDescription": "This category represents fraction of slots utilized by useful work i.e. issued uops that eventually get retired. Ideally; all pipeline slots would be attributed to the Retiring category.  Retiring of 100% would indicate the maximum Pipeline_Width throughput was achieved.  Maximizing Retiring typically increases the Instructions-per-cycle (see IPC metric). Note that a high Retiring value does not necessary mean there is no room for more performance.  For example; Heavy-operations or Microcode Assists are categorized under Retiring. They often indicate suboptimal performance and can often be optimized or avoided. Sample with: UOPS_RETIRED.RETIRE_SLOTS",
112305dd42feSIan Rogers        "ScaleUnit": "100%"
112405dd42feSIan Rogers    },
112505dd42feSIan Rogers    {
112605dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles handling memory load split accesses - load that cross 64-byte cache line boundary",
112705dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
1128*c9e7771fSIan Rogers        "MetricExpr": "tma_info_memory_load_miss_real_latency * LD_BLOCKS.NO_SR / tma_info_thread_clks",
112905dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_l1_bound_group",
113005dd42feSIan Rogers        "MetricName": "tma_split_loads",
113105dd42feSIan Rogers        "MetricThreshold": "tma_split_loads > 0.2 & (tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
113205dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles handling memory load split accesses - load that cross 64-byte cache line boundary. Sample with: MEM_UOPS_RETIRED.SPLIT_LOADS_PS",
113305dd42feSIan Rogers        "ScaleUnit": "100%"
113405dd42feSIan Rogers    },
113505dd42feSIan Rogers    {
113605dd42feSIan Rogers        "BriefDescription": "This metric represents rate of split store accesses",
1137*c9e7771fSIan Rogers        "MetricExpr": "2 * MEM_UOPS_RETIRED.SPLIT_STORES / tma_info_core_core_clks",
113805dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_issueSpSt;tma_store_bound_group",
113905dd42feSIan Rogers        "MetricName": "tma_split_stores",
114005dd42feSIan Rogers        "MetricThreshold": "tma_split_stores > 0.2 & (tma_store_bound > 0.2 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
114105dd42feSIan Rogers        "PublicDescription": "This metric represents rate of split store accesses.  Consider aligning your data to the 64-byte cache line granularity. Sample with: MEM_UOPS_RETIRED.SPLIT_STORES_PS. Related metrics: tma_port_4",
114205dd42feSIan Rogers        "ScaleUnit": "100%"
114305dd42feSIan Rogers    },
114405dd42feSIan Rogers    {
114505dd42feSIan Rogers        "BriefDescription": "This metric measures fraction of cycles where the Super Queue (SQ) was full taking into account all request-types and both hardware SMT threads (Logical Processors)",
1146*c9e7771fSIan Rogers        "MetricExpr": "(OFFCORE_REQUESTS_BUFFER.SQ_FULL / 2 if #SMT_on else OFFCORE_REQUESTS_BUFFER.SQ_FULL) / tma_info_core_core_clks",
114705dd42feSIan Rogers        "MetricGroup": "MemoryBW;Offcore;TopdownL4;tma_L4_group;tma_issueBW;tma_l3_bound_group",
114805dd42feSIan Rogers        "MetricName": "tma_sq_full",
114905dd42feSIan Rogers        "MetricThreshold": "tma_sq_full > 0.3 & (tma_l3_bound > 0.05 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
1150*c9e7771fSIan Rogers        "PublicDescription": "This metric measures fraction of cycles where the Super Queue (SQ) was full taking into account all request-types and both hardware SMT threads (Logical Processors). Related metrics: tma_fb_full, tma_info_system_dram_bw_use, tma_mem_bandwidth",
115105dd42feSIan Rogers        "ScaleUnit": "100%"
115205dd42feSIan Rogers    },
115305dd42feSIan Rogers    {
115405dd42feSIan Rogers        "BriefDescription": "This metric estimates how often CPU was stalled  due to RFO store memory accesses; RFO store issue a read-for-ownership request before the write",
1155*c9e7771fSIan Rogers        "MetricExpr": "RESOURCE_STALLS.SB / tma_info_thread_clks",
115605dd42feSIan Rogers        "MetricGroup": "MemoryBound;TmaL3mem;TopdownL3;tma_L3_group;tma_memory_bound_group",
115705dd42feSIan Rogers        "MetricName": "tma_store_bound",
115805dd42feSIan Rogers        "MetricThreshold": "tma_store_bound > 0.2 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2)",
115905dd42feSIan Rogers        "PublicDescription": "This metric estimates how often CPU was stalled  due to RFO store memory accesses; RFO store issue a read-for-ownership request before the write. Even though store accesses do not typically stall out-of-order CPUs; there are few cases where stores can lead to actual stalls. This metric will be flagged should RFO stores be a bottleneck. Sample with: MEM_UOPS_RETIRED.ALL_STORES_PS",
116005dd42feSIan Rogers        "ScaleUnit": "100%"
116105dd42feSIan Rogers    },
116205dd42feSIan Rogers    {
116305dd42feSIan Rogers        "BriefDescription": "This metric roughly estimates fraction of cycles when the memory subsystem had loads blocked since they could not forward data from earlier (in program order) overlapping stores",
1164*c9e7771fSIan Rogers        "MetricExpr": "13 * LD_BLOCKS.STORE_FORWARD / tma_info_thread_clks",
116505dd42feSIan Rogers        "MetricGroup": "TopdownL4;tma_L4_group;tma_l1_bound_group",
116605dd42feSIan Rogers        "MetricName": "tma_store_fwd_blk",
116705dd42feSIan Rogers        "MetricThreshold": "tma_store_fwd_blk > 0.1 & (tma_l1_bound > 0.1 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
116805dd42feSIan Rogers        "PublicDescription": "This metric roughly estimates fraction of cycles when the memory subsystem had loads blocked since they could not forward data from earlier (in program order) overlapping stores. To streamline memory operations in the pipeline; a load can avoid waiting for memory if a prior in-flight store is writing the data that the load wants to read (store forwarding process). However; in some cases the load may be blocked for a significant time pending the store forward. For example; when the prior store is writing a smaller region than the load is reading.",
116905dd42feSIan Rogers        "ScaleUnit": "100%"
117005dd42feSIan Rogers    },
117105dd42feSIan Rogers    {
117205dd42feSIan Rogers        "BriefDescription": "This metric estimates fraction of cycles the CPU spent handling L1D store misses",
117305dd42feSIan Rogers        "MetricConstraint": "NO_GROUP_EVENTS",
1174*c9e7771fSIan Rogers        "MetricExpr": "(L2_RQSTS.RFO_HIT * 9 * (1 - MEM_UOPS_RETIRED.LOCK_LOADS / MEM_UOPS_RETIRED.ALL_STORES) + (1 - MEM_UOPS_RETIRED.LOCK_LOADS / MEM_UOPS_RETIRED.ALL_STORES) * min(CPU_CLK_UNHALTED.THREAD, OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO)) / tma_info_thread_clks",
117505dd42feSIan Rogers        "MetricGroup": "MemoryLat;Offcore;TopdownL4;tma_L4_group;tma_issueRFO;tma_issueSL;tma_store_bound_group",
117605dd42feSIan Rogers        "MetricName": "tma_store_latency",
117705dd42feSIan Rogers        "MetricThreshold": "tma_store_latency > 0.1 & (tma_store_bound > 0.2 & (tma_memory_bound > 0.2 & tma_backend_bound > 0.2))",
117805dd42feSIan Rogers        "PublicDescription": "This metric estimates fraction of cycles the CPU spent handling L1D store misses. Store accesses usually less impact out-of-order core performance; however; holding resources for longer time can lead into undesired implications (e.g. contention on L1D fill-buffer entries - see FB_Full). Related metrics: tma_fb_full, tma_lock_latency",
117905dd42feSIan Rogers        "ScaleUnit": "100%"
118005dd42feSIan Rogers    },
118105dd42feSIan Rogers    {
118205dd42feSIan Rogers        "BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on execution port for Store operations",
1183*c9e7771fSIan Rogers        "MetricExpr": "UOPS_DISPATCHED_PORT.PORT_4 / tma_info_core_core_clks",
118405dd42feSIan Rogers        "MetricGroup": "TopdownL5;tma_L5_group;tma_ports_utilized_3m_group",
118505dd42feSIan Rogers        "MetricName": "tma_store_op_utilization",
118605dd42feSIan Rogers        "MetricThreshold": "tma_store_op_utilization > 0.6",
118705dd42feSIan Rogers        "ScaleUnit": "100%"
118805dd42feSIan Rogers    },
118905dd42feSIan Rogers    {
119005dd42feSIan Rogers        "BriefDescription": "This metric serves as an approximation of legacy x87 usage",
1191*c9e7771fSIan Rogers        "MetricExpr": "INST_RETIRED.X87 * tma_info_thread_uoppi / UOPS_RETIRED.RETIRE_SLOTS",
119205dd42feSIan Rogers        "MetricGroup": "Compute;TopdownL4;tma_L4_group;tma_fp_arith_group",
119305dd42feSIan Rogers        "MetricName": "tma_x87_use",
119405dd42feSIan Rogers        "MetricThreshold": "tma_x87_use > 0.1",
119505dd42feSIan Rogers        "PublicDescription": "This metric serves as an approximation of legacy x87 usage. It accounts for instructions beyond X87 FP arithmetic operations; hence may be used as a thermometer to avoid X87 high usage and preferably upgrade to modern ISA. See Tip under Tuning Hint.",
119605dd42feSIan Rogers        "ScaleUnit": "100%"
1197*c9e7771fSIan Rogers    },
1198*c9e7771fSIan Rogers    {
1199*c9e7771fSIan Rogers        "BriefDescription": "Uncore operating frequency in GHz",
1200*c9e7771fSIan Rogers        "MetricExpr": "UNC_C_CLOCKTICKS / (#num_cores / #num_packages * #num_packages) / 1e9 / duration_time",
1201*c9e7771fSIan Rogers        "MetricName": "uncore_frequency",
1202*c9e7771fSIan Rogers        "ScaleUnit": "1GHz"
12035e49f732SAndi Kleen    }
12045e49f732SAndi Kleen]
1205