Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dstat-shadow.c1167 double be_bound = td_be_bound(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1178 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1182 be_bound * 100.); in perf_stat__print_shadow_stats()
1205 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1208 if (be_bound > 0.2) in perf_stat__print_shadow_stats()
1211 be_bound * 100.); in perf_stat__print_shadow_stats()
1283 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1289 double core_bound = be_bound - mem_bound; in perf_stat__print_shadow_stats()
1291 if (be_bound > 0.2 && mem_bound > 0.2) in perf_stat__print_shadow_stats()
1295 if (be_bound > 0.2 && core_bound > 0.1) in perf_stat__print_shadow_stats()