X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-vppid.c;h=347ac634c81e35b2af02ab21ced95b2205d7d0b6;hb=ddad4e82bc2cc48c0eb56d2daf69409026e8b31a;hp=66d638244c4cba12d4b8b411cb84b3632bda8cea;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/lttng-context-vppid.c b/lttng-context-vppid.c index 66d63824..347ac634 100644 --- a/lttng-context-vppid.c +++ b/lttng-context-vppid.c @@ -112,7 +112,7 @@ int lttng_add_vppid_to_ctx(struct lttng_ctx **ctx) field->record = vppid_record; field->get_value = vppid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vppid_to_ctx);