Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
[lttng-ust.git] / doc / examples / easy-ust / tp.c
index 233ab03c429406be5e797922f017cfb4398518e6..f95da91a11684c2fa9b1c86bc412666de3439a3a 100644 (file)
@@ -8,8 +8,8 @@
  * 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 TRACEPOINT_EVENTs.
+ * The header containing our LTTNG_UST_TRACEPOINT_EVENTs.
  */
 #include "sample_component_provider.h"
This page took 0.023808 seconds and 4 git commands to generate.