Fix: send disable ALL command code if event is *
authorDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 16:12:38 +0000 (12:12 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 16:20:36 +0000 (12:20 -0400)
commita5f384aac4e2dca9992fa3758db02b3f17f0f55c
tree0d5aa45d0d0ff5d16ce28bc6b5c27b291b8474e9
parent6f6e4c37288138998bb97ee0b3588ff5817ec90d
Fix: send disable ALL command code if event is *

$ lttng disable-event -a
and
$ lttng disable-event '*'

Both commands should do the same meaning send the DISABLE_EVENT_ALL
command to the session daemon.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.025296 seconds and 4 git commands to generate.