Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dstat-shadow.c1139 double be_bound = td_be_bound(cpu, st, &rsd); in perf_stat__print_shadow_stats() local
1150 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1154 be_bound * 100.); in perf_stat__print_shadow_stats()
1177 double be_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1180 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1183 be_bound * 100.); in perf_stat__print_shadow_stats()
1255 double be_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1261 double core_bound = be_bound - mem_bound; in perf_stat__print_shadow_stats()
1263 if (be_bound > 0.2 && mem_bound > 0.2) in perf_stat__print_shadow_stats()
1267 if (be_bound > 0.2 && core_bound > 0.1) in perf_stat__print_shadow_stats()