Add disable all UST event(s) command
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 24 Nov 2011 20:11:52 +0000 (15:11 -0500)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 24 Nov 2011 20:11:52 +0000 (15:11 -0500)
commit9730260e7e733b421e1af26a9953f938de2628cc
tree98dbba0692eefaea3d8848bfc5162e04e442d57b
parent5edd7e09e892604b00ca937c0f1bc887bb5a842c
Add disable all UST event(s) command

Note that you can only disable all events for a specific channel (like
the kernel). So, using the UST global domain (-u -a), only the event(s)
in the specified channel will be disabled for all registered
applications.

Bottom line, it disables all events in a channel.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng-sessiond/main.c
lttng-sessiond/ust-app.c
lttng-sessiond/ust-app.h
lttng/commands/disable_events.c
This page took 0.024974 seconds and 4 git commands to generate.