Fix: handle enablers without bytecode
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Dec 2012 15:11:24 +0000 (10:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Dec 2012 15:11:24 +0000 (10:11 -0500)
to reproduce issue with the upstream "hello" program:

lttng create
lttng enable-event -u -a --filter 'intfield==42'
lttng enable-event -u -a
lttng start

./hello
lttng stop
lttng view

only shows event with 42 intfield. We expect all events.

Fixes #406

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.026936 seconds and 4 git commands to generate.