Re: [tip:perf/core] perf/x86/intel: Clean-up/reduce PEBS code

From: Andi Kleen
Date: Mon Sep 16 2013 - 12:09:30 EST


>
> /*
> * Should not happen, we program the threshold at 1 and do not
> * set a reset value.
> */
> - WARN_ONCE(n > x86_pmu.max_pebs_events,
> - "Unexpected number of pebs records %d\n", n);
> + WARN_ONCE(top - at > x86_pmu.max_pebs_events * x86_pmu.pebs_record_size,

That should work yes.

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