tracing: Let tracepoints have data passed to tracepoint callbacks
[safe/jmp/linux-2.6] / samples / tracepoints / tp-samples-trace.h
index dffdc49..4d46be9 100644 (file)
@@ -7,7 +7,5 @@
 DECLARE_TRACE(subsys_event,
        TP_PROTO(struct inode *inode, struct file *file),
        TP_ARGS(inode, file));
-DECLARE_TRACE(subsys_eventb,
-       TP_PROTO(void),
-       TP_ARGS());
+DECLARE_TRACE_NOARGS(subsys_eventb);
 #endif