Searched refs:error_log (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/ |
A D | functions | 189 echo > error_log 191 grep "$1: error:" -A 3 error_log 192 N=$(tail -n 1 error_log | wc -c)
|
/linux-6.3-rc2/include/scsi/ |
A D | viosrp.h | 194 struct viosrp_error_log error_log; member
|
/linux-6.3-rc2/drivers/net/ipa/reg/ |
A D | gsi_reg-v3.1.c | 221 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
|
A D | gsi_reg-v3.5.1.c | 232 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
|
A D | gsi_reg-v4.0.c | 237 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
|
A D | gsi_reg-v4.11.c | 242 REG_FIELDS(ERROR_LOG, error_log, 0x00012200 + 0x4000 * GSI_EE_AP);
|
A D | gsi_reg-v4.5.c | 240 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
|
A D | gsi_reg-v4.9.c | 241 REG_FIELDS(ERROR_LOG, error_log, 0x00012200 + 0x4000 * GSI_EE_AP);
|
/linux-6.3-rc2/drivers/scsi/ |
A D | pmcraid.h | 424 struct pmcraid_hostrcb_error error_log; member
|
A D | pmcraid.c | 1717 ioasc = le32_to_cpu(hcam_ldn->error_log.fd_ioasc); in pmcraid_handle_error_log() 1725 RES_BUS(hcam_ldn->error_log.fd_ra)); in pmcraid_handle_error_log() 1783 u32 fd_ioasc = le32_to_cpu(ldn_hcam->error_log.fd_ioasc); in pmcraid_process_ldn()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace.rst | 823 available via the tracing/error_log file. For the commands that 824 support it, reading the tracing/error_log file after an error will 826 information is available. The tracing/error_log file is a circular 836 # cat /sys/kernel/tracing/error_log 846 # echo > /sys/kernel/tracing/error_log
|
A D | histogram.rst | 212 tracing/error_log file. See Error Conditions in
|
Completed in 31 milliseconds