tracing: make trace_seq_reset global and rename to trace_seq_init
authorSteven Rostedt <srostedt@redhat.com>
Mon, 2 Mar 2009 19:04:40 +0000 (14:04 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Mon, 2 Mar 2009 19:08:51 +0000 (14:08 -0500)
Impact: clean up

The trace_seq functions may be used separately outside of the ftrace
iterator. The trace_seq_reset is needed for these operations.

This patch also renames trace_seq_reset to the more appropriate
trace_seq_init.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found