Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I893a9e26ac69269150cf0a68ec6968cb5fa9bdbf
lttng-start(1)
==============
-:revdate: 29 April 2021
+:revdate: 17 May 2021
NAME
A `start-session` trigger action can also start a tracing session
(see man:lttng-add-trigger(1)).
+See the <<examples,EXAMPLES>> section below for usage examples.
+
Stop an active tracing session with the man:lttng-stop(1) command.
include::common-lttng-cmd-after-options.txt[]
+[[examples]]
+EXAMPLES
+--------
+.Start the current tracing session.
+====
+[role="term"]
+----
+$ lttng start
+----
+====
+
+.Start a specific tracing session.
+====
+[role="term"]
+----
+$ lttng start my-session
+----
+====
+
+
include::common-footer.txt[]