public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-35-ga34a9fe
@ 2011-07-29 11:40 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-07-29 11: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  a34a9fe036c9c6f06452eb893590a6984949dc95 (commit)
      from  fcb496ceac00d00e611a2e98080820f81aef0b1c (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 a34a9fe036c9c6f06452eb893590a6984949dc95
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jul 29 13:35:06 2011 +0200

    Put common probe and session context state definitions in their own files.
    
    translate.cxx contained code to produce the common probe and session
    context state as C code snippets. Large parts were not dependent on the
    session state at all, so they really were just static blobs of C code
    wrapped in c++ io stream operators. These have been put in their own
    C runtime header files (common_session_state.h, common_probe_context.h
    and runtime_defines.h) to make it easier to edit and document.

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

Summary of changes:
 runtime/common_probe_context.h |   61 ++++++++++++++++++++
 runtime/common_session_state.h |   15 +++++
 runtime/regs.h                 |    4 +
 runtime/runtime_defines.h      |   58 +++++++++++++++++++
 translate.cxx                  |  123 ++++------------------------------------
 5 files changed, 149 insertions(+), 112 deletions(-)
 create mode 100644 runtime/common_probe_context.h
 create mode 100644 runtime/common_session_state.h
 create mode 100644 runtime/runtime_defines.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:[~2011-07-29 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29 11:40 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-35-ga34a9fe 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).