Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-30 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 30, 2017 at 04:41:13PM +0800, Jin, Yao escreveu: > Hi Arnaldo, > > Andi has reviewed this patch yet. > > https://patchwork.kernel.org/patch/9884399/ > > Is this patch OK for merging or any other comments? Thanks, applied together with Andi's reviewed-by tag, - Arnaldo > Thanks >

Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-30 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 30, 2017 at 04:41:13PM +0800, Jin, Yao escreveu: > Hi Arnaldo, > > Andi has reviewed this patch yet. > > https://patchwork.kernel.org/patch/9884399/ > > Is this patch OK for merging or any other comments? Thanks, applied together with Andi's reviewed-by tag, - Arnaldo > Thanks >

Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-30 Thread Jin, Yao
Hi Arnaldo, Andi has reviewed this patch yet. https://patchwork.kernel.org/patch/9884399/ Is this patch OK for merging or any other comments? Thanks Jin Yao On 8/15/2017 11:19 AM, Andi Kleen wrote: On Mon, Aug 14, 2017 at 01:30:29AM +, Jin, Yao wrote: Hi Andi, Do you have any

Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-30 Thread Jin, Yao
Hi Arnaldo, Andi has reviewed this patch yet. https://patchwork.kernel.org/patch/9884399/ Is this patch OK for merging or any other comments? Thanks Jin Yao On 8/15/2017 11:19 AM, Andi Kleen wrote: On Mon, Aug 14, 2017 at 01:30:29AM +, Jin, Yao wrote: Hi Andi, Do you have any

Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-14 Thread Andi Kleen
On Mon, Aug 14, 2017 at 01:30:29AM +, Jin, Yao wrote: > Hi Andi, > > Do you have any comments for this patch? Patch looks good to me. Reviewed-by: Andi Kleen -Andi

Re: [PATCH] perf report: calculate the average cycles of iterations

2017-08-14 Thread Andi Kleen
On Mon, Aug 14, 2017 at 01:30:29AM +, Jin, Yao wrote: > Hi Andi, > > Do you have any comments for this patch? Patch looks good to me. Reviewed-by: Andi Kleen -Andi

RE: [PATCH] perf report: calculate the average cycles of iterations

2017-08-13 Thread Jin, Yao
: Linux-kernel@vger.kernel.org; a...@linux.intel.com; Liang, Kan <kan.li...@intel.com>; Jin, Yao <yao@intel.com>; Jin Yao <yao@linux.intel.com> Subject: [PATCH] perf report: calculate the average cycles of iterations The branch history code has a loop detection function.

RE: [PATCH] perf report: calculate the average cycles of iterations

2017-08-13 Thread Jin, Yao
: Linux-kernel@vger.kernel.org; a...@linux.intel.com; Liang, Kan ; Jin, Yao ; Jin Yao Subject: [PATCH] perf report: calculate the average cycles of iterations The branch history code has a loop detection function. With this, we can get the number of iterations by calculating the removed loops

[PATCH] perf report: calculate the average cycles of iterations

2017-08-06 Thread Jin Yao
The branch history code has a loop detection function. With this, we can get the number of iterations by calculating the removed loops. While it would be nice for knowing the average cycles of iterations. This patch adds up the cycles in branch entries of removed loops and save the result to the

[PATCH] perf report: calculate the average cycles of iterations

2017-08-06 Thread Jin Yao
The branch history code has a loop detection function. With this, we can get the number of iterations by calculating the removed loops. While it would be nice for knowing the average cycles of iterations. This patch adds up the cycles in branch entries of removed loops and save the result to the