From eb5363b8f07d51caeb263c6a686c9a2556aa4c05 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 9 Oct 2009 14:31:18 +0200 Subject: tapset/proc_mem.stp: Document function parameters. --- tapset/proc_mem.stp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tapset/proc_mem.stp') diff --git a/tapset/proc_mem.stp b/tapset/proc_mem.stp index 1493bd92..7641ffe2 100644 --- a/tapset/proc_mem.stp +++ b/tapset/proc_mem.stp @@ -134,6 +134,7 @@ function _stp_number_to_string_postfix:string (x:long, y:long, p:string) /** * sfunction bytes_to_string - Human readable string for given bytes. + * @bytes: Number of bytes to translate. * * Description: Returns a string representing the number of bytes (up * to 1024 bytes), the number of kilobytes (when less than 1024K) @@ -166,6 +167,7 @@ function bytes_to_string:string (bytes:long) /** * sfunction pages_to_string - Turns pages into a human readable string. + * @pages: Number of pages to translate. * * Description: Multiplies pages by page_size() to get the number of * bytes and returns the result of bytes_to_string(). -- cgit