diff options
author | David Smith <dsmith@redhat.com> | 2008-08-20 12:33:13 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-08-20 12:33:13 -0500 |
commit | ef4042bd5adb8062c31789a9786bf558f5f11e9e (patch) | |
tree | ed2dde1e1b32da88888763da19775d3f6e763ed6 /runtime/ChangeLog | |
parent | 930a1798154b9c1caf27009825b2b165ef577a1e (diff) | |
download | systemtap-steved-ef4042bd5adb8062c31789a9786bf558f5f11e9e.tar.gz systemtap-steved-ef4042bd5adb8062c31789a9786bf558f5f11e9e.tar.xz systemtap-steved-ef4042bd5adb8062c31789a9786bf558f5f11e9e.zip |
Looks for both mmap and mmap2.
2008-08-20 David Smith <dsmith@redhat.com>
* task_finder.c (__stp_utrace_task_finder_target_syscall_entry):
Handles mmap2 (as well as mmap).
(__stp_utrace_task_finder_target_syscall_exit): Ditto.
* syscall.h: Added defines for mmap and mmap2.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 796f812c..6dfd2ea2 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,10 @@ +2008-08-20 David Smith <dsmith@redhat.com> + + * task_finder.c (__stp_utrace_task_finder_target_syscall_entry): + Handles mmap2 (as well as mmap). + (__stp_utrace_task_finder_target_syscall_exit): Ditto. + * syscall.h: Added defines for mmap and mmap2. + 2008-08-19 David Smith <dsmith@redhat.com> PR 6841 |