Tracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACEPOINT_EVENT...
[ust.git] / tests / hello / tp.h
index 73819514d3e266512177bc09aa531228a074ff36..833cb40c85fe9a98d3b0341e15627f0e30c25027 100644 (file)
@@ -17,8 +17,8 @@
 
 #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));
 
-DECLARE_TRACE_NOARGS(hello_tptest2);
+DECLARE_TRACEPOINT_NOARGS(hello_tptest2);
This page took 0.022791 seconds and 4 git commands to generate.