public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-25-g55e50c2
@ 2009-09-29  0:57 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2009-09-29  0:57 UTC (permalink / raw)
  To: systemtap-cvs

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  55e50c24c9176f1b3d15af94e145456a68e7ecf6 (commit)
      from  5f8ca04fbb0682ff8647b4df5de68cd1042e312d (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 55e50c24c9176f1b3d15af94e145456a68e7ecf6
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Sep 28 17:36:04 2009 -0700

    Try to build tracequery for all headers at once
    
    To mitigate PR10424, we switched to building a separate tracequery
    module for each tracepoint header, so a bad header wouldn't break all of
    the others.  However, with recent kernels that leads to ~18 make
    commands, which adds up quickly in time.  It's cached, so that's not too
    bad, but as a developer who rebuilds stap frequently, it gets annoying.
    
    If we're going to call 18 makes, it's worth it to start with one bigger
    make that covers all the headers at once (like we used to).  If that one
    fails, we can still fall back to compiling individually.
    
    FWIW, the failing ext4.h header was only created in 2.6.31, and was
    fixed before 2.6.32, so the specific failure in PR10424 has a fairly
    small window.
    
    * buildrun.cxx (make_tracequery): Just take a single vector of headers.
    * hash.cxx (find_tracequery_hash): Deal with multiple headers.
    * tapsets.cxx (tracepoint_builder::get_tracequery_module): Ditto.
      (tracepoint_builder::init_dw): Attempt all system headers together,
      and if that fails, try again individually.

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

Summary of changes:
 buildrun.cxx |   13 ++++---------
 buildrun.h   |    3 +--
 hash.cxx     |    7 ++++---
 hash.h       |    4 +++-
 tapsets.cxx  |   58 +++++++++++++++++++++++++++++++++++++++++++---------------
 5 files changed, 55 insertions(+), 30 deletions(-)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-29  0:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  0:57 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-25-g55e50c2 jistone

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).