aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/SYSTEMTAP.md
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-07-18 21:16:00 +0200
committerLukas Larsson <[email protected]>2012-07-19 15:39:44 +0200
commit88c8bfd614477085bfc9f878d3812a47d16f25d4 (patch)
tree884c0a0028021a0c5dd5c9243509b95f35a03da7 /HOWTO/SYSTEMTAP.md
parent0948779bd59c07653b157789c2edfd67892d3958 (diff)
downloadotp-88c8bfd614477085bfc9f878d3812a47d16f25d4.tar.gz
otp-88c8bfd614477085bfc9f878d3812a47d16f25d4.tar.bz2
otp-88c8bfd614477085bfc9f878d3812a47d16f25d4.zip
Add DTRACE and SYSTEMTAP howtos as User Guide
Diffstat (limited to 'HOWTO/SYSTEMTAP.md')
-rw-r--r--HOWTO/SYSTEMTAP.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/HOWTO/SYSTEMTAP.md b/HOWTO/SYSTEMTAP.md
index 094b61f1c0..ce9c0b2f0c 100644
--- a/HOWTO/SYSTEMTAP.md
+++ b/HOWTO/SYSTEMTAP.md
@@ -11,24 +11,24 @@ introduction to Erlang DTrace support read [$ERL_TOP/HOWTO/DTRACE.md][].
Requisites
----------
-* Linux Kernel with UTRACE support
-
- check for UTRACE support in your current kernel:
+* Linux Kernel with UTRACE support
+
+ check for UTRACE support in your current kernel:
# grep CONFIG_UTRACE /boot/config-`uname -r`
CONFIG_UTRACE=y
- Fedora 16 is known to contain UTRACE, for most other Linux distributions
- a custom build kernel will be required.
- Check Fedora's SystemTap documentation for additional required packages
- (e.g. Kernel Debug Symbols)
-
-* SystemTap > 1.6
-
- A the time of writing this, the latest released version of SystemTap is
- version 1.6. Erlang's DTrace support requires a MACRO that was introduced
- after that release. So either get a newer release or build SystemTap from
- git yourself (see: http://sourceware.org/systemtap/getinvolved.html)
+ Fedora 16 is known to contain UTRACE, for most other Linux distributions
+ a custom build kernel will be required.
+ Check Fedora's SystemTap documentation for additional required packages
+ (e.g. Kernel Debug Symbols)
+
+* SystemTap > 1.6
+
+ A the time of writing this, the latest released version of SystemTap is
+ version 1.6. Erlang's DTrace support requires a MACRO that was introduced
+ after that release. So either get a newer release or build SystemTap from
+ git yourself (see: http://sourceware.org/systemtap/getinvolved.html)
Building Erlang
---------------