X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-events.h;h=beedb22b6bb4bce475dfb0ee03bd9f9ec389534f;hb=5b88d86e2d45fed6d405fd9fb72d6c1c22d35374;hp=9aaf1573b2576742faa6d79d1e197e1dcfa430fa;hpb=64c796d8aec1efa5d6f0d5850d2a0095cb7842e3;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 9aaf1573..beedb22b 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -195,6 +195,7 @@ static void __event_probe__##_name(void *__data, _proto); .name = #_name, \ .probe_callback = (void *) &__event_probe__##_template,\ .nr_fields = ARRAY_SIZE(__event_fields___##_template), \ + .owner = THIS_MODULE, \ }, #define TP_ID1(_token, _system) _token##_system