Documentation: clarify event name in lttng-ust.3
[lttng-ust.git] / 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.040031 seconds and 4 git commands to generate.