X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=e98785a8cfe5e3c06cb65affcc2fa7ff1ecaaf0a;hp=cc0ca882c80b2e5a2ebf4064563df4506569564c;hb=ceb3a2216fed5f405aa77c358328f71f44ed3303;hpb=3ba84bed69e8eb8e6794a7250da97406dbbe02c2 diff --git a/src/lttngtop.c b/src/lttngtop.c index cc0ca88..e98785a 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -421,10 +421,16 @@ void iter_trace(struct bt_context *bt_ctx) bt_ctf_iter_add_callback(iter, g_quark_from_static_string("sys_open"), NULL, 0, handle_sys_open, NULL, NULL, NULL); - bt_ctf_iter_add_callback(iter, g_quark_from_static_string("sys_close"), NULL, 0, handle_sys_close, NULL, NULL, NULL); +/* + bt_ctf_iter_add_callback(iter, + g_quark_from_static_string( + "lttng_statedump_file_descriptor"), + NULL, 0, handle_statedump_file_descriptor, + NULL, NULL, NULL); +*/ while ((event = bt_ctf_iter_read_event(iter)) != NULL) { ret = bt_iter_next(bt_ctf_get_iter(iter)); if (ret < 0)