public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, mjw/backtrace, updated. release-1.5-191-g35dbc24
@ 2011-07-26 13:21 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-07-26 13:21 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, mjw/backtrace has been updated
       via  35dbc242134045a5fc82a087431122aeab39922a (commit)
       via  1f88b7b7aef13c91d6e5cb033653335677bd7024 (commit)
      from  7a1adbd847a2b92bf6d624944c49717156cc65e7 (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 35dbc242134045a5fc82a087431122aeab39922a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jul 26 15:10:30 2011 +0200

    Push all stack logic into stack.c. tapset functions just pass flags.
    
    Some of the logic determining what to print, which register sets to use
    and whether the context was valid was repeated multiple times in the
    [u]context-unwind.stp functions. Just do all the logic in one place
    (_stp_print_stack) and make the tapset functions just push the context
    and symbols/stack flags.

commit 1f88b7b7aef13c91d6e5cb033653335677bd7024
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jul 26 13:27:04 2011 +0200

    Don't pass kregprobe, uretprobe and unwind_context around separately.
    
    Just pass whole struct context to stack.c _stp_stack functions.

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

Summary of changes:
 runtime/runtime.h          |   11 +++++
 runtime/stack.c            |   97 ++++++++++++++++++++++-----------------
 runtime/sym.h              |    5 ++
 tapset/context-unwind.stp  |   30 +++---------
 tapset/ucontext-unwind.stp |  108 +++-----------------------------------------
 translate.cxx              |    5 +-
 6 files changed, 87 insertions(+), 169 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:[~2011-07-26 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-26 13:21 [SCM] systemtap: system-wide probe/trace tool branch, mjw/backtrace, updated. release-1.5-191-g35dbc24 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).