Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
[lttng-ust.git] / doc / examples / easy-ust / tp.c
index d46661315d10cf0eb567efa91d430a3ba49dc27b..f95da91a11684c2fa9b1c86bc412666de3439a3a 100644 (file)
@@ -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.
  */
This page took 0.02309 seconds and 4 git commands to generate.