Re: [RFC PATCH 2/3 v2] perf: Implement Nehalem uncore pmu

From: Peter Zijlstra
Date: Fri Nov 26 2010 - 06:24:13 EST


On Fri, 2010-11-26 at 09:18 +0100, Stephane Eranian wrote:

> In the perf_event model, given that any one of the 4 cores can be used
> to program uncore events, you have no choice but to broadcast to all
> 4 cores. Each has to demultiplex and figure out which of its counters
> have overflowed.

Not really, you can redirect all these events to the first online cpu of
the node.

You can re-write event->cpu in pmu::event_init(), and register cpu
hotplug notifiers to migrate the state around.


--
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/