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-212-gb453b91


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  b453b91268d5bd3d08614d37c3833dfc44b8ee64 (commit)
       via  055b3e70a42e14453ad051de1a51de84b728b984 (commit)
       via  54f1da8faec0408630348f70d78fc0f8ca07f876 (commit)
       via  eee3e6dca7f1289ccb6795bc586fbda2dbe67188 (commit)
      from  a12a8a3f1b4f7cdb743aeaaa5ee6c5a4ff28bb7e (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 b453b91268d5bd3d08614d37c3833dfc44b8ee64
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Wed Apr 22 13:21:17 2009 -0400

    utrace/ia64: Fix syscall_get_set_args_cb() to handle syscalls via syscall()
    
    * runtime/syscall.h (syscall_get_set_args_cb): Fix to decode user stack
      collectly in case of syscall(), and check the maximum number of syscall
      arguments.

commit 055b3e70a42e14453ad051de1a51de84b728b984
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Wed Apr 22 13:18:01 2009 -0400

    PR 9821: Add a testcase for strftime
    
    * testsuite/systemtap.base/strftime.exp: New test case for strftime.

commit 54f1da8faec0408630348f70d78fc0f8ca07f876
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Wed Apr 22 13:16:25 2009 -0400

    PR 9821: Use genuine strftime in staprun/stapio
    
    * Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS.
    * Makefile.in: Ditto.
    * runtime/staprun/common.c (stap_strfloctime): Use strftime(3).
      (parse_args): Remove strftime format limitation message.
    * main.cxx (usage): Ditto.
    * stap.1.in: Ditto.
    * staprun.8.in: Ditto.

commit eee3e6dca7f1289ccb6795bc586fbda2dbe67188
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Wed Apr 22 13:07:26 2009 -0400

    PR 6930: Add testcases for on-file flight recorder
    
    * testsuite/systemtap.base/flightrec1.exp: New test case for background mode.
    * testsuite/systemtap.base/flightrec2.exp: New test case for file switching.
    * testsuite/systemtap.base/flightrec2.stp: Test script for file switching.

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

Summary of changes:
 Makefile.am                             |    4 +-
 Makefile.in                             |    4 +-
 main.cxx                                |    3 +-
 runtime/staprun/common.c                |  112 ++-----------------------------
 runtime/syscall.h                       |   13 +++-
 stap.1.in                               |    3 +-
 staprun.8.in                            |    3 +-
 testsuite/systemtap.base/flightrec1.exp |   43 ++++++++++++
 testsuite/systemtap.base/flightrec2.exp |   69 +++++++++++++++++++
 testsuite/systemtap.base/flightrec2.stp |    5 ++
 testsuite/systemtap.base/strftime.exp   |   49 +++++++++++++
 11 files changed, 190 insertions(+), 118 deletions(-)
 create mode 100644 testsuite/systemtap.base/flightrec1.exp
 create mode 100644 testsuite/systemtap.base/flightrec2.exp
 create mode 100644 testsuite/systemtap.base/flightrec2.stp
 create mode 100644 testsuite/systemtap.base/strftime.exp


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]