Fix: lttng-live flush when output to file
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Apr 2016 22:42:06 +0000 (18:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Apr 2016 20:14:03 +0000 (16:14 -0400)
commit220e0cbec97669ccfe4ed8a7e69c73c9ac72062d
tree819c6f75537d7a85694b25694e217eef393086fc
parent94f6b907bffe65ba0d5f94a7d79b90a887702be4
Fix: lttng-live flush when output to file

When the standard output is redirected to a file, we need to flush the
output between each packet, otherwise the stream buffering may keep us
from seeing events for a while in a low-throughput trace.

While we are there, document that lttng-live does now support the
--output option in babeltrace 1.x.

Fixes #1010

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/babeltrace.1
formats/lttng-live/lttng-live-comm.c
formats/lttng-live/lttng-live-plugin.c
formats/lttng-live/lttng-live.h
This page took 0.025266 seconds and 4 git commands to generate.