From: Jason Baron Date: Mon, 10 Aug 2009 20:52:44 +0000 (-0400) Subject: tracing: Add ftrace_event_call void * 'data' field X-Git-Tag: v2.6.32-rc1~718^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fd4f0eb2ececbf8ade55e31a933e174965745e;p=pandora-kernel.git tracing: Add ftrace_event_call void * 'data' field add an optional void * pointer to 'ftrace_event_call' that is passed in for regfunc and unregfunc. This prepares for syscall tracepoints creation by passing the name of the syscall we want to trace and then retrieve its number through our arch syscall table. Signed-off-by: Jason Baron Cc: Lai Jiangshan Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Mathieu Desnoyers Cc: Jiaying Zhang Cc: Martin Bligh Cc: Li Zefan Cc: Masami Hiramatsu Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed