Searched refs:be_bound (Results 1 – 1 of 1) sorted by relevance
1167 double be_bound = td_be_bound(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local1178 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() local1208 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() local1289 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()