Fix: --clock-force-correlate to handle trace collections gathered from various nodes
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 26 Aug 2012 19:08:06 +0000 (15:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 26 Aug 2012 19:08:06 +0000 (15:08 -0400)
commit50052405724a3b901b258c00beb424751c579217
treef2615176453ec537151a89a07e0fd7b9b86e372c
parent6ab2209724e0bdd1a5f915eb804525d3351803ba
Fix: --clock-force-correlate to handle trace collections gathered from various nodes

Currently, traces generated by lttng have the "absolute" flag set to 0,
because they are based on the monotonic clock, which is not perfectly
correlated across nodes.

Fix a couple of minor issue in the handling of --clock-force-correlate
that now allow to use it to force correlation of traces taken with the
monotonic clock source, with "offset" approximation populated using NTP
time.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
formats/ctf/events-private.h
formats/ctf/metadata/ctf-visitor-generate-io-struct.c
include/babeltrace/babeltrace-internal.h
lib/trace-collection.c
This page took 0.024486 seconds and 4 git commands to generate.