Update documentation following babeltrace UI change
[lttng-tools.git] / doc / quickstart.txt
index 5ba0cc54e247e7430cf849e8dc49d9e37cdc7f51..be43d49dfce88362acd145a550ce82677c0ad8ef 100644 (file)
@@ -78,7 +78,7 @@ This is a new feature made possible by the new LTTng 2.0 kernel tracer. You can
 enable a dynamic probe and data will be output in the trace along side with
 your tracing data.
 
-# lttng enable-event aname -k --probe symbol+0xffff7260695
+# lttng enable-event aname -k --probe symbol+0x0
 
 or
 
@@ -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-<date>-<time> | less
+# babeltrace $HOME/lttng-traces/mysession-<date>-<time> | less
 
 VoilĂ !
 
This page took 0.023049 seconds and 4 git commands to generate.