support busybox for manual trace tests
[ust.git] / tests / test-nevents / prog.c
index b2350cc1274e7c27e4cc53e0de6ec2509b986964..21e01f026b994ad276f90bd22bf74aab5486f956 100644 (file)
@@ -30,8 +30,8 @@ int main()
        int i;
 
        for(i=0; i<N_ITER; i++) {
-               trace_mark(ust, an_event, "%d", i);
-               trace_mark(ust, another_event, "%s", "Hello, World!");
+               ust_marker(an_event, "%d", i);
+               ust_marker(another_event, "%s", "Hello, World!");
        }
 
        return 0;
This page took 0.022984 seconds and 4 git commands to generate.