Home
last modified time | relevance | path

Searched full:logs (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dverifier_log.c32 } 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 …]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
Dqedi_dbg.h28 #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 …]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
Dqedi_dbg.h29 #define QEDI_LOG_INFO 0x2 /* Informational logs,
33 #define QEDI_LOG_LL2 0x8 /* LL2, VLAN logs */
37 #define QEDI_LOG_MP_REQ 0x80 /* Middle Path (MP) logs */
39 #define QEDI_LOG_UNSOL 0x200 /* unsolicited event logs */
41 #define QEDI_LOG_MQ 0x800 /* Multi Queue logs */
42 #define QEDI_LOG_BSG 0x1000 /* BSG logs */
43 #define QEDI_LOG_DEBUGFS 0x2000 /* debugFS logs */
44 #define QEDI_LOG_LPORT 0x4000 /* lport logs */
45 #define QEDI_LOG_ELS 0x8000 /* ELS logs */
46 #define QEDI_LOG_NPIV 0x10000 /* NPIV logs */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
Dza-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
Dssve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_dbg.h27 * Informational logs,
31 #define QEDF_LOG_LL2 0x8 /* LL2, VLAN logs */
35 #define QEDF_LOG_MP_REQ 0x80 /* Middle Path (MP) logs */
37 #define QEDF_LOG_UNSOL 0x200 /* unsolicited event logs */
39 #define QEDF_LOG_MQ 0x800 /* Multi Queue logs */
40 #define QEDF_LOG_BSG 0x1000 /* BSG logs */
41 #define QEDF_LOG_DEBUGFS 0x2000 /* debugFS logs */
42 #define QEDF_LOG_LPORT 0x4000 /* lport logs */
43 #define QEDF_LOG_ELS 0x8000 /* ELS logs */
44 #define QEDF_LOG_NPIV 0x10000 /* NPIV logs */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/qedf/
Dqedf_dbg.h26 * 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 …]
/kernel/linux/linux-6.6/fs/nilfs2/
Dsegbuf.c267 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument
271 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs()
275 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument
280 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs()
281 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs()
288 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument
293 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs()
301 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument
306 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs()
315 * nilfs_add_checksums_on_logs - add checksums on the logs
[all …]
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()
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/
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.
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
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.
/kernel/linux/linux-5.10/fs/nilfs2/
Dsegbuf.c267 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument
271 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs()
275 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument
280 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs()
281 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs()
288 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument
293 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs()
301 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument
306 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs()
315 * nilfs_add_checksums_on_logs - add checksums on the logs
[all …]
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()
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.853 Add the dmesg and ftrace logs to the html output. They will be viewable by
85 Gzip the trace and dmesg logs to save space. The tool can also read in gzipped
86 logs for processing.
137 Run the test and capture the trace logs, but skip the timeline generation.
206 dmesg and ftrace logs. This will require a significant amount of time if there
236 Print out all the platform data collected from the system that makes it into the logs.
280 Execute a mem suspend with a 15 second wakeup. Include the logs in the html.
329 .SS "rebuild timeline from logs"
331 Rebuild the html from a previous run's logs, using the same options.
/kernel/linux/linux-6.6/tools/power/pm-graph/
Dsleepgraph.853 Add the dmesg and ftrace logs to the html output. They will be viewable by
88 Gzip the trace and dmesg logs to save space. The tool can also read in gzipped
89 logs for processing.
140 Run the test and capture the trace logs, but skip the timeline generation.
209 dmesg and ftrace logs. This will require a significant amount of time if there
239 Print out all the platform data collected from the system that makes it into the logs.
283 Execute a mem suspend with a 15 second wakeup. Include the logs in the html.
332 .SS "rebuild timeline from logs"
334 Rebuild the html from a previous run's logs, using the same options.
/kernel/linux/linux-6.6/drivers/staging/blackbox/
DKconfig30 This option enables saving fault logs with memory by blackbox when a
48 This option enables saving fault logs with pstore blk by blackbox when a
60 This option enables saving fault logs with pstore ram by blackbox when a
68 This option enables saving fault logs with RAW partition by blackbox when a
/kernel/linux/linux-5.10/drivers/staging/blackbox/
DKconfig30 This option enables saving fault logs with memory by blackbox when a
48 This option enables saving fault logs with pstore blk by blackbox when a
60 This option enables saving fault logs with pstore ram by blackbox when a
68 This option enables saving fault logs with RAW partition by blackbox when a
/kernel/linux/linux-6.6/Documentation/networking/devlink/
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.
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
Dsurestart-attributes.c58 // 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()
/kernel/linux/linux-5.10/Documentation/s390/
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 …]
/kernel/linux/linux-6.6/Documentation/arch/s390/
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 …]

12345678910>>...27