From: Philippe Proulx Date: Fri, 4 Sep 2015 03:57:38 +0000 (-0400) Subject: getting-started: minor fixes X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=b51e6d8efcf4eb2a9feb47999f8c773ce9b85637;p=lttng-docs.git getting-started: minor fixes Signed-off-by: Philippe Proulx --- diff --git a/contents/getting-started/intro.md b/contents/getting-started/intro.md index acd95ee..b034bd0 100644 --- a/contents/getting-started/intro.md +++ b/contents/getting-started/intro.md @@ -3,17 +3,17 @@ id: getting-started --- This is a small guide to get started quickly with LTTng kernel and user -space tracing. For intermediate to advanced use cases and a more -thorough understanding of LTTng, see [Using LTTng](#doc-using-lttng) and -[Understanding LTTng](#doc-understanding-lttng). +space tracing. For a more thorough understanding of LTTng and intermediate +to advanced use cases and, see [Understanding LTTng](#doc-understanding-lttng) +and [Using LTTng](#doc-using-lttng). Before reading this guide, make sure LTTng -[is installed](#doc-installing-lttng). You need LTTng-tools. Also install +[is installed](#doc-installing-lttng). LTTng-tools is required. Also install LTTng-modules for [tracing the Linux kernel](#doc-tracing-the-linux-kernel) and LTTng-UST for [tracing your own user space applications](#doc-tracing-your-own-user-application). -When your traces are finally written and complete, the +When the traces are finally written and complete, the [Viewing and analyzing your traces](#doc-viewing-and-analyzing-your-traces) section of this chapter will help you analyze your tracepoint events to investigate.