This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-99-gef4042b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  ef4042bd5adb8062c31789a9786bf558f5f11e9e (commit)
      from  930a1798154b9c1caf27009825b2b165ef577a1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ef4042bd5adb8062c31789a9786bf558f5f11e9e
Author: David Smith <dsmith@redhat.com>
Date:   Wed Aug 20 12:33:13 2008 -0500

    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.

-----------------------------------------------------------------------

Summary of changes:
 runtime/ChangeLog     |    7 +++++++
 runtime/syscall.h     |   22 +++++++++++++++++-----
 runtime/task_finder.c |   11 +++++++----
 3 files changed, 31 insertions(+), 9 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]