diff options
-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 |