X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-types.c;h=7f9d20e5fd64cad8c04f2206c688996a32c1daa4;hb=6d2a620c03c40df6fb09429e9895f71c5d9dfa76;hp=a4b40cf720b604466b03794dbc5c93f0ddc90dbe;hpb=a509e13364a2d024a2ae2acbeee3ac4ac2634842;p=lttng-modules.git diff --git a/probes/lttng-types.c b/probes/lttng-types.c index a4b40cf7..7f9d20e5 100644 --- a/probes/lttng-types.c +++ b/probes/lttng-types.c @@ -11,7 +11,7 @@ #include #include /* tid_t */ #include -#include /* for vmalloc_sync_all */ +#include "../wrapper/symbols.h" /* for wrapper_vmalloc_sync_all() */ #include "lttng-types.h" struct dentry *lttng_types_dentry; @@ -186,7 +186,7 @@ static int lttng_types_init(void) { int ret = 0; - vmalloc_sync_all(); + wrapper_vmalloc_sync_all(); lttng_types_dentry = debugfs_create_file("lttng-types", S_IWUSR, NULL, NULL, <tng_types_fops); if (IS_ERR(lttng_types_dentry) || !lttng_types_dentry) {