From 9674ce7a9c5218066b395d1f6d1f19f277849f95 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 2 Nov 2011 10:06:49 -0400 Subject: [PATCH] Update documentation following babeltrace UI change Signed-off-by: Mathieu Desnoyers --- doc/calibrate.txt | 2 +- doc/quickstart.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/calibrate.txt b/doc/calibrate.txt index 5a6fab0a7..e37075f02 100644 --- a/doc/calibrate.txt +++ b/doc/calibrate.txt @@ -31,7 +31,7 @@ for a in $(seq 1 10); do \ lttng calibrate --kernel --function; done lttng destroy -babeltrace -n $(ls -1drt ~/lttng-traces/calibrate-function-* | tail -n 1) +babeltrace $(ls -1drt ~/lttng-traces/calibrate-function-* | tail -n 1) The output from babeltrace can be saved to a text file and opened in a spreadsheet (e.g. oocalc) to focus on the per-PMU counter delta between diff --git a/doc/quickstart.txt b/doc/quickstart.txt index 34f7e2059..be43d49df 100644 --- a/doc/quickstart.txt +++ b/doc/quickstart.txt @@ -149,7 +149,7 @@ human-readable text format. Please see http://www.efficios.com/babeltrace and git tree http://git.efficios.com/?p=babeltrace.git -# babeltrace -n $HOME/lttng-traces/mysession--