Fix: unchecked return value in trace_clock_read64_monotonic
[lttng-tools.git] / doc / calibrate.txt
index 5a6fab0a7890e2709c3b9079d582f063d11576a3..e37075f02506301fe19efd091c9a6123e74b2ee8 100644 (file)
@@ -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
This page took 0.023072 seconds and 4 git commands to generate.