diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-02 09:48:58 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-02 09:48:58 -0500 |
commit | 7a13f89ffc608e36302c43969d29fe08a589b5d7 (patch) | |
tree | 418ceba458d0cb1722ded388de555c5a730f4783 /tapset/memory.stp | |
parent | 7627c52330b476c13498144cd1288be0f5869e0f (diff) | |
parent | 3d65f39002440cfdeeac94d7a7a6c9a7aead2e54 (diff) | |
download | systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.tar.gz systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.tar.xz systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
testsuite/ChangeLog
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. |