On Tue, 2010-10-19 at 22:46 +0200, Thomas Gleixner wrote:
There's probably a little I can add incrementally, but the main change
that this does is that the ring buffer can return either a data type or
time extend type (which has a data type appended to it).
Luckily, the interface to the ring buffer has all be encapsulated, so
the only changes need to be made in ring_buffer.[ch]. All interfaces
that take a event type needs to check if it is a data or time extend.
Which is why the patch looks so big. But these changes are contained in
this file.
But there's some clean ups that this patch did, I can pull them out and
submit again.
Thanks,
-- Steve
--