Handle sys_socket
[lttngtop.git] / src / lttngtop.c
index 173cc82e7facdb85f15bd0463710cac4fb56594b..27bf8c8cb8c5b6608b53f98af8eda405db980e78 100644 (file)
@@ -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);
This page took 0.022607 seconds and 4 git commands to generate.