diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-04-24 11:50:39 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-04-24 11:50:39 -0400 |
commit | b8e65554d80b4c560d201362d0e8fa02109d89fd (patch) | |
tree | 21ebf291cf1ac97533cac99619652cd21bbd04f2 /include/linux/tracepoint.h | |
parent | 160031b556e93590fa8635210d73d93c3d3853a9 (diff) |
tracing: remove deprecated TRACE_FORMAT
The TRACE_FORMAT macro has been deprecated by the TRACE_EVENT macro.
There are no more users. All new users must use the TRACE_EVENT macro.
[ Impact: remove old functionality ]
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/tracepoint.h')
-rw-r--r-- | include/linux/tracepoint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 4353f3f7e624..14df7e635d43 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -158,11 +158,6 @@ static inline void tracepoint_synchronize_unregister(void) | |||
158 | 158 | ||
159 | #define PARAMS(args...) args | 159 | #define PARAMS(args...) args |
160 | 160 | ||
161 | #ifndef TRACE_FORMAT | ||
162 | #define TRACE_FORMAT(name, proto, args, fmt) \ | ||
163 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ||
164 | #endif | ||
165 | |||
166 | #ifndef TRACE_EVENT | 161 | #ifndef TRACE_EVENT |
167 | /* | 162 | /* |
168 | * For use with the TRACE_EVENT macro: | 163 | * For use with the TRACE_EVENT macro: |