ftrace: don't convert function's local variable name in macro
authorZhaolei <zhaolei@cn.fujitsu.com>
Wed, 27 May 2009 13:36:02 +0000 (21:36 +0800)
committerFrederic Weisbecker <fweisbec@gmail.com>
Wed, 27 May 2009 23:22:06 +0000 (01:22 +0200)
commitf2aebaee653a35b01c3665de2cbb1e31456b8ea8
treee9a873c81bb4105d10a04d925f15e53e9ad1ac0c
parent5b6045a906f48d37591365c5dcdd6d1d146bfd4a
ftrace: don't convert function's local variable name in macro

"call" is an argument of macro, but it is also used as a local
variable name of function in macro.
We should keep this local variable name distinct from any
CPP macro parameter name if both are in the same macro scope,
although it hasn't caused any problem yet.

[ Impact: robustify macro ]

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
include/trace/ftrace.h