X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng.c;h=05bc1388df2926eebf0f15b080af5b55788f62d2;hb=da0fcb1497ff2437407883647a8a0bba12bd0f91;hp=383202c68efd8f4f46c6dd30302de5e935f6c54f;hpb=e3273c971bfe4cbc8b852b2fe07c8af0a2b3bbd8;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 383202c6..05bc1388 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -116,7 +116,7 @@ int __init lttng_logger_init(void) { int ret = 0; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); /* /dev/lttng-logger */ ret = misc_register(&logger_dev);