X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=f697eadc1897d025a16e60b232b317a0f5bc778b;hb=6d2a620c03c40df6fb09429e9895f71c5d9dfa76;hp=38c61cd85dfb8ffd2057c756f8d9597be7658ac2;hpb=a509e13364a2d024a2ae2acbeee3ac4ac2634842;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 38c61cd8..f697eadc 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -1,7 +1,7 @@ #include #include #include -#include /* for vmalloc_sync_all() */ +#include "../wrapper/symbols.h" /* for wrapper_vmalloc_sync_all() */ #include "../wrapper/ringbuffer/frontend_types.h" #include "../ltt-events.h" #include "../ltt-tracer-core.h" @@ -573,7 +573,7 @@ static int TP_ID(__lttng_events_init__, TRACE_SYSTEM)(void) int ret; int i; - vmalloc_sync_all(); + wrapper_vmalloc_sync_all(); ret = TP_ID(__lttng_types_init__, TRACE_SYSTEM)(); if (ret) return ret;