X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=87807d989c12645946b03c4b9d01fb0feb7b42d5;hb=1624d5b7ba86633d36f3a5c86ea1df5d308c4360;hp=9050c4d044dad7185572bdec2f09430e41b15f2f;hpb=fdd9eb17f6b6928771744bb40bb2283ce3340033;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 9050c4d04..87807d989 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -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; };