X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=6824088c3d752d9f38b754894fae3cab932d6d9a;hp=4e80f1ef62e3acf5ae61c949c8a5af3be7eb4a25;hb=99d223adfae9b68800e91bda470c92acb14efae6;hpb=608ab495d4e0beff75f47df2b3a19d7bced0c571 diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index 4e80f1ef..6824088c 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -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; }