Fix dynamic update of marker data across same channel tracefiles
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 14 Aug 2010 15:20:45 +0000 (11:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 14 Aug 2010 15:20:45 +0000 (11:20 -0400)
commitf972ab5e81be30df0ef5d690a55a6876c27b1d40
tree7f1655663a5e17dcc484dce3804c8e6dbea80c5e
parente3bf857c22b9c1871cb9356e9d1c3b1320ee7f94
Fix dynamic update of marker data across same channel tracefiles

Fixes garbled string output when the same channel / event are written by
concurrent threads. This was caused by the fact that metadata information was
shared across cpu tracefiles for a given channel.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ltt/marker.c
ltt/tracefile.c
This page took 0.023768 seconds and 4 git commands to generate.