> > /* > * 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/