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-210-g256d22c


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  256d22cfb336b4cf0ec5b35bab89ca55ff5ce9ee (commit)
       via  5d67b47ccd850e53c6c6c72a6f63327faa190966 (commit)
       via  6270adc1ec2b89a201c932b94fb8ec8abc4e977f (commit)
       via  bc54e71c6747fa2c234737d3a715b0decc3663b2 (commit)
       via  901a409a01da22778ea15f7b9f938885bdc38847 (commit)
       via  4a0e1ceaed41df14fa3a4870c00c334a6dd8384f (commit)
      from  67a66a8b72d19dc1a1fd10db1c55e31a6e93b270 (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 256d22cfb336b4cf0ec5b35bab89ca55ff5ce9ee
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:32:59 2008 -0400

    Added tests for utrace-syscall probe context variables.

commit 5d67b47ccd850e53c6c6c72a6f63327faa190966
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:16:30 2008 -0400

    Add $return context variables on per-process-syscall.return probes

commit 6270adc1ec2b89a201c932b94fb8ec8abc4e977f
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:02:56 2008 -0400

    Add $argN context variables on per-process-syscall probes

commit bc54e71c6747fa2c234737d3a715b0decc3663b2
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:02:21 2008 -0400

    Add $name context variable support on marker probes

commit 901a409a01da22778ea15f7b9f938885bdc38847
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:01:37 2008 -0400

    Utrace on ia64 fast fetch-register support

commit 4a0e1ceaed41df14fa3a4870c00c334a6dd8384f
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Tue Sep 9 16:00:58 2008 -0400

    Add ia64 utrace support

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

Summary of changes:
 ChangeLog                                 |   34 +++++++
 NEWS                                      |    6 +
 runtime/ChangeLog                         |   15 +++
 runtime/regs-ia64.c                       |   21 +++-
 runtime/syscall.h                         |   42 ++++++++-
 runtime/task_finder.c                     |    6 +
 stapprobes.5.in                           |   16 +++-
 tapset/ChangeLog                          |   12 +++
 tapset/marker.stp                         |   22 ++++
 tapset/utrace.stp                         |    9 ++-
 tapsets.cxx                               |  152 +++++++++++++++++++++--------
 testsuite/ChangeLog                       |   16 +++
 testsuite/buildok/per-process-syscall.stp |   18 ++++
 testsuite/semko/utrace15.stp              |    4 +
 testsuite/semko/utrace16.stp              |    4 +
 testsuite/semko/utrace17.stp              |    4 +
 testsuite/semko/utrace18.stp              |    4 +
 testsuite/semko/utrace19.stp              |    4 +
 testsuite/semko/utrace20.stp              |    4 +
 testsuite/semko/utrace21.stp              |    4 +
 testsuite/semko/utrace22.stp              |    4 +
 testsuite/systemtap.base/marker.exp       |   45 +++++++++
 translate.cxx                             |    2 +
 23 files changed, 394 insertions(+), 54 deletions(-)
 create mode 100644 tapset/marker.stp
 create mode 100755 testsuite/buildok/per-process-syscall.stp
 create mode 100755 testsuite/semko/utrace15.stp
 create mode 100755 testsuite/semko/utrace16.stp
 create mode 100755 testsuite/semko/utrace17.stp
 create mode 100755 testsuite/semko/utrace18.stp
 create mode 100755 testsuite/semko/utrace19.stp
 create mode 100755 testsuite/semko/utrace20.stp
 create mode 100755 testsuite/semko/utrace21.stp
 create mode 100755 testsuite/semko/utrace22.stp


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]