Rename "tracing session" -> "recording session"
[lttng-tools.git] / doc / man / lttng-regenerate.1.txt
index d3f645fc6d9e381066679a9723767a491d0e3e67..5338fc06f8b53338f0fee9a33980b3b5bcfd716a 100644 (file)
@@ -1,21 +1,21 @@
 lttng-regenerate(1)
 ===================
-:revdate: 30 April 2021
+:revdate: 14 June 2021
 
 
 NAME
 ----
-lttng-regenerate - Regenerate specific data of an LTTng tracing session
+lttng-regenerate - Regenerate specific data of an LTTng recording session
 
 
 SYNOPSIS
 --------
-Regenerate the metadata of a tracing session:
+Regenerate the metadata of a recording session:
 
 [verse]
 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *regenerate metadata* [option:--session='SESSION']
 
-Regenerate the state dump event records of a tracing session:
+Regenerate the state dump event records of a recording session:
 
 [verse]
 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *regenerate statedump* [option:--session='SESSION']
@@ -26,41 +26,42 @@ DESCRIPTION
 The `lttng regenerate` command regenerates specific data of:
 
 With the option:--session='SESSION' option::
-    The tracing session named 'SESSION'.
+    The recording session named 'SESSION'.
 
 Without the option:--session option::
-    The current tracing session (see man:lttng-concepts(7) to learn more
-    about the current tracing session).
+    The current recording session (see man:lttng-concepts(7) to learn
+    more about the current recording session).
 
-See man:lttng-concepts(7) to learn more about tracing sessions.
+See man:lttng-concepts(7) to learn more about recording sessions.
 
 As of this version, the `metadata` and `statedump` targets are
 available.
 
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
-Regenerate the metadata of a tracing session
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Regenerate the metadata of a recording session
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Use the `metadata` target to resample the offset between the monotonic
 clock and the wall time of the system, and then regenerate the metadata
 stream files.
 
-More specifically, you may want to resample the wall time
-following a major
-link:https://en.wikipedia.org/wiki/Network_Time_Protocol[NTP]
+More specifically, you may want to resample the wall time following a
+major link:https://en.wikipedia.org/wiki/Network_Time_Protocol[NTP]
 correction. As such, LTTng can trace a system booting with an incorrect
 wall time before its wall time is NTP-corrected. Regenerating the
-metadata of the selected tracing session ensures that trace readers can
-accurately determine the event record timestamps relative to the
+metadata of the selected recording session ensures that trace readers
+can accurately determine the event record timestamps relative to the
 Unix epoch.
 
 Note that if you plan to rotate (see man:lttng-concepts(7) to learn
-more) the selected tracing session, this target only regenerates the
+more) the selected recording session, this target only regenerates the
 metadata stream files of the current and next trace chunks.
 
 [IMPORTANT]
 ====
 You can only use the `metadata` target when the selected
-tracing session:
+recording session:
 
 * Is not in live mode (nloption:--live option of
   man:lttng-create(1)).
@@ -73,30 +74,55 @@ See man:lttng-concepts(7) to learn more about channels.
 ====
 
 
-Regenerate the state dump event records of a tracing session
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Regenerate the state dump event records of a recording session
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Use the `statedump` target to collect up-to-date state dump information
 and create corresponding event records.
 
-This is particularly useful if the selected tracing session is in
+This is particularly useful if the selected recording session is in
 snapshot mode (nloption:--snapshot option of the man:lttng-create(1)
 command) or if LTTng rotates trace files for one of its channels (see
 man:lttng-concepts(7)): in both cases, the state dump information may be
 lost.
 
 
-include::common-cmd-options-head.txt[]
+include::common-lttng-cmd-options-head.txt[]
 
 
 option:-s 'SESSION', option:--session='SESSION'::
-    Regenerate specific data of the tracing session named 'SESSION'
-    instead of the current tracing session.
+    Regenerate specific data of the recording session named 'SESSION'
+    instead of the current recording session.
+
+
+include::common-lttng-cmd-help-options.txt[]
+
+
+include::common-lttng-cmd-after-options.txt[]
+
+
+[[examples]]
+EXAMPLES
+--------
+.Regenerate the metadata of the current recording session.
+====
+[role="term"]
+----
+$ lttng regenerate metadata
+----
+====
 
+.Regenerate the state dump event records of a specific recording session.
+====
+See the option:--session option.
 
-include::common-cmd-help-options.txt[]
+[role="term"]
+----
+$ lttng regenerate statedump --session=my-session
+----
+====
 
 
-include::common-cmd-footer.txt[]
+include::common-footer.txt[]
 
 
 SEE ALSO
This page took 0.025337 seconds and 4 git commands to generate.