fix: namespacing of 'tp_rcu_read_lock'
[lttng-ust.git] / tests / compile / hello-many / hello-many.c
index 24736f6854058616efa42bcec894cb6f544a878c..1cae515ff36421935129b2f0840525a26e257951 100644 (file)
@@ -16,7 +16,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#define TRACEPOINT_DEFINE
+#define LTTNG_UST_TRACEPOINT_DEFINE
 #include "ust_tests_hello_many.h"
 
 int main(int argc, char **argv)
@@ -31,8 +31,8 @@ int main(int argc, char **argv)
        sleep(delay);
 
        fprintf(stderr, "Tracing... ");
-       tracepoint(ust_tests_hello_many, tptest_simple1);
-       tracepoint(ust_tests_hello_many, tptest_simple34);
+       lttng_ust_tracepoint(ust_tests_hello_many, tptest_simple1);
+       lttng_ust_tracepoint(ust_tests_hello_many, tptest_simple34);
        fprintf(stderr, " done.\n");
        return 0;
 }
This page took 0.022997 seconds and 4 git commands to generate.