[PATCH 03/16] perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader

2014-11-19 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo The minimal ELF loader should not return 1 when it manages to read the vmlinux build-id, it should instead return 0, meaning that it hasn't loaded any symbols, since it doesn't parses ELF at all. That way, the main symbol.c routines will understand that it is

[PATCH 03/16] perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader

2014-11-19 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo a...@redhat.com The minimal ELF loader should not return 1 when it manages to read the vmlinux build-id, it should instead return 0, meaning that it hasn't loaded any symbols, since it doesn't parses ELF at all. That way, the main symbol.c routines will understand