Fix: non-enabler events should be disabled by default
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 Sep 2015 02:27:35 +0000 (22:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 Sep 2015 02:29:15 +0000 (22:29 -0400)
commit4598b13be45c88c336a38c44265cb844da291193
tree96906f5a4a241ea7e6e44cf74e34406935e70c65
parentc74b9c6f7641042f907ad527f92c2f4155940e8c
Fix: non-enabler events should be disabled by default

The session daemon expects that all events (enablers and events) are
disabled when created, so we can attach a filter before enabling them.

Also fix the kretprobe to ensure we can enable/disable both the entry
and return probe (--function instrumentation).

Fixes: #926
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-events.c
lttng-events.h
probes/lttng-kretprobes.c
This page took 0.025652 seconds and 4 git commands to generate.