X-Git-Url: http://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=a786fbf89fa90d3cbea1109824b6a3aebf92adff;hp=09a35b98aba42bb54885ce6be4c08672428f31a8;hb=cc7b66ba103c213a84159c2128cd4096507bdd2b;hpb=686debc34cf055ffcb1f98a06df9fbaf27eeb441 diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 09a35b9..a786fbf 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -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); }