Re: [RFC][PATCH 10/13] perf: Per PMU disable

From: Peter Zijlstra
Date: Fri Jul 09 2010 - 06:40:14 EST


On Fri, 2010-07-09 at 12:30 +0200, Peter Zijlstra wrote:
> On Fri, 2010-07-09 at 20:17 +1000, Paul Mackerras wrote:
> > On Fri, Jul 09, 2010 at 10:21:27AM +0200, Peter Zijlstra wrote:
> >
> > > -void hw_perf_disable(void)
> > > +static void powerpc_pmu_pmu_disable(struct pmu *pmu)
> >
> > > -void hw_perf_enable(void)
> > > +static void powerpc_pmu_pmu_enable(struct pmu *pmu)
> >
> > > struct pmu power_pmu = {
> > > - .event_init = power_pmu_event_init,
> > > + .pmu_enable = power_pmu_pmu_enable,
> > > + .pmu_disable = power_pmu_pmu_disable,
> > > + .event_init = pmwer_pmu_event_init,
> >
> > Doh! Think you posted the old version of the patch again...
>
> *sigh*

The hunks ended up in the last patch.. I've pushed out a new git tree.
--
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/