Change lttng command line options for UST domain
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 6 Dec 2011 20:27:15 +0000 (15:27 -0500)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 6 Dec 2011 20:27:15 +0000 (15:27 -0500)
commite14f64a857c09162959b50c6c7f2abaaaa7eee49
tree8ba5a5bcd21e70438b657adce230315ede07706b
parent330be774319277f86ecf9445603bf97dc3249ca3
Change lttng command line options for UST domain

lttng command line option --all is removed and replace by using -u alone
which indicates that the command must be applied to the UST global
domain.

$ lttng enable-event -u --all
is changed to
$ lttng enable-event -u

Also, the long option for -a, --all-events, is replaced by --all.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/add_context.c
lttng/commands/disable_channels.c
lttng/commands/disable_events.c
lttng/commands/enable_channels.c
lttng/commands/enable_events.c
This page took 0.027234 seconds and 5 git commands to generate.