ftrace: remove obsolete print continue functionality
authorSteven Rostedt <srostedt@redhat.com>
Wed, 24 Dec 2008 04:24:11 +0000 (23:24 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 11:46:10 +0000 (12:46 +0100)
commitc47956d9ae3341d2d1998bff26620fa3338c01e4
treef6b3569f070ec8fe1a999985b2e8909cd9792785
parent0f01f07fad4ee11d98fe6faa442afbeb0328a378
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>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_functions_graph.c
kernel/trace/trace_mmiotrace.c