| commit | c47956d9ae3341d2d1998bff26620fa3338c01e4 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 23 23:24:11 2008 -0500 |
| committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 29 12:46:10 2008 +0100 |
| tree | f6b3569f070ec8fe1a999985b2e8909cd9792785 | |
| parent | 0f01f07fad4ee11d98fe6faa442afbeb0328a378 [diff] |
ftrace: remove obsolete print continue functionality Impact: cleanup, remove obsolete code Now that the ring buffer used by ftrace allows for variable length entries, we do not need the 'cont' feature of the buffer. This code makes other parts of ftrace more complex and by removing this it simplifies the ftrace code. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>