Re: [PATCH 08/41] perf tools: Fix missing label symbols

2014-07-15 Thread Adrian Hunter
On 07/14/2014 11:38 PM, Arnaldo Carvalho de Melo wrote: > Em Mon, Jul 14, 2014 at 01:02:32PM +0300, Adrian Hunter escreveu: >> label symbols are missing because elf_sec__is_a() fails >> to find the section because the section strings do not >> match the section headers because the sections headers

Re: [PATCH 08/41] perf tools: Fix missing label symbols

2014-07-14 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 14, 2014 at 01:02:32PM +0300, Adrian Hunter escreveu: > label symbols are missing because elf_sec__is_a() fails > to find the section because the section strings do not > match the section headers because the sections headers > are from the 'runtime' object and the sections strings > ar

[PATCH 08/41] perf tools: Fix missing label symbols

2014-07-14 Thread Adrian Hunter
label symbols are missing because elf_sec__is_a() fails to find the section because the section strings do not match the section headers because the sections headers are from the 'runtime' object and the sections strings are from the 'symbol source' object. Fix by getting the section strings from