statedump_process_state & problems patches
[lttngtop.git] / src / lttngtop.c
index dc5711ea91402ede478a3662184d6ffcdc57f498..52f0046bd63f4e3cdc74a021a4cc9d20da4f19ee 100644 (file)
@@ -412,6 +412,12 @@ void iter_trace(struct bt_context *bt_ctx)
        bt_ctf_iter_add_callback(iter,
                        g_quark_from_static_string("sched_process_free"),
                        NULL, 0, handle_sched_process_free, NULL, NULL, NULL);
+       /* to get all the process from the statedumps */
+       bt_ctf_iter_add_callback(iter,
+                       g_quark_from_static_string(
+                               "lttng_statedump_process_state"),
+                       NULL, 0, handle_statedump_process_state,
+                       NULL, NULL, NULL);
 
        /* for IO top */
        bt_ctf_iter_add_callback(iter,
This page took 0.022009 seconds and 4 git commands to generate.