Lines Matching refs:fe_bound
725 double fe_bound = 0; in td_fe_bound() local
731 fe_bound = fetch_bub / total_slots; in td_fe_bound()
732 return fe_bound; in td_fe_bound()
1118 double fe_bound = td_fe_bound(cpu, st, &rsd); in perf_stat__print_shadow_stats() local
1120 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1123 fe_bound * 100.); in perf_stat__print_shadow_stats()
1168 double fe_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1171 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1174 fe_bound * 100.); in perf_stat__print_shadow_stats()
1235 double fe_bound = td_metric_ratio(cpu, in perf_stat__print_shadow_stats() local
1241 double fetch_bw = fe_bound - fetch_lat; in perf_stat__print_shadow_stats()
1243 if (fe_bound > 0.2 && fetch_lat > 0.15) in perf_stat__print_shadow_stats()
1247 if (fe_bound > 0.2 && fetch_bw > 0.1) in perf_stat__print_shadow_stats()