lkml.org 
[lkml]   [2010]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
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    [W:0.042 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site