We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aa120 commit 3d56813Copy full SHA for 3d56813
README.txt
@@ -63,9 +63,11 @@ Probes: see Dtrace::Provider
63
* For the consumer API, platform with DTrace support (OpenSolaris, Mac
64
OS X 10.5 Leopard tested, possibly also FreeBSD).
65
66
-* For the probe API, a platform with DTrace support, on i386. (Mac OS
67
- X on PowerPC, Solaris on SPARC and FreeBSD on anything to come).
68
-
+* For the probe API, a platform with DTrace support (as for the
+ consumer API), with a 32 bit Ruby build - i386, PowerPC (for OS X)
+ and SPARC (for Solaris) are all supported. 64 bit builds are not,
69
+ yet.
70
+
71
* root, or some/all of the dtrace privileges on Solaris: dtrace_user,
72
dtrace_proc and dtrace_kernel.
73
0 commit comments