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.7.0-rc2~8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4598b13be45c88c336a38c44265cb844da291193;hp=4598b13be45c88c336a38c44265cb844da291193;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 ---