Fix: support 64-bit events discarded counter types
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 May 2012 15:48:52 +0000 (11:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 May 2012 15:48:52 +0000 (11:48 -0400)
commit4c4ba0211b25f7a4ef4f3fbd7cda9ee5a4bc6330
tree8e3d59ececb21ed3e7e6f50a849df07d51f99c4b
parentfef0e5211cd1cb9a2acb5dad6045d15cfd75fe5b
Fix: support 64-bit events discarded counter types

Previously, counters coming for 64-bit architectures would be treated in
the same way as 32-bit counters, and would therefore miss 32-bit
overflows (only happens if 2^32 events or more are lost within in a
packet).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf-text/ctf-text.c
formats/ctf/ctf.c
include/babeltrace/ctf-ir/metadata.h
include/babeltrace/ctf/types.h
This page took 0.024159 seconds and 4 git commands to generate.