X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=a786fbf89fa90d3cbea1109824b6a3aebf92adff;hb=cc7b66ba103c213a84159c2128cd4096507bdd2b;hp=6ba2e61e06963f2ea1478147569725263e2f3cc9;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 6ba2e61..a786fbf 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,9 +71,9 @@ 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); - trace_hello_tptest(i); + ust_marker(bar, "str %s", "FOOBAZ"); + ust_marker(bar2, "number1 %d number2 %d", 53, 9800); + tracepoint(hello_tptest, i); usleep(100000); }