From: Frederic Weisbecker Date: Tue, 11 Aug 2009 15:42:52 +0000 (+0200) Subject: tracing: Add ftrace event call parameter to its field descriptor handler X-Git-Tag: v2.6.32-rc1~718^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f9f4d79a677f55c8ec3acbe87b33a87e2df0de;p=pandora-kernel.git tracing: Add ftrace event call parameter to its field descriptor handler Add the struct ftrace_event_call as a parameter of its show_format() callback. This way we can use it from the syscall trace events to retrieve the syscall name from the ftrace event call parameter and describe its fields using the syscalls metadata. Signed-off-by: Frederic Weisbecker Cc: Lai Jiangshan Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Mathieu Desnoyers Cc: Jiaying Zhang Cc: Martin Bligh Cc: Li Zefan Cc: Masami Hiramatsu Cc: Jason Baron --- Reading git-diff-tree failed