Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/
H A Drun-ptest4 LOG="${JQ_LIB}/ptest/jq_ptest_$(date +%Y%m%d-%H%M%S).log"
7 echo "" > ${LOG}
17 ./tests/${test} >> ${LOG} 2>> ${LOG}
20 echo "PASS: ${test}" >> ${LOG}
23 echo "FAIL: ${test}" >> ${LOG}
27 passed=`grep PASS: ${LOG}|wc -l`
28 failed=`grep FAIL: ${LOG}|wc -l`
29 skipped=`grep SKIP: ${LOG}|wc -l`
37 ) | tee -a /${LOG}
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest9 LOG="${LIBEVENTLIB}/ptest/libevent_ptest_$(date +%Y%m%d-%H%M%S).log"
17 …D/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /DISABLED/ s/^/SKIP: /' | cut -f1,2 -d ':' | tee -a ${LOG}
19 passed=`grep PASS: ${LOG}|wc -l`
20 failed=`grep FAIL: ${LOG}|wc -l`
21 skipped=`grep -E SKIP: ${LOG}|wc -l`
29 ) | tee -a ${LOG}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A Drun-ptest6 LOG="${NFTABLESLIB}/ptest/nftables_ptest_$(date +%Y%m%d-%H%M%S).log"
8 …]/ s/^/FAIL: / ; /I: \[SKIPPED\]/ s/^/SKIP: /' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | tee -a "${LOG}"
10 passed=$(grep -c PASS: "${LOG}")
11 failed=$(grep -c FAIL: "${LOG}")
12 skiped=$(grep -c SKIP: "${LOG}")
22 ) | tee -a "${LOG}"
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest13 LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
40 …-valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBEXECDIR} --yocto-ptest $i 2>&1|tee -a ${LOG}
50 2>&1|tee -a ${LOG}
55 2>&1|tee -a ${LOG}
77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'`
86 passed=`grep PASS: ${LOG}|wc -l`
87 failed=`grep FAIL: ${LOG}|wc -l`
88 skipped=`grep SKIP: ${LOG}|wc -l`
96 ) | tee -a /${LOG}
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A Drun-ptest56 LOG=${PWD}/tests.log
70 rjob ${t} ${LOG} &
80 skipped=$(grep -c SKIP ${LOG})
81 passed=$(grep -c PASS ${LOG})
82 failed=$(grep -c FAIL ${LOG})
89 cat ${LOG}
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py53 LOG = logging.getLogger(__name__) variable
395 LOG.debug("Cleaning up after VM process")
399 LOG.warning(
432 LOG.warning(msg, -int(exitcode), command)
476 LOG.debug('VM launch command: %r', ' '.join(self._qemu_full_args))
525 LOG.debug("Closing console file")
530 LOG.debug("Closing console socket")
546 LOG.debug("Performing hard shutdown")
563 LOG.debug("Attempting graceful termination")
568 LOG.debug(
[all …]
/openbmc/u-boot/include/
H A Dlog.h93 #if CONFIG_IS_ENABLED(LOG)
113 #if CONFIG_IS_ENABLED(LOG)
123 if (CONFIG_IS_ENABLED(LOG) && (_l <= _LOG_MAX_LEVEL || _LOG_DEBUG)) \
144 #if !_DEBUG && CONFIG_IS_ENABLED(LOG)
190 #if CONFIG_IS_ENABLED(LOG) && defined(CONFIG_LOG_ERROR_RETURN)
397 #if CONFIG_IS_ENABLED(LOG)
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/
H A Drun-ptest8 LOG="${COREUTILSLIB}/ptest/coreutils_ptest_$(date +%Y%m%d-%H%M%S).log"
14 …tester -c "cd ${COREUTILSLIB}/ptest && make check-TESTS top_srcdir=. srcdir=." 2>&1 | tee -a ${LOG}
/openbmc/qemu/python/qemu/utils/
H A Daccel.py23 LOG = logging.getLogger(__name__) variable
48 LOG.debug("Failed to get the list of accelerators in %s", qemu_bin)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch29 - LOG(6, "%s: File Size limits: 0x%"FMT64"x 0x%"FMT64"x\n",
31 + //LOG(6, ("%s: File Size limits: 0x%jx 0x%jx\n",
H A D0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch22 LOG(4, "%s: done, permissions %o%o%o%o, size %"FMT64"u\n", __FUNCTION__,
34 - LOG(4, "access: %"FMTTIMET"d/%"FMT64"u \nwrite: %"FMTTIMET"d/%"FMT64"u \n"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy/
H A DCVE-2020-15117.patch39 + LOG((CLOG_ERR "ALLOC: Unable to allocate memory %d bytes", len));
40 + LOG((CLOG_DEBUG "bad_alloc detected: Do you have enough free memory?"));
/openbmc/u-boot/test/
H A DMakefile13 obj-$(CONFIG_$(SPL_)LOG) += log/
/openbmc/openbmc/meta-security/recipes-ids/aide/aide/
H A Daide.conf79 LOG = >
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py117 LOG = logging.getLogger(__name__) variable
226 LOG.warning(msg)
233 LOG.warning(msg)
/openbmc/docs/designs/
H A Dredfish-eventservice.md130 | | +-------------+ | | | METRICSREPORT | | EVENT LOG | | |
137 | | +--------------| | | | METRCISREPORT | | EVENT LOG | | |
164 … | | CLIENT | | BMCWEB | | EVENT LOG/ |
179 | | | LOG REDFISH EVENT LOG | |
274 | | | | | LOG REDFISH EVENT LOG | | |
295 | | | LOG REDFISH EVENT LOG | |
304 … | | CLIENT | | BMCWEB | | EVENT LOG/ |
401 | | | | | LOG REDFISH EVENT LOG | | |
422 | | | LOG REDFISH EVENT LOG | |
437 | | | LOG REDFISH EVENT LOG | |
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c348 #if CONFIG_IS_ENABLED(LOG) in main()
/openbmc/u-boot/common/
H A DMakefile129 obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o
H A DKconfig469 config LOG config
480 depends on LOG
489 depends on LOG
498 depends on LOG
578 depends on LOG
608 depends on LOG
618 depends on LOG
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c46 #if CONFIG_IS_ENABLED(LOG)
/openbmc/u-boot/common/spl/
H A Dspl.c402 #if CONFIG_IS_ENABLED(LOG) in spl_common_init()
/openbmc/qemu/hw/audio/
H A Dfmopl.c235 #define LOG(n,x) macro
594 LOG(LOG_WAR, ("rate %2d , ar %f ms , dr %f ms\n", i, in init_timetables()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0002-Revert-Support-compressed-pixel-formats-when-saving-.patch234 LOG(1, "Bayer format is " << bayer_format.name);
/openbmc/u-boot/cmd/
H A DKconfig1905 select LOG