Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstat-shadow.c585 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()
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()
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()
[all …]

Completed in 5 milliseconds