Fix tracepoint test with deprecated API
[ust.git] / tests / tracepoint / tracepoint_test.h
index 1899fe4e8c16bb2ed965c80281a531845f56790c..6b4dcdbce6850f9d05d633c5c047506312cfaec4 100644 (file)
@@ -1,7 +1,7 @@
 #include <ust/tracepoint.h>
 
-DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
-DECLARE_TRACEPOINT(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
 
 struct message {
        char *payload;
This page took 0.02186 seconds and 4 git commands to generate.