2.8, 2.9: use `$` and `#` prompts in terminal boxes
[lttng-docs.git] / 2.8 / lttng-docs-2.8.txt
index 35167a936675ad21811e55559bae9eda4a95125c..f17290470b896c8df68742b9dbfe19805ce97baa 100644 (file)
@@ -91,7 +91,7 @@ New features and changes in LTTng{nbsp}{revision}:
 --
 [role="term"]
 ----
-lttng add-context --jul --type='$app.retriever:cur_msg_id'
+lttng add-context --jul --type='$app.retriever:cur_msg_id'
 ----
 --
 +
@@ -110,7 +110,7 @@ are supported.
 --
 [role="term"]
 ----
-lttng enable-event --log4j my_logger \
+lttng enable-event --log4j my_logger \
                    --filter='$app.retriever:cur_msg_id == 23'
 ----
 --
@@ -204,7 +204,7 @@ for an overview of the small API.
 --
 [role="term"]
 ----
-man lttng-enable-event
+man lttng-enable-event
 ----
 --
 +
@@ -454,9 +454,9 @@ To install LTTng{nbsp}{revision} on Ubuntu{nbsp}16.10 _Yakkety Yak_:
 --
 [role="term"]
 ----
-sudo apt-get install lttng-tools
-sudo apt-get install lttng-modules-dkms
-sudo apt-get install liblttng-ust-dev
+# apt-get install lttng-tools
+# apt-get install lttng-modules-dkms
+# apt-get install liblttng-ust-dev
 ----
 --
 
@@ -467,7 +467,7 @@ sudo apt-get install liblttng-ust-dev
 --
 [role="term"]
 ----
-sudo apt-get install liblttng-ust-agent-java
+# apt-get install liblttng-ust-agent-java
 ----
 --
 
@@ -478,7 +478,7 @@ sudo apt-get install liblttng-ust-agent-java
 --
 [role="term"]
 ----
-sudo apt-get install python3-lttngust
+# apt-get install python3-lttngust
 ----
 --
 
@@ -501,8 +501,8 @@ To install LTTng{nbsp}{revision} from the LTTng Stable{nbsp}{revision} PPA:
 --
 [role="term"]
 ----
-sudo apt-add-repository ppa:lttng/stable-2.8
-sudo apt-get update
+# apt-add-repository ppa:lttng/stable-2.8
+# apt-get update
 ----
 --
 
@@ -511,9 +511,9 @@ sudo apt-get update
 --
 [role="term"]
 ----
-sudo apt-get install lttng-tools
-sudo apt-get install lttng-modules-dkms
-sudo apt-get install liblttng-ust-dev
+# apt-get install lttng-tools
+# apt-get install lttng-modules-dkms
+# apt-get install liblttng-ust-dev
 ----
 --
 
@@ -524,7 +524,7 @@ sudo apt-get install liblttng-ust-dev
 --
 [role="term"]
 ----
-sudo apt-get install liblttng-ust-agent-java
+# apt-get install liblttng-ust-agent-java
 ----
 --
 
@@ -535,7 +535,7 @@ sudo apt-get install liblttng-ust-agent-java
 --
 [role="term"]
 ----
-sudo apt-get install python3-lttngust
+# apt-get install python3-lttngust
 ----
 --
 
@@ -551,8 +551,8 @@ To install LTTng{nbsp}{revision} on Fedora{nbsp}25:
 --
 [role="term"]
 ----
-sudo yum install lttng-tools
-sudo yum install lttng-ust
+# yum install lttng-tools
+# yum install lttng-ust
 ----
 --
 
@@ -561,7 +561,7 @@ sudo yum install lttng-ust
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-modules/lttng-modules-latest-2.8.tar.bz2 &&
 tar -xf lttng-modules-latest-2.8.tar.bz2 &&
 cd lttng-modules-2.8.* &&
@@ -598,9 +598,9 @@ To install LTTng{nbsp}{revision} on Debian "stretch" (testing):
 --
 [role="term"]
 ----
-sudo apt-get install lttng-modules-dkms
-sudo apt-get install liblttng-ust-dev
-sudo apt-get install lttng-tools
+# apt-get install lttng-modules-dkms
+# apt-get install liblttng-ust-dev
+# apt-get install lttng-tools
 ----
 --
 
@@ -610,7 +610,7 @@ sudo apt-get install lttng-tools
 --
 [role="term"]
 ----
-sudo apt-get install liblttng-ust-agent-java
+# apt-get install liblttng-ust-agent-java
 ----
 --
 
@@ -620,7 +620,7 @@ sudo apt-get install liblttng-ust-agent-java
 --
 [role="term"]
 ----
-sudo apt-get install python3-lttngust
+# apt-get install python3-lttngust
 ----
 --
 
@@ -640,8 +640,8 @@ Alpine Linux "edge":
 --
 [role="term"]
 ----
-sudo apk add lttng-tools
-sudo apk add lttng-ust-dev
+# apk add lttng-tools
+# apk add lttng-ust-dev
 ----
 --
 
@@ -653,7 +653,7 @@ on Alpine Linux "edge":
 --
 [role="term"]
 ----
-apk add linux-vanilla linux-vanilla-dev
+apk add linux-vanilla linux-vanilla-dev
 ----
 --
 
@@ -663,7 +663,7 @@ apk add linux-vanilla linux-vanilla-dev
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-modules/lttng-modules-latest-2.8.tar.bz2 &&
 tar -xf lttng-modules-latest-2.8.tar.bz2 &&
 cd lttng-modules-2.8.* &&
@@ -692,7 +692,7 @@ To install LTTng{nbsp}{revision} on Buildroot{nbsp}2016.11:
 --
 [role="term"]
 ----
-make menuconfig
+make menuconfig
 ----
 --
 
@@ -766,7 +766,7 @@ To build and install LTTng{nbsp}{revision} from source:
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-modules/lttng-modules-latest-2.8.tar.bz2 &&
 tar -xf lttng-modules-latest-2.8.tar.bz2 &&
 cd lttng-modules-2.8.* &&
@@ -781,7 +781,7 @@ sudo depmod -a
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-ust/lttng-ust-latest-2.8.tar.bz2 &&
 tar -xf lttng-ust-latest-2.8.tar.bz2 &&
 cd lttng-ust-2.8.* &&
@@ -831,7 +831,7 @@ instrumented user application with `liblttng-ust`>>:
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.8.tar.bz2 &&
 tar -xf lttng-tools-latest-2.8.tar.bz2 &&
 cd lttng-tools-2.8.* &&
@@ -869,9 +869,10 @@ This tutorial walks you through the steps to:
 [[tracing-the-linux-kernel]]
 === Trace the Linux kernel
 
-The following command lines start with cmd:sudo because you need root
-privileges to trace the Linux kernel. You can avoid using cmd:sudo if
-your Unix user is a member of the <<tracing-group,tracing group>>.
+The following command lines start with the `#` prompt because you need
+root privileges to trace the Linux kernel. You can also trace the kernel
+as a regular user if your Unix user is a member of the
+<<tracing-group,tracing group>>.
 
 . Create a <<tracing-session,tracing session>> which writes its traces
   to dir:{/tmp/my-kernel-trace}:
@@ -879,7 +880,7 @@ your Unix user is a member of the <<tracing-group,tracing group>>.
 --
 [role="term"]
 ----
-sudo lttng create my-kernel-session --output=/tmp/my-kernel-trace
+# lttng create my-kernel-session --output=/tmp/my-kernel-trace
 ----
 --
 
@@ -888,8 +889,8 @@ sudo lttng create my-kernel-session --output=/tmp/my-kernel-trace
 --
 [role="term"]
 ----
-sudo lttng list --kernel
-sudo lttng list --kernel --syscall
+# lttng list --kernel
+# lttng list --kernel --syscall
 ----
 --
 
@@ -900,8 +901,8 @@ sudo lttng list --kernel --syscall
 --
 [role="term"]
 ----
-sudo lttng enable-event --kernel sched_switch,sched_process_fork
-sudo lttng enable-event --kernel --syscall open,close
+# lttng enable-event --kernel sched_switch,sched_process_fork
+# lttng enable-event --kernel --syscall open,close
 ----
 --
 +
@@ -911,7 +912,7 @@ tracepoints (this will generate a lot of data when tracing):
 --
 [role="term"]
 ----
-sudo lttng enable-event --kernel --all
+# lttng enable-event --kernel --all
 ----
 --
 
@@ -920,7 +921,7 @@ sudo lttng enable-event --kernel --all
 --
 [role="term"]
 ----
-sudo lttng start
+# lttng start
 ----
 --
 
@@ -1017,7 +1018,7 @@ TRACEPOINT_EVENT(
 --
 [role="term"]
 ----
-gcc -c -I. hello-tp.c
+gcc -c -I. hello-tp.c
 ----
 --
 
@@ -1077,7 +1078,7 @@ int main(int argc, char *argv[])
 --
 [role="term"]
 ----
-gcc -c hello.c
+gcc -c hello.c
 ----
 --
 
@@ -1087,7 +1088,7 @@ gcc -c hello.c
 --
 [role="term"]
 ----
-gcc -o hello hello.o hello-tp.o -llttng-ust -ldl
+gcc -o hello hello.o hello-tp.o -llttng-ust -ldl
 ----
 --
 
@@ -1104,7 +1105,7 @@ To trace the user application:
 --
 [role="term"]
 ----
-./hello world and beyond
+./hello world and beyond
 ----
 --
 +
@@ -1122,7 +1123,7 @@ Press Enter to continue...
 --
 [role="term"]
 ----
-lttng-sessiond --daemonize
+lttng-sessiond --daemonize
 ----
 --
 +
@@ -1134,7 +1135,7 @@ a service that the distribution's service manager started.
 --
 [role="term"]
 ----
-lttng list --userspace
+lttng list --userspace
 ----
 --
 +
@@ -1146,7 +1147,7 @@ under the `./hello` process.
 --
 [role="term"]
 ----
-lttng create my-user-space-session
+lttng create my-user-space-session
 ----
 --
 
@@ -1156,7 +1157,7 @@ lttng create my-user-space-session
 --
 [role="term"]
 ----
-lttng enable-event --userspace hello_world:my_first_tracepoint
+lttng enable-event --userspace hello_world:my_first_tracepoint
 ----
 --
 
@@ -1165,7 +1166,7 @@ lttng enable-event --userspace hello_world:my_first_tracepoint
 --
 [role="term"]
 ----
-lttng start
+lttng start
 ----
 --
 
@@ -1177,8 +1178,8 @@ lttng start
 --
 [role="term"]
 ----
-sudo lttng stop
-sudo lttng destroy
+$ lttng stop
+$ lttng destroy
 ----
 --
 +
@@ -1233,7 +1234,7 @@ its path to cmd:babeltrace with no options:
 
 [role="term"]
 ----
-babeltrace ~/lttng-traces/my-user-space-session*
+babeltrace ~/lttng-traces/my-user-space-session*
 ----
 
 cmd:babeltrace finds all traces recursively within the given path and
@@ -1244,7 +1245,7 @@ further filtering:
 
 [role="term"]
 ----
-babeltrace /tmp/my-kernel-trace | grep _switch
+babeltrace /tmp/my-kernel-trace | grep _switch
 ----
 
 You can pipe the output of cmd:babeltrace into a tool like man:wc(1) to
@@ -1252,7 +1253,7 @@ count the recorded events:
 
 [role="term"]
 ----
-babeltrace /tmp/my-kernel-trace | grep _open | wc --lines
+babeltrace /tmp/my-kernel-trace | grep _open | wc --lines
 ----
 
 
@@ -1354,7 +1355,7 @@ Run this script:
 
 [role="term"]
 ----
-python3 top5proc.py /tmp/my-kernel-trace/kernel
+python3 top5proc.py /tmp/my-kernel-trace/kernel
 ----
 
 Output example:
@@ -1870,7 +1871,7 @@ The cmd:lttng tool has a Git-like interface:
 
 [role="term"]
 ----
-lttng <general options> <command> <command options>
+$ lttng <GENERAL OPTIONS> <COMMAND> <COMMAND OPTIONS>
 ----
 
 The <<controlling-tracing,Tracing control>> section explores the
@@ -2959,7 +2960,7 @@ To build the instrumented application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -2968,7 +2969,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o tpp.o -llttng-ust -ldl
+gcc -o app app.o tpp.o -llttng-ust -ldl
 ----
 --
 
@@ -2979,7 +2980,7 @@ To run the instrumented application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -2997,7 +2998,7 @@ To create the tracepoint provider package archive file:
 --
 [role="term"]
 ----
-gcc -I. -c tpp.c
+gcc -I. -c tpp.c
 ----
 --
 
@@ -3006,7 +3007,7 @@ gcc -I. -c tpp.c
 --
 [role="term"]
 ----
-ar rcs tpp.a tpp.o
+ar rcs tpp.a tpp.o
 ----
 --
 
@@ -3026,7 +3027,7 @@ To build the instrumented application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3035,7 +3036,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o tpp.a -llttng-ust -ldl
+gcc -o app app.o tpp.a -llttng-ust -ldl
 ----
 --
 
@@ -3046,7 +3047,7 @@ To run the instrumented application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3075,7 +3076,7 @@ To build the instrumented application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3084,7 +3085,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -ldl -L. -ltpp
+gcc -o app app.o -ldl -L. -ltpp
 ----
 --
 
@@ -3095,7 +3096,7 @@ To run the instrumented application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3126,7 +3127,7 @@ To build the instrumented application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3135,7 +3136,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -ldl
+gcc -o app app.o -ldl
 ----
 --
 
@@ -3147,7 +3148,7 @@ To run the instrumented application with tracing support:
 --
 [role="term"]
 ----
-LD_PRELOAD=./libtpp.so ./app
+LD_PRELOAD=./libtpp.so ./app
 ----
 --
 
@@ -3158,7 +3159,7 @@ To run the instrumented application without tracing support:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3191,7 +3192,7 @@ To build the instrumented application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3200,7 +3201,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -ldl
+gcc -o app app.o -ldl
 ----
 --
 
@@ -3211,7 +3212,7 @@ To run the instrumented application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3243,7 +3244,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3252,7 +3253,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o tpp.o -llttng-ust -ldl
+gcc -shared -o libemon.so emon.o tpp.o -llttng-ust -ldl
 ----
 --
 
@@ -3263,7 +3264,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3272,7 +3273,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -L. -lemon
+gcc -o app app.o -L. -lemon
 ----
 --
 
@@ -3283,7 +3284,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3315,7 +3316,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3324,7 +3325,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl -L. -ltpp
+gcc -shared -o libemon.so emon.o -ldl -L. -ltpp
 ----
 --
 
@@ -3335,7 +3336,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3344,7 +3345,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -L. -lemon
+gcc -o app app.o -L. -lemon
 ----
 --
 
@@ -3355,7 +3356,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3388,7 +3389,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3397,7 +3398,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl
+gcc -shared -o libemon.so emon.o -ldl
 ----
 --
 
@@ -3408,7 +3409,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3417,7 +3418,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -L. -lemon
+gcc -o app app.o -L. -lemon
 ----
 --
 
@@ -3429,7 +3430,7 @@ To run the application with tracing support:
 --
 [role="term"]
 ----
-LD_PRELOAD=./libtpp.so ./app
+LD_PRELOAD=./libtpp.so ./app
 ----
 --
 
@@ -3440,7 +3441,7 @@ To run the application without tracing support:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3475,7 +3476,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3484,7 +3485,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl
+gcc -shared -o libemon.so emon.o -ldl
 ----
 --
 
@@ -3495,7 +3496,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3504,7 +3505,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -L. -lemon
+gcc -o app app.o -L. -lemon
 ----
 --
 
@@ -3515,7 +3516,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3549,7 +3550,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3558,7 +3559,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl -L. -ltpp
+gcc -shared -o libemon.so emon.o -ldl -L. -ltpp
 ----
 --
 
@@ -3569,7 +3570,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3578,7 +3579,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -ldl -L. -lemon
+gcc -o app app.o -ldl -L. -lemon
 ----
 --
 
@@ -3589,7 +3590,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3624,7 +3625,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3633,7 +3634,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl
+gcc -shared -o libemon.so emon.o -ldl
 ----
 --
 
@@ -3644,7 +3645,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3653,7 +3654,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -ldl -L. -lemon
+gcc -o app app.o -ldl -L. -lemon
 ----
 --
 
@@ -3664,7 +3665,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3697,7 +3698,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3706,7 +3707,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o -ldl
+gcc -shared -o libemon.so emon.o -ldl
 ----
 --
 
@@ -3717,7 +3718,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3726,7 +3727,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o -L. -lemon
+gcc -o app app.o -L. -lemon
 ----
 --
 
@@ -3738,7 +3739,7 @@ To run the application with tracing support:
 --
 [role="term"]
 ----
-LD_PRELOAD=./libtpp.so ./app
+LD_PRELOAD=./libtpp.so ./app
 ----
 --
 
@@ -3749,7 +3750,7 @@ To run the application without tracing support:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3781,7 +3782,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3790,7 +3791,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o
+gcc -shared -o libemon.so emon.o
 ----
 --
 
@@ -3801,7 +3802,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3810,7 +3811,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -o app app.o tpp.o -llttng-ust -ldl -L. -lemon
+gcc -o app app.o tpp.o -llttng-ust -ldl -L. -lemon
 ----
 --
 
@@ -3821,7 +3822,7 @@ To run the instrumented application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 
@@ -3852,7 +3853,7 @@ To build the application:
 --
 [role="term"]
 ----
-gcc -c app.c
+gcc -c app.c
 ----
 --
 
@@ -3861,7 +3862,7 @@ gcc -c app.c
 --
 [role="term"]
 ----
-gcc -Wl,--export-dynamic -o app app.o tpp.o \
+gcc -Wl,--export-dynamic -o app app.o tpp.o \
     -llttng-ust -ldl
 ----
 --
@@ -3877,7 +3878,7 @@ To build the instrumented user library:
 --
 [role="term"]
 ----
-gcc -I. -fpic -c emon.c
+gcc -I. -fpic -c emon.c
 ----
 --
 
@@ -3886,7 +3887,7 @@ gcc -I. -fpic -c emon.c
 --
 [role="term"]
 ----
-gcc -shared -o libemon.so emon.o
+gcc -shared -o libemon.so emon.o
 ----
 --
 
@@ -3897,7 +3898,7 @@ To run the application:
 --
 [role="term"]
 ----
-./app
+./app
 ----
 --
 |====
@@ -3936,7 +3937,7 @@ object when starting the application.
 
 [role="term"]
 ----
-LD_PRELOAD=liblttng-ust-fork.so ./my-app
+LD_PRELOAD=liblttng-ust-fork.so ./my-app
 ----
 
 If your tracepoint provider package is
@@ -3945,7 +3946,7 @@ shared objects in env:LD_PRELOAD:
 
 [role="term"]
 ----
-LD_PRELOAD=liblttng-ust-fork.so:/path/to/tp.so ./my-app
+LD_PRELOAD=liblttng-ust-fork.so:/path/to/tp.so ./my-app
 ----
 
 
@@ -3959,7 +3960,7 @@ build an application on the command line:
 
 [role="term"]
 ----
-gcc -o my-app my-app.o tp.o $(pkg-config --cflags --libs lttng-ust)
+gcc -o my-app my-app.o tp.o $(pkg-config --cflags --libs lttng-ust)
 ----
 
 
@@ -3984,7 +3985,7 @@ or LTTng packages:
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/urcu/userspace-rcu-latest-0.9.tar.bz2 &&
 tar -xf userspace-rcu-latest-0.9.tar.bz2 &&
 cd userspace-rcu-0.9.* &&
@@ -4011,7 +4012,7 @@ sudo ldconfig
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-ust/lttng-ust-latest-2.8.tar.bz2 &&
 tar -xf lttng-ust-latest-2.8.tar.bz2 &&
 cd lttng-ust-2.8.* &&
@@ -4036,7 +4037,7 @@ relevant 32-bit library paths, for example:
 
 [role="term"]
 ----
-LDFLAGS='-L/usr/lib/i386-linux-gnu -L/usr/lib32'
+LDFLAGS='-L/usr/lib/i386-linux-gnu -L/usr/lib32'
 ----
 ====
 
@@ -4046,7 +4047,7 @@ LDFLAGS='-L/usr/lib/i386-linux-gnu -L/usr/lib32'
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.8.tar.bz2 &&
 tar -xf lttng-tools-latest-2.8.tar.bz2 &&
 cd lttng-tools-2.8.* &&
@@ -4070,7 +4071,7 @@ sudo ldconfig
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.8.tar.bz2 &&
 tar -xf lttng-tools-latest-2.8.tar.bz2 &&
 cd lttng-tools-2.8.* &&
@@ -4097,9 +4098,9 @@ instrumented 32-bit application:
 --
 [role="term"]
 ----
-gcc -m32 -c -I. hello-tp.c
-gcc -m32 -c hello.c
-gcc -m32 -o hello hello.o hello-tp.o \
+gcc -m32 -c -I. hello-tp.c
+gcc -m32 -c hello.c
+gcc -m32 -o hello hello.o hello-tp.o \
     -L/usr/lib32 -L/usr/local/lib32 \
     -Wl,-rpath,/usr/lib32,-rpath,/usr/local/lib32 \
     -llttng-ust -ldl
@@ -4151,7 +4152,7 @@ To use `tracef()` in your application:
 --
 [role="term"]
 ----
-gcc -o app app.c -llttng-ust
+gcc -o app app.c -llttng-ust
 ----
 --
 
@@ -4163,7 +4164,7 @@ To trace the events that `tracef()` calls emit:
 --
 [role="term"]
 ----
-lttng enable-event --userspace 'lttng_ust_tracef:*'
+lttng enable-event --userspace 'lttng_ust_tracef:*'
 ----
 --
 
@@ -4238,7 +4239,7 @@ See man:lttng-ust(3) for a list of available log level names.
 --
 [role="term"]
 ----
-gcc -o app app.c -llttng-ust
+gcc -o app app.c -llttng-ust
 ----
 --
 
@@ -4252,7 +4253,7 @@ _as severe as_ a specific log level:
 --
 [role="term"]
 ----
-lttng enable-event --userspace 'lttng_ust_tracelog:*'
+lttng enable-event --userspace 'lttng_ust_tracelog:*'
                    --loglevel=TRACE_WARNING
 ----
 --
@@ -4266,7 +4267,7 @@ _specific log level_:
 --
 [role="term"]
 ----
-lttng enable-event --userspace 'lttng_ust_tracelog:*'
+lttng enable-event --userspace 'lttng_ust_tracelog:*'
                    --loglevel-only=TRACE_INFO
 ----
 --
@@ -4305,7 +4306,7 @@ To use a user space tracing helper with any user application:
 --
 [role="term"]
 ----
-LD_PRELOAD=liblttng-ust-libc-wrapper.so my-app
+LD_PRELOAD=liblttng-ust-libc-wrapper.so my-app
 ----
 --
 +
@@ -4314,7 +4315,7 @@ You can preload more than one helper:
 --
 [role="term"]
 ----
-LD_PRELOAD=liblttng-ust-libc-wrapper.so:liblttng-ust-dl.so my-app
+LD_PRELOAD=liblttng-ust-libc-wrapper.so:liblttng-ust-dl.so my-app
 ----
 --
 
@@ -4557,7 +4558,7 @@ Build this example:
 
 [role="term"]
 ----
-javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar Test.java
+javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar Test.java
 ----
 
 <<creating-destroying-tracing-sessions,Create a tracing session>>,
@@ -4566,16 +4567,16 @@ javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jar
 
 [role="term"]
 ----
-lttng create
-lttng enable-event --jul jello
-lttng start
+lttng create
+lttng enable-event --jul jello
+lttng start
 ----
 
 Run the compiled class:
 
 [role="term"]
 ----
-java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar:. Test
+java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar:. Test
 ----
 
 <<basic-tracing-session-control,Stop tracing>> and inspect the
@@ -4583,8 +4584,8 @@ recorded events:
 
 [role="term"]
 ----
-lttng stop
-lttng view
+lttng stop
+lttng view
 ----
 ====
 
@@ -4730,7 +4731,7 @@ file):
 
 [role="term"]
 ----
-javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-log4j.jar:$LOG4JPATH Test.java
+javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-log4j.jar:$LOG4JPATH Test.java
 ----
 
 <<creating-destroying-tracing-sessions,Create a tracing session>>,
@@ -4739,16 +4740,16 @@ javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jar
 
 [role="term"]
 ----
-lttng create
-lttng enable-event --log4j jello
-lttng start
+lttng create
+lttng enable-event --log4j jello
+lttng start
 ----
 
 Run the compiled class:
 
 [role="term"]
 ----
-java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-log4j.jar:$LOG4JPATH:. Test
+java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-log4j.jar:$LOG4JPATH:. Test
 ----
 
 <<basic-tracing-session-control,Stop tracing>> and inspect the
@@ -4756,8 +4757,8 @@ recorded events:
 
 [role="term"]
 ----
-lttng stop
-lttng view
+lttng stop
+lttng view
 ----
 ====
 
@@ -4961,7 +4962,7 @@ Build this example:
 
 [role="term"]
 ----
-javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar Test.java
+javac -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar Test.java
 ----
 
 <<creating-destroying-tracing-sessions,Create a tracing session>>
@@ -4970,8 +4971,8 @@ and <<enabling-disabling-events,create an event rule>> matching the
 
 [role="term"]
 ----
-lttng create
-lttng enable-event --jul jello
+lttng create
+lttng enable-event --jul jello
 ----
 
 <<adding-context,Add the application-specific context fields>> to the
@@ -4979,22 +4980,22 @@ JUL channel:
 
 [role="term"]
 ----
-lttng add-context --jul --type='$app.myRetriever:intCtx'
-lttng add-context --jul --type='$app.myRetriever:strContext'
+lttng add-context --jul --type='$app.myRetriever:intCtx'
+lttng add-context --jul --type='$app.myRetriever:strContext'
 ----
 
 <<basic-tracing-session-control,Start tracing>>:
 
 [role="term"]
 ----
-lttng start
+lttng start
 ----
 
 Run the compiled class:
 
 [role="term"]
 ----
-java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar:. Test
+java -cp /usr/share/java/jarpath/lttng-ust-agent-common.jar:/usr/share/java/jarpath/lttng-ust-agent-jul.jar:. Test
 ----
 
 <<basic-tracing-session-control,Stop tracing>> and inspect the
@@ -5002,8 +5003,8 @@ recorded events:
 
 [role="term"]
 ----
-lttng stop
-lttng view
+lttng stop
+lttng view
 ----
 ====
 
@@ -5089,16 +5090,16 @@ tracing>>:
 
 [role="term"]
 ----
-lttng create
-lttng enable-event --python my-logger
-lttng start
+lttng create
+lttng enable-event --python my-logger
+lttng start
 ----
 
 Run the Python script:
 
 [role="term"]
 ----
-python test.py
+python test.py
 ----
 
 <<basic-tracing-session-control,Stop tracing>> and inspect the recorded
@@ -5106,8 +5107,8 @@ events:
 
 [role="term"]
 ----
-lttng stop
-lttng view
+lttng stop
+lttng view
 ----
 ====
 
@@ -5178,7 +5179,7 @@ mostly to instrument shell scripts:
 
 [role="term"]
 ----
-echo "Some message, some $variable" > /proc/lttng-logger
+echo "Some message, some $variable" > /proc/lttng-logger
 ----
 
 Any event that the LTTng logger emits is named `lttng_logger` and
@@ -5224,16 +5225,16 @@ df --human-readable --print-type / > /proc/lttng-logger
 
 [role="term"]
 ----
-lttng create
-lttng enable-event --kernel lttng_logger
-lttng start
+lttng create
+lttng enable-event --kernel lttng_logger
+lttng start
 ----
 
 Run the Bash script:
 
 [role="term"]
 ----
-bash test.bash
+bash test.bash
 ----
 
 <<basic-tracing-session-control,Stop tracing>> and inspect the recorded
@@ -5241,8 +5242,8 @@ events:
 
 [role="term"]
 ----
-lttng stop
-lttng view
+lttng stop
+lttng view
 ----
 ====
 
@@ -5313,7 +5314,7 @@ is your subsystem's name.
 --
 [role="term"]
 ----
-cd $(mktemp -d) &&
+cd $(mktemp -d) &&
 wget http://lttng.org/files/lttng-modules/lttng-modules-latest-2.8.tar.bz2 &&
 tar -xf lttng-modules-latest-2.8.tar.bz2 &&
 cd lttng-modules-2.8.*
@@ -5428,8 +5429,8 @@ obj-m += lttng-probe-my-subsys.o
 --
 [role="term"]
 ----
-make KERNELDIR=/path/to/linux
-sudo make modules_install
+make KERNELDIR=/path/to/linux
+# make modules_install && depmod -a
 ----
 --
 +
@@ -5546,7 +5547,7 @@ module:
 ====
 [role="term"]
 ----
-sudo lttng-sessiond --extra-kmod-probes=my_subsys,usb
+# lttng-sessiond --extra-kmod-probes=my_subsys,usb
 ----
 ====
 --
@@ -5564,7 +5565,7 @@ To load _only_ a given custom probe kernel module:
 ====
 [role="term"]
 ----
-sudo lttng-sessiond --kmod-probes=my_subsys,usb
+# lttng-sessiond --kmod-probes=my_subsys,usb
 ----
 ====
 --
@@ -5576,7 +5577,7 @@ To confirm that a probe module is loaded:
 --
 [role="term"]
 ----
-lsmod | grep lttng_probe_usb
+lsmod | grep lttng_probe_usb
 ----
 --
 
@@ -5587,7 +5588,7 @@ To unload the loaded probe modules:
 --
 [role="term"]
 ----
-sudo pkill lttng-sessiond
+# pkill lttng-sessiond
 ----
 --
 +
@@ -5649,7 +5650,7 @@ To start a user session daemon:
 --
 [role="term"]
 ----
-lttng-sessiond --daemonize
+lttng-sessiond --daemonize
 ----
 --
 
@@ -5660,7 +5661,7 @@ To start the root session daemon:
 --
 [role="term"]
 ----
-sudo lttng-sessiond --daemonize
+# lttng-sessiond --daemonize
 ----
 --
 
@@ -5689,7 +5690,7 @@ To create a tracing session with a generated name:
 --
 [role="term"]
 ----
-lttng create
+lttng create
 ----
 --
 
@@ -5703,7 +5704,7 @@ To create a tracing session with a specific name:
 --
 [role="term"]
 ----
-lttng create my-session
+lttng create my-session
 ----
 --
 +
@@ -5723,7 +5724,7 @@ To output LTTng traces to a non-default location:
 --
 [role="term"]
 ----
-lttng create my-session --output=/tmp/some-directory
+lttng create my-session --output=/tmp/some-directory
 ----
 --
 
@@ -5736,7 +5737,7 @@ To list all the existing tracing sessions for your Unix user:
 --
 [role="term"]
 ----
-lttng list
+lttng list
 ----
 --
 
@@ -5767,7 +5768,7 @@ To change the current tracing session:
 --
 [role="term"]
 ----
-lttng set-session new-session
+lttng set-session new-session
 ----
 --
 +
@@ -5785,7 +5786,7 @@ To destroy the current tracing session:
 --
 [role="term"]
 ----
-lttng destroy
+lttng destroy
 ----
 --
 
@@ -5822,7 +5823,7 @@ To list the available instrumentation points:
 ====
 [role="term"]
 ----
-lttng list --userspace
+lttng list --userspace
 ----
 ====
 
@@ -5830,7 +5831,7 @@ lttng list --userspace
 ====
 [role="term"]
 ----
-lttng list --kernel --syscall
+lttng list --kernel --syscall
 ----
 ====
 
@@ -5934,7 +5935,7 @@ command-line options to create simple to more complex event rules.
 ====
 [role="term"]
 ----
-lttng enable-event --kernel sched_switch
+lttng enable-event --kernel sched_switch
 ----
 ====
 
@@ -5942,7 +5943,7 @@ lttng enable-event --kernel sched_switch
 ====
 [role="term"]
 ----
-lttng enable-event --kernel --syscall open,write,read,close
+lttng enable-event --kernel --syscall open,write,read,close
 ----
 ====
 
@@ -5950,18 +5951,18 @@ lttng enable-event --kernel --syscall open,write,read,close
 ====
 [role="term"]
 ----
-lttng enable-event --kernel sched_switch --filter='prev_comm == "bash"'
+lttng enable-event --kernel sched_switch --filter='prev_comm == "bash"'
 ----
 
 [role="term"]
 ----
-lttng enable-event --kernel --all \
+lttng enable-event --kernel --all \
                    --filter='$ctx.tid == 1988 || $ctx.tid == 1534'
 ----
 
 [role="term"]
 ----
-lttng enable-event --jul my_logger \
+lttng enable-event --jul my_logger \
                    --filter='$app.retriever:cur_msg_id > 3'
 ----
 
@@ -5973,7 +5974,7 @@ use man:lttng(1) from a shell.
 ====
 [role="term"]
 ----
-lttng enable-event --userspace my_app:'*' --loglevel=TRACE_INFO
+lttng enable-event --userspace my_app:'*' --loglevel=TRACE_INFO
 ----
 
 IMPORTANT: Make sure to always quote the wildcard character when you
@@ -5984,7 +5985,7 @@ use man:lttng(1) from a shell.
 ====
 [role="term"]
 ----
-lttng enable-event --python my-app.'*' \
+lttng enable-event --python my-app.'*' \
                    --exclude='my-app.module,my-app.hello'
 ----
 ====
@@ -5993,7 +5994,7 @@ lttng enable-event --python my-app.'*' \
 ====
 [role="term"]
 ----
-lttng enable-event --log4j --all --loglevel-only=LOG4J_WARN
+lttng enable-event --log4j --all --loglevel-only=LOG4J_WARN
 ----
 ====
 
@@ -6001,7 +6002,7 @@ lttng enable-event --log4j --all --loglevel-only=LOG4J_WARN
 ====
 [role="term"]
 ----
-lttng enable-event --userspace my_app:my_tracepoint --channel=my-channel
+lttng enable-event --userspace my_app:my_tracepoint --channel=my-channel
 ----
 ====
 
@@ -6013,8 +6014,8 @@ rules:
 
 [role="term"]
 ----
-lttng enable-event --userspace my_app:my_tracepoint
-lttng enable-event --userspace my_app:my_tracepoint \
+lttng enable-event --userspace my_app:my_tracepoint
+lttng enable-event --userspace my_app:my_tracepoint \
                    --loglevel=TRACE_INFO
 ----
 
@@ -6038,7 +6039,7 @@ a _disabled_ event rule.
 ====
 [role="term"]
 ----
-lttng disable-event --python my-logger
+lttng disable-event --python my-logger
 ----
 ====
 
@@ -6046,7 +6047,7 @@ lttng disable-event --python my-logger
 ====
 [role="term"]
 ----
-lttng disable-event --jul '*'
+lttng disable-event --jul '*'
 ----
 ====
 
@@ -6059,7 +6060,7 @@ rules of a given channel.
 
 [role="term"]
 ----
-lttng disable-event --jul --all-events
+lttng disable-event --jul --all-events
 ----
 ====
 
@@ -6077,7 +6078,7 @@ parameters, its channels, event rules, and their attributes:
 --
 [role="term"]
 ----
-lttng status
+lttng status
 ----
 --
 +
@@ -6089,7 +6090,7 @@ To get the status of any tracing session:
 --
 [role="term"]
 ----
-lttng list my-session
+lttng list my-session
 ----
 --
 +
@@ -6111,7 +6112,7 @@ To start tracing in the current tracing session:
 --
 [role="term"]
 ----
-lttng start
+lttng start
 ----
 --
 
@@ -6127,7 +6128,7 @@ To stop tracing in the current tracing session:
 --
 [role="term"]
 ----
-lttng stop
+lttng stop
 ----
 --
 +
@@ -6252,7 +6253,7 @@ command-line options to create simple to more complex channels.
 ====
 [role="term"]
 ----
-lttng enable-channel --kernel my-channel
+lttng enable-channel --kernel my-channel
 ----
 ====
 
@@ -6260,7 +6261,7 @@ lttng enable-channel --kernel my-channel
 ====
 [role="term"]
 ----
-lttng enable-channel --userspace --num-subbuf=4 --subbuf-size=1M \
+lttng enable-channel --userspace --num-subbuf=4 --subbuf-size=1M \
                      --buffers-pid my-channel
 ----
 ====
@@ -6269,7 +6270,7 @@ lttng enable-channel --userspace --num-subbuf=4 --subbuf-size=1M \
 ====
 [role="term"]
 ----
-lttng enable-channel --kernel --tracefile-count=8 \
+lttng enable-channel --kernel --tracefile-count=8 \
                      --tracefile-size=4194304 my-channel
 ----
 ====
@@ -6278,7 +6279,7 @@ lttng enable-channel --kernel --tracefile-count=8 \
 ====
 [role="term"]
 ----
-lttng enable-channel --userspace --overwrite my-channel
+lttng enable-channel --userspace --overwrite my-channel
 ----
 ====
 
@@ -6287,8 +6288,8 @@ two different channels:
 
 [role="term"]
 ----
-lttng enable-event --userspace --channel=my-channel app:tp
-lttng enable-event --userspace --channel=other-channel app:tp
+lttng enable-event --userspace --channel=my-channel app:tp
+lttng enable-event --userspace --channel=other-channel app:tp
 ----
 
 If both channels are enabled, when a tracepoint named `app:tp` is
@@ -6305,7 +6306,7 @@ previously, use the man:lttng-disable-channel(1) command.
 ====
 [role="term"]
 ----
-lttng disable-channel --kernel my-channel
+lttng disable-channel --kernel my-channel
 ----
 ====
 
@@ -6353,7 +6354,7 @@ of the current tracing session.
 
 [role="term"]
 ----
-lttng add-context --userspace --type=vpid --type=perf:thread:cpu-cycles
+lttng add-context --userspace --type=vpid --type=perf:thread:cpu-cycles
 ----
 ====
 
@@ -6365,7 +6366,7 @@ tracing session.
 
 [role="term"]
 ----
-lttng add-context --kernel --channel=my-channel --type=tid
+lttng add-context --kernel --channel=my-channel --type=tid
 ----
 ====
 
@@ -6378,7 +6379,7 @@ in the channel named `my-channel`:
 
 [role="term"]
 ----
-lttng add-context --kernel --channel=my-channel \
+lttng add-context --kernel --channel=my-channel \
                   --type='$app:retriever:cur_msg_id'
 ----
 
@@ -6427,7 +6428,7 @@ tracks the specific PIDs. After:
 
 [role="term"]
 ----
-lttng track --pid=3,4,7,10,13
+lttng track --pid=3,4,7,10,13
 ----
 
 the whitelist is:
@@ -6440,7 +6441,7 @@ You can add more PIDs to the whitelist afterwards:
 
 [role="term"]
 ----
-lttng track --pid=1,15,16
+lttng track --pid=1,15,16
 ----
 
 The result is:
@@ -6454,7 +6455,7 @@ whitelist. Given the previous example, the following command:
 
 [role="term"]
 ----
-lttng untrack --pid=3,7,10,13
+lttng untrack --pid=3,7,10,13
 ----
 
 leads to this whitelist:
@@ -6468,7 +6469,7 @@ option:
 
 [role="term"]
 ----
-lttng track --pid --all
+lttng track --pid --all
 ----
 
 The result is, again:
@@ -6489,7 +6490,7 @@ man:lttng-untrack(1) command to clear the whitelist after you
 
 [role="term"]
 ----
-lttng untrack --pid --all
+lttng untrack --pid --all
 ----
 
 gives:
@@ -6505,7 +6506,7 @@ specific PIDs, for example:
 
 [role="term"]
 ----
-lttng track --pid=6,11
+lttng track --pid=6,11
 ----
 
 Result:
@@ -6543,7 +6544,7 @@ To save a given tracing session configuration:
 --
 [role="term"]
 ----
-lttng save my-session
+lttng save my-session
 ----
 --
 +
@@ -6570,7 +6571,7 @@ To load a tracing session:
 --
 [role="term"]
 ----
-lttng load my-session
+lttng load my-session
 ----
 --
 +
@@ -6598,7 +6599,7 @@ To send the trace data over the network:
 --
 [role="term"]
 ----
-lttng-relayd
+lttng-relayd
 ----
 --
 
@@ -6608,7 +6609,7 @@ lttng-relayd
 --
 [role="term"]
 ----
-lttng create my-session --set-url=net://remote-system
+lttng create my-session --set-url=net://remote-system
 ----
 --
 +
@@ -6654,7 +6655,7 @@ To use LTTng live:
 --
 [role="term"]
 ----
-lttng create my-session --live
+lttng create my-session --live
 ----
 --
 +
@@ -6666,7 +6667,8 @@ This spawns a local relay daemon.
 --
 [role="term"]
 ----
-babeltrace --input-format=lttng-live net://localhost/host/hostname/my-session
+$ babeltrace --input-format=lttng-live
+           net://localhost/host/hostname/my-session
 ----
 --
 +
@@ -6684,7 +6686,7 @@ You can list the available live tracing sessions with Babeltrace:
 
 [role="term"]
 ----
-babeltrace --input-format=lttng-live net://localhost
+babeltrace --input-format=lttng-live net://localhost
 ----
 
 You can start the relay daemon on another system. In this case, you need
@@ -6721,7 +6723,7 @@ To take a snapshot:
 --
 [role="term"]
 ----
-lttng create my-session --snapshot
+lttng create my-session --snapshot
 ----
 --
 +
@@ -6744,7 +6746,7 @@ change before you actually take the snapshot.
 --
 [role="term"]
 ----
-lttng snapshot record --name=my-first-snapshot
+lttng snapshot record --name=my-first-snapshot
 ----
 --
 +
@@ -6782,7 +6784,7 @@ XML machine interface output, for example:
 
 [role="term"]
 ----
-lttng --mi=xml enable-event --kernel --syscall open
+lttng --mi=xml enable-event --kernel --syscall open
 ----
 
 A schema definition (XSD) is
@@ -6817,7 +6819,7 @@ To regenerate the metadata of an LTTng trace:
 --
 [role="term"]
 ----
-lttng metadata regenerate
+lttng metadata regenerate
 ----
 --
 
@@ -6864,7 +6866,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create my-session --shm-path=/path/to/shm
+lttng create my-session --shm-path=/path/to/shm
 ----
 --
 
@@ -6877,7 +6879,7 @@ lttng create my-session --shm-path=/path/to/shm
 --
 [role="term"]
 ----
-lttng-crash /path/to/shm
+lttng-crash /path/to/shm
 ----
 --
 
@@ -6892,7 +6894,7 @@ To convert the ring buffer files to LTTng trace files:
 --
 [role="term"]
 ----
-lttng-crash --extract=/path/to/trace /path/to/shm
+lttng-crash --extract=/path/to/trace /path/to/shm
 ----
 --
 
This page took 0.050286 seconds and 4 git commands to generate.