public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: hiramatu@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-210-g256d22c
Date: Tue, 09 Sep 2008 20:51:00 -0000	[thread overview]
Message-ID: <20080909205101.1020.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-09-09 20:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080909205101.1020.qmail@sourceware.org \
    --to=hiramatu@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).