From: Mathieu Desnoyers Date: Wed, 2 Sep 2015 02:27:35 +0000 (-0400) Subject: Fix: non-enabler events should be disabled by default X-Git-Tag: v2.8.0-rc1~83 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=a0493bef1367458230b0319401f8533b0400cea2;hp=a0493bef1367458230b0319401f8533b0400cea2;p=lttng-modules.git 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 ---