create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / sample-thread-fast.c
index d81255fc0d5c3c695dee1082032a7bf29b6493ca..46ffbd12ff3f5b27df1e307763204cf6e37fd1c0 100644 (file)
@@ -17,7 +17,7 @@ void *thr1(void *arg)
        printf("thread 1, thread id : %lu, pid %lu\n", pthread_self(), getpid());
 
        for(i=0; i<100000; i++) {
-//             trace_user_generic_string("Hello world! Have a nice day.");
+               trace_user_generic_string("Hello world! Have a nice day.");
        }
        pthread_exit((void*)1);
 }
This page took 0.026139 seconds and 4 git commands to generate.