Change kernel traces output directory
[lttng-tools.git] / ltt-sessiond / trace.h
index 29e1b92aa23899708e60c8185d074db93e3a2f84..591af85730299c8c0832d11ab303236d4aeaed6d 100644 (file)
@@ -56,6 +56,7 @@ struct ltt_kernel_channel {
        int enabled;
        char *pathname;
        unsigned int stream_count;
+       unsigned int event_count;
        struct lttng_kernel_context *ctx;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
@@ -85,6 +86,7 @@ struct ltt_kernel_session {
        int kconsumer_fds_sent;
        unsigned int channel_count;
        unsigned int stream_count_global;
+       char *trace_path;
        struct ltt_kernel_metadata *metadata;
        struct ltt_kernel_channel_list channel_list;
 };
This page took 0.023862 seconds and 4 git commands to generate.