taking-a-snapshot: x-ref channel modes
[lttng-docs.git] / contents / using-lttng / controlling-tracing / taking-a-snapshot.md
index fd6ef22bcdc048b1e9ced662618bec7051c959d7..c7565d84be0f6f87d38779366630f299cd5ee41b 100644 (file)
@@ -29,8 +29,10 @@ lttng create --snapshot my-snapshot-session
 
 Next, enable channels, events and add context to channels as usual.
 Once a tracing session is created in snapshot mode, channels will be
-forced to use the overwrite mode (`--overwrite` option of the
-`enable-channel` command) and have an `mmap()` channel type
+forced to use the
+[overwrite](#doc-channel-overwrite-mode-vs-discard-mode) mode
+(`--overwrite` option of the `enable-channel` command; also called
+_flight recorder mode_) and have an `mmap()` channel type
 (`--output mmap`).
 
 Start tracing. When you're ready to take a snapshot, do:
This page took 0.023474 seconds and 4 git commands to generate.