Add task_prio symbol wrapper
[lttng-modules.git] / ltt-events.h
index b9bb3bb95d8bba919729afabd17f135a76fe9791..975d1949c6abc6d030e6f05fa1ec7d0df3c00f29 100644 (file)
@@ -272,6 +272,10 @@ int ltt_probes_init(void);
 void ltt_probes_exit(void);
 struct lttng_ctx_field *lttng_append_context(struct lttng_ctx **ctx);
 void lttng_destroy_context(struct lttng_ctx *ctx);
+
+int wrapper_task_prio_init(void);
+int wrapper_task_prio_sym(struct task_struct *t);
+
 int lttng_add_pid_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_comm_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_prio_to_ctx(struct lttng_ctx **ctx);
This page took 0.024503 seconds and 4 git commands to generate.