]> Pileus Git - ~andy/linux/commit
perf trace: Put syscall formatter parms into struct
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Sep 2013 15:20:12 +0000 (12:20 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Oct 2013 14:08:15 +0000 (11:08 -0300)
commit01533e9720c8527faf0bc6e476c4c911a488e268
treeebbd5690fe402c66a7a2987bf95671acc849b659
parent165108a92fc554d51e73b143b69b77e7c278da78
perf trace: Put syscall formatter parms into struct

So that we can add more state to formatters without having to modify
all of them.

Example is to pass a table to a generic string formatter, like for
setitimer 'which' arg.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-zyi2esmas5wfrxznh0x0fkiz@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c