]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - tools/perf/util/trace-event.h
perf tools: Introduce event_format__fprintf method
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Feb 2015 15:46:58 +0000 (12:46 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Feb 2015 10:46:37 +0000 (11:46 +0100)
commitaa1aac17a15cbf64236bd6f3b855262dcfb845c9
tree11565e46649734b3f532c1ce1e7ca2ac13af3a90
parent402bb4e6ec6507ccbb2e556d7996bbc989db7f27
perf tools: Introduce event_format__fprintf method

The existing one, event_format__print() uses stdout unconditionally,
and 'perf trace' needs to use it to format into a file that may have
been set by the user, i.e. 'trace -o file.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-7l0mgm91hwg0bby00s5pse8r@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/trace-event-parse.c
tools/perf/util/trace-event.h