Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-16 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 16, 2017 at 09:48:17AM +0530, ravi escreveu: > > On Friday 13 October 2017 07:38 PM, Arnaldo Carvalho de Melo wrote: > >Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: > >>Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > >>>Some of the cod

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-16 Thread Arnaldo Carvalho de Melo
Em Sat, Oct 14, 2017 at 09:30:54PM +0200, Milian Wolff escreveu: > On Freitag, 13. Oktober 2017 16:08:34 CEST Arnaldo Carvalho de Melo wrote: > > Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: > > > Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > > >

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-16 Thread Milian Wolff
On Montag, 16. Oktober 2017 06:18:17 CEST ravi wrote: > On Friday 13 October 2017 07:38 PM, Arnaldo Carvalho de Melo wrote: > > Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: > >> Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > >>> Some of the code

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-15 Thread ravi
On Friday 13 October 2017 07:38 PM, Arnaldo Carvalho de Melo wrote: Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: Some of the code paths I introduced before returned too early without running the co

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-14 Thread Milian Wolff
On Freitag, 13. Oktober 2017 16:08:34 CEST Arnaldo Carvalho de Melo wrote: > Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > > > Some of the code paths I introduced before returned too early > > > wi

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-13 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 13, 2017 at 10:39:03AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > > Some of the code paths I introduced before returned too early > > without running the code to handle a node's branch count. > > By refactoring match_ch

Re: [PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-13 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 09, 2017 at 10:33:05PM +0200, Milian Wolff escreveu: > Some of the code paths I introduced before returned too early > without running the code to handle a node's branch count. > By refactoring match_chain to only have one exit point, this > can be remedied. Fixing up this one now. >

[PATCH v5 11/16] perf report: properly handle branch count in match_chain

2017-10-09 Thread Milian Wolff
Some of the code paths I introduced before returned too early without running the code to handle a node's branch count. By refactoring match_chain to only have one exit point, this can be remedied. Cc: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Yao Jin Si