detailed syscall tracing (work in progress)
[lttng-modules.git] / ltt-events.h
index 395e410e40b33daa175e45f4ee3a49c6dd300fbe..f3f5b8fde1a57355f4aeafab94e5691153c57c24 100644 (file)
@@ -278,7 +278,8 @@ struct ltt_channel *ltt_global_channel_create(struct ltt_session *session,
 
 struct ltt_event *ltt_event_create(struct ltt_channel *chan,
                                   struct lttng_kernel_event *event_param,
-                                  void *filter);
+                                  void *filter,
+                                  const struct lttng_event_desc *internal_desc);
 
 int ltt_channel_enable(struct ltt_channel *channel);
 int ltt_channel_disable(struct ltt_channel *channel);
This page took 0.022463 seconds and 4 git commands to generate.