From: Peter Zijlstra on
The first 5 patches are fixes to the existing code and should probably
end up in .35, Dave has his sparc64 fix already queued I think, Paulus
could you take the FSL fixes?

The rest of these patches prepare the perf code for multiple pmus (no
user interface yet, Lin Ming is working on that). These patches remove
all weak functions and rework the struct pmu interface.

The patches are boot tested on x86_64 and compile tested on: powerpc, ppc-fsl,
sparc and arm and SH (by courtesy of Matt Fleming).

X86 -- appears to be fully functional.
FSL -- should, after the initial few fixes, at least compile again.
ARM -- is known to have grown some issues, Will was looking into that.
SH -- has some pre-existing bugs, but hopefully Paulus' last observation about
the missing -ENOENT in the pmu::event_init method cures the newly
introduced troubles.
PPC -- will be looked at by Paulus
SPARC -- Dave, when you have a moment.. ;-)

Once those are sorted, and I'm back from vacation I'll start on the previously
mentioned per pmu context support.

Patches also available in git format for easy testing (tip/master + patches):

git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf.git perf-pmu

HEAD should be ac9fd39c1

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