Lines Matching refs:retiring
602 double retiring = 0; in td_retiring() local
608 retiring = ret_slots / total_slots; in td_retiring()
609 return retiring; in td_retiring()
1046 double retiring = td_retiring(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1048 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1051 retiring * 100.); in perf_stat__print_shadow_stats()
1080 double retiring = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1083 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1086 retiring * 100.); in perf_stat__print_shadow_stats()
1116 double retiring = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1122 double light_ops = retiring - heavy_ops; in perf_stat__print_shadow_stats()
1124 if (retiring > 0.7 && heavy_ops > 0.1) in perf_stat__print_shadow_stats()
1128 if (retiring > 0.7 && light_ops > 0.6) in perf_stat__print_shadow_stats()