Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstat-shadow.c615 double fe_bound = 0; in td_fe_bound() local
621 fe_bound = fetch_bub / total_slots; in td_fe_bound()
622 return fe_bound; in td_fe_bound()
1041 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1044 fe_bound * 100.); in perf_stat__print_shadow_stats()
1089 double fe_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local
1092 if (fe_bound > 0.2) in perf_stat__print_shadow_stats()
1095 fe_bound * 100.); in perf_stat__print_shadow_stats()
1162 double fetch_bw = fe_bound - fetch_lat; in perf_stat__print_shadow_stats()
1164 if (fe_bound > 0.2 && fetch_lat > 0.15) in perf_stat__print_shadow_stats()
[all …]

Completed in 5 milliseconds