Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index 9aa85f5282d93454f7048dc71bcb381f4ac5b62c..ae29e0ec69d77502221595b6a8b337770be51252 100644 (file)
@@ -76,10 +76,10 @@ TRACEPOINT_EVENT(
         */
        LTTNG_UST_TP_ARGS(const char *, text),
        /*
-        * TP_FIELDS describes how to write the fields of the trace event.
+        * LTTNG_UST_TP_FIELDS describes how to write the fields of the trace event.
         * You can use the args here
         */
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
        /*
         * The ctf_string macro takes a c string and writes it into a field
         * named "message"
This page took 0.040386 seconds and 4 git commands to generate.