[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150428125905.GD22258@krava.redhat.com>
Date: Tue, 28 Apr 2015 14:59:05 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Adrian Hunter <adrian.hunter@...el.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org, David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Namhyung Kim <namhyung@...il.com>,
Stephane Eranian <eranian@...gle.com>
Subject: Re: [PATCH V3 06/25] perf tools: Add build option NO_AUXTRACE to
exclude AUX area tracing
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists