| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/ |
| H A D | run-ptest | 4 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 D | run-ptest | 9 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 D | run-ptest | 6 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 D | run-ptest | 13 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 D | run-ptest | 56 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 D | machine.py | 53 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 D | log.h | 93 #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 D | run-ptest | 8 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 D | accel.py | 23 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 D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 29 - 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 D | 0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch | 22 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 D | CVE-2020-15117.patch | 39 + 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 D | Makefile | 13 obj-$(CONFIG_$(SPL_)LOG) += log/
|
| /openbmc/openbmc/meta-security/recipes-ids/aide/aide/ |
| H A D | aide.conf | 79 LOG = >
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_shell.py | 117 LOG = logging.getLogger(__name__) variable 226 LOG.warning(msg) 233 LOG.warning(msg)
|
| /openbmc/docs/designs/ |
| H A D | redfish-eventservice.md | 130 | | +-------------+ | | | 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 D | start.c | 348 #if CONFIG_IS_ENABLED(LOG) in main()
|
| /openbmc/u-boot/common/ |
| H A D | Makefile | 129 obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o
|
| H A D | Kconfig | 469 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 D | sandbox.c | 46 #if CONFIG_IS_ENABLED(LOG)
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl.c | 402 #if CONFIG_IS_ENABLED(LOG) in spl_common_init()
|
| /openbmc/qemu/hw/audio/ |
| H A D | fmopl.c | 235 #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 D | 0002-Revert-Support-compressed-pixel-formats-when-saving-.patch | 234 LOG(1, "Bayer format is " << bayer_format.name);
|
| /openbmc/u-boot/cmd/ |
| H A D | Kconfig | 1905 select LOG
|