X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=52f0046bd63f4e3cdc74a021a4cc9d20da4f19ee;hp=dc5711ea91402ede478a3662184d6ffcdc57f498;hb=928f18a6c02cf1eaafb7b60cb72860ed68d7456b;hpb=4adc827466f35fb285430634400259d8c55a5816 diff --git a/src/lttngtop.c b/src/lttngtop.c index dc5711e..52f0046 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -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,