Fix 247386  make perf does not run all performance tests :

* move memcheck/perf/many-loss-records test to perf directory
       massif/perf/many-xpts test to perf directory
* modified many-loss-records.vgperf and many-xpts.vgperf,
  so as to have tool specific options prefixed with their tool
* remove directory memcheck/perf and massif/perf (containing no test anymore)



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12315 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 6d4eb42..ad5ceac 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -10,12 +10,14 @@
 	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)