Re: [PATCH] tracing/filters: add run-time field descriptions toTRACE_EVENT_FORMAT events

From: Ingo Molnar
Date: Wed Apr 01 2009 - 21:58:56 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Now what I could do, is to add a cmpxchg. If there's no data after
> the data that we want to discard, then we discard it. Note, this
> can only happen before the commit is made.
>
> I'll see if I can implement that.

Great!

I dont think the IRQ race is a common one even with a lot of IRQs,
so as long as the common case is fine and we let a few holes slip
through it should be fine.

[ If the IRQ race window is wide then that's a sign of us having too
much tracing overhead ;-) ]

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