]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools lib traceevent: Introduce trace_seq_do_fprintf function
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Feb 2015 15:44:09 +0000 (12:44 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Feb 2015 10:46:37 +0000 (11:46 +0100)
commit402bb4e6ec6507ccbb2e556d7996bbc989db7f27
treeaa7d8bfdc118b6bb834ae9414c7f0577ed2a5205
parentdc6254cf870732804b76a83ff2d8a72fea4365f6
tools lib traceevent: Introduce trace_seq_do_fprintf function

So that we can specify a FILE object where to direct the formatted
output.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-a49bhdrx8851f04hppn8bqxq@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/event-parse.h
tools/lib/traceevent/trace-seq.c