X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Ftp.c;h=f95da91a11684c2fa9b1c86bc412666de3439a3a;hb=660323e630e752c98bf6124d54ff99777d05ce7d;hp=d46661315d10cf0eb567efa91d430a3ba49dc27b;hpb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;p=lttng-ust.git diff --git a/doc/examples/easy-ust/tp.c b/doc/examples/easy-ust/tp.c index d4666131..f95da91a 100644 --- a/doc/examples/easy-ust/tp.c +++ b/doc/examples/easy-ust/tp.c @@ -8,7 +8,7 @@ * Defining macro creates the code objects of the traceprobes, only do * it once per file */ -#define TRACEPOINT_CREATE_PROBES +#define LTTNG_UST_TRACEPOINT_CREATE_PROBES /* * The header containing our LTTNG_UST_TRACEPOINT_EVENTs. */