Home
last modified time | relevance | path

Searched refs:bad_spec (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dstat-shadow.c692 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
[all …]