[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100809145358.GE17509@ghostprotocols.net>
Date: Mon, 9 Aug 2010 11:53:58 -0300
From: Arnaldo Carvalho de Melo <acme@...hat.com>
To: Dave Martin <dave.martin@...aro.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists