Tracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACEPOINT_EVENT...
[ust.git] / tests / register_test / tp.h
index f34f305410e082668a2fc42981c2509e90469f21..ee5fd0221c3ab78e1b8ef450561f94aeac834c68 100644 (file)
@@ -17,6 +17,6 @@
 
 #include <ust/tracepoint.h>
 
-DECLARE_TRACE(hello_tptest,
-             TP_PROTO(int anint),
-             TP_ARGS(anint));
+DECLARE_TRACEPOINT(hello_tptest,
+                  TP_PROTO(int anint),
+                  TP_ARGS(anint));
This page took 0.023713 seconds and 4 git commands to generate.