Lines Matching refs:retiring
709 double retiring = 0; in td_retiring() local
715 retiring = ret_slots / total_slots; in td_retiring()
716 return retiring; in td_retiring()
1153 double retiring = td_retiring(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1155 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1158 retiring * 100.); in perf_stat__print_shadow_stats()
1187 double retiring = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1190 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1193 retiring * 100.); in perf_stat__print_shadow_stats()
1223 double retiring = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1229 double light_ops = retiring - heavy_ops; in perf_stat__print_shadow_stats()
1231 if (retiring > 0.7 && heavy_ops > 0.1) in perf_stat__print_shadow_stats()
1235 if (retiring > 0.7 && light_ops > 0.6) in perf_stat__print_shadow_stats()