public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: dsmith@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-235-g71db462
Date: Fri, 14 Sep 2012 15:14:00 -0000	[thread overview]
Message-ID: <20120914151354.16382.qmail@sourceware.org> (raw)

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  71db462b1e647734bb4742cd7405e2e27f02570e (commit)
      from  692f4f179d8ecfbacaa4d7fc88c694881b732dfc (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 71db462b1e647734bb4742cd7405e2e27f02570e
Author: David Smith <dsmith@redhat.com>
Date:   Fri Sep 14 10:13:19 2012 -0500

    (PR14571 partial fix) For dyninst, use TLS for the context structure.
    
    * translate.cxx (c_unparser::emit_common_header): Update to use thread
      local storage in dyninst mode for context structure.
      (c_unparser::emit_global_param): Since there are no module parameters
      with dyninst, don't bother emitting code.
      (c_unparser::emit_module_init): Don't bother emitting kernel-only code
      in dyninst mode.
    * runtime/vsprintf.c (_stp_vsprint_memory): For dyninst, use thread local
      storage to get correct context structure.
    * tapsets.cxx (common_probe_entryfn_prologue): Take a 'systemtap_sesion'
      argument instead of a 'translator_output' argument.  This allows access
      to the s.is_usermode() function (so we can avoid outputting kernel code
      when using dyninst).
      (dwarf_derived_probe_group::emit_module_decls): Update
      common_probe_entryfn_prologue() call.
      (uprobe_derived_probe_group::emit_module_utrace_decls): Ditto.
      (uprobe_derived_probe_group::emit_module_inode_decls): Ditto.
      (uprobe_derived_probe_group::emit_module_dyninst_decls): Ditto.
      (kprobe_derived_probe_group::emit_module_decls): Ditto.
      (hwbkpt_derived_probe_group::emit_module_decls): Ditto.
      (tracepoint_derived_probe_group::emit_module_decls): Ditto.
    * tapset-been.cxx (be_derived_probe_group::emit_module_decls): Ditto.
    * tapset-itrace.cxx (itrace_derived_probe_group::emit_module_decls): Ditto.
    * tapset-mark.cxx (mark_derived_probe_group::emit_module_decls): Ditto.
    * tapset-netfilter.cxx (netfilter_derived_probe_group::emit_module_decls):
      Ditto.
    * tapset-perfmon.cxx (perf_derived_probe_group::emit_module_decls): Ditto.
    * tapset-procfs.cxx (procfs_derived_probe_group::emit_module_decls):
      Ditto.
    * tapset-timers.cxx (profile_derived_probe_group::emit_module_decls):
      Ditto.
    * tapset-utrace.cxx (utrace_derived_probe_group::emit_module_decls):
      Ditto.
    * tapsets.h: Updated common_probe_entryfn_prologue() declaration.

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

Summary of changes:
 runtime/vsprintf.c   |    8 ++
 tapset-been.cxx      |    2 +-
 tapset-itrace.cxx    |    2 +-
 tapset-mark.cxx      |    2 +-
 tapset-netfilter.cxx |    2 +-
 tapset-perfmon.cxx   |    2 +-
 tapset-procfs.cxx    |    4 +-
 tapset-timers.cxx    |    6 +-
 tapset-utrace.cxx    |    4 +-
 tapsets.cxx          |  185 ++++++++++++++-------------
 tapsets.h            |    2 +-
 translate.cxx        |  341 ++++++++++++++++++++++++++------------------------
 12 files changed, 296 insertions(+), 264 deletions(-)


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


                 reply	other threads:[~2012-09-14 15:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120914151354.16382.qmail@sourceware.org \
    --to=dsmith@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).