]> sourceware.org Git - systemtap.git/commit
memory.stp: do_mmap was replaced by vm_mmap.
authorMark Wielaard <mjw@redhat.com>
Sun, 30 Sep 2012 16:12:19 +0000 (18:12 +0200)
committerMark Wielaard <mjw@redhat.com>
Sun, 30 Sep 2012 21:51:42 +0000 (23:51 +0200)
commit0358423eeba2b2529ed9c08c019bbbf1c686a0e4
treea868110a4cfdbd5457381fc42136c016f1153ff5
parent57b72e7483c7b2915541d5aa24424f58d949e8a0
memory.stp: do_mmap was replaced by vm_mmap.

do_mmap was completely replaced by vm_mmap, so if either is a good match
for the vm.mmap probe alias. See kernel commits 6be5ceb and dc98250.
(Note, do_mmap2 is a special case just for powerpc.)

do_munmap was partially replaced by vm_munmap, but vm_munmap calls
though do_munmap, so for the vm.munmap probe alias do_munmap is the
best match. See kernel commits a46ef99 and 17d1587.

The same is true for do_brk and vm_brk, vm_brk calls through do_brk,
so for the vm.brk probe alias do_brk is the function to probe. See
kernel commit e4eb1ff.
tapset/linux/memory.stp
This page took 0.024251 seconds and 5 git commands to generate.