X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-uprobes.c;h=bc1012895f958b48a1542443432ed7162b5bbbc7;hb=da0fcb1497ff2437407883647a8a0bba12bd0f91;hp=64d8237ca6eac2cbbc1c07df5f976dc7dd45367c;hpb=e3273c971bfe4cbc8b852b2fe07c8af0a2b3bbd8;p=lttng-modules.git diff --git a/probes/lttng-uprobes.c b/probes/lttng-uprobes.c index 64d8237c..bc101289 100644 --- a/probes/lttng-uprobes.c +++ b/probes/lttng-uprobes.c @@ -161,7 +161,7 @@ int lttng_uprobes_add_callsite(struct lttng_event *event, } /* Ensure the memory we just allocated don't trigger page faults. */ - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); uprobe_handler->event = event; uprobe_handler->up_consumer.handler = lttng_uprobes_handler_pre;