/Linux-v5.15/tools/testing/selftests/arm64/fp/ |
D | sve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
D | fpsimd-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 45 logs=$logs\ $log
|
/Linux-v5.15/fs/nilfs2/ |
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()
|
D | segbuf.c | 261 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument 265 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs() 269 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument 274 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs() 275 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs() 282 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument 287 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs() 295 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument 300 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs() 313 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument [all …]
|
D | segment.c | 1389 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument 1396 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1415 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs() 1445 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument 1450 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1456 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage() 1740 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs() argument 1746 if (list_empty(logs)) in nilfs_abort_logs() 1749 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_abort_logs() 1784 LIST_HEAD(logs); in nilfs_segctor_abort_construction() [all …]
|
/Linux-v5.15/Documentation/firmware-guide/acpi/ |
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-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | kvm-find-errors.sh | 48 echo Build-only run, no console logs to check. 66 echo No errors in console logs.
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | common_options.rst | 20 Print all logs available, even debug-level information. This includes 21 logs from libbpf as well as from the verifier, when attempting to
|
/Linux-v5.15/Documentation/s390/ |
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-v5.15/tools/testing/selftests/ftrace/ |
D | .gitignore | 2 logs
|
D | Makefile | 6 EXTRA_CLEAN := $(OUTPUT)/logs/*
|
/Linux-v5.15/tools/testing/selftests/pstore/ |
D | .gitignore | 2 logs
|
D | Makefile | 9 EXTRA_CLEAN := logs/* *uuid
|
D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
/Linux-v5.15/tools/kvm/kvm_stat/ |
D | kvm_stat.service | 4 Description=Service that logs KVM kernel module trace events
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log 8 write it out to some logs.
|
/Linux-v5.15/drivers/media/dvb-core/ |
D | Kconfig | 65 Should not be enabled on normal cases, as logs can 77 Should not be enabled on normal cases, as logs can
|
/Linux-v5.15/drivers/net/wireless/zydas/zd1211rw/ |
D | Kconfig | 18 messages being saved to your kernel logs, which may help debug any
|
/Linux-v5.15/security/tomoyo/ |
D | Kconfig | 38 audit logs that the kernel can hold on memory. 40 If you don't need audit logs, you may set this value to 0.
|
/Linux-v5.15/Documentation/filesystems/ |
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-v5.15/Documentation/core-api/ |
D | dma-attributes.rst | 114 to the system logs. Although this can help to identify and debug problems, 116 and can actually flood the system logs with error messages that aren't any 120 where allocation failures are not a problem, and shouldn't bother the logs.
|
/Linux-v5.15/drivers/soc/fsl/ |
D | Kconfig | 42 firmware logs.
|
/Linux-v5.15/Documentation/watchdog/ |
D | wdt.rst | 24 The third interface logs kernel messages on additional alert events.
|
/Linux-v5.15/Documentation/admin-guide/laptops/ |
D | sony-laptop.rst | 18 subsystem. See the logs of /proc/bus/input/devices to find out what those 121 In your kernel logs you will find the list of all ACPI methods
|