X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;h=de6ae0e7c3e20ff315ef4c912d552a6020b52d03;hb=17baffe29814f2508556e498ab8c41a192e76b67;hp=a5a57fcdf016c868c5ee0fe50f31afb2e07efd6d;hpb=8070f5c01e8e64ce52912dd4f27021c5d9e3dce2;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index a5a57fcd..de6ae0e7 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -7,6 +7,8 @@ * Copyright 2010 (c) - Mathieu Desnoyers * * Holds LTTng per-session event registry. + * + * Dual LGPL v2.1/GPL v2 license. */ #include @@ -273,6 +275,9 @@ 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 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); +int lttng_add_nice_to_ctx(struct lttng_ctx **ctx); #ifdef CONFIG_KPROBES int lttng_kprobes_register(const char *name,