Fix: OOT lttng_logger tracepoint not visible with signed kernels
[lttng-modules.git] / lttng-events.c
index eefee69b31a5cc59583fb57d7f074c5715aec654..701cff8ca8ff8663f82c0148bfb4ac15448bf81c 100644 (file)
@@ -1255,6 +1255,10 @@ static int __init lttng_events_init(void)
 {
        int ret;
 
+       ret = wrapper_lttng_fixup_sig(THIS_MODULE);
+       if (ret)
+               return ret;
+
        ret = lttng_tracepoint_init();
        if (ret)
                return ret;
This page took 0.02337 seconds and 4 git commands to generate.