Introduce API compatibility macros
[lttng-ust.git] / tests / benchmark / bench.c
index a5afa76909a90e40b7f358f0584fddccd753f1c2..5b17af8be03c11787c7665e236671103e629d060 100644 (file)
@@ -48,7 +48,7 @@ void do_stuff(void)
        for (i = 0; i < 100; i++)
                cmm_barrier();
 #ifdef TRACING
-       tracepoint(ust_tests_benchmark, tpbench, v);
+       lttng_ust_tracepoint(ust_tests_benchmark, tpbench, v);
 #endif
 }
 
This page took 0.022712 seconds and 4 git commands to generate.