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:28:58 +0000 (22:28 -0400)
commita0493bef1367458230b0319401f8533b0400cea2
tree68bd325ebc6f946fb9fc500bf6feaf0aea7ca569
parentf6da044fcd41afe52612b72376672912b2118ce4
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.025018 seconds and 4 git commands to generate.