summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-07 10:25:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-08 11:14:55 +0000
commit30b8d9378b8260e452552b806610dc9b6fe0b69f (patch)
tree4ba24d6cf2a6f4eea475c02c9908d4bb680f8a43
parent895c86d71d7c6c65c719b147b32c057de6057c48 (diff)
downloadpoky-30b8d9378b8260e452552b806610dc9b6fe0b69f.tar.gz
profile-manual: Updates to the LTTng Documentation section.
The LTTng Documentation website has been updated to actually have extensive documentation now. Previously, in the profile-manual, we were stating that documentation did not exist, which was true at the time of writing. I updated the section to link to the main LTTng documentation website and altered some other text in the section appropriately. Additionally, I found and corrected a couple spelling errors in this chapter. (From yocto-docs rev: d40ea4d8cfcbc225025d73288cd01336e0d41afc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/profile-manual/profile-manual-usage.xml24
1 files changed, 17 insertions, 7 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml
index 5577b1b001..9446c1dfb9 100644
--- a/documentation/profile-manual/profile-manual-usage.xml
+++ b/documentation/profile-manual/profile-manual-usage.xml
@@ -842,7 +842,7 @@
842 idea. One of the first projects to do this was IBM's DProbes 842 idea. One of the first projects to do this was IBM's DProbes
843 dpcc compiler, an ANSI C compiler which targeted a low-level 843 dpcc compiler, an ANSI C compiler which targeted a low-level
844 assembly language running on an in-kernel interpreter on the 844 assembly language running on an in-kernel interpreter on the
845 target system. This is exactly analagous to what Sun's DTrace 845 target system. This is exactly analogous to what Sun's DTrace
846 did, except that DTrace invented its own language for the purpose. 846 did, except that DTrace invented its own language for the purpose.
847 Systemtap, heavily inspired by DTrace, also created its own 847 Systemtap, heavily inspired by DTrace, also created its own
848 one-off language, but rather than running the product on an 848 one-off language, but rather than running the product on an
@@ -1275,7 +1275,7 @@
1275 </para> 1275 </para>
1276 1276
1277 <informalexample> 1277 <informalexample>
1278 <emphasis>Tying it Together:</emphasis> The trace events subsystem accomodate static 1278 <emphasis>Tying it Together:</emphasis> The trace events subsystem accommodate static
1279 and dynamic tracepoints in exactly the same way - there's no 1279 and dynamic tracepoints in exactly the same way - there's no
1280 difference as far as the infrastructure is concerned. See the 1280 difference as far as the infrastructure is concerned. See the
1281 ftrace section for more details on the trace event subsystem. 1281 ftrace section for more details on the trace event subsystem.
@@ -3257,15 +3257,25 @@
3257 <title>Documentation</title> 3257 <title>Documentation</title>
3258 3258
3259 <para> 3259 <para>
3260 There doesn't seem to be any current documentation covering 3260 You can find the primary LTTng Documentation on the
3261 LTTng 2.0, but maybe that's because the project is in transition. 3261 <ulink url='https://lttng.org/docs/'>LTTng Documentation</ulink>
3262 The LTTng 2.0 website, however, is here: 3262 site.
3263 The documentation on this site is appropriate for intermediate to
3264 advanced software developers who are working in a Linux environment
3265 and are interested in efficient software tracing.
3266 </para>
3267
3268 <para>
3269 For information on LTTng in general, visit the
3263 <ulink url='http://lttng.org/lttng2.0'>LTTng Project</ulink> 3270 <ulink url='http://lttng.org/lttng2.0'>LTTng Project</ulink>
3271 site.
3272 You can find a "Getting Started" link on this site that takes
3273 you to an LTTng Quick Start.
3264 </para> 3274 </para>
3265 3275
3266 <para> 3276 <para>
3267 You can access extensive help information on how to use the 3277 Finally, you can access extensive help information on how to use
3268 LTTng plug-in to search and analyze captured traces via the 3278 the LTTng plug-in to search and analyze captured traces via the
3269 Eclipse help system: 3279 Eclipse help system:
3270 <literallayout class='monospaced'> 3280 <literallayout class='monospaced'>
3271 Help | Help Contents | LTTng Plug-in User Guide 3281 Help | Help Contents | LTTng Plug-in User Guide