From: Sébastien Boisvert Date: Sun, 19 Oct 2014 18:22:01 +0000 (-0500) Subject: tracing-the-linux-kernel: minor fixes X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=08060fc12ce22fb45f524be657d2c408162aafdf;p=lttng-docs.git tracing-the-linux-kernel: minor fixes Signed-off-by: Sébastien Boisvert --- diff --git a/contents/getting-started/tracing-the-linux-kernel.md b/contents/getting-started/tracing-the-linux-kernel.md index 70d0f4b..2a5eb74 100644 --- a/contents/getting-started/tracing-the-linux-kernel.md +++ b/contents/getting-started/tracing-the-linux-kernel.md @@ -7,7 +7,7 @@ Make sure LTTng-tools and LTTng-modules packages Since you're about to trace the Linux kernel itself, let's look at the available kernel events using the `lttng` tool, which has a -Git like command line structure: +Git-like command line structure:
 lttng list --kernel
@@ -22,7 +22,7 @@ sudo lttng create my-session
 

Tip:You can avoid using sudo in - the previous and following commands if your user is part of the + the previous and following commands if your user is a member of the tracing group.

@@ -62,7 +62,7 @@ sudo lttng destroy
Although `destroy` looks scary here, it doesn't actually destroy the -outputted traces: it only destroys the tracing session. +outputted trace files: it only destroys the tracing session. What's next? Have a look at [Viewing and analyzing your traces](#doc-viewing-and-analyzing-your-traces)