X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2Fsample_tracepoint.tp;h=a5e48d58a7eeffcbc428dc76ae4a97dc9c000836;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=22f7713f972a7c1d7ca7dc4f04ef8e7ee8aae523;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;p=lttng-ust.git diff --git a/doc/examples/gen-tp/sample_tracepoint.tp b/doc/examples/gen-tp/sample_tracepoint.tp index 22f7713f..a5e48d58 100644 --- a/doc/examples/gen-tp/sample_tracepoint.tp +++ b/doc/examples/gen-tp/sample_tracepoint.tp @@ -1,7 +1,7 @@ TRACEPOINT_EVENT( sample_tracepoint, message, // C++ Style comment - TP_ARGS(const char *, text), + LTTNG_UST_TP_ARGS(const char *, text), TP_FIELDS( ctf_string(message, text) )