Tracepoints: add wrapper tracepoint() macro
[ust.git] / tests / hello / hello.c
index 09a35b98aba42bb54885ce6be4c08672428f31a8..a786fbf89fa90d3cbea1109824b6a3aebf92adff 100644 (file)
@@ -73,7 +73,7 @@ int main()
        for(i=0; i<50; i++) {
                ust_marker(bar, "str %s", "FOOBAZ");
                ust_marker(bar2, "number1 %d number2 %d", 53, 9800);
-               trace_hello_tptest(i);
+               tracepoint(hello_tptest, i);
                usleep(100000);
        }
 
This page took 0.023134 seconds and 4 git commands to generate.