diff options
author | Lukas Larsson <[email protected]> | 2014-02-20 10:45:18 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-20 10:45:18 +0100 |
commit | b1bb2f339698ac5abdc6f821025c1c638e9a772f (patch) | |
tree | 702946f4d031aa08d7c66333918828bfb1e7e827 /HOWTO | |
parent | d7889a517476a212831f87596dd7b232eed752f8 (diff) | |
parent | 60cd55e47bc2f3eee4d8d90814491248e371feaf (diff) | |
download | otp-b1bb2f339698ac5abdc6f821025c1c638e9a772f.tar.gz otp-b1bb2f339698ac5abdc6f821025c1c638e9a772f.tar.bz2 otp-b1bb2f339698ac5abdc6f821025c1c638e9a772f.zip |
Merge branch 'lukas/erts/dtrace-config-logging/OTP-11622'
* lukas/erts/dtrace-config-logging/OTP-11622:
dtrace: Update dtrace docs with latest tested platforms
erts: Fix dtrace generation on FreeBSD
erts: Rewrite dtrace configure test
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/DTRACE.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/HOWTO/DTRACE.md b/HOWTO/DTRACE.md index 8fa2fd9d50..90f4addefd 100644 --- a/HOWTO/DTRACE.md +++ b/HOWTO/DTRACE.md @@ -27,12 +27,10 @@ Goals Supported platforms ------------------- -* OS X 10.6.x / Snow Leopard. It should also work for 10.7 / Lion, - but I haven't personally tested it. +* OS X 10.6.x / Snow Leopard, OS X 10.7.x / Lion and probably newer versions. * Solaris 10. I have done limited testing on Solaris 11 and OpenIndiana release 151a, and both appear to work. -* FreeBSD 9.0, though please see the "FreeBSD 9.0 Release Notes" - section below! +* FreeBSD 9.0 and 10.0. * Linux via SystemTap compatibility. Please see [$ERL_TOP/HOWTO/SYSTEMTAP.md][] for more details. |