Re: [PATCH V3 06/25] perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing

From: Jiri Olsa
Date: Tue Apr 28 2015 - 08:59:17 EST


On Fri, Apr 24, 2015 at 10:29:48PM +0300, Adrian Hunter wrote:

SNIP

> diff --git a/tools/perf/tests/make b/tools/perf/tests/make
> index 901ec91..af26410 100644
> --- a/tools/perf/tests/make
> +++ b/tools/perf/tests/make
> @@ -32,6 +32,7 @@ make_no_backtrace := NO_BACKTRACE=1
> make_no_libnuma := NO_LIBNUMA=1
> make_no_libaudit := NO_LIBAUDIT=1
> make_no_libbionic := NO_LIBBIONIC=1
> +make_no_auxtrace := NO_AUXTRACE=1

extra spaces ^^

> make_tags := tags
> make_cscope := cscope
> make_help := help
> @@ -74,6 +75,7 @@ run += make_no_backtrace
> run += make_no_libnuma
> run += make_no_libaudit
> run += make_no_libbionic
> +run += make_no_auxtrace
> run += make_help
> run += make_doc
> run += make_perf_o

eeeey!! test update ;-)

please update also make_minimal test

thanks,
jirka
--
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/