new ltt-usertrace : fix sem_post and dead parent
[lttv.git] / ltt-usertrace / sample-highspeed.c
index 78b0c7c19a06b09cbd924ec759e2ec8df4b8c56a..a299fed371a4f597228d2766765c4f7596d01b73 100644 (file)
@@ -13,7 +13,9 @@ int main(int argc, char **argv)
        printf("Abort with CTRL-C or it will quickly fill up your disk.\n");
        printf("See the result file in /tmp/ltt-usertrace.\n");
 
-       while(1) {
+       int i;
+       //while(1) {
+       for(i=0; i<100000; i++) {
                trace_user_generic_string("Running fast!");
        }
        
This page took 0.025469 seconds and 4 git commands to generate.