add usertrace-fast
[lttv.git] / usertrace-fast / test.c
index a0509a277bfc63561e004d34d8973519ba8dc842..33937f3bef418daa8a4b6e18df5d6ae50c3bd810 100644 (file)
@@ -10,7 +10,6 @@
 
 void *thr1(void *arg)
 {
-       lttng_thread_init();
   printf("thread 1, thread id : %lu, pid %lu\n", pthread_self(), getpid());
 
   while(1) {}
@@ -21,8 +20,6 @@ void *thr1(void *arg)
 
 void *thr2(void *arg)
 {
-       lttng_thread_init();
-
   while(1) {
     printf("thread 2, thread id : %lu, pid %lu\n", pthread_self(), getpid());
     sleep(2);
This page took 0.022513 seconds and 4 git commands to generate.