X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-context-vppid.c;h=8757eb29f423ca1cf70f579ef2d4e428807f1882;hb=cd4486798c2b046ea93b89439cd705e93c40b349;hp=43bfcc1249e10d8901ed7e264ffbbd24d659aad7;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-vppid.c b/lttng-context-vppid.c index 43bfcc12..8757eb29 100644 --- a/lttng-context-vppid.c +++ b/lttng-context-vppid.c @@ -11,10 +11,10 @@ #include #include #include -#include -#include +#include +#include #include -#include +#include static size_t vppid_get_size(size_t offset) @@ -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);