/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | ssve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
A D | sve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
A D | za-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
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.3-rc2/fs/nilfs2/ |
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()
|
A 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 …]
|
A D | segment.c | 1407 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1461 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1757 if (list_empty(logs)) in nilfs_abort_logs() 1760 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_abort_logs() 1795 LIST_HEAD(logs); in nilfs_segctor_abort_construction() 1799 ret = nilfs_wait_on_logs(&logs); in nilfs_segctor_abort_construction() 1800 nilfs_abort_logs(&logs, ret ? : err); in nilfs_segctor_abort_construction() 1802 list_splice_tail_init(&sci->sc_segbufs, &logs); in nilfs_segctor_abort_construction() 1803 nilfs_cancel_segusage(&logs, nilfs->ns_sufile); in nilfs_segctor_abort_construction() 1804 nilfs_free_incomplete_logs(&logs, nilfs); in nilfs_segctor_abort_construction() [all …]
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
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.3-rc2/tools/testing/selftests/rcutorture/bin/ |
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.3-rc2/Documentation/networking/devlink/ |
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.3-rc2/tools/bpf/bpftool/Documentation/ |
A D | common_options.rst | 23 Print all logs available, even debug-level information. This includes 24 logs from libbpf as well as from the verifier, when attempting to
|
/linux-6.3-rc2/Documentation/s390/ |
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.3-rc2/tools/testing/selftests/ftrace/ |
A D | .gitignore | 2 logs
|
A D | Makefile | 6 EXTRA_CLEAN := $(OUTPUT)/logs/*
|
/linux-6.3-rc2/tools/testing/selftests/pstore/ |
A D | .gitignore | 2 logs
|
A D | Makefile | 9 EXTRA_CLEAN := logs/* *uuid
|
A D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
/linux-6.3-rc2/tools/kvm/kvm_stat/ |
A D | kvm_stat.service | 4 Description=Service that logs KVM kernel module trace events
|
/linux-6.3-rc2/drivers/media/dvb-core/ |
A 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-6.3-rc2/drivers/net/wireless/zydas/zd1211rw/ |
A D | Kconfig | 18 messages being saved to your kernel logs, which may help debug any
|
/linux-6.3-rc2/Documentation/filesystems/ |
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-6.3-rc2/security/tomoyo/ |
A D | Kconfig | 36 audit logs that the kernel can hold on memory. 38 If you don't need audit logs, you may set this value to 0.
|
/linux-6.3-rc2/Documentation/core-api/ |
A 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-6.3-rc2/Documentation/ABI/testing/ |
A 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.
|