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:16:48 +0000 (12:16 -0400)
commit95b3cee3ad8c1094212fb38ac20c8492b1003d7c
tree487f6061bc124e3ec2a2cee7d9d93cc78a8007ef
parente36fbffbebacb3d15f2b5b190f086bdde65766b1
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.025346 seconds and 4 git commands to generate.