From: David Goulet Date: Fri, 5 Sep 2014 16:13:55 +0000 (-0400) Subject: Fix: disable-event for an agent domain X-Git-Tag: v2.6.0-rc1~67 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0dcfcf94b356c12e3936fa27f350896d96724e4e;hp=0dcfcf94b356c12e3936fa27f350896d96724e4e Fix: disable-event for an agent domain This fixes the disable-event command for an agent that was not working properly in the case an application was spawned after the command. Also, for the disable all event command for an agent, the disable command will try first to disable the '*' event and will disable all already existing events after. This is to make sure the refcount on the agent side is synchronized with the amount of enable event prior. Fixes #831 Signed-off-by: David Goulet ---