tracing: Move the trace_seq_* functions into its own trace_seq.c file
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Fri, 20 Jun 2014 17:38:54 +0000 (13:38 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 1 Jul 2014 11:13:35 +0000 (07:13 -0400)
commit12306276fabcb746a14979e96f43a13c724dec49
tree566588d71d1f32c4cc07dd600892ed75214eb463
parent5c27c775d5e698d5b754d213747e9fb85290e3b8
tracing: Move the trace_seq_* functions into its own trace_seq.c file

The trace_seq_*() functions are a nice utility that allows users to manipulate
buffers with printf() like formats. It has its own trace_seq.h header in
include/linux and should be in its own file. Being tied with trace_output.c
is rather awkward.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/trace_seq.h
kernel/trace/Makefile
kernel/trace/trace.c
kernel/trace/trace_output.c
kernel/trace/trace_output.h
kernel/trace/trace_seq.c [new file with mode: 0644]