prepare the 0.3 release
[lttngtop.git] / src / cputop.c
index a2e5af9505afad7d0c6d31435ea76fb241f09e78..4596f28b674ddd3b0b0c4a2e43ccc2c45bdeb11b 100644 (file)
@@ -130,6 +130,9 @@ enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data,
                fprintf(stderr, "Missing tid field\n");
                goto error;
        }
+       if (tid == opt_exec_pid) {
+               quit = 1;
+       }
 
        death_proc(&lttngtop, tid, comm, timestamp);
 
This page took 0.022014 seconds and 4 git commands to generate.