tracing: add trace_seq_vprint interface
authorSteven Rostedt <srostedt@redhat.com>
Mon, 8 Jun 2009 23:09:45 +0000 (19:09 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 9 Jun 2009 19:17:32 +0000 (15:17 -0400)
commit725c624a58a10ef90a2ff889e122158fabf36147
tree0a233afc51fa5bc0717ff99f3004219da54dcd6b
parent6556d1df88fe68f9836beeb43342a336691cb67c
tracing: add trace_seq_vprint interface

The code to update the print formats for events requires a vprintf
format in the trace_seq. This patch adds that interface.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/trace_seq.h
kernel/trace/trace_output.c