Fix: disable agent events by name
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 2 Sep 2015 16:55:47 +0000 (12:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Sep 2015 14:00:49 +0000 (10:00 -0400)
commit442a3c6ee7919fb68e2d3a346d962370bdae7d75
treedf5f8095f55a37801c13065b52b6d64e575f0262
parent36c63cc406addb741983ae42684110b332b837ec
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 <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c
src/bin/lttng-sessiond/agent.h
src/bin/lttng-sessiond/event.c
This page took 0.025287 seconds and 4 git commands to generate.