X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fprobes%2Flttng-kretprobes.c;h=79add9863298d0600c9c69557b9875a89d309ff7;hb=606828e401c405619a0c7249e8c7e3291cc1cb45;hp=6b794eb8668303287b1c7f134453d8ec2751d1fe;hpb=437d5aa59380583ce1cd14d394a53b398be1275d;p=lttng-modules.git diff --git a/src/probes/lttng-kretprobes.c b/src/probes/lttng-kretprobes.c index 6b794eb8..79add986 100644 --- a/src/probes/lttng-kretprobes.c +++ b/src/probes/lttng-kretprobes.c @@ -299,7 +299,7 @@ int lttng_kretprobes_event_enable_state(struct lttng_event *event, struct lttng_event *event_exit; struct lttng_krp *lttng_krp; - if (event->instrumentation != LTTNG_KERNEL_KRETPROBE) { + if (event->instrumentation != LTTNG_KERNEL_ABI_KRETPROBE) { return -EINVAL; } if (event->enabled == enable) {