Re: [tip:perf/core] perf: Remove the nmi parameter from theswevent and overflow interface

From: Peter Zijlstra
Date: Thu Jul 21 2011 - 10:13:56 EST


On Thu, 2011-07-21 at 15:10 +0100, Will Deacon wrote:

> > > diff --git a/drivers/oprofile/oprofile_perf.c b/drivers/oprofile/oprofile_perf.c
> > > index 59acf9e..94796f3 100644
> > > --- a/drivers/oprofile/oprofile_perf.c
> > > +++ b/drivers/oprofile/oprofile_perf.c
> > > @@ -31,7 +31,7 @@ static int num_counters;
> > > /*
> > > * Overflow callback for oprofile.
> > > */
> > > -static void op_overflow_handler(struct perf_event *event, int unused,
> > > +static void op_overflow_handler(struct perf_event *event,
> > > struct perf_sample_data *data, struct pt_regs *regs)
> > > {
> > > int id;
> > >
> >
> > Yes, that is sufficient. Thanks!
>
> I can't see this in next. Are you happy taking this or do you want me to
> post it to the list as a standalone patch?

I just handed it to Ingo (who's back from vacation), it should show up
today or tomorrow.
--
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/