X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-syscalls.c;h=a5b5f403fe359e6531650111fc05cb82a6c60aba;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=a43c475e7b7f1f744018fd77f6ea179177ac7290;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lttng-syscalls.c b/lttng-syscalls.c index a43c475e..a5b5f403 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -22,12 +22,12 @@ #include #include -#include +#include #include #include #include #include -#include +#include #ifndef CONFIG_COMPAT # ifndef is_compat_task @@ -761,7 +761,7 @@ int lttng_syscalls_register(struct lttng_channel *chan, void *filter) struct lttng_kernel_event ev; int ret; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); if (!chan->sc_table) { /* create syscall table mapping syscall to events */