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-1.2-332-g2b300eb


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  2b300ebe599bbfbd8c37d2ec85bace26ada8c1e4 (commit)
       via  d48df0cfe5a083398926493f558c261f2ab56ffa (commit)
      from  94cbf48e332d87d85592cf774a45b5fa8e9ae027 (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 2b300ebe599bbfbd8c37d2ec85bace26ada8c1e4
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jun 23 16:04:25 2010 -0700

    Add kernel-dwarf to the pretty-prints tests
    
    Since some kernels don't have utrace, we should also exercise the dwarf
    pretty-printing on a kprobe.

commit d48df0cfe5a083398926493f558c261f2ab56ffa
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jun 23 14:28:16 2010 -0700

    PR10830 cont'd: Rename pp1() -> pn() and isolate it
    
    The new name is "pn" to evoke "probe name".  It is also now isolated in
    its own tapset file, so it's less likely to be pulled into and conflict
    with a user's script accidentally.
    
    No real code changes here -- it's roughly just s/pp1/pn/ and
    s/probe_point_listing/probe_name/.

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

Summary of changes:
 tapset-timers.cxx                      |    4 ++--
 tapset/context.stp                     |   18 ------------------
 tapset/pn.stp                          |   26 ++++++++++++++++++++++++++
 tapsets.cxx                            |    8 ++++----
 testsuite/buildok/context-embedded.stp |    2 +-
 testsuite/buildok/pretty.stp           |   13 ++++++++-----
 testsuite/semok/pretty.stp             |   13 ++++++++-----
 testsuite/systemtap.base/pp.exp        |    4 ++--
 testsuite/systemtap.base/pp.stp        |    2 +-
 translate.cxx                          |   16 ++++++++--------
 10 files changed, 60 insertions(+), 46 deletions(-)
 create mode 100644 tapset/pn.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]