|
15 | 15 | </affiliation>
|
16 | 16 | </author>
|
17 | 17 | <releaseinfo>X.Org Xserver version &xserver.version;</releaseinfo>
|
18 |
| - <legalnotice> |
| 18 | + <legalnotice id="copyright"> |
19 | 19 | <para>
|
20 | 20 | Copyright (c) 2005, 2006, 2007, 2010, Oracle and/or its affiliates.
|
21 | 21 | All rights reserved.
|
@@ -79,7 +79,7 @@ DEALINGS IN THE SOFTWARE.
|
79 | 79 | <parameter>arg2</parameter>, etc. These tables should help you
|
80 | 80 | determine what the real data is for each of the probe arguments.
|
81 | 81 |
|
82 |
| - <table> |
| 82 | + <table id="Probes_and_their_arguments"> |
83 | 83 | <title>Probes and their arguments</title>
|
84 | 84 | <tgroup cols='7'>
|
85 | 85 | <colspec colname="probe" colwidth="2*"/>
|
@@ -195,7 +195,7 @@ DEALINGS IN THE SOFTWARE.
|
195 | 195 | To access data buffers referenced via <type>uintptr_t</type>'s, you will
|
196 | 196 | need to use <ulink url="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyin}}"><function>copyin()</function></ulink>.
|
197 | 197 |
|
198 |
| - <table> |
| 198 | + <table id="Probe_Arguments"> |
199 | 199 | <title>Probe Arguments</title>
|
200 | 200 | <tgroup cols='3'>
|
201 | 201 | <colspec colname="arg" colwidth="2*"/>
|
@@ -313,7 +313,7 @@ DEALINGS IN THE SOFTWARE.
|
313 | 313 | <sect1 id="examples">
|
314 | 314 | <title>Examples</title>
|
315 | 315 |
|
316 |
| - <example> |
| 316 | + <example id="Counting_requests_by_request_name"> |
317 | 317 | <title>Counting requests by request name</title>
|
318 | 318 |
|
319 | 319 | <para>
|
@@ -370,7 +370,7 @@ Xserver*:::request-start
|
370 | 370 | </para>
|
371 | 371 | </example>
|
372 | 372 |
|
373 |
| - <example> |
| 373 | + <example id="Get_average_CPU_time_per_request"> |
374 | 374 | <title>Get average CPU time per request</title>
|
375 | 375 |
|
376 | 376 | <para>This script records the CPU time used between the probes at
|
@@ -419,7 +419,7 @@ Xserver*:::request-done
|
419 | 419 | </para>
|
420 | 420 | </example>
|
421 | 421 |
|
422 |
| - <example> |
| 422 | + <example id="Monitoring_clients_that_connect_and_disconnect"> |
423 | 423 | <title>Monitoring clients that connect and disconnect</title>
|
424 | 424 |
|
425 | 425 | <para>
|
@@ -476,7 +476,7 @@ CPU ID FUNCTION:NAME
|
476 | 476 | </para>
|
477 | 477 | </example>
|
478 | 478 |
|
479 |
| - <example> |
| 479 | + <example id="Monitoring_clients_creating_Pixmaps"> |
480 | 480 | <title>Monitoring clients creating Pixmaps</title>
|
481 | 481 |
|
482 | 482 | <para>
|
|
0 commit comments