taking-a-snapshot: x-ref channel modes
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 12 Mar 2015 03:29:08 +0000 (23:29 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 15:56:03 +0000 (11:56 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
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.02387 seconds and 4 git commands to generate.