Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / using-lttng / controlling-tracing / basic-tracing-session-control.md
CommitLineData
5e0cbfb0
PP
1---
2id: basic-tracing-session-control
3---
4
5Once you have
6[created a tracing session](#doc-creating-destroying-tracing-sessions)
7and [enabled one or more events](#doc-enabling-disabling-events),
8you may activate the LTTng tracers for the current tracing session at
9any time:
10
11<pre class="term">
12lttng start
13</pre>
14
15Subsequently, you may stop the tracers:
16
17<pre class="term">
18lttng stop
19</pre>
20
21LTTng is very flexible: user space applications may be launched before
47bfcb75
PP
22or after the tracers are started. Events are only recorded if they
23are properly enabled and if they occur while tracers are active.
5e0cbfb0
PP
24
25A tracing session name may be passed to both the `start` and `stop`
26commands to start/stop tracing a session other than the current one.
This page took 0.023236 seconds and 4 git commands to generate.