/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier_log.c | 32 } logs; variable 77 opts.log_buf = logs.reference; in verif_log_subtest() 78 opts.log_size = sizeof(logs.reference); in verif_log_subtest() 82 fixed_log_sz = strlen(logs.reference) + 1; in verif_log_subtest() 85 memset(logs.reference + fixed_log_sz, 0, sizeof(logs.reference) - fixed_log_sz); in verif_log_subtest() 100 opts.log_buf = logs.buf; in verif_log_subtest() 111 if (!ASSERT_EQ(strlen(logs.buf), 24, "log_fixed_25")) in verif_log_subtest() 113 if (!ASSERT_STRNEQ(logs.buf, logs.reference, 24, "log_fixed_contents_25")) in verif_log_subtest() 120 opts.log_buf = logs.buf; in verif_log_subtest() 124 /* prefill logs.buf with 'A's to detect any write beyond allowed length */ in verif_log_subtest() [all …]
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_dbg.h | 28 #define QEDI_LOG_INFO 0x2 /* Informational logs, 32 #define QEDI_LOG_LL2 0x8 /* LL2, VLAN logs */ 36 #define QEDI_LOG_MP_REQ 0x80 /* Middle Path (MP) logs */ 38 #define QEDI_LOG_UNSOL 0x200 /* unsolicited event logs */ 40 #define QEDI_LOG_MQ 0x800 /* Multi Queue logs */ 41 #define QEDI_LOG_BSG 0x1000 /* BSG logs */ 42 #define QEDI_LOG_DEBUGFS 0x2000 /* debugFS logs */ 43 #define QEDI_LOG_LPORT 0x4000 /* lport logs */ 44 #define QEDI_LOG_ELS 0x8000 /* ELS logs */ 45 #define QEDI_LOG_NPIV 0x10000 /* NPIV logs */ [all …]
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_dbg.h | 26 * Informational logs, 30 #define QEDF_LOG_LL2 0x8 /* LL2, VLAN logs */ 34 #define QEDF_LOG_MP_REQ 0x80 /* Middle Path (MP) logs */ 36 #define QEDF_LOG_UNSOL 0x200 /* unsolicited event logs */ 38 #define QEDF_LOG_MQ 0x800 /* Multi Queue logs */ 39 #define QEDF_LOG_BSG 0x1000 /* BSG logs */ 40 #define QEDF_LOG_DEBUGFS 0x2000 /* debugFS logs */ 41 #define QEDF_LOG_LPORT 0x4000 /* lport logs */ 42 #define QEDF_LOG_ELS 0x8000 /* ELS logs */ 43 #define QEDF_LOG_NPIV 0x10000 /* NPIV logs */ [all …]
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | fpsimd-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 45 logs=$logs\ $log
|
H A D | ssve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
H A D | za-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
H A D | sve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | log.h | 32 #define NVIF_LOGS_DECLARE(logs) \ argument 33 struct nvif_logs logs = { LIST_HEAD_INIT(logs.head) } 35 static inline void nvif_log_shutdown(struct nvif_logs *logs) in nvif_log_shutdown() argument 37 if (!list_empty(&logs->head)) { in nvif_log_shutdown() 40 list_for_each_entry_safe(log, n, &logs->head, entry) { in nvif_log_shutdown()
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | method-tracing.rst | 37 logs when the control method evaluation is started, and disable the 43 a. Filter out the debug layer/level matched logs when control methods 51 b. Filter out the debug layer/level matched logs when the specified 60 c. Filter out the debug layer/level matched logs when the specified 102 that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT() 104 "AML tracer" logs. 109 a. Filter out the method start/stop "AML tracer" logs when control 126 c. Filter out the method start/stop "AML tracer" logs when the specified 176 used to match all "AML tracer" logs. 182 debug_level used to match all "AML tracer" logs.
|
/linux/fs/nilfs2/ |
H A D | segbuf.h | 160 void nilfs_clear_logs(struct list_head *logs); 161 void nilfs_truncate_logs(struct list_head *logs, 163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs); 164 int nilfs_wait_on_logs(struct list_head *logs); 165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed); 167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument 169 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
|
H A D | segment.c | 1352 /* Continue logs */ in nilfs_segctor_begin_construction() 1442 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() 1449 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1468 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs() 1498 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() 1503 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1509 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_segctor_truncate_segments() 1698 * nilfs_prepare_write_logs - prepare to write logs 1699 * @logs: logs t 1435 nilfs_free_incomplete_logs(struct list_head * logs,struct the_nilfs * nilfs) nilfs_free_incomplete_logs() argument 1491 nilfs_cancel_segusage(struct list_head * logs,struct inode * sufile) nilfs_cancel_segusage() argument 1702 nilfs_prepare_write_logs(struct list_head * logs,u32 seed) nilfs_prepare_write_logs() argument 1809 nilfs_abort_logs(struct list_head * logs,int err) nilfs_abort_logs() argument [all...] |
/linux/tools/testing/selftests/devices/error_logs/ |
H A D | test_device_error_logs.py | 10 # logs. Devices with no errors do not produce a passing test case to avoid 34 logs = [] variable 50 logs.append(current_log) # Save last log 64 for log in logs: 84 ksft.print_msg("No device error logs found")
|
/linux/tools/perf/tests/shell/common/ |
H A D | settings.sh | 74 # storing logs and temporary files variables 76 # when $PERFSUITE_RUN_DIR is set to something, all the logs and temp files will be placed there 77 # --> the $PERFSUITE_RUN_DIR/perf_something/examples and $PERFSUITE_RUN_DIR/perf_something/logs 82 export LOGS_DIR="$CURRENT_TEST_DIR/logs" 87 # when $PERFSUITE_RUN_DIR is not set, logs will be placed here
|
/linux/Documentation/hwmon/ |
H A D | ltc4282.rst | 52 Also clears fet bad and short fault logs. 65 Also clears over/undervoltage fault logs. 89 Also clears overcurrent fault logs. 101 Also clears power bad fault logs. 115 even if some failure is detected in these logs, it does necessarily mean 117 these logs can be cleared by writing in the proper reset_history attribute.
|
/linux/Documentation/networking/devlink/ |
H A D | iosm.rst | 98 The ``iosm`` driver supports dumping the coredump logs. 114 - This region contains the logs related to the modem CDD driver. 116 - This region contains the eeprom logs. 118 - This region contains the current instance of bootloader logs. 120 - This region contains the previous instance of bootloader logs.
|
/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 14 One purpose of this is to inspect the debug logs after a production system crash 18 it is possible to look at the debug logs on a live system via the Linux 60 The debug logs can be inspected in a live system through entries in 74 All debug logs have an actual debug level (range from 0 to 6). 195 Views to the debug logs can be investigated through reading the corresponding 271 ``s390dbf`` to display all the debug logs or export them to the file system. 273 to investigate the debug logs on a live system and with a memory dump after 278 One last possibility to investigate the debug logs at a live 281 It is possible to find the anchor of the debug-logs through 286 a global variable with the pointer to the debug-logs. Following [all …]
|
/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | surestart-attributes.c | 58 // Get the number of event logs in audit_log_entries_show() 67 * The show() api will not work if the audit logs ever go in audit_log_entries_show() 75 * logs will fit in audit_log_entries_show() 96 * individual logs. Only a partial list of in audit_log_entries_show()
|
/linux/lib/test_fortify/ |
H A D | Makefile | 12 logs = $(patsubst $(src)/%.c, %.log, $(wildcard $(src)/*-*.c)) macro 13 targets += $(logs) 18 $(obj)/test_fortify.log: $(addprefix $(obj)/, $(logs)) FORCE
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_log.c | 160 * | Debug logs | in intel_guc_log_size() 162 * | Crash Dump logs | in intel_guc_log_size() 164 * | Capture logs | in intel_guc_log_size() 256 * it can collect the logs in order without any post-processing. in create_buf_file_callback() 393 /* Get the pointer to local buffer to store the logs */ in _guc_log_copy_debuglogs_for_relay() 398 * Used rate limited to avoid deluge of messages, logs might be in _guc_log_copy_debuglogs_for_relay() 401 guc_err_ratelimited(guc, "no sub-buffer to copy general logs\n"); in _guc_log_copy_debuglogs_for_relay() 407 /* Actual logs are present from the 2nd page */ in _guc_log_copy_debuglogs_for_relay() 447 /* Now copy the actual logs. */ in _guc_log_copy_debuglogs_for_relay() 533 * but GuC log-events excludes the error-state-capture logs in guc_log_relay_create() [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-find-errors.sh | 54 echo Build-only run, no console logs to check. 58 # Find console logs with errors 72 echo No errors in console logs.
|
/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 212 struct nvme_supported_log *logs; in nvmet_execute_get_supported_log_pages() local 215 logs = kzalloc(sizeof(*logs), GFP_KERNEL); in nvmet_execute_get_supported_log_pages() 216 if (!logs) { in nvmet_execute_get_supported_log_pages() 221 logs->lids[NVME_LOG_SUPPORTED] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 222 logs->lids[NVME_LOG_ERROR] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 223 logs->lids[NVME_LOG_SMART] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 224 logs->lids[NVME_LOG_FW_SLOT] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 225 logs->lids[NVME_LOG_CHANGED_NS] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 226 logs->lids[NVME_LOG_CMD_EFFECTS] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 227 logs->lids[NVME_LOG_ENDURANCE_GROUP] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() [all …]
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | common_options.rst | 22 Print all logs available, even debug-level information. This includes logs
|
/linux/Documentation/filesystems/ |
H A D | nilfs2.rst | 193 of logs. Each log is composed of summary information blocks, payload 233 The logs include regular files, directory files, symbolic link files 245 The following figure shows a typical organization of the logs:: 253 into multiple logs. The sequence of logs that should be treated as
|
/linux/drivers/firmware/efi/libstub/ |
H A D | tpm.c | 65 * We populate the EFI table even if the logs are empty. in efi_retrieve_tcg2_eventlog() 74 * the logs. in efi_retrieve_tcg2_eventlog() 98 /* Allocate space for the logs and copy them. */ in efi_retrieve_tcg2_eventlog()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_debug.h | 22 #define LOG_ELS 0x08 /* ELS logs */ 23 #define LOG_MISC 0x10 /* fcoe L2 frame related logs*/
|