Re: [PATCH v2 3/4] perf tests: stop reading if objdump output crossed sections

2015-09-03 Thread Adrian Hunter
On 02/09/15 11:19, Jan Stancek wrote: > objdump output can span across multiple sections: > > Disassembly of section .text: > 0008 : >8: 48 89 e5mov%rsp,%rbp >b: 53 push %rbx >c: 8b 01

Re: [PATCH v2 3/4] perf tests: stop reading if objdump output crossed sections

2015-09-03 Thread Adrian Hunter
On 02/09/15 11:19, Jan Stancek wrote: > objdump output can span across multiple sections: > > Disassembly of section .text: > 0008 : >8: 48 89 e5mov%rsp,%rbp >b: 53 push %rbx >c: 8b

[PATCH v2 3/4] perf tests: stop reading if objdump output crossed sections

2015-09-02 Thread Jan Stancek
objdump output can span across multiple sections: Disassembly of section .text: 0008 : 8: 48 89 e5mov%rsp,%rbp b: 53 push %rbx c: 8b 01 mov(%rcx),%eax 6b: 90

[PATCH v2 3/4] perf tests: stop reading if objdump output crossed sections

2015-09-02 Thread Jan Stancek
objdump output can span across multiple sections: Disassembly of section .text: 0008 : 8: 48 89 e5mov%rsp,%rbp b: 53 push %rbx c: 8b 01 mov(%rcx),%eax