Re: [PATCH] perf report: Fix debug messages with --call-graph option

2017-09-23 Thread zhangmengting
Hi Jiri, Thanks for the review. Agreed, the patch seems confused. I'll add more details in the next version patch and resend it later. Thanks, Mengting Zhang On 2017/9/22 17:18, Jiri Olsa wrote: On Fri, Sep 22, 2017 at 10:06:53AM +0800, zhangmengting wrote: With --call-graph option, perf r

Re: [PATCH] perf report: Fix debug messages with --call-graph option

2017-09-22 Thread Jiri Olsa
On Fri, Sep 22, 2017 at 10:06:53AM +0800, zhangmengting wrote: > With --call-graph option, perf report can display call chains using > type, min percent threshold, optional print limit and order. And the > default call-graph parameter is 'graph,0.5,caller,function,percent'. > > Before this patch,

[PATCH] perf report: Fix debug messages with --call-graph option

2017-09-21 Thread zhangmengting
With --call-graph option, perf report can display call chains using type, min percent threshold, optional print limit and order. And the default call-graph parameter is 'graph,0.5,caller,function,percent'. Before this patch, 'perf report --call-graph' shows incorrect debug messages as below: [root