/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier_log.c | 32 } logs; variable 125 memset(logs.filler, 'A', sizeof(logs.filler)); in verif_log_subtest() 126 logs.filler[sizeof(logs.filler) - 1] = '\0'; in verif_log_subtest() 127 memset(logs.buf, 'A', sizeof(logs.buf)); in verif_log_subtest() 128 logs.buf[sizeof(logs.buf) - 1] = '\0'; in verif_log_subtest() 170 strcmp(logs.buf + i, logs.filler + i), in verif_log_subtest() 171 logs.buf + i, logs.filler + i); in verif_log_subtest() 331 memset(logs.buf, 'A', sizeof(logs.buf)); in verif_btf_log_subtest() 332 logs.buf[sizeof(logs.buf) - 1] = '\0'; in verif_btf_log_subtest() 355 strcmp(logs.buf + i, logs.filler + i), in verif_btf_log_subtest() [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
H A D | ssve-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
H A D | za-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 44 logs=$logs\ $log
|
H A D | fpsimd-stress | 11 logs= 23 if [ -n "$logs" ]; then 24 cat $logs 25 rm $logs 26 logs= 45 logs=$logs\ $log
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${WORKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${WORKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${WORKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:kudo = " rotate-event-logs.service"
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${WORKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:mori = " rotate-event-logs.service"
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 7 file://rotate-event-logs.service \ 8 file://rotate-event-logs.timer \ 15 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 16 install -m 0644 ${WORKDIR}/rotate-event-logs.timer ${D}${systemd_system_unitdir} 26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service rotate-event-logs.timer"
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 16 install -m 0644 ${WORKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${WORKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
H A D | test_progress_logs_sub_menu.robot | 3 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 D | test_event_logs_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Event logs" sub-menu of "Logs" menu. 15 ${xpath_event_logs_heading} //h1[text()="Event logs"] 69 # Search logs. 183 [Documentation] Verify that error logs can be resolved via GUI 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. 237 [Documentation] Create given number of error logs. 241 # log_count Number of error logs to create. 249 [Documentation] Select all error logs. [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | logging.bbclass | 16 # Output: logs console 26 # Output: logs 37 # Output: logs console 48 # Output: logs console 59 # Output: logs console 71 # Output: logs console 82 # messages to the logs. Depending on the debug log level, they may also 84 # Output: logs console 100 # All debug output is printed to the logs
|
/openbmc/linux/fs/nilfs2/ |
H 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()
|
H A D | segbuf.c | 267 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 D | parselogs.py | 75 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 D | payload.cpp | 316 std::vector<std::string> logs; variable 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() 408 EXPECT_EQ(logs.size(), 1); in TEST_F() 422 EXPECT_EQ(logs.size(), 1); in TEST_F() [all …]
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | check_error_logs.robot | 2 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/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-s390x.yml | 19 || { cat config.log meson-logs/meson-log.txt; exit 1; } 39 || { cat config.log meson-logs/meson-log.txt; exit 1; } 61 || { cat config.log meson-logs/meson-log.txt; exit 1; } 84 || { cat config.log meson-logs/meson-log.txt; exit 1; } 105 || { cat config.log meson-logs/meson-log.txt; exit 1; } 126 || { cat config.log meson-logs/meson-log.txt; exit 1; }
|
H A D | ubuntu-22.04-aarch64.yml | 21 || { cat config.log meson-logs/meson-log.txt; exit 1; } 44 || { cat config.log meson-logs/meson-log.txt; exit 1; } 66 || { cat config.log meson-logs/meson-log.txt; exit 1; } 84 || { cat config.log meson-logs/meson-log.txt; exit 1; } 107 || { cat config.log meson-logs/meson-log.txt; exit 1; } 128 || { cat config.log meson-logs/meson-log.txt; exit 1; } 149 || { cat config.log meson-logs/meson-log.txt; exit 1; }
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 23 # 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 D | vhdx-log.c | 502 cnt = logs->count; in vhdx_log_flush() 514 ret = vhdx_log_peek_hdr(bs, &logs->log, &hdr_tmp); in vhdx_log_flush() 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() 823 ret = vhdx_log_flush(bs, s, &logs); in vhdx_parse_log() 1049 VHDXLogSequence logs = { .valid = true, in vhdx_log_write_and_flush() local 1065 logs.log = s->log; in vhdx_log_write_and_flush() 1073 ret = vhdx_log_flush(bs, s, &logs); in vhdx_log_write_and_flush() [all …]
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_JsonSchema_ResponseValidator.robot | 31 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]}
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rotate-event-logs.service | 2 Description=Rotate the event logs 6 ExecStart=/usr/bin/rotate-event-logs.sh
|