Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Jin, Yao
Hi Arnaldo, I checked it needed to add dso__dmangle_sym() in symbol-minimal.c. make -C tools/perf build-test .. iqhvUMsN DESTDIR=/tmp/tmp.9zqX9FtV0p Makefile:203: Please install asciidoc xmlto to have the man pages installed make_no_slang_O: cd . && make NO_SLANG=1

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Jin, Yao
Hi Arnaldo, I checked it needed to add dso__dmangle_sym() in symbol-minimal.c. make -C tools/perf build-test .. iqhvUMsN DESTDIR=/tmp/tmp.9zqX9FtV0p Makefile:203: Please install asciidoc xmlto to have the man pages installed make_no_slang_O: cd . && make NO_SLANG=1

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 24, 2017 at 04:01:19PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Sat, Mar 18, 2017 at 05:41:09PM +0100, Milian Wolff escreveu: > > On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > > > v5: Update according to Milian Wolff's comments. It groups by address > > > (then

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 24, 2017 at 04:01:19PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Sat, Mar 18, 2017 at 05:41:09PM +0100, Milian Wolff escreveu: > > On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > > > v5: Update according to Milian Wolff's comments. It groups by address > > > (then

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 18, 2017 at 05:41:09PM +0100, Milian Wolff escreveu: > On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > > v5: Update according to Milian Wolff's comments. It groups by address > > (then display file/ line), or by function (then display function name). > > Thank you Jin,

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-24 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 18, 2017 at 05:41:09PM +0100, Milian Wolff escreveu: > On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > > v5: Update according to Milian Wolff's comments. It groups by address > > (then display file/ line), or by function (then display function name). > > Thank you Jin,

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-18 Thread Milian Wolff
On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > v5: Update according to Milian Wolff's comments. It groups by address > (then display file/ line), or by function (then display function name). Thank you Jin, that is really good. I tested it and it works really well for me.

Re: [PATCH v5 0/5] perf report: Show inline stack

2017-03-18 Thread Milian Wolff
On Donnerstag, 16. März 2017 22:42:22 CET Jin Yao wrote: > v5: Update according to Milian Wolff's comments. It groups by address > (then display file/ line), or by function (then display function name). Thank you Jin, that is really good. I tested it and it works really well for me.

[PATCH v5 0/5] perf report: Show inline stack

2017-03-16 Thread Jin Yao
v5: Update according to Milian Wolff's comments. It groups by address (then display file/ line), or by function (then display function name). For example: 1. Show inlined function name perf report --stdio -g function --inline 0.69% 0.00% inline ld-2.23.so

[PATCH v5 0/5] perf report: Show inline stack

2017-03-16 Thread Jin Yao
v5: Update according to Milian Wolff's comments. It groups by address (then display file/ line), or by function (then display function name). For example: 1. Show inlined function name perf report --stdio -g function --inline 0.69% 0.00% inline ld-2.23.so