From: Julien Desfossez Date: Fri, 3 Jul 2015 21:08:27 +0000 (-0400) Subject: Explicitly stop the session on lttng destroy X-Git-Tag: v2.8.0-rc1~150 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e20ee7c273030ac52eea4778f03dc3a9d65857b3;hp=e20ee7c273030ac52eea4778f03dc3a9d65857b3 Explicitly stop the session on lttng destroy This changes the default behavior of the "destroy" command and API: now it implicitely stops the tracing and waits for the data to be available on disk or the network. Like the "stop" command and API, a no_wait option is available to skip the waiting and destroy directly the session. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---