From: Li Zefan Date: Wed, 19 Aug 2009 07:52:25 +0000 (+0800) Subject: tracing/syscalls: Fix fields format for enter events X-Git-Tag: v2.6.33-rc1~399^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6971969c331caa5c3c88cbd1be4f465b3355452;p=pandora-kernel.git tracing/syscalls: Fix fields format for enter events The "format" file of a trace event is originally for parsers to parse ftrace binary output. But the "format" file of a syscall event can only be used by perfcounter, because it describes the format of struct syscall_enter_record not struct syscall_trace_enter. To fix this, we remove struct syscall_enter_record, and then struct syscall_trace_enter will be used by both perf profile and ftrace. Signed-off-by: Li Zefan Cc: Jason Baron Cc: Steven Rostedt Cc: Frederic Weisbecker LKML-Reference: <4A8BAF39.1030404@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed