From: Philippe Proulx Date: Mon, 20 Feb 2017 22:54:55 +0000 (-0500) Subject: tracing-the-linux-kernel: add missing sudo commands X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=e56400495f0da9a824843ebce1f2ab19cf78aa07;p=lttng-docs.git tracing-the-linux-kernel: add missing sudo commands Fixes: #18 Signed-off-by: Philippe Proulx --- diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index 996562e..7ed36b8 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.8, 8 December 2016 +v2.8, 20 February 2017 include::../common/copyright.txt[] @@ -888,8 +888,8 @@ sudo lttng create my-kernel-session --output=/tmp/my-kernel-trace -- [role="term"] ---- -lttng list --kernel -lttng list --kernel --syscall +sudo lttng list --kernel +sudo lttng list --kernel --syscall ---- -- diff --git a/2.9/lttng-docs-2.9.txt b/2.9/lttng-docs-2.9.txt index ac3727e..5e22e1a 100644 --- a/2.9/lttng-docs-2.9.txt +++ b/2.9/lttng-docs-2.9.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.9, 8 December 2016 +v2.9, 20 February 2017 include::../common/copyright.txt[] @@ -641,8 +641,8 @@ sudo lttng create my-kernel-session --output=/tmp/my-kernel-trace -- [role="term"] ---- -lttng list --kernel -lttng list --kernel --syscall +sudo lttng list --kernel +sudo lttng list --kernel --syscall ---- --