Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp/
H A D0001-Fix-build-with-clang-19.patch13 api/include/opentelemetry/logs/event_logger.h | 2 +-
14 api/include/opentelemetry/logs/logger.h | 2 +-
15 api/include/opentelemetry/logs/logger_type_traits.h | 2 +-
18 diff --git a/api/include/opentelemetry/logs/event_logger.h b/api/include/opentelemetry/logs/event_l…
20 --- a/api/include/opentelemetry/logs/event_logger.h
21 +++ b/api/include/opentelemetry/logs/event_logger.h
31 diff --git a/api/include/opentelemetry/logs/logger.h b/api/include/opentelemetry/logs/logger.h
33 --- a/api/include/opentelemetry/logs/logger.h
34 +++ b/api/include/opentelemetry/logs/logger.h
44 diff --git a/api/include/opentelemetry/logs/logger_type_traits.h b/api/include/opentelemetry/logs/l…
[all …]
/openbmc/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 Dsve-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 Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend5 file://rotate-event-logs.service \
6 file://rotate-event-logs.sh \
15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh
24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend5 file://rotate-event-logs.service \
6 file://rotate-event-logs.sh \
15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh
24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend7 file://rotate-event-logs.service \
8 file://rotate-event-logs.timer \
15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.timer ${D}${systemd_system_unitdir}
26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service rotate-event-logs.timer"
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend6 file://rotate-event-logs.service \
7 file://rotate-event-logs.sh \
16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh
25 SYSTEMD_SERVICE:${PN}:append:mori = " rotate-event-logs.service"
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend6 file://rotate-event-logs.service \
7 file://rotate-event-logs.sh \
16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh
25 SYSTEMD_SERVICE:${PN}:append:kudo = " rotate-event-logs.service"
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend5 file://rotate-event-logs.service \
6 file://rotate-event-logs.sh \
16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir}
21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh
26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
/openbmc/openbmc/poky/meta/classes-global/
H A Dlogging.bbclass16 # Output: logs console
26 # Output: logs
36 # Output: logs console
47 # Output: logs console
58 # Output: logs console
69 # Output: logs console
81 # Output: logs console
92 # messages to the logs. Depending on the debug log level, they may also
94 # Output: logs console
110 # All debug output is printed to the logs
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_progress_logs_sub_menu.robot3 Documentation Test OpenBMC GUI "Progress logs" sub-menu.
15 ${xpath_progress_logs_heading} //h1[text()="Progress logs"]
24 [Documentation] Verify navigation to progress logs page.
31 [Documentation] Verify existence of all input boxes in progress logs page.
34 # Search logs.
46 Page Should Contain Progress logs
69 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain post-code-logs
H A Dtest_event_logs_sub_menu.robot3 Documentation Test OpenBMC GUI "Event logs" sub-menu of "Logs" menu.
15 ${xpath_event_logs_heading} //h1[text()="Event logs"]
69 # Search logs.
93 [Documentation] Select all error logs and verify delete, export and cancel buttons.
183 [Documentation] Verify that error logs can be resolved via GUI
194 # Since we are selecting 'all events', 3+1 logs are resolved including informational.
195 Wait Until Page Contains Successfully resolved 4 logs. timeout=10
197 # Verify the event logs status from Redfish after mark as resolved.
230 [Documentation] Navigate to the event logs page from main menu.
234 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain event-logs
[all …]
/openbmc/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 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()
319 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py75 logs = []
79 logs.append(location)
88 logs.append(os.path.join(location, logfile))
89 return logs
107 logs = [f for f in dir_files if os.path.isfile(f)]
108 return logs
138 def parse_logs(self, logs, lines_before=10, lines_after=10): argument
148 for log in logs:
/openbmc/phosphor-host-ipmid/test/message/
H A Dpayload.cpp316 std::vector<std::string> logs; variable
322 logs.push_back(std::string((char*)iov[0].iov_base, iov[0].iov_len)); in sd_journal_sendv()
332 logs.clear(); in SetUp()
341 EXPECT_EQ(logs.size(), 0); in TEST_F()
350 EXPECT_EQ(logs.size(), 1); in TEST_F()
361 EXPECT_EQ(logs.size(), 1); in TEST_F()
372 EXPECT_EQ(logs.size(), 0); in TEST_F()
382 EXPECT_EQ(logs.size(), 0); in TEST_F()
394 EXPECT_EQ(logs.size(), 0); in TEST_F()
406 EXPECT_EQ(logs.size(), 0); in TEST_F()
[all …]
/openbmc/openbmc-test-automation/openpower/
H A Dcheck_error_logs.robot2 Documentation BMC server health, check error logs.
19 [Documentation] Check error logs with Redfish.
27 Log To Console \n\nEvent logs:${redfish_event_logs}
30 Log To Console \n\nEvent logs flagged:${event_logs_flagged}
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate23 # Keep up to 2 256k files for cpu console logs
34 # Keep up to 2 64k files for atf console logs
45 # Keep up to 2 64k files for secpro and mpro console logs
57 # Keep up to 2 64k files for Mt.Jade's scp console logs
/openbmc/qemu/block/
H A Dvhdx-log.c491 vhdx_log_flush(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_flush() argument
502 cnt = logs->count; in vhdx_log_flush()
514 ret = vhdx_log_peek_hdr(bs, &logs->log, &hdr_tmp); in vhdx_log_flush()
531 ret = vhdx_log_read_desc(bs, s, &logs->log, &desc_entries, true); in vhdx_log_flush()
539 ret = vhdx_log_read_sectors(bs, &logs->log, &sectors_read, in vhdx_log_flush()
671 vhdx_log_search(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_search() argument
737 *logs = candidate; in vhdx_log_search()
759 VHDXLogSequence logs = { 0 }; in vhdx_parse_log() local
804 ret = vhdx_log_search(bs, s, &logs); in vhdx_parse_log()
809 if (logs.valid) { in vhdx_parse_log()
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_JsonSchema_ResponseValidator.robot31 Shell Cmd mkdir -p logs/
60 # the logs for debugging "validate_errs_AccountService" and move to logs/.
62 ... Shell Cmd mv validate_errs logs/validate_errs_${url.rsplit("/")[-1]}
H A DRedfish_Usecase_Checkers.robot23 ... -p ${OPENBMC_PASSWORD} -S Always -d ${EXECDIR}${/}account-logs${/}
27 ... -p ${OPENBMC_PASSWORD} -S Always -d ${EXECDIR}${/}power-logs${/}
42 ${output}= Shell Cmd cat ${EXECDIR}${/}account-logs${/}results.json
45 ${json}= OperatingSystem.Get File ${EXECDIR}${/}account-logs${/}results.json
91 ${json}= OperatingSystem.Get File ${EXECDIR}${/}power-logs${/}results.json
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_esels.robot33 # Filter out informational error logs.
65 [Documentation] Do suite teardown tasks. Log error and event logs collected.
68 Log Flagged error logs found via REST:${\n}${error_logs_flagged_rest} console=true
69 Log Flagged events logs found via Redfish:${\n}${event_logs_flagged_redfish} console=true

12345678910>>...14