X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=7308b30de64783b7879eb8a39f32468408ff62ec;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hp=175a14006a8258e1d1910cea7fbce2c8bd541483;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22;p=lttng-ust.git diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 175a1400..7308b30d 100644 --- a/tests/hello2/hello2.c +++ b/tests/hello2/hello2.c @@ -37,8 +37,8 @@ int main() printf("Hello, World!\n"); for(i=0; i<500; i++) { - trace_mark(bar, "str %d", i); - trace_mark(bar2, "number1 %d number2 %d", (int)53, (int)9800); + ust_marker(bar, "str %d", i); + ust_marker(bar2, "number1 %d number2 %d", (int)53, (int)9800); } // ltt_trace_stop("auto");