X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;fp=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=baf26fb5e65eeaf58a0f5844f43335e8ddcdaba2;hp=51434a3eb37982c4d613775b293df7b897242333;hb=74707e6e330aa611619319aeebc679ba9e7a8cf3;hpb=de3323397026157322a512b6755792fe153ad17f diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 51434a3eb..baf26fb5e 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -2348,9 +2348,9 @@ int cmd_list(int argc, const char **argv) break; case LTTNG_DOMAIN_UST: MSG("=== Domain: UST global ===\n"); - MSG("Buffer type: %s\n", + MSG("Buffering scheme: %s\n", domains[i].buf_type == - LTTNG_BUFFER_PER_PID ? "per PID" : "per UID"); + LTTNG_BUFFER_PER_PID ? "per-process" : "per-user"); break; case LTTNG_DOMAIN_JUL: MSG("=== Domain: JUL (Java Util Logging) ===\n");