Re: [PATCH 10/23] perf: make demangle support based on CONFIG_DEMANGLE

2013-04-02 Thread Paul Bolle
On Mon, 2013-04-01 at 21:54 -0600, David Ahern wrote: > diff --git a/tools/perf/Makefile b/tools/perf/Makefile > index 5c060c8..65283e6 100644 > --- a/tools/perf/Makefile > +++ b/tools/perf/Makefile >[...] > @@ -571,7 +569,9 @@ ifdef CONFIG_LIBELF > endif > else > NO_DWARF := 1 > -N

[PATCH 10/23] perf: make demangle support based on CONFIG_DEMANGLE

2013-04-01 Thread David Ahern
Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Borislav Petkov Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian --- tools/perf/Makefile | 70 ++ tools/perf/Pconfig