tracing: remove obsolete TRACE_EVENT_FORMAT macro
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 04:15:34 +0000 (00:15 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 04:35:12 +0000 (00:35 -0400)
Impact: clean up

The TRACE_EVENT_FORMAT macro is no longer used by trace points
and only the DECLARE_TRACE, TRACE_FORMAT or TRACE_EVENT macros should
be used by them. Although the TRACE_EVENT_FORMAT macro is still used
by the internal tracing utility, it should not be used in core
kernel code.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found