Fix: update v4l2 instrumentation to 3.15 kernel
[lttng-modules.git] / lttng-events.h
index f0628c4cd7a9582e7f2a271c8ddd0b092edd7a54..aeb2a6b25631242f76b81cf7ffb698a93ae9cee3 100644 (file)
@@ -170,7 +170,8 @@ struct lttng_ctx {
 };
 
 struct lttng_event_desc {
-       const char *name;
+       const char *name;               /* lttng-modules name */
+       const char *kname;              /* Linux kernel name (tracepoints) */
        void *probe_callback;
        const struct lttng_event_ctx *ctx;      /* context */
        const struct lttng_event_field *fields; /* event payload */
@@ -428,6 +429,9 @@ int lttng_add_perf_counter_to_ctx(uint32_t type,
 }
 #endif
 
+int lttng_logger_init(void);
+void lttng_logger_exit(void);
+
 extern int lttng_statedump_start(struct lttng_session *session);
 
 #ifdef CONFIG_KPROBES
This page took 0.022657 seconds and 4 git commands to generate.