summaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-04-24 11:50:39 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-04-24 11:50:39 -0400
commitb8e65554d80b4c560d201362d0e8fa02109d89fd (patch)
tree21ebf291cf1ac97533cac99619652cd21bbd04f2 /include/linux/tracepoint.h
parent160031b556e93590fa8635210d73d93c3d3853a9 (diff)
downloadlinux-b8e65554d80b4c560d201362d0e8fa02109d89fd.tar.gz
linux-b8e65554d80b4c560d201362d0e8fa02109d89fd.tar.xz
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.h5
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)
#define PARAMS(args...) args
-#ifndef TRACE_FORMAT
-#define TRACE_FORMAT(name, proto, args, fmt) \
- DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
-#endif
-
#ifndef TRACE_EVENT
/*
* For use with the TRACE_EVENT macro: