Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/include/asm/
Damd-ibs.h35 fetch_lat:16, /* 32-47: instruction fetch latency */ member
/linux-6.1.9/arch/x86/include/asm/
Damd-ibs.h35 fetch_lat:16, /* 32-47: instruction fetch latency */ member
/linux-6.1.9/tools/perf/util/
Dstat-shadow.c1266 double fetch_lat = 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()
1274 fetch_lat * 100.); in perf_stat__print_shadow_stats()
Damd-sample-raw.c66 reg.val, reg.fetch_maxcnt << 4, reg.fetch_cnt << 4, reg.fetch_lat, in pr_ibs_fetch_ctl()