Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 95) sorted by relevance

1234

/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dssve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
A Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
A Dza-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
A Dfpsimd-stress11 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 Dsegbuf.h160 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 Dsegbuf.c261 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 Dsegment.c1407 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 Dmethod-tracing.rst37 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 Dkvm-find-errors.sh54 echo Build-only run, no console logs to check.
72 echo No errors in console logs.
/linux-6.3-rc2/Documentation/networking/devlink/
A Diosm.rst98 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 Dcommon_options.rst23 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 Ds390dbf.rst14 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.gitignore2 logs
A DMakefile6 EXTRA_CLEAN := $(OUTPUT)/logs/*
/linux-6.3-rc2/tools/testing/selftests/pstore/
A D.gitignore2 logs
A DMakefile9 EXTRA_CLEAN := logs/* *uuid
A Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
/linux-6.3-rc2/arch/arm/boot/dts/
A Dat91-wb45n.dtsi114 logs@7fa0000 {
115 label = "logs";
/linux-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat.service4 Description=Service that logs KVM kernel module trace events
/linux-6.3-rc2/drivers/media/dvb-core/
A DKconfig65 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 DKconfig18 messages being saved to your kernel logs, which may help debug any
/linux-6.3-rc2/Documentation/filesystems/
A Dnilfs2.rst193 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 DKconfig36 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 Ddma-attributes.rst114 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 Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
8 write it out to some logs.

Completed in 31 milliseconds

1234