X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-uprobes.c;h=c0f6e7c31c2a81c749735de4094637a75294b757;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=175c0dd9d5993ddcfb63865a6971715b6f94e504;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/probes/lttng-uprobes.c b/probes/lttng-uprobes.c index 175c0dd9..c0f6e7c3 100644 --- a/probes/lttng-uprobes.c +++ b/probes/lttng-uprobes.c @@ -15,10 +15,10 @@ #include #include #include -#include -#include +#include +#include #include -#include +#include #include #include @@ -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;