From 6d30cd92b72a789ccdd2c881271dd4e51441a862 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 11 Mar 2015 23:29:08 -0400 Subject: [PATCH] taking-a-snapshot: x-ref channel modes Signed-off-by: Philippe Proulx --- .../using-lttng/controlling-tracing/taking-a-snapshot.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contents/using-lttng/controlling-tracing/taking-a-snapshot.md b/contents/using-lttng/controlling-tracing/taking-a-snapshot.md index fd6ef22..c7565d8 100644 --- a/contents/using-lttng/controlling-tracing/taking-a-snapshot.md +++ b/contents/using-lttng/controlling-tracing/taking-a-snapshot.md @@ -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: -- 2.34.1