Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dstat-shadow.c629 double bad_spec = 0; in td_bad_spec() local
639 bad_spec = total / total_slots; in td_bad_spec()
640 return sanitize_val(bad_spec); in td_bad_spec()
937 double bad_spec = td_bad_spec(ctx, cpu, st); in perf_stat__print_shadow_stats() local
939 if (bad_spec > 0.1) in perf_stat__print_shadow_stats()
942 bad_spec * 100.); in perf_stat__print_shadow_stats()