Implement shadow stack for dynamic len
[lttng-modules.git] / lttng-events.c
index b748cce62c8f464f8743f5794d50ee927fa0c57e..a5fe3e865c4f9e16444917901ca1a1c4b906457f 100644 (file)
@@ -2444,6 +2444,9 @@ static int __init lttng_events_init(void)
        if (ret)
                return ret;
        ret = wrapper_get_pageblock_flags_mask_init();
+       if (ret)
+               return ret;
+       ret = lttng_probes_init();
        if (ret)
                return ret;
        ret = lttng_context_init();
This page took 0.022942 seconds and 4 git commands to generate.