Implement tracepoint wildcard support
[lttng-modules.git] / probes / lttng-events.h
index b885fa1831e0fdc5704fbaa1e593c9212ea42154..5fc4d9f30361168d7fb08d0af1cc20966eca6845 100644 (file)
@@ -421,8 +421,12 @@ static const struct lttng_event_desc *TP_ID(__event_desc___, TRACE_SYSTEM)[] = {
 
 /* non-const because list head will be modified when registered. */
 static __used struct lttng_probe_desc TP_ID(__probe_desc___, TRACE_SYSTEM) = {
+       .provider = __stringify(TRACE_SYSTEM),
        .event_desc = TP_ID(__event_desc___, TRACE_SYSTEM),
        .nr_events = ARRAY_SIZE(TP_ID(__event_desc___, TRACE_SYSTEM)),
+       .head = { NULL, NULL },
+       .lazy_init_head = { NULL, NULL },
+       .lazy = 0,
 };
 
 #undef TP_ID1
This page took 0.022477 seconds and 4 git commands to generate.