wrapper: remove vmalloc_sync_all
[lttng-modules.git] / lttng-syscalls.c
index a43c475e7b7f1f744018fd77f6ea179177ac7290..3d2025eb35525f9a2f601e7379e7899aaf24179a 100644 (file)
@@ -761,8 +761,6 @@ int lttng_syscalls_register(struct lttng_channel *chan, void *filter)
        struct lttng_kernel_event ev;
        int ret;
 
-       wrapper_vmalloc_sync_all();
-
        if (!chan->sc_table) {
                /* create syscall table mapping syscall to events */
                chan->sc_table = kzalloc(sizeof(struct lttng_event *)
This page took 0.02274 seconds and 4 git commands to generate.