Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 01, 2017 at 08:33:43PM +0530, Ravi Bangoria escreveu: > Hi Kim, Arnaldo, > > On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > > between Ravi's original, author changed in lieu of adding something I > >

Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 01, 2017 at 08:33:43PM +0530, Ravi Bangoria escreveu: > Hi Kim, Arnaldo, > > On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > > between Ravi's original, author changed in lieu of adding something I > >

Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 01, 2017 at 08:33:43PM +0530, Ravi Bangoria escreveu: > Hi Kim, Arnaldo, > > On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > > between Ravi's original, author changed in lieu of adding something I > >

Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 01, 2017 at 08:33:43PM +0530, Ravi Bangoria escreveu: > Hi Kim, Arnaldo, > > On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > > between Ravi's original, author changed in lieu of adding something I > >

Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Ravi Bangoria
Hi Kim, Arnaldo, On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > between Ravi's original, author changed in lieu of adding something I > hadn't known nor thought about possibly doing: Originally-by: Ravi. > Ravi, if

Re: [PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Ravi Bangoria
Hi Kim, Arnaldo, On Thursday 01 June 2017 07:59 PM, Kim Phillips wrote: > v2: addressing Arnaldo's clean-this-up comment: merged commit texts > between Ravi's original, author changed in lieu of adding something I > hadn't known nor thought about possibly doing: Originally-by: Ravi. > Ravi, if

[PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Kim Phillips
Perf annotate is dropping the cr* fields from branch instructions. Fix it by adding support to display branch instructions having multiple operands. Power Arch objdump of int_sqrt: 20.36 | c04d2694: subf r10,r10,r3 | c04d2698: v bgtcr6,c04d26a0

[PATCH v2] perf/annotate: Fix branch instruction with multiple operands

2017-06-01 Thread Kim Phillips
Perf annotate is dropping the cr* fields from branch instructions. Fix it by adding support to display branch instructions having multiple operands. Power Arch objdump of int_sqrt: 20.36 | c04d2694: subf r10,r10,r3 | c04d2698: v bgtcr6,c04d26a0 1.82 |