commit | 2d622719f1572ef31e0616444a515eba3094d050 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <tzanussi@gmail.com> | Sun Mar 22 03:30:49 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Mar 22 18:38:25 2009 +0100 |
tree | f9bffcdca6289f141fb53a38dd9f32af8c71efad | |
parent | cf027f645e6aee4f0ca6197a6b6a57f327fdb13f [diff] |
tracing: add ring_buffer_event_discard() to ring buffer This patch overloads RINGBUF_TYPE_PADDING to provide a way to discard events from the ring buffer, for the event-filtering mechanism introduced in a subsequent patch. I did the initial version but thanks to Steven Rostedt for adding the parts that actually made it work. ;-) Signed-off-by: Tom Zanussi <tzanussi@gmail.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>