Force 64-bit timestamps
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jan 2012 17:06:06 +0000 (12:06 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jan 2012 17:06:06 +0000 (12:06 -0500)
commitaae88c703374f4b1fbb8a5e7e95591bf8ce3e837
tree350c58e061699c9887bf4a1d39e28e194791aad9
parenta8566918c102aba0c780b77c62b16f4e4ff27712
Force 64-bit timestamps

commit 9080554ff25b08f48762d2ee7cfa3981317e9c1d attempted to fix the
timestamp problem by using large event headers. It incorrectly stated
that those headers "use a 64-bit timestamp field". In fact, they use a
32-bit timestamp field (not 64). So they were helping (it was better
than using a 27-bit field), but the problem could still appear. It's
only when the RING_BUFFER_RFLAG_FULL_TSC is set that the ring buffer
forces use of the 64-bit fields.

Fix this for good by setting this flag.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/ltt-events.c
liblttng-ust/ltt-ring-buffer-client.h
libringbuffer/frontend_api.h
This page took 0.02524 seconds and 4 git commands to generate.