add custom probes support and update tracepoints
[ust.git] / tests / hello / tp.h
index f7d07ae5e29bd1664c4fb6a8fb5e4ef52329a29d..f34f305410e082668a2fc42981c2509e90469f21 100644 (file)
@@ -18,5 +18,5 @@
 #include <ust/tracepoint.h>
 
 DECLARE_TRACE(hello_tptest,
-             TPPROTO(int anint),
-             TPARGS(anint));
+             TP_PROTO(int anint),
+             TP_ARGS(anint));
This page took 0.022182 seconds and 4 git commands to generate.