<ulinkurl="http://wikis.sun.com/display/DTrace/Statically+Defined+Tracing+for+User+Applications">statically defined user application tracing provider</ulink>
<ulinkurl="http://dtrace.org/guide/chp-usdt.html">statically defined user application tracing provider</ulink>
facility in <productname>Solaris</productname> 10,
<productname>MacOS X</productname> 10.5, and later releases. This
provider instruments various points in the X server, to allow
...
...
@@ -235,9 +235,9 @@ DEALINGS IN THE SOFTWARE.
<para>
To access data in arguments of type <type>string</type>, you will need
to use <ulinkurl="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyinstr}}"><function>copyinstr()</function></ulink>.
to use <ulinkurl="http://dtrace.org/guide/chp-actsub.html#chp-actsub-copyinstr"><function>copyinstr()</function></ulink>.
To access data buffers referenced via <type>uintptr_t</type>'s, you will
need to use <ulinkurl="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyin}}"><function>copyin()</function></ulink>.
need to use <ulinkurl="http://dtrace.org/guide/chp-actsub.html#chp-actsub-copyin"><function>copyin()</function></ulink>.
<tableid="Probe_Arguments">
<title>Probe Arguments</title>
...
...
@@ -286,7 +286,7 @@ DEALINGS IN THE SOFTWARE.
<entry><type>uintptr_t</type></entry>
<entry>Pointer to buffer containing X event - decode using