Fix event lost count when buffer is full
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Mar 2012 19:41:42 +0000 (15:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Mar 2012 19:41:42 +0000 (15:41 -0400)
commit04489ab41c8840d811884b668fe4cc5b46ef69a7
treed08e5340167a3cf0817051b5d3daee9ced71e543
parent9d36f30e825135d8fbb3ba6cb31ab10aa938b135
Fix event lost count when buffer is full

The tracing channels should count lost events due to buffer full, and
the metadata channel should not (see comment), but not the opposite.
This was a mixup between the two.

Reported-by: David Goulet <dgoulet@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/ltt-ring-buffer-client.h
liblttng-ust/ltt-ring-buffer-metadata-client.h
This page took 0.024122 seconds and 4 git commands to generate.