From: Steven Rostedt (Red Hat) Date: Fri, 20 Jun 2014 17:38:54 +0000 (-0400) Subject: tracing: Move the trace_seq_* functions into its own trace_seq.c file X-Git-Tag: cleanup-for-v3.18~145^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12306276fabcb746a14979e96f43a13c724dec49;p=pandora-kernel.git 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 --- Reading git-diff-tree failed