X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-events.c;h=a5fe3e865c4f9e16444917901ca1a1c4b906457f;hb=114667d5aa4ec11334787e04a9f90fe9184fc16f;hp=b748cce62c8f464f8743f5794d50ee927fa0c57e;hpb=d7e740172ed8d5bc91bce8404b2cc96b04f23ed3;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index b748cce6..a5fe3e86 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2444,6 +2444,9 @@ static int __init lttng_events_init(void) if (ret) return ret; ret = wrapper_get_pageblock_flags_mask_init(); + if (ret) + return ret; + ret = lttng_probes_init(); if (ret) return ret; ret = lttng_context_init();