X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttng-syscalls.c;h=a376bcbe0531cb652858af01384e3c9e877251bd;hb=a071f25d89c4ef76ffe7bdfcaeb783bc9cfc1211;hp=a43c475e7b7f1f744018fd77f6ea179177ac7290;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lttng-syscalls.c b/lttng-syscalls.c index a43c475e..a376bcbe 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include @@ -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 */