X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;fp=src%2Flttngtop.c;h=27bf8c8cb8c5b6608b53f98af8eda405db980e78;hp=173cc82e7facdb85f15bd0463710cac4fb56594b;hb=9f2856ad8e6efb7b5c1db062babb1276242dd444;hpb=ec016cb4cf5cc8faa6d09476fb6bc1818da8e8fe diff --git a/src/lttngtop.c b/src/lttngtop.c index 173cc82..27bf8c8 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -908,6 +908,9 @@ 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_socket"), + NULL, 0, handle_sys_socket, NULL, NULL, NULL); bt_ctf_iter_add_callback(iter, g_quark_from_static_string("sys_close"), NULL, 0, handle_sys_close, NULL, NULL, NULL);