From: Arnaldo Carvalho de Melo Date: Tue, 3 Sep 2013 15:20:12 +0000 (-0300) Subject: perf trace: Put syscall formatter parms into struct X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01533e9720c8527faf0bc6e476c4c911a488e268;p=pandora-kernel.git 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 Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-zyi2esmas5wfrxznh0x0fkiz@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed