X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-kretprobes.c;h=ab98ff221d85b0f1bd5c7c3242927d747c33f5fb;hb=da0fcb1497ff2437407883647a8a0bba12bd0f91;hp=4b18d46077df8749c7c01dfea52c67384b3f0406;hpb=e3273c971bfe4cbc8b852b2fe07c8af0a2b3bbd8;p=lttng-modules.git diff --git a/probes/lttng-kretprobes.c b/probes/lttng-kretprobes.c index 4b18d460..ab98ff22 100644 --- a/probes/lttng-kretprobes.c +++ b/probes/lttng-kretprobes.c @@ -221,7 +221,7 @@ int lttng_kretprobes_register(const char *name, * Well.. kprobes itself puts the page fault handler on the blacklist, * but we can never be too careful. */ - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); ret = register_kretprobe(<tng_krp->krp); if (ret)