fix: random: remove unused tracepoints (v5.10, v5.15)
[lttng-modules.git] / lttng-context-uid.c
index 5f11de23d224fa9e1be8dfb2aa9a93f365d2347e..55938525109dbc6a13fe0c06495b62e71f8bb4ff 100644 (file)
@@ -70,7 +70,7 @@ int lttng_add_uid_to_ctx(struct lttng_ctx **ctx)
        field->record = uid_record;
        field->get_value = uid_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_uid_to_ctx);
This page took 0.023974 seconds and 4 git commands to generate.