update tracepoints example with api updates
[ust.git] / doc / manual / manual.texinfo
index 63b1509045b830617f948eb312fa1e9ce734704a..8254cdb0a6a446b3ef7af14e35e54de7d0d9c057 100644 (file)
@@ -303,8 +303,8 @@ Another file, here tp.h, contains declarations for the tracepoint.
 @verbatim
 #include <ust/tracepoint.h>
 
-DECLARE_TRACE(mychannel_myevent, TPPROTO(int v, char *st),
-             TPARGS(v, st));
+DECLARE_TRACE(mychannel_myevent, TP_PROTO(int v, char *st),
+             TP_ARGS(v, st));
 @end verbatim
 @end example
 
This page took 0.022698 seconds and 4 git commands to generate.