Introduce API compatibility macros
[lttng-ust.git] / doc / examples / gen-tp / sample.c
index e56c332e79dfd55dc2c194e3d8c9dd7cd527658d..52c4a9ebc5df52043a67bf83edfe8780fe1b9c9f 100644 (file)
@@ -13,7 +13,7 @@ int main(void)
        int i = 0;
 
        for (i = 0; i < 100000; i++) {
-               tracepoint(sample_tracepoint, message,  "Hello World\n");
+               lttng_ust_tracepoint(sample_tracepoint, message,  "Hello World\n");
                usleep(1);
        }
        return 0;
This page took 0.023706 seconds and 4 git commands to generate.