Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / doc / examples / gen-tp / sample_tracepoint.tp
index fa7d18a5080a0ca72c5bb8d9927915dd597daefd..5d23f5548bb9ea362565cacc2642e6cf494f73b3 100644 (file)
@@ -1,8 +1,8 @@
 TRACEPOINT_EVENT(
        sample_tracepoint,
        message, // C++ Style comment
-       TP_ARGS(char *, text),
-       TP_FIELDS(
+       LTTNG_UST_TP_ARGS(const char *, text),
+       LTTNG_UST_TP_FIELDS(
                ctf_string(message, text)
                  )
 )
This page took 0.023508 seconds and 4 git commands to generate.