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:43:02 +0000 (12:43 -0500)
Fixes #654

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

index fc618a5bbb82b7f458bfc8d6552c4981fa0ddcba..fb034a3da2a23e7b7503164853363427b00f2ea2 100644 (file)
@@ -801,7 +801,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.026746 seconds and 4 git commands to generate.