X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Fsample_component_provider.h;h=4e9327b96282b6480b5e59d6019dade9b5e3ea0d;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=ae29e0ec69d77502221595b6a8b337770be51252;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;p=lttng-ust.git diff --git a/doc/examples/easy-ust/sample_component_provider.h b/doc/examples/easy-ust/sample_component_provider.h index ae29e0ec..4e9327b9 100644 --- a/doc/examples/easy-ust/sample_component_provider.h +++ b/doc/examples/easy-ust/sample_component_provider.h @@ -52,7 +52,7 @@ * * sample_component:message:message = text. */ -TRACEPOINT_EVENT( +LTTNG_UST_TRACEPOINT_EVENT( /* * provider name, not a variable but a string starting with a letter * and containing either letters, numbers or underscores. @@ -97,12 +97,12 @@ TRACEPOINT_EVENT( TRACEPOINT_LOGLEVEL( /* * The provider name, must be the same as the provider name in the - * TRACEPOINT_EVENT and as TRACEPOINT_PROVIDER above. + * LTTNG_UST_TRACEPOINT_EVENT and as TRACEPOINT_PROVIDER above. */ sample_component, /* * The tracepoint name, must be the same as the tracepoint name in the - * TRACEPOINT_EVENT + * LTTNG_UST_TRACEPOINT_EVENT */ message, /*