X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-usertrace%2Fsample-thread-fast.c;h=46ffbd12ff3f5b27df1e307763204cf6e37fd1c0;hb=e619eb4ee797c25cddb101302a8653cc37294d2d;hp=6376f37675894ae81cb1f03fe47f1a5996805de2;hpb=fcbe1ea8ecb990b6b2c12afc929c079b3639a4c9;p=lttv.git diff --git a/ltt-usertrace/sample-thread-fast.c b/ltt-usertrace/sample-thread-fast.c index 6376f376..46ffbd12 100644 --- a/ltt-usertrace/sample-thread-fast.c +++ b/ltt-usertrace/sample-thread-fast.c @@ -31,7 +31,7 @@ void *thr2(void *arg) printf("thread 2, 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."); } /* This thread is a bad citizen : returning like this will cause its cancel * routines not to be executed. This is still detected by the tracer, but only