Lines Matching refs:bad_spec
585 double bad_spec = 0; in td_bad_spec() local
595 bad_spec = total / total_slots; in td_bad_spec()
596 return sanitize_val(bad_spec); in td_bad_spec()
1053 double bad_spec = td_bad_spec(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1055 if (bad_spec > 0.1) in perf_stat__print_shadow_stats()
1058 bad_spec * 100.); in perf_stat__print_shadow_stats()
1107 double bad_spec = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1110 if (bad_spec > 0.1) in perf_stat__print_shadow_stats()
1113 bad_spec * 100.); in perf_stat__print_shadow_stats()
1136 double bad_spec = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1142 double m_clears = bad_spec - br_mis; in perf_stat__print_shadow_stats()
1144 if (bad_spec > 0.1 && br_mis > 0.05) in perf_stat__print_shadow_stats()
1148 if (bad_spec > 0.1 && m_clears > 0.05) in perf_stat__print_shadow_stats()