Compare traces by stream path as secondary key
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 Jun 2013 20:17:17 +0000 (16:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 Jun 2013 20:17:17 +0000 (16:17 -0400)
commit6c9a50c0105929edd0ddef958378e8714b854c46
treeb36bec5d26144116bc99f1a2962854af13c7954d
parentc309df1c8522c61ea9f4f108fa2d1eee3a828037
Compare traces by stream path as secondary key

Ensure runs of babeltrace in different environments give the same output
for the same trace collection. There are usually few events with the
same timestamp in a trace, so this secondary key comparison should not
be often required.

Fixes #540

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/iterator.c
This page took 0.024002 seconds and 4 git commands to generate.