From: David Goulet Date: Wed, 1 May 2013 19:18:50 +0000 (-0400) Subject: Support flight recorder mode for a session X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=2bba9e532ca1910822005ff7f67400a2e871467c;hp=2bba9e532ca1910822005ff7f67400a2e871467c;p=lttng-tools.git Support flight recorder mode for a session This adds the --no-output option to the lttng UI which will flag a session to not set an output destination meaning that tracing will be in overwrite mode in the buffers. This is also the only way for now to snapshot a session, it's to put it in no output mode. Signed-off-by: David Goulet ---