Searched refs:td_metric_ratio (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | stat-shadow.c | 751 static double td_metric_ratio(int cpu, enum stat_type type, in td_metric_ratio() function 1159 double retiring = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1168 double fe_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1177 double be_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1186 double bad_spec = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1195 double retiring = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1198 double heavy_ops = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1215 double bad_spec = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1218 double br_mis = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() 1235 double fe_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() [all …]
|