Test empty argument tracepoint
[ust.git] / tests / hello / tp.h
index f7d07ae5e29bd1664c4fb6a8fb5e4ef52329a29d..73819514d3e266512177bc09aa531228a074ff36 100644 (file)
@@ -18,5 +18,7 @@
 #include <ust/tracepoint.h>
 
 DECLARE_TRACE(hello_tptest,
-             TPPROTO(int anint),
-             TPARGS(anint));
+             TP_PROTO(int anint),
+             TP_ARGS(anint));
+
+DECLARE_TRACE_NOARGS(hello_tptest2);
This page took 0.022011 seconds and 4 git commands to generate.