X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=7308b30de64783b7879eb8a39f32468408ff62ec;hb=38eb0baa8a8b7bca7b1981e25ef09436d7eb5524;hp=7dc1b974e0fa7d8d1276a9fd9a8bfc1135db9759;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=lttng-ust.git diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 7dc1b974..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(ust, bar, "str %d", i); - trace_mark(ust, 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");