Fix: enable-channel accepts mismatched option
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 0554732c0ea60318d8b3811f21d45eb94b9bd92a..db993df75d8d15b111fb0f4a6c93a74bd8073c0c 100644 (file)
@@ -815,6 +815,9 @@ int cmd_list(int argc, const char **argv)
                                        break;
                                case LTTNG_DOMAIN_UST:
                                        MSG("=== Domain: UST global ===\n");
+                                       MSG("Buffer type: %s\n",
+                                                       domains[i].buf_type ==
+                                                       LTTNG_BUFFER_PER_PID ? "per PID" : "per UID");
                                        break;
                                default:
                                        MSG("=== Domain: Unimplemented ===\n");
This page took 0.024518 seconds and 5 git commands to generate.