update tracepoints example with api updates
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 13 May 2010 21:08:39 +0000 (17:08 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 13 May 2010 21:08:39 +0000 (17:08 -0400)
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.023489 seconds and 4 git commands to generate.