]> sourceware.org Git - systemtap.git/commitdiff
minor correction to comment on probe vm.brk
authorddomingo <ddomingo@redhat.com>
Mon, 2 Feb 2009 03:06:07 +0000 (13:06 +1000)
committerddomingo <ddomingo@redhat.com>
Mon, 2 Feb 2009 03:06:07 +0000 (13:06 +1000)
tapset/memory.stp

index 9370073bcb31ff8500138d368734455944b1c71a..ea976d15c40d5cc866c5ad414f9b40b315d727f6 100644 (file)
@@ -118,9 +118,9 @@ probe vm.munmap = kernel.function("do_munmap") {
 }
 
 /**
- * probe vm.brk -Fires when a brk is requested (resizing a heap).
- * @address - the requested address
- * @length - the length of the memory segment 
+ * probe vm.brk - Fires when a brk is requested (resizing a heap).
+ * @address: the requested address
+ * @length: the length of the memory segment 
  *
  * Context:
  *  The process calling brk.
This page took 0.02531 seconds and 5 git commands to generate.