Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-30 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 29, 2017 at 08:52:13PM +0530, Ravi Bangoria escreveu: > > > On 11/29/2017 08:33 PM, Thomas-Mich Richter wrote: > > On 11/29/2017 02:24 PM, Ravi Bangoria wrote: > >> > >> On 11/28/2017 01:26 PM, Thomas Richter wrote: > >>> The command 'perf annotate' parses the output of objdump and

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-30 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 29, 2017 at 08:52:13PM +0530, Ravi Bangoria escreveu: > > > On 11/29/2017 08:33 PM, Thomas-Mich Richter wrote: > > On 11/29/2017 02:24 PM, Ravi Bangoria wrote: > >> > >> On 11/28/2017 01:26 PM, Thomas Richter wrote: > >>> The command 'perf annotate' parses the output of objdump and

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Ravi Bangoria
On 11/29/2017 08:33 PM, Thomas-Mich Richter wrote: > On 11/29/2017 02:24 PM, Ravi Bangoria wrote: >> >> On 11/28/2017 01:26 PM, Thomas Richter wrote: >>> The command 'perf annotate' parses the output of objdump and also >>> investigates the comments produced by objdump. For example the >>>

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Ravi Bangoria
On 11/29/2017 08:33 PM, Thomas-Mich Richter wrote: > On 11/29/2017 02:24 PM, Ravi Bangoria wrote: >> >> On 11/28/2017 01:26 PM, Thomas Richter wrote: >>> The command 'perf annotate' parses the output of objdump and also >>> investigates the comments produced by objdump. For example the >>>

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Thomas-Mich Richter
On 11/29/2017 02:24 PM, Ravi Bangoria wrote: > > > On 11/28/2017 01:26 PM, Thomas Richter wrote: >> The command 'perf annotate' parses the output of objdump and also >> investigates the comments produced by objdump. For example the >> output of objdump produces (on x86): >> >> 23eee: 4c 8b 3d

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Thomas-Mich Richter
On 11/29/2017 02:24 PM, Ravi Bangoria wrote: > > > On 11/28/2017 01:26 PM, Thomas Richter wrote: >> The command 'perf annotate' parses the output of objdump and also >> investigates the comments produced by objdump. For example the >> output of objdump produces (on x86): >> >> 23eee: 4c 8b 3d

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Ravi Bangoria
On 11/28/2017 01:26 PM, Thomas Richter wrote: > The command 'perf annotate' parses the output of objdump and also > investigates the comments produced by objdump. For example the > output of objdump produces (on x86): > > 23eee: 4c 8b 3d 13 01 21 00 mov 0x210113(%rip),%r15 >

Re: [PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-29 Thread Ravi Bangoria
On 11/28/2017 01:26 PM, Thomas Richter wrote: > The command 'perf annotate' parses the output of objdump and also > investigates the comments produced by objdump. For example the > output of objdump produces (on x86): > > 23eee: 4c 8b 3d 13 01 21 00 mov 0x210113(%rip),%r15 >

[PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-27 Thread Thomas Richter
The command 'perf annotate' parses the output of objdump and also investigates the comments produced by objdump. For example the output of objdump produces (on x86): 23eee: 4c 8b 3d 13 01 21 00 mov 0x210113(%rip),%r15 # 234008 and the

[PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly

2017-11-27 Thread Thomas Richter
The command 'perf annotate' parses the output of objdump and also investigates the comments produced by objdump. For example the output of objdump produces (on x86): 23eee: 4c 8b 3d 13 01 21 00 mov 0x210113(%rip),%r15 # 234008 and the function mov__parse() is