Documentation: clarify event name in lttng-ust.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Sep 2014 15:19:05 +0000 (11:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Sep 2014 15:19:05 +0000 (11:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3

index 380c9fce841305ecfbd4a28314d8c6043d2d2af7..0c8405fc676d4b9795a2890b344283ff4d217139 100644 (file)
@@ -92,11 +92,11 @@ TRACEPOINT_EVENT(
        sample_component,
 
        /*
-        * tracepoint name, same format as sample provider. Does not
-        * need to be declared before. in this case the name is
-        * "message"
+        * tracepoint name, characters permitted follow the same
+        * constraints as the provider name. The name of this example
+        * event is "sample_event".
         */
-       message,
+       sample_event,
 
        /*
         * TP_ARGS macro contains the arguments passed for the tracepoint
This page took 0.025834 seconds and 4 git commands to generate.