X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-kretprobes.c;fp=probes%2Flttng-kretprobes.c;h=73f2656553e1d98df8d8d5e0ce497f21290c3767;hb=ccecf3fb2d43968e97e4c57f13ac89d87db6dd8d;hp=eb3f68573dc895554af4484d0a8aad03ddcf284a;hpb=79150a4903b5f31695fcd1d9655555ba6dc4bfa4;p=lttng-modules.git diff --git a/probes/lttng-kretprobes.c b/probes/lttng-kretprobes.c index eb3f6857..73f26565 100644 --- a/probes/lttng-kretprobes.c +++ b/probes/lttng-kretprobes.c @@ -1,5 +1,5 @@ /* - * probes/lttng-kretprobes.c +* probes/lttng-kretprobes.c * * LTTng kretprobes integration module. * @@ -53,7 +53,7 @@ int _lttng_kretprobes_handler(struct kretprobe_instance *krpi, lttng_krp->event[type]; struct lttng_probe_ctx lttng_probe_ctx = { .event = event, - .interruptible = lttng_regs_irqs_disabled(regs), + .interruptible = !lttng_regs_irqs_disabled(regs), }; struct lttng_channel *chan = event->chan; struct lib_ring_buffer_ctx ctx;