From: Arnaldo Carvalho de Melo on
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/