commit | 77d9f465d46fd67cdb82ee5e1ab99dd57a17c486 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Apr 02 01:16:59 2009 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Apr 14 00:00:54 2009 +0200 |
tree | c21063ae5dff55522593f29e952c8a05958c6ce6 | |
parent | fa1b47dd85453ec7d4bcfe4aa4a2d172ba452fc3 [diff] |
tracing/filters: use ring_buffer_discard_commit for discarded events The ring_buffer_discard_commit makes better usage of the ring_buffer when an event has been discarded. It tries to remove it completely if possible. This patch converts the trace event filtering to use ring_buffer_discard_commit instead of the ring_buffer_event_discard. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>