X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-uprobes.c;h=bc1012895f958b48a1542443432ed7162b5bbbc7;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=64d8237ca6eac2cbbc1c07df5f976dc7dd45367c;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;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;