Re: [PATCH v6] Unified trace buffer

From: Peter Zijlstra
Date: Fri Sep 26 2008 - 15:18:08 EST


On Fri, 2008-09-26 at 14:05 -0400, Steven Rostedt wrote:
> +#define CHECK_COND(buffer, cond) \
> + if (unlikely(cond)) { \
> + atomic_inc(&buffer->record_disabled); \
> + WARN_ON(1); \
> + return -1; \
> + }

Arjan, any preferences wrt kerneloops.org?

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