public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: fche@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-277-g8358a79
Date: Mon, 08 Nov 2010 16:35:00 -0000	[thread overview]
Message-ID: <20101108163540.32681.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  8358a79cf2a92e518a92c3c89eef53f880816239 (commit)
       via  80e8ce73c9ebfc0305fed2a88772ff0a85caceb5 (commit)
       via  35f71b69bb66beaaf2b583c2547169a7fbf90cda (commit)
       via  574632aab213407f20d5b4ba206346ca79c340e5 (commit)
      from  dda29cf853d69a7ae0760c7bcc39b3ce825e1ec7 (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 8358a79cf2a92e518a92c3c89eef53f880816239
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Nov 8 11:26:19 2010 -0500

    PR12168: eliminate duplicate run-time warning messages
    
    * runtime/staprun/mainloop.c (stp_main_loop STP_OOB_DATA):
      Rewrite WARNING handling.  Include optional duplicate-elimination
      with size-limited glibc tsearch() tree.
    * testsuite/systemtap.base/warnings2.exp: New test.
    * NEWS: Mention this.

commit 80e8ce73c9ebfc0305fed2a88772ff0a85caceb5
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Nov 7 17:30:35 2010 -0500

    PR12168: extend staprun with -w (suppress warnings) option.
    
    * buildrun.cxx: Pass -w to staprun.
    * runtime/staprun/common.c: Parse new -w.  Document old -u.
    * runtime/staprun/staprun.8: Ditto.

commit 35f71b69bb66beaaf2b583c2547169a7fbf90cda
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Nov 7 17:09:57 2010 -0500

    PR11811 prep: save full mmpath for found vmas
    
    Extend the print_*backtrace symbol names with the full path
    of the user-space ELF module, not just the basename.  This
    requires saving a char[] copy in the __stp_tf_vma_entry
    structure instead of a char* pointing into a dentry.d_name.
    -DTASK_FINDER_VMA_ENTRY_PATHLEN governs copy length.
    
    * runtime/task_finder_vma.c (__stp_tf_vma_entry): Change
      char*name -> char[]path field.  Update manipulating
      functions accordingly.
    * runtime/vma.c (_stp_vma_mmap_cb): Pass mmpath to tf-vma table
      if available.
    * testsuite/systemtap.context/usymbols.exp: Update for expected
      full path in output string.
    * NEWS: Mention change.
    * runtime/sym.h (_STP_SYM_MODULE_BASENAME): New flag.
      (_STP_SYM_SIMPLE): Include it.
    * runtime/sym.c (_stp_snprint_addr): Process it.

commit 574632aab213407f20d5b4ba206346ca79c340e5
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Nov 7 17:09:10 2010 -0500

    fix -DDEBUG_UNWIND compile warning via printf %ld & casting

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

Summary of changes:
 NEWS                                     |   10 +++++
 buildrun.cxx                             |    1 +
 runtime/staprun/common.c                 |   26 ++++++++++---
 runtime/staprun/mainloop.c               |   60 ++++++++++++++++++++++++++++-
 runtime/staprun/staprun.8                |    6 +++
 runtime/staprun/staprun.h                |    1 +
 runtime/sym.c                            |    4 ++
 runtime/sym.h                            |    4 +-
 runtime/task_finder_vma.c                |   34 ++++++++++++----
 runtime/unwind.c                         |    2 +-
 runtime/vma.c                            |    9 +++-
 testsuite/systemtap.base/warnings2.exp   |   57 ++++++++++++++++++++++++++++
 testsuite/systemtap.context/usymbols.exp |    4 +-
 13 files changed, 193 insertions(+), 25 deletions(-)
 create mode 100644 testsuite/systemtap.base/warnings2.exp


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


                 reply	other threads:[~2010-11-08 16:35 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=20101108163540.32681.qmail@sourceware.org \
    --to=fche@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).