lkml.org 
[lkml]   [2010]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateMon, 9 Aug 2010 11:53:58 -0300
FromArnaldo Carvalho de Melo <>
SubjectRe: [PATCH 1/1] perf symbols: ignore mapping symbols on ARM
Em Mon, Aug 09, 2010 at 12:21:18PM +0100, Dave Martin escreveu:
> + /* Reject ARM ELF "mapping symbols": these aren't unique and
> + * don't identify functions, so will confuse the profile
> + * output: */
> + if (ehdr.e_machine == EM_ARM) {
> + if (!strcmp(elf_name, "$a") ||
> + !strcmp(elf_name, "$d") ||
> + !strcmp(elf_name, "$t"))
> + continue;
> + }
> +

Thanks, applied.


\
 
 \ /
  Last update: 2010-08-09 16:57    [from the cache]
©2003-2010