Documentation: clarify event name in lttng-ust.3
[lttng-ust.git] / doc / man / lttng-ust.3
index 117fe985ffa6f391b288705e12d2862c0b0a62fc..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
@@ -265,7 +265,7 @@ debug information.
    debug information with line-level scope (TRACEPOINT_EVENT default)
 
    TRACE_DEBUG           14
-   debug-level message (trace_printf default)
+   debug-level message
 
 See lttng(1) for information on how to use LTTng-UST loglevels.
 
This page took 0.022974 seconds and 4 git commands to generate.