From: Julien Desfossez Date: Fri, 10 Jul 2015 20:07:07 +0000 (-0400) Subject: Account the lost packets in snapshot mode X-Git-Tag: v2.8.0-rc1~87 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=c13082a921ed95e1039d1e28da35941930b15fb6;hp=c13082a921ed95e1039d1e28da35941930b15fb6;p=lttng-tools.git Account the lost packets in snapshot mode When working in flight-recorder, we cannot rely on the absolute sequence number because we only extract the content of the ring buffer periodically. Moreover, we don't want to account the lost packets at the beginning or the end of the snapshot since the "holes" don't appear in the resulting snapshot, so we make sure we only account lost packets located between extracted packets. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---