[GIT PULL 0/2] perf/tests improvements

From: Arnaldo Carvalho de Melo
Date: Fri Jun 06 2014 - 10:12:44 EST


Hi Jiri,

Experimenting with more topic branches, this time for things you're the
are the original developer and de facto maintainer, the tools/perf/tests/ harness.

This was done on top of your perf/core branch, please let me know if all is
ok and then you can try pulling from it or perhaps you could just ack it and then
Ingo could pull it directly, opinions? Ingo?

- Arnaldo

The following changes since commit 1bb7b24b0457eeea549262780c0b9d0755416e2f:

perf tools: Support spark lines in perf stat (2014-06-06 11:54:06 +0200)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tests-for-jirka

for you to fetch changes up to 38b8d135293e110780eaa02b021eb9c13c4009a6:

perf tests: Show the inner make output when an error happens (2014-06-06 10:45:09 -0300)

----------------------------------------------------------------
perf/tests improvements:

Developer stuff.

. Emit more precise message for missing glibc static library,
from Arnaldo Carvalho de Melo.

. Show the 'make -f tests/make' inner make output when an error happens.

The perf build tests harness, invoked with:

make -C tools/perf -f tests/make

Will call many combinations of builds, trying to check if all of them
continue to work over time, for instance, if removing perl support, or
if building using static libraries still builds fine.

But one would have to check the contents of a per build test entry
file to figure out what the error was about. Do it automatically,
speeding up the process of, for instance, installing missing static
libraries.

from Arnaldo Carvalho de Melo.

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (2):
perf tools: Emit more precise message for missing glibc static library
perf tests: Show the inner make output when an error happens

tools/perf/config/Makefile | 6 +++++-
tools/perf/tests/make | 3 +--
2 files changed, 6 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/