X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fquickstart.txt;h=7078eecc97fb581621b58a250a448ac1f2724c59;hp=5ba0cc54e247e7430cf849e8dc49d9e37cdc7f51;hb=8bf332b9ad2aa7094c3f713399c2a3746f04a10b;hpb=cd84aa763efa60969f15757d46a09a884ea97fc8 diff --git a/doc/quickstart.txt b/doc/quickstart.txt index 5ba0cc54e..7078eecc9 100644 --- a/doc/quickstart.txt +++ b/doc/quickstart.txt @@ -18,7 +18,7 @@ installed. See http://lttng.org/lttng2.0 for more instructions for that part. For user-space tracing, you'll need an instrumented application, please see http://lttng.org/ust. -lttng-tools provide a session daemon (ltt-sessiond) that acts as a tracing +lttng-tools provide a session daemon (lttng-sessiond) that acts as a tracing registry. To trace any instrumented applications or the kernel, a registered tracing session is needed beforehand. To interact with the session daemon and a tracing session, you should use the lttng command line UI (lttng). @@ -36,7 +36,7 @@ The next sections explain how to do tracing :) Kernel Tracing -------------- -You can start the session daemon by invoking the command "ltt-sessiond", +You can start the session daemon by invoking the command "lttng-sessiond", or let the lttng command line tool do it for you. The session daemon loads the LTTng tracer modules for you if those modules can be found on your system. If they are not found, the kernel tracing feature will be @@ -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--