summaryrefslogtreecommitdiffstats
path: root/stapfuncs.5.in
diff options
context:
space:
mode:
authorfche <fche>2005-09-07 02:16:59 +0000
committerfche <fche>2005-09-07 02:16:59 +0000
commitff17e83089dee8d23e51cf55f8ea3a28c07dedee (patch)
treeafd37ba5838c793f80f83f550dd91148474c435a /stapfuncs.5.in
parent5d64f5e78eab3b1eeccca5c91aa50f8414c1e878 (diff)
downloadsystemtap-steved-ff17e83089dee8d23e51cf55f8ea3a28c07dedee.tar.gz
systemtap-steved-ff17e83089dee8d23e51cf55f8ea3a28c07dedee.tar.xz
systemtap-steved-ff17e83089dee8d23e51cf55f8ea3a28c07dedee.zip
2005-09-06 Frank Ch. Eigler <fche@elastic.org>
* stap.1.in: Clarify absence of short-circuiting in && and ||. * translate.cxx (emit_function): Improve "array locals" message. * tapset/timestamp.stp: Add gettimeofday_us function. Correct arithmetic typing in other functions. * stapfuncs.5.in: Document new function.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r--stapfuncs.5.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index 77514e28..f883a8ad 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -87,6 +87,10 @@ address is only partial at present.
.SS TIMESTAMP
.TP
+gettimeofday_us:long ()
+Return the number of microseconds since the UNIX epoch.
+
+.TP
gettimeofday_ms:long ()
Return the number of milliseconds since the UNIX epoch.