# common AsciiDoc source files
COMMON_TXT = \
$(srcdir)/common-footer.txt \
- $(srcdir)/common-cmd-footer.txt \
- $(srcdir)/common-cmd-options-head.txt \
- $(srcdir)/common-cmd-help-options.txt \
+ $(srcdir)/common-lttng-cmd-after-options.txt \
+ $(srcdir)/common-lttng-cmd-options-head.txt \
+ $(srcdir)/common-lttng-cmd-help-options.txt \
$(srcdir)/common-help-option.txt \
$(srcdir)/common-intro.txt \
$(srcdir)/common-daemon-cfg.txt
Includes
--------
- * `common-cmd-footer.txt`: common `lttng` command footer.
- * `common-cmd-help-options.txt`: common program information section
- of `lttng` command options.
+ * `common-lttng-cmd-after-options.txt`: common part after the options
+ section of an `lttng` command.
+ * `common-lttng-cmd-help-options.txt`: common program information
+ section of `lttng` command options.
* `common-cmd-options-head.txt`: common `lttng` command head of
options section.
* `common-footer.txt`: common footer for all commands.
+++ /dev/null
-EXIT STATUS
------------
-*0*::
- Success
-
-*1*::
- Command error
-
-*2*::
- Undefined command
-
-*3*::
- Fatal error
-
-*4*::
- Command warning (something went wrong during the command)
-
-
-ENVIRONMENT
------------
-`LTTNG_ABORT_ON_ERROR`::
- Set to `1` to abort the process after the first error is
- encountered.
-
-`LTTNG_HOME`::
- Path to the LTTng home directory.
-+
-Defaults to `$HOME`.
-+
-Useful when the Unix user running the commands has a non-writable home
-directory.
-
-`LTTNG_MAN_BIN_PATH`::
- Absolute path to the manual pager to use to read the LTTng
- command-line help (with man:lttng-help(1) or with the
- nloption:--help option) instead of `/usr/bin/man`.
-
-`LTTNG_SESSION_CONFIG_XSD_PATH`::
- Path to the directory containing the `session.xsd` tracing session
- configuration XML schema.
-
-`LTTNG_SESSIOND_PATH`::
- Absolute path to the LTTng session daemon binary (see
- man:lttng-sessiond(8)).
-+
-The genoption:--sessiond-path general option overrides this environment
-variable.
-+
-NOTE: The man:lttng-create(1) command can spawn an LTTng session daemon
-automatically if none is running. See man:lttng-sessiond(8) for the
-environment variables affecting the execution of the session daemon.
-
-
-FILES
------
-`$LTTNG_HOME/.lttngrc`::
- Unix user's LTTng runtime configuration.
-+
-This is where LTTng stores the name of the Unix user's current tracing
-session between executions of man:lttng(1). man:lttng-create(1) and
-man:lttng-set-session(1) set the current tracing session.
-
-`$LTTNG_HOME/lttng-traces`::
- Default output directory of LTTng traces in local and snapshot
- modes.
-+
-Override this path with the nloption:--output option of the
-man:lttng-create(1) command.
-
-`$LTTNG_HOME/.lttng`::
- Unix user's LTTng runtime and configuration directory.
-
-`$LTTNG_HOME/.lttng/sessions`::
- Default directory containing the Unix user's saved tracing session
- configurations (see man:lttng-save(1) and man:lttng-load(1)).
-
-+{system_sessions_dir}+::
- Directory containing the system-wide saved tracing session
- configurations (see man:lttng-save(1) and man:lttng-load(1)).
-
-NOTE: `$LTTNG_HOME` defaults to the value of the `HOME` environment
-variable.
-
-
-include::common-footer.txt[]
+++ /dev/null
-Program information
-~~~~~~~~~~~~~~~~~~~
-include::common-help-option.txt[]
--- /dev/null
+EXIT STATUS
+-----------
+*0*::
+ Success
+
+*1*::
+ Command error
+
+*2*::
+ Undefined command
+
+*3*::
+ Fatal error
+
+*4*::
+ Command warning (something went wrong during the command)
+
+
+ENVIRONMENT
+-----------
+`LTTNG_ABORT_ON_ERROR`::
+ Set to `1` to abort the process after the first error is
+ encountered.
+
+`LTTNG_HOME`::
+ Path to the LTTng home directory.
++
+Defaults to `$HOME`.
++
+Useful when the Unix user running the commands has a non-writable home
+directory.
+
+`LTTNG_MAN_BIN_PATH`::
+ Absolute path to the manual pager to use to read the LTTng
+ command-line help (with man:lttng-help(1) or with the
+ nloption:--help option) instead of `/usr/bin/man`.
+
+`LTTNG_SESSION_CONFIG_XSD_PATH`::
+ Path to the directory containing the `session.xsd` tracing session
+ configuration XML schema.
+
+`LTTNG_SESSIOND_PATH`::
+ Absolute path to the LTTng session daemon binary (see
+ man:lttng-sessiond(8)).
++
+The genoption:--sessiond-path general option overrides this environment
+variable.
++
+NOTE: The man:lttng-create(1) command can spawn an LTTng session daemon
+automatically if none is running. See man:lttng-sessiond(8) for the
+environment variables affecting the execution of the session daemon.
+
+
+FILES
+-----
+`$LTTNG_HOME/.lttngrc`::
+ Unix user's LTTng runtime configuration.
++
+This is where LTTng stores the name of the Unix user's current tracing
+session between executions of man:lttng(1). man:lttng-create(1) and
+man:lttng-set-session(1) set the current tracing session.
+
+`$LTTNG_HOME/lttng-traces`::
+ Default output directory of LTTng traces in local and snapshot
+ modes.
++
+Override this path with the nloption:--output option of the
+man:lttng-create(1) command.
+
+`$LTTNG_HOME/.lttng`::
+ Unix user's LTTng runtime and configuration directory.
+
+`$LTTNG_HOME/.lttng/sessions`::
+ Default directory containing the Unix user's saved tracing session
+ configurations (see man:lttng-save(1) and man:lttng-load(1)).
+
++{system_sessions_dir}+::
+ Directory containing the system-wide saved tracing session
+ configurations (see man:lttng-save(1) and man:lttng-load(1)).
+
+NOTE: `$LTTNG_HOME` defaults to the value of the `HOME` environment
+variable.
+
--- /dev/null
+Program information
+~~~~~~~~~~~~~~~~~~~
+include::common-help-option.txt[]
--- /dev/null
+OPTIONS
+-------
+See man:lttng(1) for 'linkgenoptions:(GENERAL OPTIONS)'.
--- /dev/null
+OPTIONS
+-------
+See man:lttng(1) for 'linkgenoptions:(GENERAL OPTIONS)'.
session has been started (see man:lttng-start(1)) at least once.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
Repeat this option to add more than one context field.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
See the <<action-spec,Action specifier>> section above to learn more.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
to an LTTng relay daemon configured as such, the `clear` command fails.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Recording target
tracing session named 'SESSION'.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
daemon (see the nloption:--output option of man:lttng-relayd(8)).
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Mode selection
after creating the tracing session.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
them, or remove then.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-a, option:--all::
destroy is valid before exiting.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
man:lttng-start(1)) at least once.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
instead of the current tracing session.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
man:lttng-start(1) and man:lttng-stop(1)).
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
condition.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
rotation and trace chunk concepts.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Rotation schedule condition
instead of the current tracing session.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
====
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
+{default_metadata_switch_timer}+
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
must be the exact same string as the one you used on creation.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
event payload and current context fields, is _true_.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
====
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Rotation schedule condition
instead of the current tracing session.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
`LTTNG_MAN_BIN_PATH` environment variable.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
See man:lttng-concepts(7) to learn more about triggers.
-OPTIONS
--------
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-footer.txt[]
+
+include::common-lttng-cmd-help-options.txt[]
+
+
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
man:lttng-status(1) command.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
system calls.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
existing tracing sessions with the option:--force option.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-a, option:--all::
_all_ the loaded tracing session configurations.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
`lttng regenerate metadata` (see man:lttng-regenerate(1)).
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-s 'SESSION', option:--session='SESSION'::
session).
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
lost.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-s 'SESSION', option:--session='SESSION'::
instead of the current tracing session.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
You may only use this option if your Unix user is `root`.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
====
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-n, option:--no-wait::
completed before exiting.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
option:--force option.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-a, option:--all::
`$HOME`).
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
man:lttng-list(1) command.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
with the option:--max-size option.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Recording target
Assign the name 'NAME' to the snapshot output.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
Stop an active tracing session with the man:lttng-stop(1) command.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
where `CURSESSION` is the name of the current tracing session.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
man:lttng-rotate(1) to archive it.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-n, option:--no-wait::
is valid before exiting.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
command.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
the possible values to the selected inclusion sets.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
-------------------------------
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
Tracing domain
selected inclusion sets.
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
* The license information.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
launch with the option:--viewer option.
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
option:-t 'DIR', option:--trace-path='DIR'::
available. Otherwise, it tries to use man:babeltrace(1).
-include::common-cmd-help-options.txt[]
+include::common-lttng-cmd-help-options.txt[]
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO
|===
-include::common-cmd-footer.txt[]
+include::common-lttng-cmd-after-options.txt[]
+
+
+include::common-footer.txt[]
SEE ALSO