Fix: lttng list -u <name> should only list UST
[lttng-tools.git] / 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.023303 seconds and 4 git commands to generate.