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-31-g6898355
@ 2009-09-29 14:54 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2009-09-29 14:54 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  68983551cc9390aa2bddd8e62ed0f0e3eca1edb6 (commit)
       via  497f19d74912d0b6adf729f88509c71a45cacdd4 (commit)
      from  7459222ac78c139918b6c9297634742ed975959f (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 68983551cc9390aa2bddd8e62ed0f0e3eca1edb6
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Sep 29 16:45:37 2009 +0200

    Cache Dwfl's for reuse between pass 2 and pass 3.
    
    * setupdwfl.h: Introduce DwflPtr.
    * setupdwfl.cxx: Cache kernel_dwfl and user_dwfl. Keep track of last used
      module strings. Return cached versions if same query used.
    * dwflpp.h: Use DwflPtr instead of Dwfl*.
    * dwflpp.cxx: Use DwflPtr and don't dwfl_end().
    * translate.cxx: Likewise. Run through dwfl_getmodules() with returned
      ptr offset.

commit 497f19d74912d0b6adf729f88509c71a45cacdd4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Sep 29 11:22:30 2009 +0200

    Handle non-regex full path kernel module dwfl setup earlier.
    
    * setupdwfl.cxx (setup_dwfl_kernel(unsigned*,systemtap_session&)):
      Don't switch around offline_search_modname and offline_search_names here.
      (setup_dwfl_kernel(string&,unsigned*,systemtap_session&): But here.

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

Summary of changes:
 dwflpp.cxx    |   25 ++++++-------
 dwflpp.h      |    3 +-
 setupdwfl.cxx |  112 ++++++++++++++++++++++++++++++++++++++++++---------------
 setupdwfl.h   |   33 +++++++++++------
 translate.cxx |   15 ++++----
 5 files changed, 127 insertions(+), 61 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 14:54 UTC | newest]

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

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