Fix: unchecked return value in trace_clock_read64_monotonic
[lttng-tools.git] / doc / quickstart.txt
index f7ec99d373d166743fb39bdb6591c48dafd32c31..018c27b2b939ef7cd075255fd01bcfd8b2b21b1e 100644 (file)
@@ -13,7 +13,7 @@ This is a quick start guide for the complete LTTng tool chain. This is divided
 in three sections respectively kernel tracing, user-space tracing and reading a
 trace.
 
-See the README file for installation procedure or use the various Linux
+See the README.md file for installation procedure or use the various Linux
 distribution packages.
 
 In order to trace the kernel, you'll need the lttng-modules 2.0 compiled and
@@ -206,8 +206,8 @@ $ lttng add-context -u -e ust_tests_hello:tptest -t pid -t nice -t tid
 
 $ lttng start
 
-Tracing is in progress at this point and traces will be written in
-$HOME/lttng-traces/mysession-<date>-<time>/ust/<procname>-<pid>-<date>-<time>
+Tracing is in progress at this point and traces will be written in the session
+directory.
 
 NOTE: It will start tracing for *all* domain(s).
 
This page took 0.023058 seconds and 4 git commands to generate.