X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;h=975d1949c6abc6d030e6f05fa1ec7d0df3c00f29;hb=8fefc8a2d93a06a032c7983cf621ab3fb0c2acde;hp=b9bb3bb95d8bba919729afabd17f135a76fe9791;hpb=53f1f0ca4eb1890673992697c19e4e1507ec4ac5;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index b9bb3bb9..975d1949 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -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);