From 228e305f94316abf45693ecb6cacbba4402aae19 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 8 Aug 2006 11:03:11 +0000 Subject: * add ctime() documentation --- stapfuncs.5.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'stapfuncs.5.in') 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 -- cgit