X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fstop.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fstop.c;h=b3fff0753b1c93381e0eafe073ed1e60c4127d4e;hp=affc3985bb48f5977fdcb95a7241613166b7c62d;hb=20fb9e0220fe6ca9d6fd52e4e3e41b898452a8f1;hpb=8490897a08bcb2e38d78ccae01fe00e50f2f8bd8 diff --git a/src/bin/lttng/commands/stop.c b/src/bin/lttng/commands/stop.c index affc3985b..b3fff0753 100644 --- a/src/bin/lttng/commands/stop.c +++ b/src/bin/lttng/commands/stop.c @@ -155,6 +155,7 @@ static int stop_tracing(void) ret = CMD_SUCCESS; + print_session_stats(session_name); MSG("Tracing stopped for session %s", session_name); if (lttng_opt_mi) { ret = mi_print_session(session_name, 0);