Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-05 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 05, 2018 at 10:10:27AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Nov 05, 2018 at 08:31:59AM +0800, Jin, Yao escreveu: > > Hi, > > > > Any comments for this patch? > > I'll check it today, I'm just a bit behind while preparing for plumbers, > I'll get to all the patches :-)

Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-05 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 05, 2018 at 10:10:27AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Nov 05, 2018 at 08:31:59AM +0800, Jin, Yao escreveu: > > Hi, > > > > Any comments for this patch? > > I'll check it today, I'm just a bit behind while preparing for plumbers, > I'll get to all the patches :-)

Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-05 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 05, 2018 at 08:31:59AM +0800, Jin, Yao escreveu: > Hi, > > Any comments for this patch? I'll check it today, I'm just a bit behind while preparing for plumbers, I'll get to all the patches :-) - Arnaldo > Thanks > Jin Yao > > On 10/31/2018 7:06 PM, Jin Yao wrote: > > Perf report

Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-05 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 05, 2018 at 08:31:59AM +0800, Jin, Yao escreveu: > Hi, > > Any comments for this patch? I'll check it today, I'm just a bit behind while preparing for plumbers, I'll get to all the patches :-) - Arnaldo > Thanks > Jin Yao > > On 10/31/2018 7:06 PM, Jin Yao wrote: > > Perf report

Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-04 Thread Jin, Yao
Hi, Any comments for this patch? Thanks Jin Yao On 10/31/2018 7:06 PM, Jin Yao wrote: Perf report has supported the displaying of LBR stats (such as cycles, predicted%) in callchain entry. For example, perf report --branch-history --stdio --1.01%--intel_idle mwait.h:29 intel_idle

Re: [PATCH] perf top: Display the LBR stats in callchain entry

2018-11-04 Thread Jin, Yao
Hi, Any comments for this patch? Thanks Jin Yao On 10/31/2018 7:06 PM, Jin Yao wrote: Perf report has supported the displaying of LBR stats (such as cycles, predicted%) in callchain entry. For example, perf report --branch-history --stdio --1.01%--intel_idle mwait.h:29 intel_idle

[PATCH] perf top: Display the LBR stats in callchain entry

2018-10-30 Thread Jin Yao
Perf report has supported the displaying of LBR stats (such as cycles, predicted%) in callchain entry. For example, perf report --branch-history --stdio --1.01%--intel_idle mwait.h:29 intel_idle cpufeature.h:164 (cycles:5) intel_idle cpufeature.h:164 (predicted:76.4%)

[PATCH] perf top: Display the LBR stats in callchain entry

2018-10-30 Thread Jin Yao
Perf report has supported the displaying of LBR stats (such as cycles, predicted%) in callchain entry. For example, perf report --branch-history --stdio --1.01%--intel_idle mwait.h:29 intel_idle cpufeature.h:164 (cycles:5) intel_idle cpufeature.h:164 (predicted:76.4%)