Re: [PATCH] perf report: Fix broken arrow at row 0 in annotate view

2017-07-07 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 08, 2017 at 02:01:44PM +0800, Jin Yao escreveu: > When the jump instruction is displayed at the row 0 in annotate view, > the arrow is broken. An example: > > 16.86 │ ┌──je 82 > 0.01 │ movsd (%rsp),%xmm0 >│ movsd 0x8(%rsp),%xmm4 >│ movsd 0x8(%

Re: [PATCH] perf report: Fix broken arrow at row 0 in annotate view

2017-07-07 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 07, 2017 at 01:11:42PM +0800, Jin, Yao escreveu: > Hi Arnaldo, > > Could this patch be merged? I'll test this one and the v4 fused ins series, thanks for following this up! - Arnaldo > Otherwise the jump arrow is broken when it's displayed at the row 0 in > annotate view. > > Than

Re: [PATCH] perf report: Fix broken arrow at row 0 in annotate view

2017-07-06 Thread Jin, Yao
Hi Arnaldo, Could this patch be merged? Otherwise the jump arrow is broken when it's displayed at the row 0 in annotate view. Thanks Jin Yao On 6/8/2017 2:01 PM, Jin Yao wrote: When the jump instruction is displayed at the row 0 in annotate view, the arrow is broken. An example: 16.86 │

[PATCH] perf report: Fix broken arrow at row 0 in annotate view

2017-06-07 Thread Jin Yao
When the jump instruction is displayed at the row 0 in annotate view, the arrow is broken. An example: 16.86 │ ┌──je 82 0.01 │ movsd (%rsp),%xmm0 │ movsd 0x8(%rsp),%xmm4 │ movsd 0x8(%rsp),%xmm1 │ movsd (%rsp),%xmm3 │ divsd %xmm4,%x