Lines Matching refs:retiring
719 double retiring = 0; in td_retiring() local
725 retiring = ret_slots / total_slots; in td_retiring()
726 return retiring; in td_retiring()
1134 double retiring = td_retiring(cpu, st, &rsd); in perf_stat__print_shadow_stats() local
1136 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1139 retiring * 100.); in perf_stat__print_shadow_stats()
1168 double retiring = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1171 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1174 retiring * 100.); in perf_stat__print_shadow_stats()
1204 double retiring = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1210 double light_ops = retiring - heavy_ops; in perf_stat__print_shadow_stats()
1212 if (retiring > 0.7 && heavy_ops > 0.1) in perf_stat__print_shadow_stats()
1216 if (retiring > 0.7 && light_ops > 0.6) in perf_stat__print_shadow_stats()