X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fquickstart.txt;fp=doc%2Fquickstart.txt;h=06b308406c0a7134655a02bb46b3d09f2b492aa6;hp=9bcb8460469505f8834b86cce940111ca8bd0aa2;hb=e971184584781f70bbbfc52bbede8b9abf0436e5;hpb=da39b67ce2828bfc63a02db969048bfe1abd4ca0 diff --git a/doc/quickstart.txt b/doc/quickstart.txt index 9bcb84604..06b308406 100644 --- a/doc/quickstart.txt +++ b/doc/quickstart.txt @@ -3,7 +3,7 @@ NOTES: 2011-12-12: For user-space tracing, only the global UST domain ("-u" alone) is supported meaning that if you enable a tracepoint for user-space it will be -enabled for all applications for the current tracing session you are working +enabled for all applications for the current recording session you are working on. QUICKSTART @@ -23,8 +23,8 @@ For user-space tracing, you'll need an instrumented application with lttng-ust 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). It is also +recording session is needed beforehand. To interact with the session daemon and a +recording session, you should use the lttng command line UI (lttng). It is also possible to use the liblttngctl library for tracing control (lttng.h). Here is a list of some powerful features the LTTng 2.0 kernel tracer offers: @@ -57,7 +57,7 @@ List available kernel events: # lttng list -k -1) Create a tracing session. The .lttng directory will be created with .lttngrc +1) Create a recording session. The .lttng directory will be created with .lttngrc file in $HOME containing the session name (here 'mysession') you are working on. @@ -172,7 +172,7 @@ List available registered applications: $ lttng list -u -1) Create a tracing session. The .lttng directory will be created with a +1) Create a recording session. The .lttng directory will be created with a .lttngrc file in $HOME containing the session name (here 'mysession') you are working on.