Merge branch 'sched/clock' into tracing/ftrace
[linux-2.6-block.git] / include / linux / tracepoint.h
index 757005458366edc2ae54939f2798d35709f48602..62d13391a240f19a24723d000a653ede1e60a4b9 100644 (file)
@@ -153,4 +153,8 @@ static inline void tracepoint_synchronize_unregister(void)
        synchronize_sched();
 }
 
+#define PARAMS(args...) args
+#define TRACE_FORMAT(name, proto, args, fmt)           \
+       DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
+
 #endif