Re: [patch 4/8] perf top: Add ppc64 specific skip symbols andstrip ppc64 . prefix

From: Ingo Molnar
Date: Tue Jun 30 2009 - 19:21:58 EST



* Anton Blanchard <anton@xxxxxxxxx> wrote:

> Filter out some ppc64 specific idle loop functions and remove leading '.' on
> ppc64 text symbols.
>
> Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>
> ---
>
> Do we want to wrap them with #ifdef __PPC__ ?

> "enter_idle",
> "exit_idle",
> "mwait_idle",
> + "ppc64_runlatch_off",
> + "pseries_dedicated_idle_sleep",

We only want to wrap them into #ifdef __PPC__ if we do so for the
x86 ones too.

I think it's fine as-is - the names should be pretty unique, right?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/