| /OK3568_Linux_fs/buildroot/package/valgrind/ |
| H A D | valgrind.mk | 8 VALGRIND_SITE = https://sourceware.org/pub/valgrind 9 VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2 12 VALGRIND_CPE_ID_VENDOR = valgrind 60 $(INSTALL) -D -m 0644 package/valgrind/uclibc.supp $(TARGET_DIR)/usr/lib/valgrind/uclibc.supp 67 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*memcheck* 75 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*cachegrind* 86 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*callgrind* 97 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*helgrind* 105 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*drd* 113 rm -f $(TARGET_DIR)/usr/libexec/valgrind/*massif* [all …]
|
| H A D | valgrind.hash | 1 # From https://valgrind.org/downloads/current.html 2 md5 de56a5532b0c81781db677ca712c585a valgrind-3.18.1.tar.bz2 4 sha256 00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5 valgrind-3.18.1.tar.bz2
|
| H A D | Config.in | 10 comment "valgrind needs a toolchain w/ dynamic library" 15 bool "valgrind" 21 http://valgrind.org/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | configure.cmake-fix-valgrind.patch | 4 Subject: [PATCH] configure.cmake: fix valgrind 6 Check valgrind headers only if WITH_VALGRIND is set. 8 mariadb uses two macros for valgrind compilations: 9 HAVE_valgrind - valgrind is installed and can be set by configure option -DWITH_VALGRIND 10 HAVE_VALGRIND - valgrind debug libraries is installed, set by auto check 13 PACKAGECONFIG to decide if valgrind is needed or not. 34 -CHECK_INCLUDE_FILES("valgrind/memcheck.h;valgrind/valgrind.h" 35 + CHECK_INCLUDE_FILES("valgrind/memcheck.h;valgrind/valgrind.h"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0003-Add-config-option-without-valgrind.patch | 4 Subject: [PATCH] Add config option without-valgrind 25 - conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 26 - conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 28 + conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 29 + conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 41 + opt.add_option('--without-valgrind', 42 + help=("Disable use of the valgrind headers"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gjs/ |
| H A D | gjs_1.72.0.bb | 34 PACKAGES =+ "${PN}-valgrind" 35 FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" 36 RDEPENDS:${PN}-valgrind += "valgrind" 39 RDEPENDS:${PN}-valgrind:remove:riscv32 = "valgrind" 40 RDEPENDS:${PN}-valgrind:remove:riscv64 = "valgrind"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | run-ptest | 9 VALGRIND_LIB=@libdir@/valgrind 10 VALGRIND_LIBEXECDIR=@libexecdir@/valgrind 11 VALGRIND_BIN=@bindir@/valgrind 40 …taskset 0x00000001 perl tests/vg_regtest --valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBE… 46 --valgrind=${VALGRIND_BIN} \ 47 --valgrind-lib=${VALGRIND_LIBEXECDIR} \
|
| H A D | s390x_vec_op_t.patch | 7 removing it ensures that valgrind can be built with -fno-common option 10 …valgrind/3.15.0-r0/build/VEX/../../valgrind-3.15.0/VEX/priv/guest_s390_defs.h:289: multiple defini…
|
| H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 6 Change the valgrind regression test script vg_regtest to 11 instead of valgrind's internal test reporting format. Without the added 12 option, --yocto-ptest, the valgrind regression test output is unchanged. 15 This resume execution of the remaining tests when valgrind hangs. 41 # The easiest way is to run all tests in valgrind/ with (assuming you installed 45 . " vg_regtest [--all, --valgrind, --valgrind-lib, --keep-unfiltered\n" 46 . " --outer-valgrind, --outer-tool, --outer-args\n" 75 +# This resume execution of the remaining tests if valgrind hangs. 147 printf("%-16s valgrind $extraopts $vgopts $prog $args (progB: $progB $argsB)\n", 157 - printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:"); [all …]
|
| H A D | 0001-valgrind-filter_xml_frames-do-not-filter-usr.patch | 4 Subject: [PATCH 1/2] valgrind: filter_xml_frames: do not filter /usr 8 for Yocto's valgrind, the ptest executables are placed under: 9 /usr/lib/valgrind/ptest
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | options-0.10.0.patch | 12 - valgrind 109 - conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 110 - conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 112 + conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 113 + conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 158 + opt.add_option('--with-valgrind', 159 + help=("enable use of valgrind"), 161 + opt.add_option('--without-valgrind', 162 + help=("disable use of valgrind"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 12 - valgrind 107 - conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 108 - conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 111 + conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 112 + conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 161 + opt.add_option('--with-valgrind', 162 + help=("enable use of valgrind"), 164 + opt.add_option('--without-valgrind', 165 + help=("disable use of valgrind"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 12 - valgrind 109 - conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 110 - conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 112 + conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 113 + conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 161 + opt.add_option('--with-valgrind', 162 + help=("enable use of valgrind"), 164 + opt.add_option('--without-valgrind', 165 + help=("disable use of valgrind"),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-Add-configure-options-for-packages.patch | 12 - valgrind 108 - conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 109 - conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 111 + conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h') 112 + conf.CHECK_HEADERS('valgrind/memcheck.h valgrind/helgrind.h') 160 + opt.add_option('--with-valgrind', 161 + help=("enable use of valgrind"), 163 + opt.add_option('--without-valgrind', 164 + help=("disable use of valgrind"),
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/ |
| H A D | valgrind_3.18.1.bb | 2 HOMEPAGE = "http://valgrind.org/" 4 BUGTRACKER = "http://valgrind.org/support/bug_reports.html" 8 … file://include/valgrind.h;beginline=1;endline=56;md5=ad3b317f3286b6b704575d9efe6ca5df \ 15 SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ 26 file://valgrind-make-ld-XXX.so-strlen-intercept-optional.patch \ 40 file://0001-valgrind-filter_xml_frames-do-not-filter-usr.patch \ 49 UPSTREAM_CHECK_REGEX = "valgrind-(?P<pver>\d+(\.\d+)+)\.tar" 64 # valgrind supports armv7 and above 69 # valgrind fails with powerpc soft-float 72 # X32 isn't supported by valgrind at this time [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/ |
| H A D | libtdb_1.4.3.bb | 27 PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/ |
| H A D | libtevent_0.10.2.bb | 30 PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/ |
| H A D | libtalloc_2.3.3.bb | 27 PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
| H A D | wvstreams_4.6.1.bb | 39 EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind" 45 PACKAGES:prepend = "${PN}-valgrind " 57 FILES:${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/diffutils/ |
| H A D | 0001-Skip-strip-trailing-cr-test-case.patch | 6 Skip the test "strip-trailing-cr" since it requires valgrind to 7 work, but valgrind is considered too heavy-weight for diffutils 29 +# Skipping this test since it requires valgrind
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-core-tools-profile.bb | 47 # valgrind does not work on the following configurations/architectures 49 VALGRIND = "valgrind" 61 VALGRIND:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/ |
| H A D | libldb_2.3.4.bb | 26 PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
| H A D | rsyslog_8.2206.0.bb | 80 PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind," 174 VALGRIND = "valgrind" 176 # valgrind supports armv7 and above 181 # X32 isn't supported by valgrind at this time 193 # RISC-V support for valgrind is not there yet
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | fix_non_native_build_issue.patch | 47 valgrind: ${TCL_EXE} ${TCLTEST_EXE} 48 …INDARGS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind $(TESTFLAGS) 49 …GRINDARGS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind $(TESTFLAGS)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 33 if self.args.valgrind: 67 if not self.args.valgrind: 102 if not self.args.valgrind:
|