Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstat-shadow.c1060 double be_bound = td_be_bound(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1071 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1075 be_bound * 100.); in perf_stat__print_shadow_stats()
1098 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1101 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1104 be_bound * 100.); in perf_stat__print_shadow_stats()
1176 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1182 double core_bound = be_bound - mem_bound; in perf_stat__print_shadow_stats()
1184 if (be_bound > 0.2 && mem_bound > 0.2) in perf_stat__print_shadow_stats()
1188 if (be_bound > 0.2 && core_bound > 0.1) in perf_stat__print_shadow_stats()

Completed in 12 milliseconds