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)
commitdcdeaff04c5b8f2c0e69ab896bd170e2762b7f53
tree85f6ce0173e62fbe402116bad19b161ea4150906
parente8bd1da77953d048663e394fc078a568e782404f
Fix: handle enablers without bytecode

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>
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
liblttng-ust/lttng-events.c
This page took 0.025953 seconds and 4 git commands to generate.