public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: Dave Martin <dave.martin@linaro.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] perf symbols: ignore mapping symbols on ARM
Date: Mon, 9 Aug 2010 11:53:58 -0300	[thread overview]
Message-ID: <20100809145358.GE17509@ghostprotocols.net> (raw)
In-Reply-To: <1281352878-8735-2-git-send-email-dave.martin@linaro.org>

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.

  reply	other threads:[~2010-08-09 14:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-09 11:21 [PATCH 0/1] perf symbols: ignore mapping symbols on ARM Dave Martin
2010-08-09 11:21 ` [PATCH 1/1] " Dave Martin
2010-08-09 14:53   ` Arnaldo Carvalho de Melo [this message]
2010-08-11  7:41   ` [tip:perf/core] perf symbols: Ignore " tip-bot for Dave Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100809145358.GE17509@ghostprotocols.net \
    --to=acme@redhat.com \
    --cc=dave.martin@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox