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-19-g3db9c84
@ 2009-09-28 13:40 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2009-09-28 13:40 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  3db9c8433e58812c9ce47df384e23841aca27894 (commit)
       via  d498530cec1fcf4b71b1b27a068206fda18f3188 (commit)
      from  9e7566092211a4fce9304a769959210b3ae1b322 (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 3db9c8433e58812c9ce47df384e23841aca27894
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Sep 28 15:36:33 2009 +0200

    Factor out duplicated code to setup kernel/module Dwfl from dwflpp/translate.
    
    * setupdwfl.h: New header file.
    * setupdwfl.cxx: New source file containing shared setup_dwfl_kernel() code.
    * dwflpp.cxx (dwfl_report_offline_predicate): Removed.
      (setup_kernel): Call setup_dwfl_kernel().
    * translate.cxx (dwfl_report_offline_predicate2): Remove.
      (emit_symbol_data): Call setup_dwfl_kernel().
    * Makefile.am (stap_SOURCES): Add setupdwfl.cxx.
    * Makefile.in: Regenerated.

commit d498530cec1fcf4b71b1b27a068206fda18f3188
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Sep 28 15:34:56 2009 +0200

    PR10700 Add newline after log() message.
    
    * tapset/logging.stp (log): Use _stp_printf "%s\n".

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

Summary of changes:
 Makefile.am        |    3 +-
 Makefile.in        |   21 ++++++-
 dwflpp.cxx         |   97 +-----------------------------
 setupdwfl.cxx      |  167 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 setupdwfl.h        |   28 +++++++++
 tapset/logging.stp |    2 +-
 translate.cxx      |   78 ++++--------------------
 7 files changed, 233 insertions(+), 163 deletions(-)
 create mode 100644 setupdwfl.cxx
 create mode 100644 setupdwfl.h


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-28 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-28 13:40 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-19-g3db9c84 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).