X-Git-Url: http://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=09a35b98aba42bb54885ce6be4c08672428f31a8;hp=6ba2e61e06963f2ea1478147569725263e2f3cc9;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22 diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 6ba2e61..09a35b9 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,8 +71,8 @@ int main() sleep(1); for(i=0; i<50; i++) { - trace_mark(bar, "str %s", "FOOBAZ"); - trace_mark(bar2, "number1 %d number2 %d", 53, 9800); + ust_marker(bar, "str %s", "FOOBAZ"); + ust_marker(bar2, "number1 %d number2 %d", 53, 9800); trace_hello_tptest(i); usleep(100000); }