X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Flibustctl_function_tests%2Flibustctl_function_tests.c;h=45894208cc5d7fc82f52a89f3650aceeade9047f;hp=cf184e6272be7c4c3885f074362fb01dafcb02a2;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22 diff --git a/tests/libustctl_function_tests/libustctl_function_tests.c b/tests/libustctl_function_tests/libustctl_function_tests.c index cf184e6..4589420 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(bar, "str %s", "FOOBAZ"); - trace_mark(bar2, "number1 %d number2 %d", 53, 9800); + ust_marker(bar, "str %s", "FOOBAZ"); + ust_marker(bar2, "number1 %d number2 %d", 53, 9800); usleep(100000); }