Re: [PATCH 1/1 tip] perf top: Move hard coded list to /etc/perfconfig/symbols.skip

From: Ray Lee
Date: Tue Jul 28 2009 - 00:04:19 EST


On Mon, Jul 27, 2009 at 5:10 PM, Arnaldo Carvalho de
Melo<acme@xxxxxxxxxx> wrote:
> This also paves the way to add more symbol lists to be filtered out,
> spinlock anyone?

Generally, the way I've found is best to handle things like this is to either:

A. Have a fall-back list to use if the file isn't found, or
B. Start with the fall-back list of symbols to filter, then add to
them via /etc/... and ~/.perf/...

I like approaching things from the 'everything works even in a
broken/hasty installation' point of view, and it's paid off for me.
Sane defaults are a wonderfully useful thing.
--
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/