X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=8bd1ffe321b1075460ba53ef5bf3de79b69d92f9;hp=e5a8f3b0b4c0f6acd7268cf760bca94e777b6503;hb=fb5f35b688fa31b21b25f9a6a831df3e5aa243ed;hpb=536322299f7fc9ef136a0d7e50ba8e1b5d7a754b diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index e5a8f3b0b..8bd1ffe32 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -23,6 +23,7 @@ #include #include #include +#include #include "consumer.h" @@ -45,11 +46,6 @@ struct ltt_kernel_channel_list { struct ltt_kernel_event { int fd; int enabled; - /* - * TODO: need internal representation to support more than a - * single context. - */ - struct lttng_kernel_context *ctx; struct lttng_kernel_event *event; struct cds_list_head list; }; @@ -69,6 +65,8 @@ struct ltt_kernel_channel { struct ltt_kernel_event_list events_list; struct ltt_kernel_stream_list stream_list; struct cds_list_head list; + /* Session pointer which has a reference to this object. */ + struct ltt_kernel_session *session; }; /* Metadata */ @@ -82,7 +80,7 @@ struct ltt_kernel_stream { int fd; int state; /* Format is %s_%d respectively channel name and CPU number. */ - char name[LTTNG_SYMBOL_NAME_LEN]; + char name[DEFAULT_STREAM_NAME_LEN]; struct cds_list_head list; }; @@ -109,6 +107,8 @@ struct ltt_kernel_session { struct consumer_output *tmp_consumer; /* Tracing session id */ unsigned int id; + /* Session is started and active */ + unsigned int started; }; /*