features/dtrace.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -8,7 +8,7 @@
8
8

9
9
<para>
10
10
DTrace is an always-available, low overhead, tracing framework
11
-
available on a number of platforms including Solaris, Mac OS X,
11
+
available on a number of platforms including Solaris, macOS,
12
12
Oracle Linux and BSD. DTrace can trace operating system behavior
13
13
and user program execution. It can display argument values and be
14
14
used to infer performance statistics. Probes are monitored by user
...
...
@@ -44,14 +44,6 @@
44
44
</para>
45
45

46
46
<para>
47
-
DTrace static probes are included in PHP 5.4. Prior to this they
48
-
were available via a <link xmlns="http://docbook.org/ns/docbook"
49
-
xmlns:xlink="http://www.w3.org/1999/xlink"
50
-
xlink:href="&url.pecl;">PECL</link> extension, which is now
51
-
obsolete.
52
-
</para>
53
-

54
-
<para>
55
47
The static DTrace probes in PHP can alternatively be used with the
56
48
SystemTap facility on some Linux distributions.
57
49
</para>
...
...
@@ -369,7 +361,7 @@ php*:::request-startup
369
361

370
362
<para>
371
363
When monitoring is complete, the D script can be terminated with a
372
-
<literal>^C</literal>.
364
+
<keycombo action='simul'><keycap>CTRL</keycap><keycap>C</keycap></keycombo>.
373
365
</para>
374
366

375
367
<para>
...
...
@@ -392,7 +384,7 @@ php*:::function-entry
392
384
</sect2>
393
385

394
386
<sect2 xml:id="features.dtrace.references">
395
-
<title>See Also</title>
387
+
&reftitle.seealso;
396
388
<simplelist>
397
389
<member><link linkend="oci8.dtrace">OCI8 and DTrace Dynamic Tracing</link></member>
398
390
</simplelist>
399
391