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.6-288-gc9ccb64


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  c9ccb642c453d05af5afdc2c9769e475ba3255e8 (commit)
       via  014fc4581315bfd7780dea13b5d21b8175494de9 (commit)
      from  4cb8fe913c6878129d14be837fb2bebbc581619f (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 c9ccb642c453d05af5afdc2c9769e475ba3255e8
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon Oct 10 05:08:22 2011 -0400

    PR13100: build tracepoint query modules separately, concurrently
    
    * tapsets.cxx (tracepoint_extra_decls): Prepare for PR13155.
      (get_tracepoint_modules): Rewrite former get_tracepoint_module().
      (tracepoint_builder::init_dw): Don't even try to build all tracequery
      modules at once.
    * buildrun.cxx (make_tracequeries): Replace make_tracequery().
      Run given compilation jobs in parallel.
    * buildrun.h: Corresponding changes.
    * hash.cxx (find_tracequery_hash): Clarify signature for single header.
    * hash.h: Corresponding changes.

commit 014fc4581315bfd7780dea13b5d21b8175494de9
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon Oct 10 04:48:26 2011 -0400

    testsuite: note number of kernel tracepoints tested in pass result

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

Summary of changes:
 buildrun.cxx                             |   76 ++++++--------
 buildrun.h                               |    3 +-
 hash.cxx                                 |    9 +-
 hash.h                                   |    2 +-
 tapsets.cxx                              |  157 +++++++++++++++++++-----------
 testsuite/systemtap.base/tracepoints.exp |    6 +-
 6 files changed, 144 insertions(+), 109 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]