diff options
author | fche <fche> | 2006-08-08 11:03:11 +0000 |
---|---|---|
committer | fche <fche> | 2006-08-08 11:03:11 +0000 |
commit | 228e305f94316abf45693ecb6cacbba4402aae19 (patch) | |
tree | 4e68ba66b3ff0cb73929a821a03fd2d8280fad44 | |
parent | 5650e424631b2a2b8812b6dc2077089f92e5834c (diff) | |
download | systemtap-steved-228e305f94316abf45693ecb6cacbba4402aae19.tar.gz systemtap-steved-228e305f94316abf45693ecb6cacbba4402aae19.tar.xz systemtap-steved-228e305f94316abf45693ecb6cacbba4402aae19.zip |
* add ctime() documentation
-rw-r--r-- | stapfuncs.5.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index d6460d81..941b451b 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -248,9 +248,16 @@ when the current probe completes. .SS NUMA .TP -addr_to_node:long(addr:long) +addr_to_node:long (addr:long) Return which node the given address belongs to in a NUMA system. +.SS CTIME +.TP +ctime:string (seconds:long) +Return a simple textual rendering (e.g., "Wed\ Jun\ 30\ 21:49:008\ 1993") +of the given number of seconds since the epoch, as perhaps returned by +.IR gettimeofday_s() . + .SH FILES .nh .IR /usr/share/systemtap/tapset |