Fix: lttng list -u <name> should only list UST
authorDavid Goulet <dgoulet@efficios.com>
Tue, 25 Feb 2014 17:42:04 +0000 (12:42 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 25 Feb 2014 17:42:04 +0000 (12:42 -0500)
Fixes #654

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c

index 1d3f991aab29efe245ec8282e050accb075920ce..66a322a06adb650b2a593c9147a7d9ed556bf8ba 100644 (file)
@@ -920,7 +920,7 @@ int cmd_list(int argc, const char **argv)
                        goto end;
                }
 
-               if (opt_kernel) {
+               if (opt_kernel || opt_userspace) {
                        /* Channel listing */
                        ret = list_channels(opt_channel);
                        if (ret < 0) {
This page took 0.026271 seconds and 4 git commands to generate.