diff options
author | ddomingo <ddomingo@redhat.com> | 2009-02-02 13:06:07 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-02-02 13:06:07 +1000 |
commit | ee08323d54db2ca61e5bfecccd4ac6bc9812585a (patch) | |
tree | e5ce5b2a2d5b9c4fdf35a85ac23ae18db89bdb44 /tapset/memory.stp | |
parent | f8a382089ed083ae23c5735d3af99d4c2aa46f94 (diff) | |
download | systemtap-steved-ee08323d54db2ca61e5bfecccd4ac6bc9812585a.tar.gz systemtap-steved-ee08323d54db2ca61e5bfecccd4ac6bc9812585a.tar.xz systemtap-steved-ee08323d54db2ca61e5bfecccd4ac6bc9812585a.zip |
minor correction to comment on probe vm.brk
Diffstat (limited to 'tapset/memory.stp')
-rw-r--r-- | tapset/memory.stp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/memory.stp b/tapset/memory.stp index 9370073b..ea976d15 100644 --- a/tapset/memory.stp +++ b/tapset/memory.stp @@ -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. |