X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-usertrace%2Fsample-thread-fast.c;h=46ffbd12ff3f5b27df1e307763204cf6e37fd1c0;hb=dfa41997e197c569e21d787f487840a43bef6185;hp=d81255fc0d5c3c695dee1082032a7bf29b6493ca;hpb=e0cd021d96628e4ccd94a56029c285b71dd959f6;p=lttv.git diff --git a/ltt-usertrace/sample-thread-fast.c b/ltt-usertrace/sample-thread-fast.c index d81255fc..46ffbd12 100644 --- a/ltt-usertrace/sample-thread-fast.c +++ b/ltt-usertrace/sample-thread-fast.c @@ -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); }