https://bugs.kde.org/show_bug.cgi?id=XXXXXX
where XXXXXX is the bug number as listed below.
+247386 make perf does not run all performance tests
276993 fix mremap 'no thrash checks'
283413 Fix wrong sanity check
286270 vgpreload is not friendly to 64->32 bit execs, gives ld.so warnings
memcheck/tests/x86-linux/Makefile
memcheck/tests/ppc32/Makefile
memcheck/tests/ppc64/Makefile
- memcheck/perf/Makefile
cachegrind/Makefile
cachegrind/tests/Makefile
cachegrind/tests/x86/Makefile
helgrind/tests/Makefile
massif/Makefile
massif/tests/Makefile
- massif/perf/Makefile
massif/ms_print
lackey/Makefile
lackey/tests/Makefile
include $(top_srcdir)/Makefile.tool.am
-SUBDIRS += perf
-
EXTRA_DIST = \
docs/ms-manual.xml \
docs/ms_print-manpage.xml
+++ /dev/null
-
-include $(top_srcdir)/Makefile.tool-tests.am
-
-EXTRA_DIST = \
- many-xpts.vgperf
-
-check_PROGRAMS = \
- many-xpts
-
-AM_CFLAGS += -O $(AM_FLAG_M3264_PRI)
-AM_CXXFLAGS += -O $(AM_FLAG_M3264_PRI)
-
+++ /dev/null
-prog: many-xpts
-vgopts: --time-unit=B --depth=100
include $(top_srcdir)/Makefile.tool.am
-SUBDIRS += perf
-
EXTRA_DIST = docs/mc-manual.xml docs/mc-tech-docs.xml
#----------------------------------------------------------------------------
+++ /dev/null
-
-include $(top_srcdir)/Makefile.tool-tests.am
-
-EXTRA_DIST = \
- many-loss-records.vgperf
-
-check_PROGRAMS = \
- many-loss-records
-
-AM_CFLAGS += -O $(AM_FLAG_M3264_PRI)
-AM_CXXFLAGS += -O $(AM_FLAG_M3264_PRI)
+++ /dev/null
-prog: many-loss-records
-vgopts: --leak-check=yes --leak-resolution=high
fbench.vgperf \
ffbench.vgperf \
heap.vgperf \
+ many-loss-records.vgperf \
+ many-xpts.vgperf \
sarp.vgperf \
tinycc.vgperf \
test_input_for_tinycc.c
check_PROGRAMS = \
- bigcode bz2 fbench ffbench heap sarp tinycc
+ bigcode bz2 fbench ffbench heap many-loss-records many-xpts sarp tinycc
AM_CFLAGS += -O $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += -O $(AM_FLAG_M3264_PRI)
--- /dev/null
+prog: many-loss-records
+vgopts: --memcheck:leak-check=yes --memcheck:leak-resolution=high
--- /dev/null
+prog: many-xpts
+vgopts: --massif:time-unit=B --massif:depth=100