From: Lai Jiangshan Date: Tue, 1 Dec 2009 08:24:01 +0000 (+0800) Subject: trace_syscalls: Simplify syscall profile X-Git-Tag: v2.6.33-rc1~399^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbe84e9d385205d638035ee9dcc4db1b486ea08;p=pandora-kernel.git trace_syscalls: Simplify syscall profile use only one prof_sysenter_enable() instead of prof_sysenter_enable_##sname() use only one prof_sysenter_disable() instead of prof_sysenter_disable_##sname() use only one prof_sysexit_enable() instead of prof_sysexit_enable_##sname() use only one prof_sysexit_disable() instead of prof_sysexit_disable_##sname() Signed-off-by: Lai Jiangshan Acked-by: Jason Baron Cc: Steven Rostedt Cc: Frederic Weisbecker LKML-Reference: <4B14D2A1.8060304@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed