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