From: Mathieu Desnoyers Date: Fri, 24 Apr 2020 19:49:42 +0000 (-0400) Subject: Fix: Implement RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK X-Git-Tag: v2.11.4~1 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=695b350946040f9cce3888826981b7210ab04b48;hp=695b350946040f9cce3888826981b7210ab04b48;p=lttng-modules.git Fix: Implement RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK Get next metadata subbuffer, returning a flag indicating whether the metadata is guaranteed to be in a consistent state at the end of this sub-buffer (can be parsed). This can be used by the consumer to know whether the metadata can be parsed at the end of this sub-buffer, which is useful to distinguish between errors and incomplete metadata in live tracing. Signed-off-by: Mathieu Desnoyers ---