Searched refs:retiring (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | stat-shadow.c | 602 double retiring = 0; in td_retiring() local 608 retiring = ret_slots / total_slots; in td_retiring() 609 return retiring; in td_retiring() 1048 if (retiring > 0.7) in perf_stat__print_shadow_stats() 1051 retiring * 100.); in perf_stat__print_shadow_stats() 1080 double retiring = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local 1083 if (retiring > 0.7) in perf_stat__print_shadow_stats() 1086 retiring * 100.); in perf_stat__print_shadow_stats() 1122 double light_ops = retiring - heavy_ops; in perf_stat__print_shadow_stats() 1124 if (retiring > 0.7 && heavy_ops > 0.1) in perf_stat__print_shadow_stats() [all …]
|
A D | stat.c | 99 ID(TOPDOWN_RETIRING, topdown-retiring),
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | topdown.txt | 6 frontend bound, backend bound, bad speculation, retiring. 28 # time retiring bad speculation frontend bound backend bound 308 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound. 319 For example, perf record -e '{slots, $sampling_event, topdown-retiring}:S'
|
A D | perf-stat.txt | 400 bad speculation and retiring.
|
/linux-6.3-rc2/tools/perf/tests/attr/ |
A D | test-stat-default | 81 # PERF_TYPE_RAW / topdown-retiring (0x8000)
|
A D | test-stat-detailed-1 | 82 # PERF_TYPE_RAW / topdown-retiring (0x8000)
|
A D | test-stat-detailed-2 | 82 # PERF_TYPE_RAW / topdown-retiring (0x8000)
|
A D | test-stat-detailed-3 | 82 # PERF_TYPE_RAW / topdown-retiring (0x8000)
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_debug.c | 4926 int retiring = 0; in sdebug_q_cmd_complete() local 4962 retiring = 1; in sdebug_q_cmd_complete() 4971 if (unlikely(retiring)) { /* user has reduced max_queue */ in sdebug_q_cmd_complete() 7521 bool retiring = false; in sdebug_blk_mq_poll() local 7573 retiring = true; in sdebug_blk_mq_poll() 7581 if (unlikely(retiring)) { /* user has reduced max_queue */ in sdebug_blk_mq_poll()
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | core.c | 393 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80"); 2086 EVENT_ATTR_STR(topdown-retiring, td_retiring_tnt, "event=0xc2,umask=0x0"); 5546 EVENT_ATTR_STR_HYBRID(topdown-retiring, td_retiring_adl, "event=0xc2,umask=0x0;event=0x00,uma…
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | device-io.rst | 325 actually reach the target device before retiring the write instruction.
|
/linux-6.3-rc2/arch/arm/ |
A D | Kconfig | 608 the retiring WFI/WFE instructions and the newly issued subsequent
|
Completed in 111 milliseconds