Implement syscall wildcard support
[lttng-modules.git] / lttng-events.h
index 567449615cce756284795659679da2ca6f5b2af7..c360af0b0ebb7c7a659900fb18be0fea969f6ce3 100644 (file)
@@ -460,6 +460,11 @@ struct lttng_event *lttng_event_create(struct lttng_channel *chan,
                                void *filter,
                                const struct lttng_event_desc *event_desc,
                                enum lttng_kernel_instrumentation itype);
+struct lttng_event *_lttng_event_create(struct lttng_channel *chan,
+                               struct lttng_kernel_event *event_param,
+                               void *filter,
+                               const struct lttng_event_desc *event_desc,
+                               enum lttng_kernel_instrumentation itype);
 struct lttng_event *lttng_event_compat_old_create(struct lttng_channel *chan,
                struct lttng_kernel_old_event *old_event_param,
                void *filter,
This page took 0.023561 seconds and 4 git commands to generate.