Home
last modified time | relevance | path

Searched refs:retiring (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-shadow.c688 double retiring = 0; in td_retiring() local
694 retiring = ret_slots / total_slots; in td_retiring()
695 return retiring; in td_retiring()
1097 double retiring = td_retiring(ctx, cpu, st); in perf_stat__print_shadow_stats() local
1099 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1101 print_metric(config, ctxp, color, "%8.1f%%", "retiring", in perf_stat__print_shadow_stats()
1102 retiring * 100.); in perf_stat__print_shadow_stats()
1131 double retiring = td_metric_ratio(ctx, cpu, in perf_stat__print_shadow_stats() local
1134 if (retiring > 0.7) in perf_stat__print_shadow_stats()
1136 print_metric(config, ctxp, color, "%8.1f%%", "retiring", in perf_stat__print_shadow_stats()
[all...]
H A Dstat.c98 ID(TOPDOWN_RETIRING, topdown-retiring),
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c403 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80");
2096 EVENT_ATTR_STR(topdown-retiring, td_retiring_tnt, "event=0xc2,umask=0x0");
2132 EVENT_ATTR_STR(topdown-retiring, td_retiring_cmt, "event=0x72,umask=0x0");
5597 EVENT_ATTR_STR_HYBRID(topdown-retiring, td_retiring_adl, "event=0xc2,umask=0x0;event=0x00,umask=0x80", hybrid_big_small);
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c4764 int retiring = 0; in sdebug_q_cmd_complete() local
4800 retiring = 1; in sdebug_q_cmd_complete()
4809 if (unlikely(retiring)) { /* user has reduced max_queue */ in sdebug_q_cmd_complete()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c319 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80");

Completed in 38 milliseconds