commit | 3cdfdf91fcc77cfc82592e2b5c2ab35abe819c41 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Feb 25 15:54:30 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Wed Feb 25 21:44:26 2009 -0500 |
tree | 176e2dbbf4e8c6ab59d0243f501338d104d7a31f | |
parent | eef62a6826b8ab530cefff5aa55c1661a209c803 [diff] |
tracing: wrap arguments with PARAMS Peter Zijlstra warned that TPPROTO and TPARGS might become something other than a simple copy of itself. To prevent this from having side effects in the TRACE_FORMAT macro in tracepoint.h, we add a PARAMS() macro to be defined as just a wrapper. Reported-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Steven Rostedt <srostedt@redhat.com>