| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verifier_log.c | 32 } logs; variable 125 memset(logs.filler, 'A', sizeof(logs.filler)); in verif_log_subtest() 126 logs.filler[sizeof(logs.filler) - 1] = '\0'; in verif_log_subtest() 127 memset(logs.buf, 'A', sizeof(logs.buf)); in verif_log_subtest() 128 logs.buf[sizeof(logs.buf) - 1] = '\0'; in verif_log_subtest() 170 strcmp(logs.buf + i, logs.filler + i), in verif_log_subtest() 171 logs.buf + i, logs.filler + i); in verif_log_subtest() 331 memset(logs.buf, 'A', sizeof(logs.buf)); in verif_btf_log_subtest() 332 logs.buf[sizeof(logs.buf) - 1] = '\0'; in verif_btf_log_subtest() 355 strcmp(logs.buf + i, logs.filler + i), in verif_btf_log_subtest() [all …]
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| 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
|
| 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 | fpsimd-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 45 logs=$logs\ $log
|
| /linux-6.15/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-6.15/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 | segbuf.c | 270 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument 274 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs() 278 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument 283 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs() 284 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs() 291 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument 296 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs() 304 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument 309 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs() 322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument [all …]
|
| H A D | segment.c | 1449 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1503 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1716 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_prepare_write_logs() 1730 nilfs_add_checksums_on_logs(logs, seed); in nilfs_prepare_write_logs() 1822 if (list_empty(logs)) in nilfs_abort_logs() 1862 LIST_HEAD(logs); in nilfs_segctor_abort_construction() 1866 ret = nilfs_wait_on_logs(&logs); in nilfs_segctor_abort_construction() 1867 nilfs_abort_logs(&logs, ret ? : err); in nilfs_segctor_abort_construction() 1870 if (list_empty(&logs)) in nilfs_segctor_abort_construction() 1874 nilfs_free_incomplete_logs(&logs, nilfs); in nilfs_segctor_abort_construction() [all …]
|
| /linux-6.15/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-6.15/tools/testing/selftests/devices/error_logs/ |
| H A D | test_device_error_logs.py | 34 logs = [] variable 50 logs.append(current_log) # Save last log 64 for log in logs:
|
| /linux-6.15/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-6.15/tools/testing/selftests/x86/bugs/ |
| H A D | its_permutations.py | 76 logs = "" variable 102 logs += output + "\n" 107 f.write(logs)
|
| /linux-6.15/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-6.15/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-find-errors.sh | 54 echo Build-only run, no console logs to check. 72 echo No errors in console logs.
|
| /linux-6.15/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-6.15/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() 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() 228 logs->lids[NVME_LOG_ANA] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 229 logs->lids[NVME_LOG_FEATURES] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 230 logs->lids[NVME_LOG_RMI] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages() 233 status = nvmet_copy_to_sgl(req, 0, logs, sizeof(*logs)); in nvmet_execute_get_supported_log_pages() [all …]
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | common_options.rst | 22 Print all logs available, even debug-level information. This includes logs
|
| /linux-6.15/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-6.15/tools/testing/selftests/pstore/ |
| H A D | .gitignore | 2 logs
|
| H A D | Makefile | 9 EXTRA_CLEAN := logs/* *uuid
|
| /linux-6.15/tools/testing/selftests/ftrace/ |
| H A D | .gitignore | 2 logs
|
| H A D | Makefile | 7 EXTRA_CLEAN := $(OUTPUT)/logs/*
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | landlock.rst | 22 Documentation/userspace-api/landlock.rst). Landlock logs can also be masked 107 (``status=deallocated``). This can be useful to know that the following logs 124 The related audit logs contains 8 records from 3 different events (serials 33, 140 If you get spammed with audit logs related to Landlock, this is either an
|