X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2Fsample_tracepoint.tp;h=62489262468085d35b07a90331a41e8aa16b93e2;hb=612e9ce4e5cc3a1292522a563789f6aab6c421b1;hp=c528c35ade11ae88d7d41ff85dc3ed93beef0ee4;hpb=2ebf164be81fea5f9ec19314a030b5f80a8f8fc5;p=lttng-ust.git diff --git a/doc/examples/gen-tp/sample_tracepoint.tp b/doc/examples/gen-tp/sample_tracepoint.tp index c528c35a..62489262 100644 --- a/doc/examples/gen-tp/sample_tracepoint.tp +++ b/doc/examples/gen-tp/sample_tracepoint.tp @@ -9,7 +9,7 @@ LTTNG_UST_TRACEPOINT_EVENT( /* * Longer comments */ -TRACEPOINT_LOGLEVEL( +LTTNG_UST_TRACEPOINT_LOGLEVEL( sample_tracepoint, message, - TRACE_WARNING) + LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING)