lttng-regenerate(1)
===================
-:revdate: 30 April 2021
+:revdate: 17 May 2021
NAME
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include::common-lttng-cmd-after-options.txt[]
+[[examples]]
+EXAMPLES
+--------
+.Regenerate the metadata of the current tracing session.
+====
+[role="term"]
+----
+$ lttng regenerate metadata
+----
+====
+
+.Regenerate the state dump event records of a specific tracing session.
+====
+See the option:--session option.
+
+[role="term"]
+----
+$ lttng regenerate statedump --session=my-session
+----
+====
+
+
include::common-footer.txt[]