Lines Matching refs:bad_spec
692 double bad_spec = 0; in td_bad_spec() local
702 bad_spec = total / total_slots; in td_bad_spec()
703 return sanitize_val(bad_spec); in td_bad_spec()
1160 double bad_spec = td_bad_spec(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1162 if (bad_spec > 0.1) in perf_stat__print_shadow_stats()
1165 bad_spec * 100.); in perf_stat__print_shadow_stats()
1214 double bad_spec = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1217 if (bad_spec > 0.1) in perf_stat__print_shadow_stats()
1220 bad_spec * 100.); in perf_stat__print_shadow_stats()
1243 double bad_spec = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1249 double m_clears = bad_spec - br_mis; in perf_stat__print_shadow_stats()
1251 if (bad_spec > 0.1 && br_mis > 0.05) in perf_stat__print_shadow_stats()
1255 if (bad_spec > 0.1 && m_clears > 0.05) in perf_stat__print_shadow_stats()