Lines Matching refs:metric_expr
117 .metric_expr = "1 / IPC",
121 .metric_expr = "inst_retired.any / cpu_clk_unhalted.thread",
126 .metric_expr = "idq_uops_not_delivered.core / (4 * (( ( cpu_clk_unhalted.thread / 2 ) * "
131 .metric_expr = "l1d\\-loads\\-misses / inst_retired.any",
135 .metric_expr = "l1i\\-loads\\-misses / inst_retired.any",
139 .metric_expr = "(dcache_miss_cpi + icache_miss_cycles)",
144 .metric_expr = "l2_rqsts.demand_data_rd_hit + l2_rqsts.pf_hit + l2_rqsts.rfo_hit",
148 .metric_expr = "max(l2_rqsts.all_demand_data_rd - l2_rqsts.demand_data_rd_hit, 0) + "
153 .metric_expr = "DCache_L2_All_Hits + DCache_L2_All_Miss",
157 .metric_expr = "d_ratio(DCache_L2_All_Hits, DCache_L2_All)",
161 .metric_expr = "d_ratio(DCache_L2_All_Miss, DCache_L2_All)",
165 .metric_expr = "ipc + M2",
169 .metric_expr = "ipc + M1",
173 .metric_expr = "1/M3",
177 .metric_expr = "64 * l1d.replacement / 1000000000 / duration_time",
181 .metric_expr = 0,
318 for (const struct pmu_metric *pm = &table->entries[0]; pm->metric_expr; pm++) { in pmu_metrics_table__for_each_metric()