From: compudj Date: Thu, 9 Mar 2006 23:00:04 +0000 (+0000) Subject: new ltt-usertrace X-Git-Tag: v0.12.20~1835 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1dfbf2b727ebaf7245fafccbcf129830228d11f1;p=lttv.git new ltt-usertrace git-svn-id: http://ltt.polymtl.ca/svn@1654 04897980-b3bd-0310-b5e0-8ef037075253 --- 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); }