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.9.5-114-gd5cd287


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  d5cd287f7860df8752f93de93fcd1cc68884d56b (commit)
      from  52356a26e1825acbd9146337ffdbed9b0e173f2b (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 d5cd287f7860df8752f93de93fcd1cc68884d56b
Author: David Smith <dsmith@redhat.com>
Date:   Thu Apr 9 12:06:05 2009 -0500

    Uses <asm/syscall.h> when available.
    2009-04-09  David Smith  <dsmith@redhat.com>
    
            * buildrun.cxx (compile_pass): Compile autoconf test for
            <asm/syscall.h>.
            * runtime/autoconf-asm-syscall.c: New "autoconf" test the presence
            of <asm/syscall.h>.
            * runtime/syscall.h: If <asm/syscall.h> exists, use it.
            Otherwise, use our private copy of the functions for each
            architecture.
            (syscall_get_nr): Renamed from __stp_user_syscall_nr().
            (syscall_get_return_value): Renamed from
            __stp_user_syscall_return_value().
            (syscall_get_arguments): Renamed from __stp_user_syscall_arg().
            * runtime/task_finder.c
            (__stp_utrace_task_finder_target_syscall_exit): Uses new syscall.h
            functions.
            * tapset/utrace.stp: Ditto.

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

Summary of changes:
 buildrun.cxx                   |    2 +
 runtime/autoconf-asm-syscall.c |    2 +
 runtime/syscall.h              |  298 +++++++++++++++++++++++++--------------
 runtime/task_finder.c          |   56 ++------
 tapset/utrace.stp              |    8 +-
 5 files changed, 214 insertions(+), 152 deletions(-)
 create mode 100644 runtime/autoconf-asm-syscall.c


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]