Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin / lttng / commands / stop.c
index 5ac182b326e9cedee09c1341e130f706a41862c3..b3fff0753b1c93381e0eafe073ed1e60c4127d4e 100644 (file)
@@ -15,7 +15,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <popt.h>
 #include <stdio.h>
@@ -156,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);
This page took 0.022682 seconds and 4 git commands to generate.