Re: [PATCH] perf annotate: check that objdump correctly works

2016-12-09 Thread Alexis Berlemont
Arnaldo Carvalho de Melo wrote: > Em Thu, Dec 01, 2016 at 01:04:36AM +0100, Alexis Berlemont escreveu: > > Before disassembling, the tool objdump is called just to be sure: > > * objdump is available in the path; > > * objdump is an executable binary; > > * objdump has no dependency issue or anythi

Re: [PATCH] perf annotate: check that objdump correctly works

2016-12-06 Thread Arnaldo Carvalho de Melo
Em Thu, Dec 01, 2016 at 01:04:36AM +0100, Alexis Berlemont escreveu: > Before disassembling, the tool objdump is called just to be sure: > * objdump is available in the path; > * objdump is an executable binary; > * objdump has no dependency issue or anything else. > > This objdump "pre-"command i

[PATCH] perf annotate: check that objdump correctly works

2016-11-30 Thread Alexis Berlemont
Before disassembling, the tool objdump is called just to be sure: * objdump is available in the path; * objdump is an executable binary; * objdump has no dependency issue or anything else. This objdump "pre-"command is only necessary because the real objdump command is followed by some " | grep ..