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.9-199-gb08db79


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  b08db79a21adfb5e2fb38b711269a7d0125d1d53 (commit)
       via  b1a4288cb2293d59010e3c0183f582b65b7e163e (commit)
       via  ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6 (commit)
       via  b278033a7e4632a414502b63ba51fcce36f44f94 (commit)
      from  a1c66a0f3d8795fbcf49ce936dee3c5645f0bfa6 (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 b08db79a21adfb5e2fb38b711269a7d0125d1d53
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Mar 20 17:51:47 2009 -0700

    Update a few new AUTHORS

commit b1a4288cb2293d59010e3c0183f582b65b7e163e
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Mar 20 17:49:32 2009 -0700

    Add a tracepoint NEWS blurb

commit ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Mar 20 17:12:15 2009 -0700

    Document @cast module search paths

commit b278033a7e4632a414502b63ba51fcce36f44f94
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Mar 20 16:35:06 2009 -0700

    Cache the tracepoint query results
    
    To use tracepoints, we build a "tracequery" module that compiles
    debuginfo for all available tracepoints in the user's kernel.  That's a
    bit of a cumbersome step to do during pass-2 though.  This change adds
    tracequery caching so we only need to compile it once.

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

Summary of changes:
 AUTHORS     |    3 +++
 NEWS        |   12 ++++++++++++
 hash.cxx    |   18 ++++++++++++++++++
 hash.h      |    1 +
 session.h   |    1 +
 stap.1.in   |   10 ++++++----
 tapsets.cxx |   34 +++++++++++++++++++++++++++++++++-
 7 files changed, 74 insertions(+), 5 deletions(-)


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]