From 1dfbf2b727ebaf7245fafccbcf129830228d11f1 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 9 Mar 2006 23:00:04 +0000 Subject: [PATCH] new ltt-usertrace git-svn-id: http://ltt.polymtl.ca/svn@1654 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-usertrace/sample-thread-fast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1