Implement capturing payload on event notifier
[lttng-modules.git] / src / probes / lttng-kprobes.c
index 4e80f1ef62e3acf5ae61c949c8a5af3be7eb4a25..6824088c3d752d9f38b754894fae3cab932d6d9a 100644 (file)
@@ -58,7 +58,7 @@ int lttng_kprobes_event_notifier_handler_pre(struct kprobe *p, struct pt_regs *r
        if (unlikely(!READ_ONCE(event_notifier->enabled)))
                return 0;
 
-       event_notifier->send_notification(event_notifier);
+       event_notifier->send_notification(event_notifier, NULL, NULL);
 
        return 0;
 }
This page took 0.022951 seconds and 4 git commands to generate.