On-disk multiple tracefiles circular buffer
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 9050c4d044dad7185572bdec2f09430e41b15f2f..87807d989c12645946b03c4b9d01fb0feb7b42d5 100644 (file)
@@ -79,8 +79,11 @@ struct ltt_kernel_metadata {
 struct ltt_kernel_stream {
        int fd;
        int state;
+       int cpu;
        /* Format is %s_%d respectively channel name and CPU number. */
        char name[DEFAULT_STREAM_NAME_LEN];
+       uint64_t tracefile_size;
+       uint64_t tracefile_count;
        struct cds_list_head list;
 };
 
This page took 0.023894 seconds and 4 git commands to generate.