Commit | Line | Data |
---|---|---|
9d4408b8 PP |
1 | lttng-set-session(1) |
2 | ==================== | |
3 | ||
4 | ||
5 | NAME | |
6 | ---- | |
7 | lttng-set-session - Set the current LTTng tracing session | |
8 | ||
9 | ||
10 | SYNOPSIS | |
11 | -------- | |
12 | [verse] | |
ce19b9ed | 13 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *set-session* 'SESSION' |
9d4408b8 PP |
14 | |
15 | ||
16 | DESCRIPTION | |
17 | ----------- | |
18 | The `lttng set-session` command sets the current tracing session. | |
19 | ||
20 | 'SESSION' is the name of an existing tracing session. `lttng list` | |
7c1a4458 | 21 | outputs all the existing tracing sessions (see man:lttng-list(1)). |
9d4408b8 PP |
22 | |
23 | The current tracing session is used by default when a session can be | |
7c1a4458 | 24 | specified in other commands. See man:lttng-create(1) for more |
9d4408b8 PP |
25 | information about the current tracing session. |
26 | ||
27 | ||
28 | include::common-cmd-options-head.txt[] | |
29 | ||
30 | ||
31 | include::common-cmd-help-options.txt[] | |
32 | ||
33 | ||
34 | include::common-cmd-footer.txt[] | |
35 | ||
36 | ||
37 | SEE ALSO | |
38 | -------- | |
7c1a4458 PP |
39 | man:lttng-create(1), |
40 | man:lttng-destroy(1), | |
41 | man:lttng(1) |