summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Tapset_Reference
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-11 13:59:38 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-11 13:59:38 -0500
commit3ad61cb5af1fc55a7ffb58e81b3e27a8c454e6b5 (patch)
tree453f7c8c51312217b762b38f3438c1b0dd2628a9 /doc/SystemTap_Tapset_Reference
parentb910f55bd84a55d8e916e8e6ad839305b1edc708 (diff)
downloadsystemtap-steved-3ad61cb5af1fc55a7ffb58e81b3e27a8c454e6b5.tar.gz
systemtap-steved-3ad61cb5af1fc55a7ffb58e81b3e27a8c454e6b5.tar.xz
systemtap-steved-3ad61cb5af1fc55a7ffb58e81b3e27a8c454e6b5.zip
Include id in <formalpara to allow crossreferences.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r--doc/SystemTap_Tapset_Reference/en-US/timestamp.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml b/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml
index 198b54d9..714f16b1 100644
--- a/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml
+++ b/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml
@@ -12,35 +12,35 @@
when an event occurs, provide an ordering for events, or compute
the amount of time elapsed between to time stamps.
</para>
-<formalpara>
+<formalpara id="get_cycles">
<title>get_cycles:long()</title>
<indexterm><primary>get_cycles</primary></indexterm>
<para>
Return the processor cycle counter value, or 0 if unavailable.
</para>
</formalpara>
-<formalpara>
+<formalpara id="gettimeofday_ns">
<title>gettimeofday_ns:long ()</title>
<indexterm><primary>gettimeofday_ns</primary></indexterm>
<para>
Return the number of nanoseconds since the UNIX epoch.
</para>
</formalpara>
-<formalpara>
+<formalpara id="gettimeofday_us">
<title>gettimeofday_us:long ()</title>
<indexterm><primary>gettimeofday_us</primary></indexterm>
<para>
Return the number of microseconds since the UNIX epoch.
</para>
</formalpara>
-<formalpara>
+<formalpara id="gettimeofday_ms">
<title>gettimeofday_ms:long ()</title>
<indexterm><primary>gettimeofday_ms</primary></indexterm>
<para>
Return the number of milliseconds since the UNIX epoch.
</para>
</formalpara>
-<formalpara>
+<formalpara id="gettimeofday_s">
<title>gettimeofday_s:long ()</title>
<indexterm><primary>gettimeofday_s</primary></indexterm>
<para>