Metadata for instance_id and packet_seq_num
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 29 Jun 2015 19:45:56 +0000 (15:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 25 Feb 2016 21:30:30 +0000 (16:30 -0500)
commit0793bcc637de51773fe97351b0de21e846180f59
tree56fd13495b36d17e41d486a846db60b054d2631d
parent23324029347bb09d3c7fdc4c9675ba6a33cb2fa9
Metadata for instance_id and packet_seq_num

The UST tracer now stores a stream_instance_id in each packet to allow
the viewers to match streams split in multiple trace files.

Also, a sequence_number is stored in each packet so it is possible to
compute the number of lost packets in overwrite mode.

This is a locked-step with the corresponding lttng-ust commits.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-metadata.c
This page took 0.024585 seconds and 4 git commands to generate.