Fix: Implement RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Apr 2020 19:49:42 +0000 (15:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 May 2020 20:35:08 +0000 (16:35 -0400)
commit695b350946040f9cce3888826981b7210ab04b48
tree22a8df0ba6e1ba90a1908b199f64fddebe099e60
parent3dd9939542e42a51f553ea6d80fc3b103a13961a
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 <mathieu.desnoyers@efficios.com>
lib/ringbuffer/vfs.h
lttng-abi.c
lttng-events.c
lttng-events.h
This page took 0.026623 seconds and 4 git commands to generate.