X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Flibustctl_function_tests%2Flibustctl_function_tests.c;h=cf184e6272be7c4c3885f074362fb01dafcb02a2;hp=740624397e315394246b4a00ef625995dc502f9c;hb=37ee34e4d9b9363c758aa43255d71661900e89b0;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f diff --git a/tests/libustctl_function_tests/libustctl_function_tests.c b/tests/libustctl_function_tests/libustctl_function_tests.c index 7406243..cf184e6 100644 --- a/tests/libustctl_function_tests/libustctl_function_tests.c +++ b/tests/libustctl_function_tests/libustctl_function_tests.c @@ -179,8 +179,8 @@ int main(int argc, char **argv) child_pid = fork(); if (child_pid) { for(i=0; i<10; i++) { - trace_mark(ust, bar, "str %s", "FOOBAZ"); - trace_mark(ust, bar2, "number1 %d number2 %d", 53, 9800); + trace_mark(bar, "str %s", "FOOBAZ"); + trace_mark(bar2, "number1 %d number2 %d", 53, 9800); usleep(100000); }