[PATCH 03/31] perf tools: Fix missing label symbols

2014-07-31 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

[PATCH 03/31] perf tools: Fix missing label symbols

2014-07-31 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