Re: [PATCH 1/7] perf: Add helper function to return number ofcounters

From: Peter Zijlstra
Date: Wed Oct 06 2010 - 09:42:37 EST


On Wed, 2010-10-06 at 14:14 +0200, Robert Richter wrote:
> > +int perf_num_counters(void)
> > +{
> > + return armpmu_get_max_events();
> > +}
> > +EXPORT_SYMBOL_GPL(perf_num_counters);
>
> Peter,
>
> can you please ack this interface?

It does seem like the best way forward for this, so

Acked-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>


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