Searched refs:bad_spec (Results 1 – 1 of 1) sorted by relevance
692 double bad_spec = 0; in td_bad_spec() local702 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() local1162 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() local1217 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[all …]