Event metadata description available for sched probe
[lttng-modules.git] / probes / lttng-types.h
index b588265cb966fa73509db72a46fddf651c04b39a..0192bffaf2f321f446f71a13901e2ab09fd69663 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef _LTTNG_PROBES_LTTNG_TYPES_H
 #define _LTTNG_PROBES_LTTNG_TYPES_H
 
+#include <linux/seq_file.h>
 #include <lttng.h>
 
 #ifdef __KERNEL__
@@ -81,6 +82,9 @@ struct lttng_type {
        } u;
 } __attribute__((packed));
 
+void lttng_print_event_type(struct seq_file *m, unsigned int indent,
+                           const struct lttng_type *type);
+
 #endif /* _LTTNG_PROBES_LTTNG_TYPES_H */
 
 
This page took 0.022975 seconds and 4 git commands to generate.