Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
125 memset(logs.filler, 'A', sizeof(logs.filler)); in verif_log_subtest()
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dssve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
H A Dza-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
H A Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
H A Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dlog.h32 #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/fs/nilfs2/
H 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()
H A Dsegment.c1442 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument
1449 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs()
1468 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs()
1498 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument
1503 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage()
1509 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage()
1709 static void nilfs_prepare_write_logs(struct list_head *logs, u32 seed) in nilfs_prepare_write_logs() argument
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()
1733 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_prepare_write_logs()
[all …]
/linux/lib/test_fortify/
H A DMakefile12 logs = $(patsubst $(src)/%.c, %.log, $(wildcard $(src)/*-*.c)) macro
13 targets += $(logs)
18 $(obj)/test_fortify.log: $(addprefix $(obj)/, $(logs)) FORCE
/linux/tools/testing/selftests/devices/error_logs/
H A Dtest_device_error_logs.py34 logs = [] variable
50 logs.append(current_log) # Save last log
64 for log in logs:
/linux/Documentation/firmware-guide/acpi/
H 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/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py76 logs = "" variable
102 logs += output + "\n"
107 f.write(logs)
/linux/Documentation/hwmon/
H A Dltc4282.rst52 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/tools/testing/selftests/rcutorture/bin/
H A Dkvm-find-errors.sh54 echo Build-only run, no console logs to check.
72 echo No errors in console logs.
/linux/Documentation/networking/devlink/
H 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/drivers/nvme/target/
H A Dadmin-cmd.c203 struct nvme_supported_log *logs; in nvmet_execute_get_supported_log_pages() local
206 logs = kzalloc(sizeof(*logs), GFP_KERNEL); in nvmet_execute_get_supported_log_pages()
207 if (!logs) { in nvmet_execute_get_supported_log_pages()
212 logs->lids[NVME_LOG_SUPPORTED] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
213 logs->lids[NVME_LOG_ERROR] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
214 logs->lids[NVME_LOG_SMART] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
215 logs->lids[NVME_LOG_FW_SLOT] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
216 logs->lids[NVME_LOG_CHANGED_NS] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
217 logs->lids[NVME_LOG_CMD_EFFECTS] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
218 logs->lids[NVME_LOG_ENDURANCE_GROUP] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
[all …]
/linux/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst22 Print all logs available, even debug-level information. This includes logs
/linux/tools/testing/selftests/verification/
H A D.gitignore2 logs
H A DMakefile6 EXTRA_CLEAN := $(OUTPUT)/logs/*
/linux/tools/testing/selftests/pstore/
H A D.gitignore2 logs
H A DMakefile9 EXTRA_CLEAN := logs/* *uuid
/linux/tools/testing/selftests/ftrace/
H A D.gitignore2 logs
H A DMakefile7 EXTRA_CLEAN := $(OUTPUT)/logs/*
/linux/arch/arm/boot/dts/microchip/
H A Dat91-wb45n.dtsi114 logs@7fa0000 {
115 label = "logs";
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.service4 Description=Service that logs KVM kernel module trace events

1234