Add tracepoint listing ABI
[lttng-modules.git] / ltt-events.h
index 6cc3753101fb1606de8f1c11fe1f81c504c7553b..4179fb7c6720e7107f78d2d492f393d8fbc00227 100644 (file)
@@ -139,6 +139,7 @@ struct lttng_event_desc {
        const struct lttng_event_ctx *ctx;      /* context */
        const struct lttng_event_field *fields; /* event payload */
        unsigned int nr_fields;
+       struct module *owner;
 };
 
 struct lttng_probe_desc {
@@ -304,4 +305,7 @@ void lttng_ftrace_unregister(struct ltt_event *event)
 {
 }
 #endif
+
+extern const struct file_operations lttng_tracepoint_list_fops;
+
 #endif /* _LTT_EVENTS_H */
This page took 0.024618 seconds and 4 git commands to generate.