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:33:13 +0000 (16:33 -0400)
commit8b97fd420ec915f0264e20e4a0f2d1b7924adfda
tree33bdebebffdd04d15844e380444f4fd23ee7a4b0
parent9bfe744ac4f1b424593c9d770485c2bd0122fdf6
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>
include/lttng/events.h
include/ringbuffer/vfs.h
src/lttng-abi.c
src/lttng-events.c
This page took 0.025606 seconds and 4 git commands to generate.