Re: [PATCH 8/8] perf symbol: Don't demangle parameters and such by default

2014-08-12 Thread Namhyung Kim
Hi Arnaldo, On Mon, 11 Aug 2014 10:32:23 -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Aug 11, 2014 at 05:17:37PM +0900, Namhyung Kim escreveu: >> On Sat, 2 Aug 2014 10:35:03 -0300, Arnaldo Carvalho de Melo wrote: >> > Em Thu, Jul 31, 2014 at 02:47:42PM +0900, Namhyung Kim escreveu: >> >> Some

Re: [PATCH 8/8] perf symbol: Don't demangle parameters and such by default

2014-08-11 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 11, 2014 at 05:17:37PM +0900, Namhyung Kim escreveu: > On Sat, 2 Aug 2014 10:35:03 -0300, Arnaldo Carvalho de Melo wrote: > > Em Thu, Jul 31, 2014 at 02:47:42PM +0900, Namhyung Kim escreveu: > >> Some C++ symbols have very long name and they make column length > >> longer. Most of them

Re: [PATCH 8/8] perf symbol: Don't demangle parameters and such by default

2014-08-11 Thread Namhyung Kim
On Sat, 2 Aug 2014 10:35:03 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Jul 31, 2014 at 02:47:42PM +0900, Namhyung Kim escreveu: >> Some C++ symbols have very long name and they make column length >> longer. Most of them are about parameters including templates and we >> can ignore such info

Re: [PATCH 8/8] perf symbol: Don't demangle parameters and such by default

2014-08-02 Thread Arnaldo Carvalho de Melo
Em Thu, Jul 31, 2014 at 02:47:42PM +0900, Namhyung Kim escreveu: > Some C++ symbols have very long name and they make column length > longer. Most of them are about parameters including templates and we > can ignore such info most of time IMHO. > > This patch passes DMGL_NO_OPTS by default when c

[PATCH 8/8] perf symbol: Don't demangle parameters and such by default

2014-07-30 Thread Namhyung Kim
Some C++ symbols have very long name and they make column length longer. Most of them are about parameters including templates and we can ignore such info most of time IMHO. This patch passes DMGL_NO_OPTS by default when calling bfd_demangle(). One can still see full symbols with -v/--verbose opt