Prev: [RFC][PATCH 10/11] perf: Shrink hw_perf_event
Next: [PATCH 02/11] perf: Fix argument of perf_arch_fetch_caller_regs
From: Peter Zijlstra on 24 Jun 2010 10:50 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 (!fsl, what config is that?), sparc and arm (sorry no SH compiler) On x86 perf stat and record with both software and hardware events still worked. I changed all (hardware) pmu implementations so there's a fair chance I messed something up, please have a look at it. If people agree with this, I'll continue with the per-pmu context stuff I talked about last time, which should get us the hardware write batching back. -- 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/ |