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)
commitf9520750c4c9924c14325cd951efae5fae58104c
treeb6958c13894816db9388f856f101e9f67b3bf1a4
parent11a241a3302277db05561e01477528629d806c4e
tracing: make trace_seq_reset global and rename to trace_seq_init

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>
kernel/trace/trace.c
kernel/trace/trace.h