From: Philippe Proulx Date: Wed, 2 Sep 2015 16:55:47 +0000 (-0400) Subject: Fix: disable agent events by name X-Git-Tag: v2.8.0-rc1~367 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=e261a6cc54e9a5567bf12c963f96fe22e9cf345c;hp=e261a6cc54e9a5567bf12c963f96fe22e9cf345c;p=lttng-tools.git Fix: disable agent events by name The event_agent_disable() function only disables the first agent event matching a given name. However, if multiple agent events exist with different loglevels, but share the same name, we want all of them to be disabled at once. Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau ---