]> granicus.if.org Git - strace/commit
mmap_notify: new subsystem for tracking the changes of memory mappings
authorMasatake YAMATO <yamato@redhat.com>
Sun, 29 Apr 2018 21:45:36 +0000 (06:45 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 3 May 2018 22:01:30 +0000 (22:01 +0000)
commitf17f7e6305993f7fd9e7754b872df21b2d3a4fd0
tree29004b677dba7d6604abd3d852a1e39f8deed880
parent2bae5f919c54694d9746dd98428e0c9f548553ea
mmap_notify: new subsystem for tracking the changes of memory mappings

This subsystem is a spin-off of the mmap_cache subsystem.

The mmap_cache subsystem had two features: (1) tracking the change
of memory mapping, and (2) maintaining the cache of memory mapping.

mmap_notify is a subsystem specialized to provide feature (2).
unwind-libdw itself has the feature (1).  It needs only (2).

* mmap_notify.h: New file.
* mmap_notify.c: Likewise.
* Makefile.am (strace_SOURCES): Add them.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Makefile.am
mmap_notify.c [new file with mode: 0644]
mmap_notify.h [new file with mode: 0644]