X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=7308b30de64783b7879eb8a39f32468408ff62ec;hb=e26c8207a69086160542d1cdfedf9578d6385748;hp=175a14006a8258e1d1910cea7fbce2c8bd541483;hpb=37ee34e4d9b9363c758aa43255d71661900e89b0;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");