tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / tests / tracepoint / tracepoint_test.h
index 6b4dcdbce6850f9d05d633c5c047506312cfaec4..bca4be2fd5497e5e26626f7ceb46e32348bee40f 100644 (file)
@@ -1,7 +1,7 @@
 #include <ust/tracepoint.h>
 
-DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
-DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_VARS(v));
+DECLARE_TRACEPOINT(ust_event2, TP_PROTO(unsigned int v), TP_VARS(v));
 
 struct message {
        char *payload;
This page took 0.024655 seconds and 5 git commands to generate.