From 7b1aa266716a1b50b5aa762da70b696c2a7f341b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 15 Mar 2010 15:59:43 -0400 Subject: [PATCH] update LTTng manual non-html tags Signed-off-by: Mathieu Desnoyers --- LTTngManual.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/LTTngManual.html b/LTTngManual.html index 905173eb..60e6dff9 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -232,7 +232,7 @@ mv linux-2.6.X linux-2.6.X-lttng-0.x.xx su - cd /usr/src/linux-2.6.X-lttng-0.x.xx make menuconfig (or make xconfig or make config) - Select the < Help > button if you are not familiar with kernel + Select the < Help > button if you are not familiar with kernel configuration. Items preceded by [*] means they has to be built into the kernel. Items preceded by [M] means they has to be built as modules. @@ -243,21 +243,21 @@ make menuconfig (or make xconfig or make config) [*] Activate markers [*] Activate userspace markers ABI (experimental, optional) [*] Immediate value optimization (optional) - [*] Linux Trace Toolkit Next Generation (LTTng) ---> - or <*> Compile lttng tracing probes - or <*> Linux Trace Toolkit High-speed Lockless Data Relay - or <*> Linux Trace Toolkit Lock-Protected Data Relay - or <*> Linux Trace Toolkit Serializer - or <*> Linux Trace Toolkit Marker Control - or <*> Linux Trace Toolkit Tracer + [*] Linux Trace Toolkit Next Generation (LTTng) ---> + <M> or <*> Compile lttng tracing probes + <M> or <*> Linux Trace Toolkit High-speed Lockless Data Relay + <M> or <*> Linux Trace Toolkit Lock-Protected Data Relay + <M> or <*> Linux Trace Toolkit Serializer + <M> or <*> Linux Trace Toolkit Marker Control + <M> or <*> Linux Trace Toolkit Tracer [*] Align Linux Trace Toolkit Traces - or <*> Support logging events from userspace + <M> or <*> Support logging events from userspace [*] Support trace extraction from crash dump - or <*> Linux Trace Toolkit Trace Controller - or <*> Linux Trace Toolkit State Dump - Select - Select - Select + <M> or <*> Linux Trace Toolkit Trace Controller + <M> or <*> Linux Trace Toolkit State Dump + Select <Exit> + Select <Exit> + Select <Yes> make make modules_install (if necessary, create a initrd with mkinitrd or your preferate alternative) @@ -385,12 +385,12 @@ ldconfig
 Make sure you selected the kernel menuconfig option :
-     or <*> Support logging events from userspace
+    <M> or <*> Support logging events from userspace
 And that the ltt-userspace-event kernel module is loaded if selected as a
 module.
 
 Simple userspace tracing is available through
-echo "some text to record" > /mnt/debugfs/ltt/write_event
+echo "some text to record" > /mnt/debugfs/ltt/write_event
 
 It will appear in the trace under event :
 channel : userspace
-- 
2.34.1