Lines Matching refs:fe_bound
722 double fe_bound = 0; in td_fe_bound() local
728 fe_bound = fetch_bub / total_slots; in td_fe_bound()
729 return fe_bound; in td_fe_bound()
1146 double fe_bound = td_fe_bound(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local
1148 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1151 fe_bound * 100.); in perf_stat__print_shadow_stats()
1196 double fe_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1199 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1202 fe_bound * 100.); in perf_stat__print_shadow_stats()
1263 double fe_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1269 double fetch_bw = fe_bound - fetch_lat; in perf_stat__print_shadow_stats()
1271 if (fe_bound > 0.2 && fetch_lat > 0.15) in perf_stat__print_shadow_stats()
1275 if (fe_bound > 0.2 && fetch_bw > 0.1) in perf_stat__print_shadow_stats()