public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: mark@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-3-g6a7dc7d
Date: Fri, 12 Jun 2009 20:46:00 -0000	[thread overview]
Message-ID: <20090612204633.26703.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  6a7dc7d9c3df7d5d722f0702a0a0c8d55591006e (commit)
      from  8fb430a7eeb394d759fe792198d28aeab348f048 (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 6a7dc7d9c3df7d5d722f0702a0a0c8d55591006e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jun 12 22:37:11 2009 +0200

    Add exelib uprobes test framework.
    
    Tests uprobes placed in executables and shared libraries on different
    arches (32-on-64 currently disabled), gcc/g++, optimizations (currently
    disabled), prelinked libs (currently disabled), seperate libs/exe debuginfo
    and pie executables.
    
    * testsuite/systemtap.base/uprobes_exe.c: Moved to...
    * testsuite/systemtap.exelib/uprobes_exe.c: From systemtap.base.
    * testsuite/systemtap.base/uprobes_lib.c: Moved to...
    * testsuite/systemtap.exelib/uprobes_lib.c: From systemtap.base.
    * testsuite/systemtap.base/uprobes_lib.exp: Rewritten as...
    * testsuite/systemtap.exelib/lib.tcl: From uprobes_lib.exp.
    * testsuite/systemtap.base/uprobes_lib.stp: Rewritten as...
    * testsuite/systemtap.exelib/lib.stp: From uprobes_lib.stp.
    * testsuite/systemtap.base/uprobes_uname.exp: Rewritten as...
    * testsuite/systemtap.exelib/uname.tcl: From uprobes_uname.exp.
    * testsuite/systemtap.base/uprobes_uname.stp: Rewritten as...
    * testsuite/systemtap.exelib/uname.stp: From uprobes_uname.stp.
    * testsuite/systemtap.base/uprobes_ustack.exp: Rewritten as...
    * testsuite/systemtap.exelib/ustack.tcl: From uprobes_ustack.exp.
    * testsuite/systemtap.base/uprobes_ustack.stp: Rewritten as...
    * testsuite/systemtap.exelib/ustack.stp: From uprobes_ustack.stp.
    * testsuite/systemtap.exelib/exelib.exp: New exelib uprobes framework.
    * testsuite/systemtap.exelib/cleanup.tcl: New file.

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

Summary of changes:
 testsuite/systemtap.base/uprobes_lib.exp           |   46 ------
 testsuite/systemtap.base/uprobes_lib.stp           |   15 --
 testsuite/systemtap.base/uprobes_uname.exp         |   46 ------
 testsuite/systemtap.base/uprobes_uname.stp         |    7 -
 testsuite/systemtap.base/uprobes_ustack.exp        |   97 ------------
 testsuite/systemtap.exelib/cleanup.tcl             |    3 +
 testsuite/systemtap.exelib/exelib.exp              |  164 ++++++++++++++++++++
 testsuite/systemtap.exelib/lib.stp                 |   18 ++
 testsuite/systemtap.exelib/lib.tcl                 |   13 ++
 testsuite/systemtap.exelib/uname.stp               |   10 ++
 testsuite/systemtap.exelib/uname.tcl               |   13 ++
 .../uprobes_exe.c                                  |    0
 .../uprobes_lib.c                                  |    0
 .../ustack.stp}                                    |    5 +-
 testsuite/systemtap.exelib/ustack.tcl              |   79 ++++++++++
 15 files changed, 303 insertions(+), 213 deletions(-)
 delete mode 100644 testsuite/systemtap.base/uprobes_lib.exp
 delete mode 100644 testsuite/systemtap.base/uprobes_lib.stp
 delete mode 100644 testsuite/systemtap.base/uprobes_uname.exp
 delete mode 100644 testsuite/systemtap.base/uprobes_uname.stp
 delete mode 100644 testsuite/systemtap.base/uprobes_ustack.exp
 create mode 100644 testsuite/systemtap.exelib/cleanup.tcl
 create mode 100644 testsuite/systemtap.exelib/exelib.exp
 create mode 100644 testsuite/systemtap.exelib/lib.stp
 create mode 100644 testsuite/systemtap.exelib/lib.tcl
 create mode 100644 testsuite/systemtap.exelib/uname.stp
 create mode 100644 testsuite/systemtap.exelib/uname.tcl
 rename testsuite/{systemtap.base => systemtap.exelib}/uprobes_exe.c (100%)
 rename testsuite/{systemtap.base => systemtap.exelib}/uprobes_lib.c (100%)
 rename testsuite/{systemtap.base/uprobes_ustack.stp => systemtap.exelib/ustack.stp} (80%)
 create mode 100644 testsuite/systemtap.exelib/ustack.tcl


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


                 reply	other threads:[~2009-06-12 20:46 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=20090612204633.26703.qmail@sourceware.org \
    --to=mark@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@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).